EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor - Version 2.0.0

Version Description

Download this release

Release Info

Developer pressshack
Plugin Icon wp plugin EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor
Version 2.0.0
Comparing to
See all releases

Code changes from version 1.7.5 to 2.0.0

EmbedPress/Ends/Back/Settings.php CHANGED
@@ -109,7 +109,7 @@ class Settings
109
  */
110
  public static function registerMenuItem()
111
  {
112
- add_menu_page('EmbedPress Settings', 'EmbedPress', 'manage_options', 'embedpress', array(self::$namespace, 'renderForm'), null, 64);
113
  }
114
 
115
  /**
@@ -185,8 +185,8 @@ class Settings
185
  <div id="embedpress-settings-wrapper">
186
  <header>
187
  <h1 class="pressshack-title">
188
- <a href="//wordpress.org/plugins/embedpress" target="_blank" rel="noopener noreferrer" title="EmbedPress">
189
- EmbedPress
190
  </a>
191
  </h1>
192
  </header>
@@ -221,21 +221,21 @@ class Settings
221
 
222
  $addons = array(
223
  'embedpress-youtube' => array(
224
- 'title' => __( 'The YouTube Add-on for EmbedPress', 'embedpress' ),
225
  'description' => __( 'Get more features for your YouTube embeds in WordPress.', 'embedpress' ),
226
  'available' => true,
227
  'installed' => static::is_plugin_installed( 'embedpress-youtube' ),
228
  'active' => static::is_plugin_active( 'embedpress-youtube' ),
229
  ),
230
  'embedpress-vimeo' => array(
231
- 'title' => __( 'The Vimeo Add-on for EmbedPress', 'embedpress' ),
232
  'description' => __( 'Get more features for your Vimeo embeds in WordPress.', 'embedpress' ),
233
  'available' => true,
234
  'installed' => static::is_plugin_installed( 'embedpress-vimeo' ),
235
  'active' => static::is_plugin_active( 'embedpress-vimeo' ),
236
  ),
237
  'embedpress-wistia' => array(
238
- 'title' => __( 'The Wistia Add-on for EmbedPress', 'embedpress' ),
239
  'description' => __( 'Get more features for your Wistia embeds in WordPress.', 'embedpress' ),
240
  'available' => true,
241
  'installed' => static::is_plugin_installed( 'embedpress-wistia' ),
@@ -291,7 +291,7 @@ class Settings
291
 
292
  <footer>
293
  <p>
294
- <a href="//wordpress.org/support/plugin/embedpress/reviews/#new-post" target="_blank" rel="noopener noreferrer">If you like <strong>EmbedPress</strong> please leave us a <span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span> rating. Thank you!</a>
295
  </p>
296
  <hr>
297
  <nav>
@@ -306,7 +306,7 @@ class Settings
306
  <a href="//pressshack.com/embedpress/docs" target="_blank" rel="noopener noreferrer" title="EmbedPress Documentation">Documentation</a>
307
  </li>
308
  <li>
309
- <a href="//pressshack.com/embedpress/addons/" target="_blank" rel="noopener noreferrer" title="EmbedPress Add-Ons">Add-Ons</a>
310
  </li>
311
  <li>
312
  <a href="//pressshack.com/contact" target="_blank" rel="noopener noreferrer" title="Contact the PressShack team">Contact</a>
@@ -371,7 +371,7 @@ class Settings
371
  echo '<label><input type="radio" id="'. $fieldName .'_0" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="0" '. (!$options[$fieldName] ? "checked" : "") .' /> No</label>';
372
  echo "&nbsp;&nbsp;";
373
  echo '<label><input type="radio" id="'. $fieldName .'_1" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="1" '. ($options[$fieldName] ? "checked" : "") .' /> Yes</label>';
374
- echo '<p class="description">Do you want EmbedPress to run here in the admin area? Disabling this <strong>will not</strong> affect your frontend embeds.</p>';
375
  }
376
 
377
  /**
@@ -391,7 +391,7 @@ class Settings
391
  echo '<label><input type="radio" id="'. $fieldName .'_0" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="0" '. (!$options[$fieldName] ? "checked" : "") .' /> No</label>';
392
  echo "&nbsp;&nbsp;";
393
  echo '<label><input type="radio" id="'. $fieldName .'_1" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="1" '. ($options[$fieldName] ? "checked" : "") .' /> Yes</label>';
394
- echo '<p class="description">Do you want EmbedPress to run within editors in frontend (if there\'s any)? Disabling this <strong>will not</strong> affect embeds seem by your regular users in frontend.</p>';
395
  }
396
 
397
  /**
109
  */
110
  public static function registerMenuItem()
111
  {
112
+ add_menu_page('PublishPress Embeds Settings', 'Embeds', 'manage_options', 'embedpress', array(self::$namespace, 'renderForm'), null, 64);
113
  }
114
 
115
  /**
185
  <div id="embedpress-settings-wrapper">
186
  <header>
187
  <h1 class="pressshack-title">
188
+ <a href="//wordpress.org/plugins/embedpress" target="_blank" rel="noopener noreferrer" title="PublishPress Embeds">
189
+ PublishPress Embeds
190
  </a>
191
  </h1>
192
  </header>
221
 
222
  $addons = array(
223
  'embedpress-youtube' => array(
224
+ 'title' => __( 'The YouTube Add-on for PublishPress', 'embedpress' ),
225
  'description' => __( 'Get more features for your YouTube embeds in WordPress.', 'embedpress' ),
226
  'available' => true,
227
  'installed' => static::is_plugin_installed( 'embedpress-youtube' ),
228
  'active' => static::is_plugin_active( 'embedpress-youtube' ),
229
  ),
230
  'embedpress-vimeo' => array(
231
+ 'title' => __( 'The Vimeo Add-on for PublishPress', 'embedpress' ),
232
  'description' => __( 'Get more features for your Vimeo embeds in WordPress.', 'embedpress' ),
233
  'available' => true,
234
  'installed' => static::is_plugin_installed( 'embedpress-vimeo' ),
235
  'active' => static::is_plugin_active( 'embedpress-vimeo' ),
236
  ),
237
  'embedpress-wistia' => array(
238
+ 'title' => __( 'The Wistia Add-on for PublishPress', 'embedpress' ),
239
  'description' => __( 'Get more features for your Wistia embeds in WordPress.', 'embedpress' ),
240
  'available' => true,
241
  'installed' => static::is_plugin_installed( 'embedpress-wistia' ),
291
 
292
  <footer>
293
  <p>
294
+ <a href="//wordpress.org/support/plugin/embedpress/reviews/#new-post" target="_blank" rel="noopener noreferrer">If you like <strong>PublishPress Embeds</strong> please leave us a <span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span> rating. Thank you!</a>
295
  </p>
296
  <hr>
297
  <nav>
306
  <a href="//pressshack.com/embedpress/docs" target="_blank" rel="noopener noreferrer" title="EmbedPress Documentation">Documentation</a>
307
  </li>
308
  <li>
309
+ <a href="//pressshack.com/publishpress/addons/" target="_blank" rel="noopener noreferrer" title="EmbedPress Add-Ons">Add-Ons</a>
310
  </li>
311
  <li>
312
  <a href="//pressshack.com/contact" target="_blank" rel="noopener noreferrer" title="Contact the PressShack team">Contact</a>
371
  echo '<label><input type="radio" id="'. $fieldName .'_0" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="0" '. (!$options[$fieldName] ? "checked" : "") .' /> No</label>';
372
  echo "&nbsp;&nbsp;";
373
  echo '<label><input type="radio" id="'. $fieldName .'_1" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="1" '. ($options[$fieldName] ? "checked" : "") .' /> Yes</label>';
374
+ echo '<p class="description">Do you want PublishPress Embeds to run here in the admin area? Disabling this <strong>will not</strong> affect your frontend embeds.</p>';
375
  }
376
 
377
  /**
391
  echo '<label><input type="radio" id="'. $fieldName .'_0" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="0" '. (!$options[$fieldName] ? "checked" : "") .' /> No</label>';
392
  echo "&nbsp;&nbsp;";
393
  echo '<label><input type="radio" id="'. $fieldName .'_1" name="'. self::$sectionGroupIdentifier .'['. $fieldName .']" value="1" '. ($options[$fieldName] ? "checked" : "") .' /> Yes</label>';
394
+ echo '<p class="description">Do you want PublishPress Embeds to run within editors in frontend (if there\'s any)? Disabling this <strong>will not</strong> affect embeds seem by your regular users in frontend.</p>';
395
  }
396
 
397
  /**
assets/css/admin.css CHANGED
@@ -101,7 +101,7 @@
101
  color: #555;
102
  }
103
 
104
- #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]) {
105
  -webkit-border-radius: 4px;
106
  -moz-border-radius: 4px;
107
  border-radius: 4px;
101
  color: #555;
102
  }
103
 
104
+ #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]):not(.wp-color-picker):not(.wp-picker-clear) {
105
  -webkit-border-radius: 4px;
106
  -moz-border-radius: 4px;
107
  border-radius: 4px;
assets/css/vendor/bootstrap/bootstrap.css CHANGED
@@ -1102,7 +1102,7 @@ fieldset[disabled] .embedpress-modal a.btn {
1102
  right: 0;
1103
  bottom: 0;
1104
  left: 0;
1105
- z-index: 1050;
1106
  -webkit-overflow-scrolling: touch;
1107
  outline: 0; }
1108
  .modal.fade .modal-dialog {
@@ -1136,7 +1136,7 @@ fieldset[disabled] .embedpress-modal a.btn {
1136
  right: 0;
1137
  bottom: 0;
1138
  left: 0;
1139
- z-index: 1040;
1140
  background-color: #000; }
1141
  .modal-backdrop.fade {
1142
  opacity: 0;
1102
  right: 0;
1103
  bottom: 0;
1104
  left: 0;
1105
+ z-index: 100010;
1106
  -webkit-overflow-scrolling: touch;
1107
  outline: 0; }
1108
  .modal.fade .modal-dialog {
1136
  right: 0;
1137
  bottom: 0;
1138
  left: 0;
1139
+ z-index: 100001;
1140
  background-color: #000; }
1141
  .modal-backdrop.fade {
1142
  opacity: 0;
assets/css/vendor/bootstrap/bootstrap.min.css CHANGED
@@ -7,4 +7,4 @@
7
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
8
  */
9
 
10
- .embedpress-modal fieldset{padding:0;margin:0;border:0;min-width:0}.embedpress-modal legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.embedpress-modal label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.embedpress-modal input[type=search]{box-sizing:border-box}.embedpress-modal input[type=checkbox],.embedpress-modal input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.embedpress-modal input[type=file]{display:block}.embedpress-modal input[type=range]{display:block;width:100%}.embedpress-modal select[multiple],.embedpress-modal select[size]{height:auto}.embedpress-modal input[type=checkbox]:focus,.embedpress-modal input[type=file]:focus,.embedpress-modal input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.embedpress-modal output{padding-top:7px}.embedpress-modal .form-control,.embedpress-modal output{display:block;font-size:14px;line-height:1.42857;color:#555}.embedpress-modal .form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.embedpress-modal .form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.embedpress-modal .form-control::-moz-placeholder{color:#999;opacity:1}.embedpress-modal .form-control:-ms-input-placeholder{color:#999}.embedpress-modal .form-control::-webkit-input-placeholder{color:#999}.embedpress-modal .form-control::-ms-expand{border:0;background-color:transparent}.embedpress-modal .form-control[disabled],.embedpress-modal .form-control[readonly],fieldset[disabled] .embedpress-modal .form-control{background-color:#eee;opacity:1}.embedpress-modal .form-control[disabled],fieldset[disabled] .embedpress-modal .form-control{cursor:not-allowed}.embedpress-modal textarea.form-control{height:auto}.embedpress-modal input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.embedpress-modal input[type=date].form-control,.embedpress-modal input[type=datetime-local].form-control,.embedpress-modal input[type=month].form-control,.embedpress-modal input[type=time].form-control{line-height:34px}.embedpress-modal .input-group-sm>.input-group-btn>input[type=date].btn,.embedpress-modal .input-group-sm>.input-group-btn>input[type=datetime-local].btn,.embedpress-modal .input-group-sm>.input-group-btn>input[type=month].btn,.embedpress-modal .input-group-sm>.input-group-btn>input[type=time].btn,.embedpress-modal .input-group-sm>input[type=date].form-control,.embedpress-modal .input-group-sm>input[type=date].input-group-addon,.embedpress-modal .input-group-sm>input[type=datetime-local].form-control,.embedpress-modal .input-group-sm>input[type=datetime-local].input-group-addon,.embedpress-modal .input-group-sm>input[type=month].form-control,.embedpress-modal .input-group-sm>input[type=month].input-group-addon,.embedpress-modal .input-group-sm>input[type=time].form-control,.embedpress-modal .input-group-sm>input[type=time].input-group-addon,.embedpress-modal input[type=date].input-sm,.embedpress-modal input[type=datetime-local].input-sm,.embedpress-modal input[type=month].input-sm,.embedpress-modal input[type=time].input-sm,.input-group-sm .embedpress-modal input[type=date],.input-group-sm .embedpress-modal input[type=datetime-local],.input-group-sm .embedpress-modal input[type=month],.input-group-sm .embedpress-modal input[type=time]{line-height:30px}.embedpress-modal .input-group-lg>.input-group-btn>input[type=date].btn,.embedpress-modal .input-group-lg>.input-group-btn>input[type=datetime-local].btn,.embedpress-modal .input-group-lg>.input-group-btn>input[type=month].btn,.embedpress-modal .input-group-lg>.input-group-btn>input[type=time].btn,.embedpress-modal .input-group-lg>input[type=date].form-control,.embedpress-modal .input-group-lg>input[type=date].input-group-addon,.embedpress-modal .input-group-lg>input[type=datetime-local].form-control,.embedpress-modal .input-group-lg>input[type=datetime-local].input-group-addon,.embedpress-modal .input-group-lg>input[type=month].form-control,.embedpress-modal .input-group-lg>input[type=month].input-group-addon,.embedpress-modal .input-group-lg>input[type=time].form-control,.embedpress-modal .input-group-lg>input[type=time].input-group-addon,.embedpress-modal input[type=date].input-lg,.embedpress-modal input[type=datetime-local].input-lg,.embedpress-modal input[type=month].input-lg,.embedpress-modal input[type=time].input-lg,.input-group-lg .embedpress-modal input[type=date],.input-group-lg .embedpress-modal input[type=datetime-local],.input-group-lg .embedpress-modal input[type=month],.input-group-lg .embedpress-modal input[type=time]{line-height:46px}}.embedpress-modal .form-group{margin-bottom:15px}.embedpress-modal .checkbox,.embedpress-modal .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.embedpress-modal .checkbox label,.embedpress-modal .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.embedpress-modal .checkbox-inline input[type=checkbox],.embedpress-modal .checkbox input[type=checkbox],.embedpress-modal .radio-inline input[type=radio],.embedpress-modal .radio input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.embedpress-modal .checkbox+.checkbox,.embedpress-modal .radio+.radio{margin-top:-5px}.embedpress-modal .checkbox-inline,.embedpress-modal .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.embedpress-modal .checkbox-inline+.checkbox-inline,.embedpress-modal .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.embedpress-modal .checkbox-inline.disabled,.embedpress-modal .checkbox.disabled label,.embedpress-modal .radio-inline.disabled,.embedpress-modal .radio.disabled label,.embedpress-modal input[type=checkbox].disabled,.embedpress-modal input[type=checkbox][disabled],.embedpress-modal input[type=radio].disabled,.embedpress-modal input[type=radio][disabled],fieldset[disabled] .embedpress-modal .checkbox-inline,fieldset[disabled] .embedpress-modal .checkbox label,fieldset[disabled] .embedpress-modal .radio-inline,fieldset[disabled] .embedpress-modal .radio label,fieldset[disabled] .embedpress-modal input[type=checkbox],fieldset[disabled] .embedpress-modal input[type=radio]{cursor:not-allowed}.embedpress-modal .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.embedpress-modal .form-control-static.input-lg,.embedpress-modal .form-control-static.input-sm,.embedpress-modal .input-group-lg>.form-control-static.form-control,.embedpress-modal .input-group-lg>.form-control-static.input-group-addon,.embedpress-modal .input-group-lg>.input-group-btn>.form-control-static.btn,.embedpress-modal .input-group-sm>.form-control-static.form-control,.embedpress-modal .input-group-sm>.form-control-static.input-group-addon,.embedpress-modal .input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.embedpress-modal .input-group-sm>.form-control,.embedpress-modal .input-group-sm>.input-group-addon,.embedpress-modal .input-group-sm>.input-group-btn>.btn,.embedpress-modal .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .input-group-sm>.input-group-btn>select.btn,.embedpress-modal .input-group-sm>select.form-control,.embedpress-modal .input-group-sm>select.input-group-addon,.embedpress-modal select.input-sm{height:30px;line-height:30px}.embedpress-modal .input-group-sm>.input-group-btn>select[multiple].btn,.embedpress-modal .input-group-sm>.input-group-btn>textarea.btn,.embedpress-modal .input-group-sm>select[multiple].form-control,.embedpress-modal .input-group-sm>select[multiple].input-group-addon,.embedpress-modal .input-group-sm>textarea.form-control,.embedpress-modal .input-group-sm>textarea.input-group-addon,.embedpress-modal select[multiple].input-sm,.embedpress-modal textarea.input-sm{height:auto}.embedpress-modal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .form-group-sm select.form-control{height:30px;line-height:30px}.embedpress-modal .form-group-sm select[multiple].form-control,.embedpress-modal .form-group-sm textarea.form-control{height:auto}.embedpress-modal .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.embedpress-modal .input-group-lg>.form-control,.embedpress-modal .input-group-lg>.input-group-addon,.embedpress-modal .input-group-lg>.input-group-btn>.btn,.embedpress-modal .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.embedpress-modal .input-group-lg>.input-group-btn>select.btn,.embedpress-modal .input-group-lg>select.form-control,.embedpress-modal .input-group-lg>select.input-group-addon,.embedpress-modal select.input-lg{height:46px;line-height:46px}.embedpress-modal .input-group-lg>.input-group-btn>select[multiple].btn,.embedpress-modal .input-group-lg>.input-group-btn>textarea.btn,.embedpress-modal .input-group-lg>select[multiple].form-control,.embedpress-modal .input-group-lg>select[multiple].input-group-addon,.embedpress-modal .input-group-lg>textarea.form-control,.embedpress-modal .input-group-lg>textarea.input-group-addon,.embedpress-modal select[multiple].input-lg,.embedpress-modal textarea.input-lg{height:auto}.embedpress-modal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.embedpress-modal .form-group-lg select.form-control{height:46px;line-height:46px}.embedpress-modal .form-group-lg select[multiple].form-control,.embedpress-modal .form-group-lg textarea.form-control{height:auto}.embedpress-modal .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333}.embedpress-modal .has-feedback{position:relative}.embedpress-modal .has-feedback .form-control{padding-right:42.5px}.embedpress-modal .form-control-feedback{position:absolute;top:0;right:0;z-index:1;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.embedpress-modal .form-group-lg .form-control+.form-control-feedback,.embedpress-modal .input-group-lg+.form-control-feedback,.embedpress-modal .input-group-lg>.form-control+.form-control-feedback,.embedpress-modal .input-group-lg>.input-group-addon+.form-control-feedback,.embedpress-modal .input-group-lg>.input-group-btn>.btn+.form-control-feedback,.embedpress-modal .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.embedpress-modal .form-group-sm .form-control+.form-control-feedback,.embedpress-modal .input-group-sm+.form-control-feedback,.embedpress-modal .input-group-sm>.form-control+.form-control-feedback,.embedpress-modal .input-group-sm>.input-group-addon+.form-control-feedback,.embedpress-modal .input-group-sm>.input-group-btn>.btn+.form-control-feedback,.embedpress-modal .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.embedpress-modal .has-success .checkbox,.embedpress-modal .has-success .checkbox-inline,.embedpress-modal .has-success.checkbox-inline label,.embedpress-modal .has-success.checkbox label,.embedpress-modal .has-success .control-label,.embedpress-modal .has-success .help-block,.embedpress-modal .has-success .radio,.embedpress-modal .has-success .radio-inline,.embedpress-modal .has-success.radio-inline label,.embedpress-modal .has-success.radio label{color:#3c763d}.embedpress-modal .has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.embedpress-modal .has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.embedpress-modal .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.embedpress-modal .has-success .form-control-feedback{color:#3c763d}.embedpress-modal .has-warning .checkbox,.embedpress-modal .has-warning .checkbox-inline,.embedpress-modal .has-warning.checkbox-inline label,.embedpress-modal .has-warning.checkbox label,.embedpress-modal .has-warning .control-label,.embedpress-modal .has-warning .help-block,.embedpress-modal .has-warning .radio,.embedpress-modal .has-warning .radio-inline,.embedpress-modal .has-warning.radio-inline label,.embedpress-modal .has-warning.radio label{color:#8a6d3b}.embedpress-modal .has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.embedpress-modal .has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.embedpress-modal .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.embedpress-modal .has-warning .form-control-feedback{color:#8a6d3b}.embedpress-modal .has-error .checkbox,.embedpress-modal .has-error .checkbox-inline,.embedpress-modal .has-error.checkbox-inline label,.embedpress-modal .has-error.checkbox label,.embedpress-modal .has-error .control-label,.embedpress-modal .has-error .help-block,.embedpress-modal .has-error .radio,.embedpress-modal .has-error .radio-inline,.embedpress-modal .has-error.radio-inline label,.embedpress-modal .has-error.radio label{color:#a94442}.embedpress-modal .has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.embedpress-modal .has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.embedpress-modal .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.embedpress-modal .has-error .form-control-feedback{color:#a94442}.embedpress-modal .has-feedback label~.form-control-feedback{top:25px}.embedpress-modal .has-feedback label.sr-only~.form-control-feedback{top:0}.embedpress-modal .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.embedpress-modal .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.embedpress-modal .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.embedpress-modal .form-inline .form-control-static{display:inline-block}.embedpress-modal .form-inline .input-group{display:inline-table;vertical-align:middle}.embedpress-modal .form-inline .input-group .form-control,.embedpress-modal .form-inline .input-group .input-group-addon,.embedpress-modal .form-inline .input-group .input-group-btn{width:auto}.embedpress-modal .form-inline .input-group>.form-control{width:100%}.embedpress-modal .form-inline .control-label{margin-bottom:0;vertical-align:middle}.embedpress-modal .form-inline .checkbox,.embedpress-modal .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.embedpress-modal .form-inline .checkbox label,.embedpress-modal .form-inline .radio label{padding-left:0}.embedpress-modal .form-inline .checkbox input[type=checkbox],.embedpress-modal .form-inline .radio input[type=radio]{position:relative;margin-left:0}.embedpress-modal .form-inline .has-feedback .form-control-feedback{top:0}}.embedpress-modal .form-horizontal .checkbox,.embedpress-modal .form-horizontal .checkbox-inline,.embedpress-modal .form-horizontal .radio,.embedpress-modal .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.embedpress-modal .form-horizontal .checkbox,.embedpress-modal .form-horizontal .radio{min-height:27px}.embedpress-modal .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.embedpress-modal .form-horizontal .form-group:after,.embedpress-modal .form-horizontal .form-group:before{content:" ";display:table}.embedpress-modal .form-horizontal .form-group:after{clear:both}@media (min-width:768px){.embedpress-modal .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.embedpress-modal .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.embedpress-modal .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.embedpress-modal .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.embedpress-modal .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.embedpress-modal .btn.active.focus,.embedpress-modal .btn.active:focus,.embedpress-modal .btn.focus,.embedpress-modal .btn:active.focus,.embedpress-modal .btn:active:focus,.embedpress-modal .btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.embedpress-modal .btn.focus,.embedpress-modal .btn:focus,.embedpress-modal .btn:hover{color:#333;text-decoration:none}.embedpress-modal .btn.active,.embedpress-modal .btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.embedpress-modal .btn.disabled,.embedpress-modal .btn[disabled],fieldset[disabled] .embedpress-modal .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.embedpress-modal a.btn.disabled,fieldset[disabled] .embedpress-modal a.btn{pointer-events:none}.embedpress-modal .btn-default{color:#333;background-color:#fff;border-color:#ccc}.embedpress-modal .btn-default.focus,.embedpress-modal .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.embedpress-modal .btn-default.active,.embedpress-modal .btn-default:active,.embedpress-modal .btn-default:hover,.open>.embedpress-modal .btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.embedpress-modal .btn-default.active.focus,.embedpress-modal .btn-default.active:focus,.embedpress-modal .btn-default.active:hover,.embedpress-modal .btn-default:active.focus,.embedpress-modal .btn-default:active:focus,.embedpress-modal .btn-default:active:hover,.open>.embedpress-modal .btn-default.dropdown-toggle.focus,.open>.embedpress-modal .btn-default.dropdown-toggle:focus,.open>.embedpress-modal .btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.embedpress-modal .btn-default.active,.embedpress-modal .btn-default:active,.open>.embedpress-modal .btn-default.dropdown-toggle{background-image:none}.embedpress-modal .btn-default.disabled.focus,.embedpress-modal .btn-default.disabled:focus,.embedpress-modal .btn-default.disabled:hover,.embedpress-modal .btn-default[disabled].focus,.embedpress-modal .btn-default[disabled]:focus,.embedpress-modal .btn-default[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-default.focus,fieldset[disabled] .embedpress-modal .btn-default:focus,fieldset[disabled] .embedpress-modal .btn-default:hover{background-color:#fff;border-color:#ccc}.embedpress-modal .btn-default .badge{color:#fff;background-color:#333}.embedpress-modal .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.embedpress-modal .btn-primary.focus,.embedpress-modal .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.embedpress-modal .btn-primary.active,.embedpress-modal .btn-primary:active,.embedpress-modal .btn-primary:hover,.open>.embedpress-modal .btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.embedpress-modal .btn-primary.active.focus,.embedpress-modal .btn-primary.active:focus,.embedpress-modal .btn-primary.active:hover,.embedpress-modal .btn-primary:active.focus,.embedpress-modal .btn-primary:active:focus,.embedpress-modal .btn-primary:active:hover,.open>.embedpress-modal .btn-primary.dropdown-toggle.focus,.open>.embedpress-modal .btn-primary.dropdown-toggle:focus,.open>.embedpress-modal .btn-primary.dropdown-toggle:hover{color:#fff;background-color:#204d74;border-color:#122b40}.embedpress-modal .btn-primary.active,.embedpress-modal .btn-primary:active,.open>.embedpress-modal .btn-primary.dropdown-toggle{background-image:none}.embedpress-modal .btn-primary.disabled.focus,.embedpress-modal .btn-primary.disabled:focus,.embedpress-modal .btn-primary.disabled:hover,.embedpress-modal .btn-primary[disabled].focus,.embedpress-modal .btn-primary[disabled]:focus,.embedpress-modal .btn-primary[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-primary.focus,fieldset[disabled] .embedpress-modal .btn-primary:focus,fieldset[disabled] .embedpress-modal .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.embedpress-modal .btn-primary .badge{color:#337ab7;background-color:#fff}.embedpress-modal .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.embedpress-modal .btn-success.focus,.embedpress-modal .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.embedpress-modal .btn-success.active,.embedpress-modal .btn-success:active,.embedpress-modal .btn-success:hover,.open>.embedpress-modal .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.embedpress-modal .btn-success.active.focus,.embedpress-modal .btn-success.active:focus,.embedpress-modal .btn-success.active:hover,.embedpress-modal .btn-success:active.focus,.embedpress-modal .btn-success:active:focus,.embedpress-modal .btn-success:active:hover,.open>.embedpress-modal .btn-success.dropdown-toggle.focus,.open>.embedpress-modal .btn-success.dropdown-toggle:focus,.open>.embedpress-modal .btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.embedpress-modal .btn-success.active,.embedpress-modal .btn-success:active,.open>.embedpress-modal .btn-success.dropdown-toggle{background-image:none}.embedpress-modal .btn-success.disabled.focus,.embedpress-modal .btn-success.disabled:focus,.embedpress-modal .btn-success.disabled:hover,.embedpress-modal .btn-success[disabled].focus,.embedpress-modal .btn-success[disabled]:focus,.embedpress-modal .btn-success[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-success.focus,fieldset[disabled] .embedpress-modal .btn-success:focus,fieldset[disabled] .embedpress-modal .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.embedpress-modal .btn-success .badge{color:#5cb85c;background-color:#fff}.embedpress-modal .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.embedpress-modal .btn-info.focus,.embedpress-modal .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.embedpress-modal .btn-info.active,.embedpress-modal .btn-info:active,.embedpress-modal .btn-info:hover,.open>.embedpress-modal .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.embedpress-modal .btn-info.active.focus,.embedpress-modal .btn-info.active:focus,.embedpress-modal .btn-info.active:hover,.embedpress-modal .btn-info:active.focus,.embedpress-modal .btn-info:active:focus,.embedpress-modal .btn-info:active:hover,.open>.embedpress-modal .btn-info.dropdown-toggle.focus,.open>.embedpress-modal .btn-info.dropdown-toggle:focus,.open>.embedpress-modal .btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.embedpress-modal .btn-info.active,.embedpress-modal .btn-info:active,.open>.embedpress-modal .btn-info.dropdown-toggle{background-image:none}.embedpress-modal .btn-info.disabled.focus,.embedpress-modal .btn-info.disabled:focus,.embedpress-modal .btn-info.disabled:hover,.embedpress-modal .btn-info[disabled].focus,.embedpress-modal .btn-info[disabled]:focus,.embedpress-modal .btn-info[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-info.focus,fieldset[disabled] .embedpress-modal .btn-info:focus,fieldset[disabled] .embedpress-modal .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.embedpress-modal .btn-info .badge{color:#5bc0de;background-color:#fff}.embedpress-modal .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.embedpress-modal .btn-warning.focus,.embedpress-modal .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.embedpress-modal .btn-warning.active,.embedpress-modal .btn-warning:active,.embedpress-modal .btn-warning:hover,.open>.embedpress-modal .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.embedpress-modal .btn-warning.active.focus,.embedpress-modal .btn-warning.active:focus,.embedpress-modal .btn-warning.active:hover,.embedpress-modal .btn-warning:active.focus,.embedpress-modal .btn-warning:active:focus,.embedpress-modal .btn-warning:active:hover,.open>.embedpress-modal .btn-warning.dropdown-toggle.focus,.open>.embedpress-modal .btn-warning.dropdown-toggle:focus,.open>.embedpress-modal .btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.embedpress-modal .btn-warning.active,.embedpress-modal .btn-warning:active,.open>.embedpress-modal .btn-warning.dropdown-toggle{background-image:none}.embedpress-modal .btn-warning.disabled.focus,.embedpress-modal .btn-warning.disabled:focus,.embedpress-modal .btn-warning.disabled:hover,.embedpress-modal .btn-warning[disabled].focus,.embedpress-modal .btn-warning[disabled]:focus,.embedpress-modal .btn-warning[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-warning.focus,fieldset[disabled] .embedpress-modal .btn-warning:focus,fieldset[disabled] .embedpress-modal .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.embedpress-modal .btn-warning .badge{color:#f0ad4e;background-color:#fff}.embedpress-modal .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.embedpress-modal .btn-danger.focus,.embedpress-modal .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.embedpress-modal .btn-danger.active,.embedpress-modal .btn-danger:active,.embedpress-modal .btn-danger:hover,.open>.embedpress-modal .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.embedpress-modal .btn-danger.active.focus,.embedpress-modal .btn-danger.active:focus,.embedpress-modal .btn-danger.active:hover,.embedpress-modal .btn-danger:active.focus,.embedpress-modal .btn-danger:active:focus,.embedpress-modal .btn-danger:active:hover,.open>.embedpress-modal .btn-danger.dropdown-toggle.focus,.open>.embedpress-modal .btn-danger.dropdown-toggle:focus,.open>.embedpress-modal .btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.embedpress-modal .btn-danger.active,.embedpress-modal .btn-danger:active,.open>.embedpress-modal .btn-danger.dropdown-toggle{background-image:none}.embedpress-modal .btn-danger.disabled.focus,.embedpress-modal .btn-danger.disabled:focus,.embedpress-modal .btn-danger.disabled:hover,.embedpress-modal .btn-danger[disabled].focus,.embedpress-modal .btn-danger[disabled]:focus,.embedpress-modal .btn-danger[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-danger.focus,fieldset[disabled] .embedpress-modal .btn-danger:focus,fieldset[disabled] .embedpress-modal .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.embedpress-modal .btn-danger .badge{color:#d9534f;background-color:#fff}.embedpress-modal .btn-link{color:#337ab7;font-weight:400;border-radius:0}.embedpress-modal .btn-link,.embedpress-modal .btn-link.active,.embedpress-modal .btn-link:active,.embedpress-modal .btn-link[disabled],fieldset[disabled] .embedpress-modal .btn-link{background-color:transparent;box-shadow:none}.embedpress-modal .btn-link,.embedpress-modal .btn-link:active,.embedpress-modal .btn-link:focus,.embedpress-modal .btn-link:hover{border-color:transparent}.embedpress-modal .btn-link:focus,.embedpress-modal .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.embedpress-modal .btn-link[disabled]:focus,.embedpress-modal .btn-link[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-link:focus,fieldset[disabled] .embedpress-modal .btn-link:hover{color:#777;text-decoration:none}.embedpress-modal .btn-group-lg>.btn,.embedpress-modal .btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.embedpress-modal .btn-group-sm>.btn,.embedpress-modal .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .btn-group-xs>.btn,.embedpress-modal .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .btn-block{display:block;width:100%}.embedpress-modal .btn-block+.btn-block{margin-top:5px}.embedpress-modal input[type=button].btn-block,.embedpress-modal input[type=reset].btn-block,.embedpress-modal input[type=submit].btn-block{width:100%}.embedpress-modal .btn-group,.embedpress-modal .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.embedpress-modal .btn-group-vertical>.btn,.embedpress-modal .btn-group>.btn{position:relative;float:left}.embedpress-modal .btn-group-vertical>.btn.active,.embedpress-modal .btn-group-vertical>.btn:active,.embedpress-modal .btn-group-vertical>.btn:focus,.embedpress-modal .btn-group-vertical>.btn:hover,.embedpress-modal .btn-group>.btn.active,.embedpress-modal .btn-group>.btn:active,.embedpress-modal .btn-group>.btn:focus,.embedpress-modal .btn-group>.btn:hover{z-index:1}.embedpress-modal .btn-group .btn+.btn,.embedpress-modal .btn-group .btn+.btn-group,.embedpress-modal .btn-group .btn-group+.btn,.embedpress-modal .btn-group .btn-group+.btn-group{margin-left:-1px}.embedpress-modal .btn-toolbar{margin-left:-5px}.embedpress-modal .btn-toolbar:after,.embedpress-modal .btn-toolbar:before{content:" ";display:table}.embedpress-modal .btn-toolbar:after{clear:both}.embedpress-modal .btn-toolbar .btn,.embedpress-modal .btn-toolbar .btn-group,.embedpress-modal .btn-toolbar .input-group{float:left}.embedpress-modal .btn-toolbar>.btn,.embedpress-modal .btn-toolbar>.btn-group,.embedpress-modal .btn-toolbar>.input-group{margin-left:5px}.embedpress-modal .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.embedpress-modal .btn-group>.btn:first-child{margin-left:0}.embedpress-modal .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.embedpress-modal .btn-group>.btn:last-child:not(:first-child),.embedpress-modal .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.embedpress-modal .btn-group>.btn-group{float:left}.embedpress-modal .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.embedpress-modal .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.embedpress-modal .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.embedpress-modal .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.embedpress-modal .btn-group .dropdown-toggle:active,.embedpress-modal .btn-group.open .dropdown-toggle{outline:0}.embedpress-modal .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.embedpress-modal .btn-group-lg.btn-group>.btn+.dropdown-toggle,.embedpress-modal .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.embedpress-modal .btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.embedpress-modal .btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.embedpress-modal .btn .caret{margin-left:0}.embedpress-modal .btn-group-lg>.btn .caret,.embedpress-modal .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.embedpress-modal .dropup .btn-group-lg>.btn .caret,.embedpress-modal .dropup .btn-lg .caret{border-width:0 5px 5px}.embedpress-modal .btn-group-vertical>.btn,.embedpress-modal .btn-group-vertical>.btn-group,.embedpress-modal .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.embedpress-modal .btn-group-vertical>.btn-group:after,.embedpress-modal .btn-group-vertical>.btn-group:before{content:" ";display:table}.embedpress-modal .btn-group-vertical>.btn-group:after{clear:both}.embedpress-modal .btn-group-vertical>.btn-group>.btn{float:none}.embedpress-modal .btn-group-vertical>.btn+.btn,.embedpress-modal .btn-group-vertical>.btn+.btn-group,.embedpress-modal .btn-group-vertical>.btn-group+.btn,.embedpress-modal .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.embedpress-modal .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.embedpress-modal .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.embedpress-modal .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.embedpress-modal .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.embedpress-modal .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.embedpress-modal .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.embedpress-modal .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.embedpress-modal .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.embedpress-modal .btn-group-justified>.btn,.embedpress-modal .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.embedpress-modal .btn-group-justified>.btn-group .btn{width:100%}.embedpress-modal .btn-group-justified>.btn-group .dropdown-menu{left:auto}.embedpress-modal [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.embedpress-modal [data-toggle=buttons]>.btn-group>.btn input[type=radio],.embedpress-modal [data-toggle=buttons]>.btn input[type=checkbox],.embedpress-modal [data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.embedpress-modal .input-group{position:relative;display:table;border-collapse:separate}.embedpress-modal .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.embedpress-modal .input-group .form-control{position:relative;z-index:1;float:left;width:100%;margin-bottom:0}.embedpress-modal .input-group .form-control:focus{z-index:2}.embedpress-modal .input-group-addon,.embedpress-modal .input-group-btn,.embedpress-modal .input-group .form-control{display:table-cell}.embedpress-modal .input-group-addon:not(:first-child):not(:last-child),.embedpress-modal .input-group-btn:not(:first-child):not(:last-child),.embedpress-modal .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.embedpress-modal .input-group-addon,.embedpress-modal .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.embedpress-modal .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.embedpress-modal .input-group-addon.input-sm,.embedpress-modal .input-group-sm>.input-group-addon,.embedpress-modal .input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.embedpress-modal .input-group-addon.input-lg,.embedpress-modal .input-group-lg>.input-group-addon,.embedpress-modal .input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.embedpress-modal .input-group-addon input[type=checkbox],.embedpress-modal .input-group-addon input[type=radio]{margin-top:0}.embedpress-modal .input-group-addon:first-child,.embedpress-modal .input-group-btn:first-child>.btn,.embedpress-modal .input-group-btn:first-child>.btn-group>.btn,.embedpress-modal .input-group-btn:first-child>.dropdown-toggle,.embedpress-modal .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.embedpress-modal .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.embedpress-modal .input-group .form-control:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.embedpress-modal .input-group-addon:first-child{border-right:0}.embedpress-modal .input-group-addon:last-child,.embedpress-modal .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.embedpress-modal .input-group-btn:first-child>.btn:not(:first-child),.embedpress-modal .input-group-btn:last-child>.btn,.embedpress-modal .input-group-btn:last-child>.btn-group>.btn,.embedpress-modal .input-group-btn:last-child>.dropdown-toggle,.embedpress-modal .input-group .form-control:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.embedpress-modal .input-group-addon:last-child{border-left:0}.embedpress-modal .input-group-btn{position:relative;font-size:0;white-space:nowrap}.embedpress-modal .input-group-btn>.btn{position:relative}.embedpress-modal .input-group-btn>.btn+.btn{margin-left:-1px}.embedpress-modal .input-group-btn>.btn:active,.embedpress-modal .input-group-btn>.btn:focus,.embedpress-modal .input-group-btn>.btn:hover{z-index:1}.embedpress-modal .input-group-btn:first-child>.btn,.embedpress-modal .input-group-btn:first-child>.btn-group{margin-right:-1px}.embedpress-modal .input-group-btn:last-child>.btn,.embedpress-modal .input-group-btn:last-child>.btn-group{z-index:1;margin-left:-1px}.embedpress-modal .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.embedpress-modal .close:focus,.embedpress-modal .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.embedpress-modal button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
7
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
8
  */
9
 
10
+ .embedpress-modal fieldset{padding:0;margin:0;border:0;min-width:0}.embedpress-modal legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.embedpress-modal label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.embedpress-modal input[type=search]{box-sizing:border-box}.embedpress-modal input[type=checkbox],.embedpress-modal input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.embedpress-modal input[type=file]{display:block}.embedpress-modal input[type=range]{display:block;width:100%}.embedpress-modal select[multiple],.embedpress-modal select[size]{height:auto}.embedpress-modal input[type=checkbox]:focus,.embedpress-modal input[type=file]:focus,.embedpress-modal input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.embedpress-modal output{padding-top:7px}.embedpress-modal .form-control,.embedpress-modal output{display:block;font-size:14px;line-height:1.42857;color:#555}.embedpress-modal .form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.embedpress-modal .form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.embedpress-modal .form-control::-moz-placeholder{color:#999;opacity:1}.embedpress-modal .form-control:-ms-input-placeholder{color:#999}.embedpress-modal .form-control::-webkit-input-placeholder{color:#999}.embedpress-modal .form-control::-ms-expand{border:0;background-color:transparent}.embedpress-modal .form-control[disabled],.embedpress-modal .form-control[readonly],fieldset[disabled] .embedpress-modal .form-control{background-color:#eee;opacity:1}.embedpress-modal .form-control[disabled],fieldset[disabled] .embedpress-modal .form-control{cursor:not-allowed}.embedpress-modal textarea.form-control{height:auto}.embedpress-modal input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.embedpress-modal input[type=date].form-control,.embedpress-modal input[type=datetime-local].form-control,.embedpress-modal input[type=month].form-control,.embedpress-modal input[type=time].form-control{line-height:34px}.embedpress-modal .input-group-sm>.input-group-btn>input[type=date].btn,.embedpress-modal .input-group-sm>.input-group-btn>input[type=datetime-local].btn,.embedpress-modal .input-group-sm>.input-group-btn>input[type=month].btn,.embedpress-modal .input-group-sm>.input-group-btn>input[type=time].btn,.embedpress-modal .input-group-sm>input[type=date].form-control,.embedpress-modal .input-group-sm>input[type=date].input-group-addon,.embedpress-modal .input-group-sm>input[type=datetime-local].form-control,.embedpress-modal .input-group-sm>input[type=datetime-local].input-group-addon,.embedpress-modal .input-group-sm>input[type=month].form-control,.embedpress-modal .input-group-sm>input[type=month].input-group-addon,.embedpress-modal .input-group-sm>input[type=time].form-control,.embedpress-modal .input-group-sm>input[type=time].input-group-addon,.embedpress-modal input[type=date].input-sm,.embedpress-modal input[type=datetime-local].input-sm,.embedpress-modal input[type=month].input-sm,.embedpress-modal input[type=time].input-sm,.input-group-sm .embedpress-modal input[type=date],.input-group-sm .embedpress-modal input[type=datetime-local],.input-group-sm .embedpress-modal input[type=month],.input-group-sm .embedpress-modal input[type=time]{line-height:30px}.embedpress-modal .input-group-lg>.input-group-btn>input[type=date].btn,.embedpress-modal .input-group-lg>.input-group-btn>input[type=datetime-local].btn,.embedpress-modal .input-group-lg>.input-group-btn>input[type=month].btn,.embedpress-modal .input-group-lg>.input-group-btn>input[type=time].btn,.embedpress-modal .input-group-lg>input[type=date].form-control,.embedpress-modal .input-group-lg>input[type=date].input-group-addon,.embedpress-modal .input-group-lg>input[type=datetime-local].form-control,.embedpress-modal .input-group-lg>input[type=datetime-local].input-group-addon,.embedpress-modal .input-group-lg>input[type=month].form-control,.embedpress-modal .input-group-lg>input[type=month].input-group-addon,.embedpress-modal .input-group-lg>input[type=time].form-control,.embedpress-modal .input-group-lg>input[type=time].input-group-addon,.embedpress-modal input[type=date].input-lg,.embedpress-modal input[type=datetime-local].input-lg,.embedpress-modal input[type=month].input-lg,.embedpress-modal input[type=time].input-lg,.input-group-lg .embedpress-modal input[type=date],.input-group-lg .embedpress-modal input[type=datetime-local],.input-group-lg .embedpress-modal input[type=month],.input-group-lg .embedpress-modal input[type=time]{line-height:46px}}.embedpress-modal .form-group{margin-bottom:15px}.embedpress-modal .checkbox,.embedpress-modal .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.embedpress-modal .checkbox label,.embedpress-modal .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.embedpress-modal .checkbox-inline input[type=checkbox],.embedpress-modal .checkbox input[type=checkbox],.embedpress-modal .radio-inline input[type=radio],.embedpress-modal .radio input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.embedpress-modal .checkbox+.checkbox,.embedpress-modal .radio+.radio{margin-top:-5px}.embedpress-modal .checkbox-inline,.embedpress-modal .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.embedpress-modal .checkbox-inline+.checkbox-inline,.embedpress-modal .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.embedpress-modal .checkbox-inline.disabled,.embedpress-modal .checkbox.disabled label,.embedpress-modal .radio-inline.disabled,.embedpress-modal .radio.disabled label,.embedpress-modal input[type=checkbox].disabled,.embedpress-modal input[type=checkbox][disabled],.embedpress-modal input[type=radio].disabled,.embedpress-modal input[type=radio][disabled],fieldset[disabled] .embedpress-modal .checkbox-inline,fieldset[disabled] .embedpress-modal .checkbox label,fieldset[disabled] .embedpress-modal .radio-inline,fieldset[disabled] .embedpress-modal .radio label,fieldset[disabled] .embedpress-modal input[type=checkbox],fieldset[disabled] .embedpress-modal input[type=radio]{cursor:not-allowed}.embedpress-modal .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.embedpress-modal .form-control-static.input-lg,.embedpress-modal .form-control-static.input-sm,.embedpress-modal .input-group-lg>.form-control-static.form-control,.embedpress-modal .input-group-lg>.form-control-static.input-group-addon,.embedpress-modal .input-group-lg>.input-group-btn>.form-control-static.btn,.embedpress-modal .input-group-sm>.form-control-static.form-control,.embedpress-modal .input-group-sm>.form-control-static.input-group-addon,.embedpress-modal .input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.embedpress-modal .input-group-sm>.form-control,.embedpress-modal .input-group-sm>.input-group-addon,.embedpress-modal .input-group-sm>.input-group-btn>.btn,.embedpress-modal .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .input-group-sm>.input-group-btn>select.btn,.embedpress-modal .input-group-sm>select.form-control,.embedpress-modal .input-group-sm>select.input-group-addon,.embedpress-modal select.input-sm{height:30px;line-height:30px}.embedpress-modal .input-group-sm>.input-group-btn>select[multiple].btn,.embedpress-modal .input-group-sm>.input-group-btn>textarea.btn,.embedpress-modal .input-group-sm>select[multiple].form-control,.embedpress-modal .input-group-sm>select[multiple].input-group-addon,.embedpress-modal .input-group-sm>textarea.form-control,.embedpress-modal .input-group-sm>textarea.input-group-addon,.embedpress-modal select[multiple].input-sm,.embedpress-modal textarea.input-sm{height:auto}.embedpress-modal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .form-group-sm select.form-control{height:30px;line-height:30px}.embedpress-modal .form-group-sm select[multiple].form-control,.embedpress-modal .form-group-sm textarea.form-control{height:auto}.embedpress-modal .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.embedpress-modal .input-group-lg>.form-control,.embedpress-modal .input-group-lg>.input-group-addon,.embedpress-modal .input-group-lg>.input-group-btn>.btn,.embedpress-modal .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.embedpress-modal .input-group-lg>.input-group-btn>select.btn,.embedpress-modal .input-group-lg>select.form-control,.embedpress-modal .input-group-lg>select.input-group-addon,.embedpress-modal select.input-lg{height:46px;line-height:46px}.embedpress-modal .input-group-lg>.input-group-btn>select[multiple].btn,.embedpress-modal .input-group-lg>.input-group-btn>textarea.btn,.embedpress-modal .input-group-lg>select[multiple].form-control,.embedpress-modal .input-group-lg>select[multiple].input-group-addon,.embedpress-modal .input-group-lg>textarea.form-control,.embedpress-modal .input-group-lg>textarea.input-group-addon,.embedpress-modal select[multiple].input-lg,.embedpress-modal textarea.input-lg{height:auto}.embedpress-modal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.embedpress-modal .form-group-lg select.form-control{height:46px;line-height:46px}.embedpress-modal .form-group-lg select[multiple].form-control,.embedpress-modal .form-group-lg textarea.form-control{height:auto}.embedpress-modal .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333}.embedpress-modal .has-feedback{position:relative}.embedpress-modal .has-feedback .form-control{padding-right:42.5px}.embedpress-modal .form-control-feedback{position:absolute;top:0;right:0;z-index:1;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.embedpress-modal .form-group-lg .form-control+.form-control-feedback,.embedpress-modal .input-group-lg+.form-control-feedback,.embedpress-modal .input-group-lg>.form-control+.form-control-feedback,.embedpress-modal .input-group-lg>.input-group-addon+.form-control-feedback,.embedpress-modal .input-group-lg>.input-group-btn>.btn+.form-control-feedback,.embedpress-modal .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.embedpress-modal .form-group-sm .form-control+.form-control-feedback,.embedpress-modal .input-group-sm+.form-control-feedback,.embedpress-modal .input-group-sm>.form-control+.form-control-feedback,.embedpress-modal .input-group-sm>.input-group-addon+.form-control-feedback,.embedpress-modal .input-group-sm>.input-group-btn>.btn+.form-control-feedback,.embedpress-modal .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.embedpress-modal .has-success .checkbox,.embedpress-modal .has-success .checkbox-inline,.embedpress-modal .has-success.checkbox-inline label,.embedpress-modal .has-success.checkbox label,.embedpress-modal .has-success .control-label,.embedpress-modal .has-success .help-block,.embedpress-modal .has-success .radio,.embedpress-modal .has-success .radio-inline,.embedpress-modal .has-success.radio-inline label,.embedpress-modal .has-success.radio label{color:#3c763d}.embedpress-modal .has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.embedpress-modal .has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.embedpress-modal .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.embedpress-modal .has-success .form-control-feedback{color:#3c763d}.embedpress-modal .has-warning .checkbox,.embedpress-modal .has-warning .checkbox-inline,.embedpress-modal .has-warning.checkbox-inline label,.embedpress-modal .has-warning.checkbox label,.embedpress-modal .has-warning .control-label,.embedpress-modal .has-warning .help-block,.embedpress-modal .has-warning .radio,.embedpress-modal .has-warning .radio-inline,.embedpress-modal .has-warning.radio-inline label,.embedpress-modal .has-warning.radio label{color:#8a6d3b}.embedpress-modal .has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.embedpress-modal .has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.embedpress-modal .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.embedpress-modal .has-warning .form-control-feedback{color:#8a6d3b}.embedpress-modal .has-error .checkbox,.embedpress-modal .has-error .checkbox-inline,.embedpress-modal .has-error.checkbox-inline label,.embedpress-modal .has-error.checkbox label,.embedpress-modal .has-error .control-label,.embedpress-modal .has-error .help-block,.embedpress-modal .has-error .radio,.embedpress-modal .has-error .radio-inline,.embedpress-modal .has-error.radio-inline label,.embedpress-modal .has-error.radio label{color:#a94442}.embedpress-modal .has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.embedpress-modal .has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.embedpress-modal .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.embedpress-modal .has-error .form-control-feedback{color:#a94442}.embedpress-modal .has-feedback label~.form-control-feedback{top:25px}.embedpress-modal .has-feedback label.sr-only~.form-control-feedback{top:0}.embedpress-modal .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.embedpress-modal .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.embedpress-modal .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.embedpress-modal .form-inline .form-control-static{display:inline-block}.embedpress-modal .form-inline .input-group{display:inline-table;vertical-align:middle}.embedpress-modal .form-inline .input-group .form-control,.embedpress-modal .form-inline .input-group .input-group-addon,.embedpress-modal .form-inline .input-group .input-group-btn{width:auto}.embedpress-modal .form-inline .input-group>.form-control{width:100%}.embedpress-modal .form-inline .control-label{margin-bottom:0;vertical-align:middle}.embedpress-modal .form-inline .checkbox,.embedpress-modal .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.embedpress-modal .form-inline .checkbox label,.embedpress-modal .form-inline .radio label{padding-left:0}.embedpress-modal .form-inline .checkbox input[type=checkbox],.embedpress-modal .form-inline .radio input[type=radio]{position:relative;margin-left:0}.embedpress-modal .form-inline .has-feedback .form-control-feedback{top:0}}.embedpress-modal .form-horizontal .checkbox,.embedpress-modal .form-horizontal .checkbox-inline,.embedpress-modal .form-horizontal .radio,.embedpress-modal .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.embedpress-modal .form-horizontal .checkbox,.embedpress-modal .form-horizontal .radio{min-height:27px}.embedpress-modal .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.embedpress-modal .form-horizontal .form-group:after,.embedpress-modal .form-horizontal .form-group:before{content:" ";display:table}.embedpress-modal .form-horizontal .form-group:after{clear:both}@media (min-width:768px){.embedpress-modal .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.embedpress-modal .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.embedpress-modal .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.embedpress-modal .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.embedpress-modal .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.embedpress-modal .btn.active.focus,.embedpress-modal .btn.active:focus,.embedpress-modal .btn.focus,.embedpress-modal .btn:active.focus,.embedpress-modal .btn:active:focus,.embedpress-modal .btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.embedpress-modal .btn.focus,.embedpress-modal .btn:focus,.embedpress-modal .btn:hover{color:#333;text-decoration:none}.embedpress-modal .btn.active,.embedpress-modal .btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.embedpress-modal .btn.disabled,.embedpress-modal .btn[disabled],fieldset[disabled] .embedpress-modal .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.embedpress-modal a.btn.disabled,fieldset[disabled] .embedpress-modal a.btn{pointer-events:none}.embedpress-modal .btn-default{color:#333;background-color:#fff;border-color:#ccc}.embedpress-modal .btn-default.focus,.embedpress-modal .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.embedpress-modal .btn-default.active,.embedpress-modal .btn-default:active,.embedpress-modal .btn-default:hover,.open>.embedpress-modal .btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.embedpress-modal .btn-default.active.focus,.embedpress-modal .btn-default.active:focus,.embedpress-modal .btn-default.active:hover,.embedpress-modal .btn-default:active.focus,.embedpress-modal .btn-default:active:focus,.embedpress-modal .btn-default:active:hover,.open>.embedpress-modal .btn-default.dropdown-toggle.focus,.open>.embedpress-modal .btn-default.dropdown-toggle:focus,.open>.embedpress-modal .btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.embedpress-modal .btn-default.active,.embedpress-modal .btn-default:active,.open>.embedpress-modal .btn-default.dropdown-toggle{background-image:none}.embedpress-modal .btn-default.disabled.focus,.embedpress-modal .btn-default.disabled:focus,.embedpress-modal .btn-default.disabled:hover,.embedpress-modal .btn-default[disabled].focus,.embedpress-modal .btn-default[disabled]:focus,.embedpress-modal .btn-default[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-default.focus,fieldset[disabled] .embedpress-modal .btn-default:focus,fieldset[disabled] .embedpress-modal .btn-default:hover{background-color:#fff;border-color:#ccc}.embedpress-modal .btn-default .badge{color:#fff;background-color:#333}.embedpress-modal .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.embedpress-modal .btn-primary.focus,.embedpress-modal .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.embedpress-modal .btn-primary.active,.embedpress-modal .btn-primary:active,.embedpress-modal .btn-primary:hover,.open>.embedpress-modal .btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.embedpress-modal .btn-primary.active.focus,.embedpress-modal .btn-primary.active:focus,.embedpress-modal .btn-primary.active:hover,.embedpress-modal .btn-primary:active.focus,.embedpress-modal .btn-primary:active:focus,.embedpress-modal .btn-primary:active:hover,.open>.embedpress-modal .btn-primary.dropdown-toggle.focus,.open>.embedpress-modal .btn-primary.dropdown-toggle:focus,.open>.embedpress-modal .btn-primary.dropdown-toggle:hover{color:#fff;background-color:#204d74;border-color:#122b40}.embedpress-modal .btn-primary.active,.embedpress-modal .btn-primary:active,.open>.embedpress-modal .btn-primary.dropdown-toggle{background-image:none}.embedpress-modal .btn-primary.disabled.focus,.embedpress-modal .btn-primary.disabled:focus,.embedpress-modal .btn-primary.disabled:hover,.embedpress-modal .btn-primary[disabled].focus,.embedpress-modal .btn-primary[disabled]:focus,.embedpress-modal .btn-primary[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-primary.focus,fieldset[disabled] .embedpress-modal .btn-primary:focus,fieldset[disabled] .embedpress-modal .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.embedpress-modal .btn-primary .badge{color:#337ab7;background-color:#fff}.embedpress-modal .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.embedpress-modal .btn-success.focus,.embedpress-modal .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.embedpress-modal .btn-success.active,.embedpress-modal .btn-success:active,.embedpress-modal .btn-success:hover,.open>.embedpress-modal .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.embedpress-modal .btn-success.active.focus,.embedpress-modal .btn-success.active:focus,.embedpress-modal .btn-success.active:hover,.embedpress-modal .btn-success:active.focus,.embedpress-modal .btn-success:active:focus,.embedpress-modal .btn-success:active:hover,.open>.embedpress-modal .btn-success.dropdown-toggle.focus,.open>.embedpress-modal .btn-success.dropdown-toggle:focus,.open>.embedpress-modal .btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.embedpress-modal .btn-success.active,.embedpress-modal .btn-success:active,.open>.embedpress-modal .btn-success.dropdown-toggle{background-image:none}.embedpress-modal .btn-success.disabled.focus,.embedpress-modal .btn-success.disabled:focus,.embedpress-modal .btn-success.disabled:hover,.embedpress-modal .btn-success[disabled].focus,.embedpress-modal .btn-success[disabled]:focus,.embedpress-modal .btn-success[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-success.focus,fieldset[disabled] .embedpress-modal .btn-success:focus,fieldset[disabled] .embedpress-modal .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.embedpress-modal .btn-success .badge{color:#5cb85c;background-color:#fff}.embedpress-modal .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.embedpress-modal .btn-info.focus,.embedpress-modal .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.embedpress-modal .btn-info.active,.embedpress-modal .btn-info:active,.embedpress-modal .btn-info:hover,.open>.embedpress-modal .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.embedpress-modal .btn-info.active.focus,.embedpress-modal .btn-info.active:focus,.embedpress-modal .btn-info.active:hover,.embedpress-modal .btn-info:active.focus,.embedpress-modal .btn-info:active:focus,.embedpress-modal .btn-info:active:hover,.open>.embedpress-modal .btn-info.dropdown-toggle.focus,.open>.embedpress-modal .btn-info.dropdown-toggle:focus,.open>.embedpress-modal .btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.embedpress-modal .btn-info.active,.embedpress-modal .btn-info:active,.open>.embedpress-modal .btn-info.dropdown-toggle{background-image:none}.embedpress-modal .btn-info.disabled.focus,.embedpress-modal .btn-info.disabled:focus,.embedpress-modal .btn-info.disabled:hover,.embedpress-modal .btn-info[disabled].focus,.embedpress-modal .btn-info[disabled]:focus,.embedpress-modal .btn-info[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-info.focus,fieldset[disabled] .embedpress-modal .btn-info:focus,fieldset[disabled] .embedpress-modal .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.embedpress-modal .btn-info .badge{color:#5bc0de;background-color:#fff}.embedpress-modal .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.embedpress-modal .btn-warning.focus,.embedpress-modal .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.embedpress-modal .btn-warning.active,.embedpress-modal .btn-warning:active,.embedpress-modal .btn-warning:hover,.open>.embedpress-modal .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.embedpress-modal .btn-warning.active.focus,.embedpress-modal .btn-warning.active:focus,.embedpress-modal .btn-warning.active:hover,.embedpress-modal .btn-warning:active.focus,.embedpress-modal .btn-warning:active:focus,.embedpress-modal .btn-warning:active:hover,.open>.embedpress-modal .btn-warning.dropdown-toggle.focus,.open>.embedpress-modal .btn-warning.dropdown-toggle:focus,.open>.embedpress-modal .btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.embedpress-modal .btn-warning.active,.embedpress-modal .btn-warning:active,.open>.embedpress-modal .btn-warning.dropdown-toggle{background-image:none}.embedpress-modal .btn-warning.disabled.focus,.embedpress-modal .btn-warning.disabled:focus,.embedpress-modal .btn-warning.disabled:hover,.embedpress-modal .btn-warning[disabled].focus,.embedpress-modal .btn-warning[disabled]:focus,.embedpress-modal .btn-warning[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-warning.focus,fieldset[disabled] .embedpress-modal .btn-warning:focus,fieldset[disabled] .embedpress-modal .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.embedpress-modal .btn-warning .badge{color:#f0ad4e;background-color:#fff}.embedpress-modal .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.embedpress-modal .btn-danger.focus,.embedpress-modal .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.embedpress-modal .btn-danger.active,.embedpress-modal .btn-danger:active,.embedpress-modal .btn-danger:hover,.open>.embedpress-modal .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.embedpress-modal .btn-danger.active.focus,.embedpress-modal .btn-danger.active:focus,.embedpress-modal .btn-danger.active:hover,.embedpress-modal .btn-danger:active.focus,.embedpress-modal .btn-danger:active:focus,.embedpress-modal .btn-danger:active:hover,.open>.embedpress-modal .btn-danger.dropdown-toggle.focus,.open>.embedpress-modal .btn-danger.dropdown-toggle:focus,.open>.embedpress-modal .btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.embedpress-modal .btn-danger.active,.embedpress-modal .btn-danger:active,.open>.embedpress-modal .btn-danger.dropdown-toggle{background-image:none}.embedpress-modal .btn-danger.disabled.focus,.embedpress-modal .btn-danger.disabled:focus,.embedpress-modal .btn-danger.disabled:hover,.embedpress-modal .btn-danger[disabled].focus,.embedpress-modal .btn-danger[disabled]:focus,.embedpress-modal .btn-danger[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-danger.focus,fieldset[disabled] .embedpress-modal .btn-danger:focus,fieldset[disabled] .embedpress-modal .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.embedpress-modal .btn-danger .badge{color:#d9534f;background-color:#fff}.embedpress-modal .btn-link{color:#337ab7;font-weight:400;border-radius:0}.embedpress-modal .btn-link,.embedpress-modal .btn-link.active,.embedpress-modal .btn-link:active,.embedpress-modal .btn-link[disabled],fieldset[disabled] .embedpress-modal .btn-link{background-color:transparent;box-shadow:none}.embedpress-modal .btn-link,.embedpress-modal .btn-link:active,.embedpress-modal .btn-link:focus,.embedpress-modal .btn-link:hover{border-color:transparent}.embedpress-modal .btn-link:focus,.embedpress-modal .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.embedpress-modal .btn-link[disabled]:focus,.embedpress-modal .btn-link[disabled]:hover,fieldset[disabled] .embedpress-modal .btn-link:focus,fieldset[disabled] .embedpress-modal .btn-link:hover{color:#777;text-decoration:none}.embedpress-modal .btn-group-lg>.btn,.embedpress-modal .btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.embedpress-modal .btn-group-sm>.btn,.embedpress-modal .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .btn-group-xs>.btn,.embedpress-modal .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.embedpress-modal .btn-block{display:block;width:100%}.embedpress-modal .btn-block+.btn-block{margin-top:5px}.embedpress-modal input[type=button].btn-block,.embedpress-modal input[type=reset].btn-block,.embedpress-modal input[type=submit].btn-block{width:100%}.embedpress-modal .btn-group,.embedpress-modal .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.embedpress-modal .btn-group-vertical>.btn,.embedpress-modal .btn-group>.btn{position:relative;float:left}.embedpress-modal .btn-group-vertical>.btn.active,.embedpress-modal .btn-group-vertical>.btn:active,.embedpress-modal .btn-group-vertical>.btn:focus,.embedpress-modal .btn-group-vertical>.btn:hover,.embedpress-modal .btn-group>.btn.active,.embedpress-modal .btn-group>.btn:active,.embedpress-modal .btn-group>.btn:focus,.embedpress-modal .btn-group>.btn:hover{z-index:1}.embedpress-modal .btn-group .btn+.btn,.embedpress-modal .btn-group .btn+.btn-group,.embedpress-modal .btn-group .btn-group+.btn,.embedpress-modal .btn-group .btn-group+.btn-group{margin-left:-1px}.embedpress-modal .btn-toolbar{margin-left:-5px}.embedpress-modal .btn-toolbar:after,.embedpress-modal .btn-toolbar:before{content:" ";display:table}.embedpress-modal .btn-toolbar:after{clear:both}.embedpress-modal .btn-toolbar .btn,.embedpress-modal .btn-toolbar .btn-group,.embedpress-modal .btn-toolbar .input-group{float:left}.embedpress-modal .btn-toolbar>.btn,.embedpress-modal .btn-toolbar>.btn-group,.embedpress-modal .btn-toolbar>.input-group{margin-left:5px}.embedpress-modal .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.embedpress-modal .btn-group>.btn:first-child{margin-left:0}.embedpress-modal .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.embedpress-modal .btn-group>.btn:last-child:not(:first-child),.embedpress-modal .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.embedpress-modal .btn-group>.btn-group{float:left}.embedpress-modal .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.embedpress-modal .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.embedpress-modal .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.embedpress-modal .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.embedpress-modal .btn-group .dropdown-toggle:active,.embedpress-modal .btn-group.open .dropdown-toggle{outline:0}.embedpress-modal .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.embedpress-modal .btn-group-lg.btn-group>.btn+.dropdown-toggle,.embedpress-modal .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.embedpress-modal .btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.embedpress-modal .btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.embedpress-modal .btn .caret{margin-left:0}.embedpress-modal .btn-group-lg>.btn .caret,.embedpress-modal .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.embedpress-modal .dropup .btn-group-lg>.btn .caret,.embedpress-modal .dropup .btn-lg .caret{border-width:0 5px 5px}.embedpress-modal .btn-group-vertical>.btn,.embedpress-modal .btn-group-vertical>.btn-group,.embedpress-modal .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.embedpress-modal .btn-group-vertical>.btn-group:after,.embedpress-modal .btn-group-vertical>.btn-group:before{content:" ";display:table}.embedpress-modal .btn-group-vertical>.btn-group:after{clear:both}.embedpress-modal .btn-group-vertical>.btn-group>.btn{float:none}.embedpress-modal .btn-group-vertical>.btn+.btn,.embedpress-modal .btn-group-vertical>.btn+.btn-group,.embedpress-modal .btn-group-vertical>.btn-group+.btn,.embedpress-modal .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.embedpress-modal .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.embedpress-modal .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.embedpress-modal .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.embedpress-modal .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.embedpress-modal .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.embedpress-modal .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.embedpress-modal .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.embedpress-modal .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.embedpress-modal .btn-group-justified>.btn,.embedpress-modal .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.embedpress-modal .btn-group-justified>.btn-group .btn{width:100%}.embedpress-modal .btn-group-justified>.btn-group .dropdown-menu{left:auto}.embedpress-modal [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.embedpress-modal [data-toggle=buttons]>.btn-group>.btn input[type=radio],.embedpress-modal [data-toggle=buttons]>.btn input[type=checkbox],.embedpress-modal [data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.embedpress-modal .input-group{position:relative;display:table;border-collapse:separate}.embedpress-modal .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.embedpress-modal .input-group .form-control{position:relative;z-index:1;float:left;width:100%;margin-bottom:0}.embedpress-modal .input-group .form-control:focus{z-index:2}.embedpress-modal .input-group-addon,.embedpress-modal .input-group-btn,.embedpress-modal .input-group .form-control{display:table-cell}.embedpress-modal .input-group-addon:not(:first-child):not(:last-child),.embedpress-modal .input-group-btn:not(:first-child):not(:last-child),.embedpress-modal .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.embedpress-modal .input-group-addon,.embedpress-modal .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.embedpress-modal .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.embedpress-modal .input-group-addon.input-sm,.embedpress-modal .input-group-sm>.input-group-addon,.embedpress-modal .input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.embedpress-modal .input-group-addon.input-lg,.embedpress-modal .input-group-lg>.input-group-addon,.embedpress-modal .input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.embedpress-modal .input-group-addon input[type=checkbox],.embedpress-modal .input-group-addon input[type=radio]{margin-top:0}.embedpress-modal .input-group-addon:first-child,.embedpress-modal .input-group-btn:first-child>.btn,.embedpress-modal .input-group-btn:first-child>.btn-group>.btn,.embedpress-modal .input-group-btn:first-child>.dropdown-toggle,.embedpress-modal .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.embedpress-modal .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.embedpress-modal .input-group .form-control:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.embedpress-modal .input-group-addon:first-child{border-right:0}.embedpress-modal .input-group-addon:last-child,.embedpress-modal .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.embedpress-modal .input-group-btn:first-child>.btn:not(:first-child),.embedpress-modal .input-group-btn:last-child>.btn,.embedpress-modal .input-group-btn:last-child>.btn-group>.btn,.embedpress-modal .input-group-btn:last-child>.dropdown-toggle,.embedpress-modal .input-group .form-control:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.embedpress-modal .input-group-addon:last-child{border-left:0}.embedpress-modal .input-group-btn{position:relative;font-size:0;white-space:nowrap}.embedpress-modal .input-group-btn>.btn{position:relative}.embedpress-modal .input-group-btn>.btn+.btn{margin-left:-1px}.embedpress-modal .input-group-btn>.btn:active,.embedpress-modal .input-group-btn>.btn:focus,.embedpress-modal .input-group-btn>.btn:hover{z-index:1}.embedpress-modal .input-group-btn:first-child>.btn,.embedpress-modal .input-group-btn:first-child>.btn-group{margin-right:-1px}.embedpress-modal .input-group-btn:last-child>.btn,.embedpress-modal .input-group-btn:last-child>.btn-group{z-index:1;margin-left:-1px}.embedpress-modal .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.embedpress-modal .close:focus,.embedpress-modal .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.embedpress-modal button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100010;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
assets/js/preview.js CHANGED
@@ -1260,24 +1260,24 @@
1260
 
1261
  var customAttributes = {};
1262
 
1263
- var embedInnerWrapper = $('.embedpress-wrapper', $wrapper);
1264
  var embedItem = $('iframe', $wrapper);
1265
  if (!embedItem.length) {
1266
  embedItem = null;
1267
  }
1268
 
1269
- $.each(embedInnerWrapper.attributes, function() {
1270
  if (this.specified) {
1271
  if (this.name !== "class") {
1272
  customAttributes[this.name.replace('data-', "").toLowerCase()] = this.value;
1273
  }
1274
  }
1275
  });
 
 
 
1276
 
1277
- var embedWidth = (((embedItem && embedItem.width()) || embedInnerWrapper.data('width')) || embedInnerWrapper.width()) || "";
1278
- var embedHeight = (((embedItem && embedItem.height()) || embedInnerWrapper.data('height')) || embedInnerWrapper.height()) || "";
1279
-
1280
- embedItem = embedInnerWrapper = null;
1281
 
1282
  $('<div class="loader-indicator"><i class="embedpress-icon-reload"></i></div>').appendTo($wrapper);
1283
 
@@ -1297,7 +1297,6 @@
1297
  bootbox.alert('Unable to get a valid response from the server.');
1298
  return;
1299
  }
1300
-
1301
  if (response.canBeResponsive) {
1302
  var embedShouldBeResponsive = true;
1303
  if ("width" in customAttributes || "height" in customAttributes) {
@@ -1325,10 +1324,10 @@
1325
  '<label>Responsive</label>'+
1326
  '<div class="form-group">'+
1327
  '<label class="radio-inline">'+
1328
- '<input type="radio" name="input-responsive-'+ wrapperUid +'" id="input-responsive-1-'+ wrapperUid +'" value="1"'+ (embedShouldBeResponsive ? ' checked' : '') +'> Yes'+
1329
  '</label>'+
1330
  '<label class="radio-inline">'+
1331
- '<input type="radio" name="input-responsive-'+ wrapperUid +'" id="input-responsive-0-'+ wrapperUid +'" value="0"'+ (!embedShouldBeResponsive ? ' checked' : '') +'> No'+
1332
  '</label>'+
1333
  '</div>'+
1334
  '</div>' : '')+
1260
 
1261
  var customAttributes = {};
1262
 
1263
+ var $embedInnerWrapper = $('.embedpress-wrapper', $wrapper);
1264
  var embedItem = $('iframe', $wrapper);
1265
  if (!embedItem.length) {
1266
  embedItem = null;
1267
  }
1268
 
1269
+ $.each($embedInnerWrapper[0].attributes, function() {
1270
  if (this.specified) {
1271
  if (this.name !== "class") {
1272
  customAttributes[this.name.replace('data-', "").toLowerCase()] = this.value;
1273
  }
1274
  }
1275
  });
1276
+
1277
+ var embedWidth = (((embedItem && embedItem.width()) || $embedInnerWrapper.data('width')) || $embedInnerWrapper.width()) || "";
1278
+ var embedHeight = (((embedItem && embedItem.height()) || $embedInnerWrapper.data('height')) || $embedInnerWrapper.height()) || "";
1279
 
1280
+ embedItem = $embedInnerWrapper = null;
 
 
 
1281
 
1282
  $('<div class="loader-indicator"><i class="embedpress-icon-reload"></i></div>').appendTo($wrapper);
1283
 
1297
  bootbox.alert('Unable to get a valid response from the server.');
1298
  return;
1299
  }
 
1300
  if (response.canBeResponsive) {
1301
  var embedShouldBeResponsive = true;
1302
  if ("width" in customAttributes || "height" in customAttributes) {
1324
  '<label>Responsive</label>'+
1325
  '<div class="form-group">'+
1326
  '<label class="radio-inline">'+
1327
+ '<input type="radio" name="input-responsive-'+ wrapperUid +'" id="input-responsive-1-'+ wrapperUid +'" value="1"'+ (embedShouldBeResponsive ? ' checked="checked"' : '') +'> Yes'+
1328
  '</label>'+
1329
  '<label class="radio-inline">'+
1330
+ '<input type="radio" name="input-responsive-'+ wrapperUid +'" id="input-responsive-0-'+ wrapperUid +'" value="0"'+ (!embedShouldBeResponsive ? ' checked="checked"' : '') +'> No'+
1331
  '</label>'+
1332
  '</div>'+
1333
  '</div>' : '')+
embedpress.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * EmbedPress plugin bootstrap file.
4
  *
5
  * @link https://pressshack.com/embedpress/
6
  * @package EmbedPress
@@ -10,10 +10,10 @@
10
  * @since 1.0.0
11
  *
12
  * @embedpress
13
- * Plugin Name: EmbedPress
14
  * Plugin URI: https://pressshack.com/embedpress/
15
- * Version: 1.7.5
16
- * Description: WordPress supports around 35 embed sources, but EmbedPress adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
17
  * Author: PressShack
18
  * Author URI: http://pressshack.com
19
  */
1
  <?php
2
  /**
3
+ * PublishPress Embeds plugin bootstrap file.
4
  *
5
  * @link https://pressshack.com/embedpress/
6
  * @package EmbedPress
10
  * @since 1.0.0
11
  *
12
  * @embedpress
13
+ * Plugin Name: PublishPress Embeds
14
  * Plugin URI: https://pressshack.com/embedpress/
15
+ * Version: 2.0.0
16
+ * Description: WordPress supports around 35 embed sources, but PublishPress Embeds adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
17
  * Author: PressShack
18
  * Author URI: http://pressshack.com
19
  */
includes.php CHANGED
@@ -14,15 +14,15 @@ defined('ABSPATH') or die("No direct script access allowed.");
14
  require_once 'freemius.php';
15
 
16
  if (!defined('EMBEDPRESS')) {
17
- define('EMBEDPRESS', "EmbedPress");
18
  }
19
 
20
  if (!defined('EMBEDPRESS_PLG_NAME')) {
21
- define('EMBEDPRESS_PLG_NAME', strtolower(EMBEDPRESS));
22
  }
23
 
24
  if (!defined('EMBEDPRESS_PLG_VERSION')) {
25
- define('EMBEDPRESS_PLG_VERSION', "1.7.5");
26
  }
27
 
28
  if (!defined('EMBEDPRESS_ROOT')) {
14
  require_once 'freemius.php';
15
 
16
  if (!defined('EMBEDPRESS')) {
17
+ define('EMBEDPRESS', "PublishPress Embeds");
18
  }
19
 
20
  if (!defined('EMBEDPRESS_PLG_NAME')) {
21
+ define('EMBEDPRESS_PLG_NAME', 'embedpress');
22
  }
23
 
24
  if (!defined('EMBEDPRESS_PLG_VERSION')) {
25
+ define('EMBEDPRESS_PLG_VERSION', "2.0.0");
26
  }
27
 
28
  if (!defined('EMBEDPRESS_ROOT')) {
readme.txt CHANGED
@@ -1,21 +1,21 @@
1
- === EmbedPress – Embed Google Docs, Vimeo and Wistia videos, Giphy and Imgur photos, and more ===
2
  Contributors: PressShack
3
  Tags: YouTube, Google, Facebook, Wistia, Vimeo
4
- Requires at least: 4.0
5
  Tested up to: 4.8
6
- Stable tag: 1.7.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- EmbedPress provides embeds for major sites, from YouTube and Twitch videos, to Google Maps and Docs, to Soundcloud and Spotify audio files.
11
 
12
  == Description ==
13
 
14
- EmbedPress easily connects WordPress to all the web services you use.
15
 
16
- With EmbedPress, all you need is the URL. Find the URL for your video, image, audio file or map and simply cut-and-paste the URL into a WordPress post. EmbedPress automatically understands the URL and embeds your content. You can embed media from over 75 sites.
17
 
18
- Here are some of the most popular sites you can use with EmbedPress:
19
 
20
  * **Google**: You can embed Google Maps, Docs, Forms, Sheets and more.
21
  * **Facebook**: You can embed Facebook posts and videos to your site.
@@ -25,7 +25,7 @@ Here are some of the most popular sites you can use with EmbedPress:
25
 
26
  = YOUTUBE, VIMEO AND WISTIA VIDEOS =
27
 
28
- The add-ons for EmbedPress give you far more control over your videos. With these add-ons, your videos will be responsive. You can also customize the video display to match your site’s design. Other features include auto-play and looping. Click the links below to get a full listing of all the features the add-ons provide:
29
 
30
  * [Click here to get more YouTube features](https://pressshack.com/addons/embedpress-youtube/)
31
  * [Click here to get more Vimeo features](https://pressshack.com/addons/embedpress-vimeo/)
@@ -33,7 +33,7 @@ The add-ons for EmbedPress give you far more control over your videos. With thes
33
 
34
  = GOOGLE DRIVE: DOCS, SHEETS, DRAWINGS, FORMS, SLIDES, MAPS =
35
 
36
- Google Drive is an enormously popular service that has replaced Microsoft Office for many companies. Using Google Drives can bring your information to life, whether it’s stored in documents, maps, drawings, spreadsheets, or presentations. EmbedPress supports all of these Google Drive options:
37
 
38
  * [How to use Google Docs in WordPress](https://pressshack.com/embedpress/docs/google-docs-embed-wordpress/)
39
  * [How to use Google Forms in WordPress](https://pressshack.com/embedpress/docs/google-forms-embed-wordpress/)
@@ -44,19 +44,19 @@ Google Drive is an enormously popular service that has replaced Microsoft Office
44
 
45
  = FACEBOOK POSTS AND VIDEOS =
46
 
47
- With EmbedPress, you can add Facebook Posts to WordPress, using just a URL. Facebook post embeds are possible, but they’re not easy to use via normal methods. EmbedPress is different:
48
 
49
  * [How to use Facebook embeds in WordPress](https://pressshack.com/embedpress/docs/embed-facebook-posts-wordpress/)
50
 
51
  = AUDIO: SPOTIFY, SOUNDCLOUD AND MIXCLOUD =
52
 
53
- EmbedPress supports all of these major options for audio on your WordPress site:
54
 
55
  * [How to use Spotify in WordPress](https://pressshack.com/embedpress/docs/embed-spotify-audios-wordpress/)
56
  * [How to use MixCloud in WordPress](https://pressshack.com/embedpress/docs/embed-mixcloud-audio-wordpress/)
57
  * [How to use SoundCloud in WordPress](https://pressshack.com/embedpress/docs/embed-soundcloud-audio-wordpress/)
58
 
59
- Here are multiple other audio options supported by EmbedPress:
60
 
61
  * [How to use Shoudio in WordPress](https://pressshack.com/embedpress/docs/embed-shoudio-audios-wordpress/)
62
  * [How to use HuffDuffer in WordPress](https://pressshack.com/embedpress/docs/embed-huffduffer-audios-wordpress/)
@@ -66,7 +66,7 @@ Here are multiple other audio options supported by EmbedPress:
66
 
67
  = PHOTOS: DEVIANTART, GIPHY, FLICK, IMGUR AND INSTAGRAM =
68
 
69
- EmbedPress supports most popular image-hosting sites, including Deviantart, Giphy, Imgur, Flick and Instagram:
70
 
71
  * [How to use Deviantart in WordPress](https://pressshack.com/embedpress/docs/embed-deviantart-image-wordpress/)
72
  * [How to use Giphy in WordPress](https://pressshack.com/embedpress/docs/embed-giphy-gifs-wordpress/)
@@ -76,7 +76,7 @@ EmbedPress supports most popular image-hosting sites, including Deviantart, Giph
76
 
77
  = CHARTS AND DIAGRAMS =
78
 
79
- With EmbedPress, you have a wide variety of options for adding charts and diagrams to your WordPress site. We already saw that EmbedPress supports Google Drawings, but here are 5 more options for charts:
80
 
81
  * [AmCharts embeds](https://pressshack.com/embedpress/docs/embed-amcharts-wordpress/)
82
  * [Cacoo embeds](https://pressshack.com/embedpress/docs/embed-cacoo-charts-wordpress/)
@@ -86,7 +86,7 @@ With EmbedPress, you have a wide variety of options for adding charts and diagra
86
 
87
  = OTHER VIDEO OPTIONS =
88
 
89
- We’ve seen that EmbedPress supports YouTube, Wistia and Vimeo, but EmbedPress also supports around 20 more video sources:
90
 
91
  * [Animoto embeds](https://pressshack.com/embedpress/docs/embed-animoto-videos-wordpress/)
92
  * [Bambuser embeds](https://pressshack.com/embedpress/docs/embed-bambuser-videos-wordpress/)
@@ -131,7 +131,7 @@ We’ve seen that EmbedPress supports YouTube, Wistia and Vimeo, but EmbedPress
131
 
132
  = ALSO CHECK OUT THE PUBLISHPRESS PLUGIN =
133
 
134
- If you like EmbedPress, then consider checking out [PublishPress](https://pressshack.com/publishpress/). The PublishPress plugin is essential for any WordPress site with multiple writers.
135
 
136
  PublishPress is a plugin with several tools that help your team stay organized:
137
 
@@ -150,13 +150,13 @@ Visit [OSTraining](https://www.ostraining.com/) to learn from our [WordPress Tra
150
 
151
  == Installation ==
152
 
153
- You can install EmbedPress through your WordPress admin area:
154
 
155
  Access the “Plugins” page.
156
  Click on the “Add New” button.
157
- Search for “EmbedPress”.
158
- Install the EmbedPress plugin.
159
- Activate the EmbedPress plugin.
160
 
161
  == Frequently Asked Questions ==
162
 
@@ -164,7 +164,7 @@ Activate the EmbedPress plugin.
164
 
165
  You can ask for help via [the PublishPress contact form](https://pressshack.com/contact/).
166
 
167
- = Do I Need Coding Skills To Use EmbedPress? =
168
 
169
  Not at all. You can set up everything your team needs without any coding knowledge. We made it super easy.
170
 
@@ -182,6 +182,17 @@ Not at all. You can set up everything your team needs without any coding knowled
182
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
183
  and this project adheres to [Semantic Versioning](http://semver.org/).
184
 
 
 
 
 
 
 
 
 
 
 
 
185
  = [1.7.5] - 2017-06-21 =
186
 
187
  * Fixed:
1
+ === PublishPress Embeds – Embed Google Docs, Vimeo and Wistia videos, Giphy and Imgur photos, and more ===
2
  Contributors: PressShack
3
  Tags: YouTube, Google, Facebook, Wistia, Vimeo
4
+ Requires at least: 4.5
5
  Tested up to: 4.8
6
+ Stable tag: 2.0.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ PublishPress Embeds provides embeds for major sites, from YouTube and Twitch videos, to Google Maps and Docs, to Soundcloud and Spotify audio files.
11
 
12
  == Description ==
13
 
14
+ PublishPress Embeds easily connects WordPress to all the web services you use.
15
 
16
+ With PublishPress Embeds, all you need is the URL. Find the URL for your video, image, audio file or map and simply cut-and-paste the URL into a WordPress post. PublishPress Embeds automatically understands the URL and embeds your content. You can embed media from over 75 sites.
17
 
18
+ Here are some of the most popular sites you can use with PublishPress Embeds:
19
 
20
  * **Google**: You can embed Google Maps, Docs, Forms, Sheets and more.
21
  * **Facebook**: You can embed Facebook posts and videos to your site.
25
 
26
  = YOUTUBE, VIMEO AND WISTIA VIDEOS =
27
 
28
+ The add-ons for PublishPress Embeds give you far more control over your videos. With these add-ons, your videos will be responsive. You can also customize the video display to match your site’s design. Other features include auto-play and looping. Click the links below to get a full listing of all the features the add-ons provide:
29
 
30
  * [Click here to get more YouTube features](https://pressshack.com/addons/embedpress-youtube/)
31
  * [Click here to get more Vimeo features](https://pressshack.com/addons/embedpress-vimeo/)
33
 
34
  = GOOGLE DRIVE: DOCS, SHEETS, DRAWINGS, FORMS, SLIDES, MAPS =
35
 
36
+ Google Drive is an enormously popular service that has replaced Microsoft Office for many companies. Using Google Drives can bring your information to life, whether it’s stored in documents, maps, drawings, spreadsheets, or presentations. PublishPress Embeds supports all of these Google Drive options:
37
 
38
  * [How to use Google Docs in WordPress](https://pressshack.com/embedpress/docs/google-docs-embed-wordpress/)
39
  * [How to use Google Forms in WordPress](https://pressshack.com/embedpress/docs/google-forms-embed-wordpress/)
44
 
45
  = FACEBOOK POSTS AND VIDEOS =
46
 
47
+ With PublishPress Embeds, you can add Facebook Posts to WordPress, using just a URL. Facebook post embeds are possible, but they’re not easy to use via normal methods. PublishPress Embeds is different:
48
 
49
  * [How to use Facebook embeds in WordPress](https://pressshack.com/embedpress/docs/embed-facebook-posts-wordpress/)
50
 
51
  = AUDIO: SPOTIFY, SOUNDCLOUD AND MIXCLOUD =
52
 
53
+ PublishPress Embeds supports all of these major options for audio on your WordPress site:
54
 
55
  * [How to use Spotify in WordPress](https://pressshack.com/embedpress/docs/embed-spotify-audios-wordpress/)
56
  * [How to use MixCloud in WordPress](https://pressshack.com/embedpress/docs/embed-mixcloud-audio-wordpress/)
57
  * [How to use SoundCloud in WordPress](https://pressshack.com/embedpress/docs/embed-soundcloud-audio-wordpress/)
58
 
59
+ Here are multiple other audio options supported by PublishPress Embeds:
60
 
61
  * [How to use Shoudio in WordPress](https://pressshack.com/embedpress/docs/embed-shoudio-audios-wordpress/)
62
  * [How to use HuffDuffer in WordPress](https://pressshack.com/embedpress/docs/embed-huffduffer-audios-wordpress/)
66
 
67
  = PHOTOS: DEVIANTART, GIPHY, FLICK, IMGUR AND INSTAGRAM =
68
 
69
+ PublishPress Embeds supports most popular image-hosting sites, including Deviantart, Giphy, Imgur, Flick and Instagram:
70
 
71
  * [How to use Deviantart in WordPress](https://pressshack.com/embedpress/docs/embed-deviantart-image-wordpress/)
72
  * [How to use Giphy in WordPress](https://pressshack.com/embedpress/docs/embed-giphy-gifs-wordpress/)
76
 
77
  = CHARTS AND DIAGRAMS =
78
 
79
+ With PublishPress Embeds, you have a wide variety of options for adding charts and diagrams to your WordPress site. We already saw that PublishPress Embeds supports Google Drawings, but here are 5 more options for charts:
80
 
81
  * [AmCharts embeds](https://pressshack.com/embedpress/docs/embed-amcharts-wordpress/)
82
  * [Cacoo embeds](https://pressshack.com/embedpress/docs/embed-cacoo-charts-wordpress/)
86
 
87
  = OTHER VIDEO OPTIONS =
88
 
89
+ We’ve seen that PublishPress Embeds supports YouTube, Wistia and Vimeo, but PublishPress Embeds also supports around 20 more video sources:
90
 
91
  * [Animoto embeds](https://pressshack.com/embedpress/docs/embed-animoto-videos-wordpress/)
92
  * [Bambuser embeds](https://pressshack.com/embedpress/docs/embed-bambuser-videos-wordpress/)
131
 
132
  = ALSO CHECK OUT THE PUBLISHPRESS PLUGIN =
133
 
134
+ If you like PublishPress Embeds, then consider checking out [PublishPress](https://pressshack.com/publishpress/). The PublishPress plugin is essential for any WordPress site with multiple writers.
135
 
136
  PublishPress is a plugin with several tools that help your team stay organized:
137
 
150
 
151
  == Installation ==
152
 
153
+ You can install PublishPress Embeds through your WordPress admin area:
154
 
155
  Access the “Plugins” page.
156
  Click on the “Add New” button.
157
+ Search for “PublishPress Embeds”.
158
+ Install the PublishPress Embeds plugin.
159
+ Activate the PublishPress Embeds plugin.
160
 
161
  == Frequently Asked Questions ==
162
 
164
 
165
  You can ask for help via [the PublishPress contact form](https://pressshack.com/contact/).
166
 
167
+ = Do I Need Coding Skills To Use PublishPress Embeds? =
168
 
169
  Not at all. You can set up everything your team needs without any coding knowledge. We made it super easy.
170
 
182
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
183
  and this project adheres to [Semantic Versioning](http://semver.org/).
184
 
185
+ = [2.0.0] - 2017-08-02 =
186
+
187
+ * Changed:
188
+ * Renamed to PublishPress Embeds
189
+ * Changed minimum WP version to 4.5
190
+
191
+ * Fixed:
192
+ * Fixed compatibility between Visual Composer and the modal window style;
193
+ * Fixed the modal window to edit embeds to recognize the responsive field correctly from the shortcode's params;
194
+ * Fixed color picker padding for "Clear" button, and hex color input field;
195
+
196
  = [1.7.5] - 2017-06-21 =
197
 
198
  * Fixed: