/*
 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.8
*/
 
/* =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,
 #mobile_menu .phone_icon a:before,
#top-menu .email_icon a:before
 {
    position: relative;
    top: 2px;
    margin-right: 12px;
    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, #mobile_menu .phone_icon a:before { content: "\e090";
	    background: #0082CA;
    color: white;
    padding: 12px;
}
#top-menu .email_icon a:before { content: "\e010";}

#top-menu .phone_icon a:hover{
	opacity: 1 !important;
}
#mobile_menu a{
text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* 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; }
}




.form {
    background: #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 40px -5px #000;
    padding: 20px;
    max-width: calc(100% - 60px);
    box-sizing: border-box;
    position: relative;
}

div.banner {
  content: 'Hi';
  position: absolute;
  bottom: -15px;
  right: -20px;
  background: #50505a;
  color: #fff;
  width: 320px;
  padding: 16px 4px 16px 0;
  border-radius: 2px;
  font-size: 13px;
  box-shadow: 10px 10px 40px -14px #000
}

div.banner span {
  margin: 0 5px 0 15px
}

.btn {
  float: right;
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #0082CA;
  background: #0082CA;
  color: white;
  cursor: pointer;
  transition: all .3s
}

.btn:hover {
  background: none;
  border: 2px solid #0082CA;
  color: #0082CA;
}
/* --- material floating label --- */
.form-group {
    display: flex;
}

.control-label {
	padding: 10px;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 14px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
}
.form-group > div{
	width: 100%;
}

.form-group.focused .control-label {
    opacity: 1;
    transform: translate3d(5px, -5px, 0) scale(0.8);
    color: white;
    background: #0082CA;
    padding: 2px 10px;
}
.form-group .control-label span {
    display: none;
}

.form-control {
    align-self: flex-end;
}

.form-control::-webkit-input-placeholder{
	    color: transparent;
    transition: 240ms;
}
.form-control::-moz-placeholder{
	    color: transparent;
    transition: 240ms;
}
.form-control:-moz-placeholder{
	    color: transparent;
    transition: 240ms;
} 
.form-control:-ms-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
/* bootstrap */
.caldera-grid textarea,textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    padding: 7px;
    font-size: 16px;
    background: #f7f7f7;
    border: none;
    margin: 10px auto !important;
    line-height: 2;
     -webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.2 );
}
.form-control {
    display: block;
    width: 100%;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Success Message */
.alert {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #494949 !important;
    text-shadow: none !important;
}