/*
Theme Name: Equip - Child Theme
Theme URI: http://www.husk.co.nz
Description: Divi Child Theme
Author: Husk
Author URI: http://www.husk.co.nz
Template: Divi
Version: 1.0.2
*/

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

body {
	font-family: 'Lunasima', sans-serif;
}

.blurb-button-outline {
	color: #4a505e;
    border: solid #4a505e 1px!important;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Lato',Helvetica,Arial,sans-serif!important;
    font-weight: 900!important;
    text-transform: uppercase!important;
    background-color: rgba(0,0,0,0);
	padding: 5px 50px !important;
	margin-top: 25px;
	display: inline-block;
	transition: all 0.3s ease;
	cursor: pointer;
}

.blurb-button-outline:hover {
   background-color: #4a505e;
   color: #ffffff;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

#top-menu a:hover{
	color: #58b7dd;
}

.nav li li {
    line-height: 1.4em;
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
.post-meta {
	display: none;
}

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*--------------------[Divi Forms]---------------*/
/*------------------------------------------------*/
.et-pb-contact-message {
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 20px;
}

/* contact page */
.contact-page-form .et-pb-contact-message {
	color: #222 !important;

}

/*------------------------------------------------*/
/*--------------------[Ninja Forms]---------------*/
/*------------------------------------------------*/
.nf-form-fields-required,
.nf-error.field-wrap .nf-field-element:after {
	display: none;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 18px !important;
}

.nf-fu-progress {
	margin-bottom: 0px !important;
	height: 10px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, 
.nf-form-content input:not([type=submit]), 
.nf-form-content textarea {
	border-radius: 3px !important;
    overflow: hidden;
	-webkit-appearance: none;
    padding: 14px !important;
    font-size: 16px;
    color: #333 !important;
	background-color: #edf0f7 !important;
    width: 100%;
    font-weight: 400;
    border-width: 0;
	border: 0px solid #bbb !important;
}

.nf-form-content textarea.ninja-forms-field {
    height: 130px !important;
}

.nf-form-content label {
	font-size: 16px !important;
}

.nf-form-content button, 
.nf-form-content input[type=submit] {
	color: #ffffff!important;
	border: 12px solid #ffb356 !important;
	background-color: #ffb356 !important;	
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-family: 'Lato',Helvetica,Arial,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
	padding: .3em 1em !important;
    line-height: 1.7em!important;
	height: auto !important;
}


.nf-form-content .nf-fu-fileinput-button {
	padding-top: 2% !important;
	padding-bottom: 2% !important;
	border: 1px solid #345168 !important;
	background-color: #345168 !important;
	font-size: 12px !important;
}

.nf-error .ninja-forms-field {
	border: none !important;
}

.nf-form-content button:hover, 
.nf-form-content input[type=submit]:hover {
	cursor: pointer;
	opacity: 0.9;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/