/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Centre Images */
.center-image {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}


/* Blurb Hover changes image or icon colour */
#blurb-hover.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:hover {
       color: #222222 !important; 
    } 


/* Overhanging Logo Badge and no-shrink navigation */
.et-fixed-header { min-height: 70px !important;}
nav#top-menu-nav { padding-top: 1px !important;}


#logo {
	position: absolute;
	top:10px; 
	left: 10px; 
	max-width: 30%;
	min-width:140px;
}

 .et_fixed_nav #logo {
max-height: 140px;
}

/* Set the semi-transparent background color - Hero */
#hero .header-content {
	background-color: rgba(0, 0, 0, 0.5);	 
        padding: 30px 30px 30px 30px !important;
	}

/* Give the background rounded corners */
#hero .header-content {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

@media screen and (max-width: 900px)
{
.notonmobile {display: none;}
}


/* 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: 3px;
    background: rgba(235,28,34,0.7);
    border-color: rgba(235,28,34,0.7);
    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: #EB1C22 !important;
        color: #ffffff;
        border: 2px solid;
        border-color: #EB1C22;
}

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: #EB1C22 !important;
    text-shadow: none !important;
}