/** 
 * plugins.css
 *   Override plugins styles on front-end of website.
 *   For tibetsun.com
 *
 *   Last edit: 30 may 2016 jw - Remove jetpack stats.
 *   Last edit: 22 dec 2014 jw - Remove wedevs project manager; 
 *                               Add button emphasize for jetpack stats
 *   Begin:     11 january 2014 jw - making it.
 *
 * 1. Collapse o matic
 * 2. Contact Form 7
 * 3. Contact Form 7 Really Simple Captcha
 * 4. WP Server Monitor
 *
 **/

/* {{ 1. Collapse o matic: */
.collapseomatic_excerpt, 
.collapseomatic_content {
  margin-left:      0;
}
/* }} Collapse o matic. */

/* {{ 2. Contact Form 7: */
form > div.wpcf7-response-output {
  width:            520px;
}
/* }} Contact Form 7. */

/* {{ 3. CF7 Captcha: */
img.wpcf7-captchac {
  margin-left:      -8px;
}
input.wpcf7-captchar {
  width:            60px    !important;
  margin-right:     8px;
}
/* }} CF7 Captcha. */


/* e o f */
