/* Enter Your Custom CSS Here */

/* MENU - Creates a menu item with text below icon */
/*
html .whfmenuclass
{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 22px;
  	color: #454545;
    font-family: "Open Sans","sans serif";
}
*/

/* Creates more spacing below image in the menu so that there is spacing between image and text */
/*
html ._mi._before
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
*/

/* MENU FOR VERTICAL MENUS */
/*
html .whfverticalmenuclass
{
	font-size: 14px;
  	color: #454545;
    font-family: "Open Sans","sans serif";
}
*/

/* Adjusts the menu icon so that it is over the menu background when in mobile screen size*/
#tve_editor .thrv_widget_menu.thrv_wrapper .tve-m-trigger.t_tve_horizontal {
 margin-bottom: -25px; 
}


/* The settings for your contact form */
.wpcf7 input[type="text"] {width:300px;} /* Contact Form - Width of all the text inputs */
.wpcf7 input[type="email"] {width:300px;}/* Contact Form - Width of email input */
.wpcf7 textarea.wpcf7-textarea /*Contact Form - Settings for Message box */
{
  width:350px;
  font-size: 14px;
  font-family: "Open Sans","sans serif";
}
/* Contact Form - Label settings */
.wpcf7-form p
{ 
  font-size: 14px;
  font-family: "Open Sans","sans serif";
}
/* Contact Form - Label settings */
.wpcf7-form p input, .wpcf7-form p textarea
{
  font-size: 14px;
  font-family: "Open Sans","sans serif";
}
/* Contact Form - Button settings */
.contactform_button {
     height: 35px;
     width: 150px !important;
  	 color: #DD0330;
}


/* CHANGE YOUR MENU FONT HERE */ 
/*header nav ul li a*/ 
html .whfmenuclass
{
  	font-family: "Open Sans","sans serif";
	font-size: 15px;
  	color: #454545;
  	/*font-weight: bold;*/
}

/* ////////////////////// DONE CHANGE THESE SETTINGS !! ///////////////////////////// */

/* Dashboard - Hide the welcome panel */
div#welcome-panel.welcome-panel{display:none !important;}
label[for="wp_welcome_panel-hide"] {display:none !important;}
div.welcome-panel {display:none !important;}
/* Change the top ribon color or the front end editor */
#wpadminbar {background: none repeat scroll 0 0 #4a676f;}
#wlcms_admin_logo > span > img{display: none;  }
#tve_cpanel .tve_editor {background: none repeat scroll 0 0 #acc1c6;}/* editor color */
.tve_cpanel_list {background: none repeat scroll 0 0 #c0d6dc;}/* editor color sub menu */






