/*
Theme Name:     Podcaster Child Theme
Description:    Child theme for the Podcaster theme
Author:         Theme Station Team
Template:       podcaster
*/

@import url("../podcaster/style.css");

/* This is your child theme css file. Do not edit anything above this line. Write all your custom css declarations below this line. 
 * You might have to use "!important" to override some settings. To find out more about WordPress child themes please visit 
 * http://codex.wordpress.org/Child_Themes */

header .main-title a	{ background-size: 100% auto; }
footer.main				{ display: none; }

/* wp7 */
input.wpcf7-form-control { width: 90%; }
textarea.wpcf7-textarea  { width: 90%; height: 200px; }
input.wpcf7-submit		 { width: auto; }

/* social icon */
.social_icon::before 	 			{ background: none; font-size: 40px; height: 35px; vertical-align: middle; padding: 0; }
.facebook.social_icon:hover::before { background: none; color: #3b5988; } 
.twitter.social_icon:hover::before  { background: none; color: #00aced; } 
