/*
Theme Name: TRRA Theme (OceanWP)
Description: TRRA theme based on OceanWP
Author: Toherangi Holloway
Template: oceanwp
Version: 0.1
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 31 Aug 2017 23:50:56 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* Remove Comment Count from Recent Posts Widget */
.oceanwp-recent-posts .recent-posts-comments {
     display: none !important;
}
.oceanwp-recent-posts .recent-posts-info .sep {
     display: none !important;
}

/* Reduce width of RSCaptcha input */
.wpcf7-captchar {
    width: 33% !important;
    border: 3px solid #000000 !important;
}

/* Changes background of form input */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
background-color: #fafafa;
}
