/*
 Theme Name:   Highend Child
 Theme URI:    http://preview.hb-themes.com/?theme=Highend
 Description:  A Flexible, Powerful & Beautiful WordPress Theme by HB-Themes. Mobile ready and optimized for best performance. With the powerful engine and user friendly interface it will allow you to build outstanding websites quick and easy... It comes with Premium Plugins integrated into the theme.
 Author:       HB-Themes
 Author URI:   http://www.hb-themes.com
 Template:     HighendWP
 Version:      1.0.2
 Tags:		   Responsive, Page-Builder, Drag&Drop, Clean, Modern, Corporate, Multi-Purpose, Multi-Color
 Text Domain:  hbthemes
*/

/* =Theme customization starts here

FONT
font-family: 'Raleway', sans-serif;
font-weight: 100,200,300,`00,500,600,800,900

	font: font-style, font-variant, font-weight, font-stretch, font-size, line-height, and font-family.
	font: italic 400 1.6rem/1.6 'Raleway', sans-serif !important;

color: rgba(0,0,0,1); #000000

-------------------------------------------------------------- */


.hpbutton a {
    font-family: 'Raleway', sans-serif;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}



/* contact form box */
ul.contactform li h4 {
	padding-top: 12px !important;
}
ul.contactform li {
	list-style-type: none !important;
	margin-bottom: 4px !important;
}
ul.contactform li.formtitle .required {
    color: #3dca93 !important;
}
ul.contactform li.formtitle {
    font-size: 21px !important;
}
ul.contactform li input, ul.contactform li textarea {
	background-color: #FFFFFF !important;
	padding: 3px 4px 3px 4px !important;
    color: #666666 !important;
	font-weight: 400 !important;
	box-shadow: none !important;
	border-radius: 0px;
}
span.wpcf7-list-item {
    display: block;
}
ul.contactform li input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
	background-color: rgba(61,202,147,1) !important;
	text-transform: uppercase !important;
	padding: 14px 24px 14px 24px !important;
    color: rgba(254,254,254,1) !important;
	border: 0px !important;
    font-weight: 800 !important;
    margin-top: 10px !important;
}
ul.contactform li input[type="submit"]:hover {
	background-color: rgba(61,202,147,.6) !important;
}


