/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/


.mc_merge_var label {
	display:block;
	text-align:left;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:normal;
}

.mc_input {
	width:100%;
	margin:0 0 .8em 0;
}

#mc_subheader {
	margin-bottom:1em;
}

.mc_error_msg {
	margin-bottom:1em;
	color:red;
	font-weight:normal;
}

#mc_signup_submit {
	margin-top:1.2em;
}

.sidebar-widgets .widget > h5::after, .footer_widgets .widget > h5::after, .wpb_widgetised_column .widget > h5::after, .sidebar .widget > h5::after, #tools .widget > h5::after {
	width: 45px;
    background-color: rgb(230, 170, 33) !important;
}

.footer_contents #mfgigcal-widget h4 {
	font-size:1em;
}

#mobile-navigation li a {
	color:#fff;
}


input.button,
a,
input[type=submit]

{
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		-ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		 -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
			transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

	/* thank you http://matthewlein.com/ceaser/ */
}