/*
 Theme Name:     MAKEWEB
 Theme URI:      http://makeweb.com.au
 Description:    Divi Child Theme for enhanced functionality and speed
 Author:         MAKEWEB
 Author URI:     http://makeweb.com.au
 Template:       Divi
 Version:        1.1.9
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Ul positioning updated 1.1.2 */
.et_pb_text ul, .et_pb_tab ul, .et_pb_toggle ul{
	list-style-position: inside;		
}
/* Menu Icons since 1.1.6 */
#top-menu .phone_icon a:before, 
#top-menu .email_icon a:before
 {
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

#top-menu .phone_icon a:before { content: "\e090";}
#top-menu .email_icon a:before { content: "\e010";}
 
/* Utility classes  since 1.1.3 */
/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
	.hide_desktop{ display: none; }
	.hide_desktop_big{ display: none; }
}
/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
	.hide_phone{ display: none; }
}
/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	.hide_phone{ display: none; }
}
/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
	.hide_tablet{ display: none; }
}
/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	.hide_tablet_down{ display: none; }
}
/* Responsive Styles 981px – 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
	.hide_desktop{ display: none; }
}
/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	.hide_desktop{ display: none; }
}
/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
	.hide_desktop{ display: none; }
}

/* Caldera Forms hide labels fix */
.screen-reader-text{
	display: none;
}

.et_overlay {
    background: rgba(0,0,0, 0.4) !important;
}

.mobile_nav  span.select_page {
    display: none !important;
}

/* custom subscribe form styling */
.et_bloom_form_header h2 {
font-family: Arimo !important;
text-transform: uppercase !important;
}

#mc-embedded-subscribe.button {
margin-top: 20px !important;
background-color: #bc9d63 !important;
color: #ffffff !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .button:hover {
background-color: #626262 !important;
}

#mce-FNAME, #mce-LNAME, #mce-MMERGE4, #mce-EMAIL {
background-color: #eeeeee !important;
color: #222222 !important;
}

.mc-field-group {
padding-bottom: 10px !important;
margin: 10px !important;
}

/* Bloom sign up styling */
.et_bloom_form_content.et_bloom_3_fields.et_bloom_bottom_stacked > form > button:hover {
background-color: #626262 !important;
}

.et_bloom .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
background-color: #bc9d63;
}

ul.arrow_right {
list-style: none;
}
ul.arrow_right li:before {
color: #BC9D63;
font-family: "ETmodules" !important;
content: "\24 \0020";
}

/* Caldera forms styling since 1.1.0 */
.form-group input[type="text"], 
.form-group input[type="email"], 
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #222;
    background-color: #eee;
    font-size: 14px;
}

.form-group input[type="submit"]{
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border: none;
    background: #bc9d63;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    float: right;
} 
.form-group input[type="submit"]:hover{
    cursor: pointer;
    background-color: #626262 !important;
        color: #ffffff;
        border: none;
}

input.form-control.parsley-error, select.form-control.parsley-error, textarea.form-control.parsley-error {
    color: #22252C;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.parsley-type, 
.parsley-required {
color: #22252C
}

.alert {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #bc9d63 !important;
    text-shadow: none !important;
}

@font-face {
  font-family: 'pacifico';
  src: url('pacifico.eot'); /* IE9 Compat Modes */
  src: url('pacifico.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pacifico.woff') format('woff'), /* Modern Browsers */
       url('pacifico.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('pacifico.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}