/*
Theme Name:     Divi Child
Theme URI:      http://pixelfish.com.au/
Description: 2 Column theme from Pixel Fish
Author: Pixel Fish
Author URI: http://www.pixelfish.com.au
Template:   Divi
*/

@import url("../Divi/style.css");

/*------------------------------------------------*/
/*---------------[DIVI HEADER MENU]---------------*/
/*------------------------------------------------*/
/* FULLWDITH HEADER */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 20px auto;
    width: 100%;
    max-width: none;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-bottom: 15px;
}
/* LOGO RESOLUTION */
#logo {
    -webkit-transform: initial;
	-moz-transform: initial;
    transform: initial;
}
/* SUB MENU WIDTH */
.nav li ul {
    width: 300px;
}
#top-menu li li a {
    width: 260px;
}
/* SECONDARY MENU */
#et-info {
    float: right;
}
/* book */
.book {
    background: #ed1c24;
    border-radius: 3px;
    float: none;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px!important;
    padding-top: 15px;
	-webkit-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.book:hover {
    opacity: 0.65;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
li.book a {
	line-height: 1em;
    font-weight: 700 !important;
}
.book svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    float: right;
    margin-left: 5px;
    opacity: 0.75;
}
.et-fixed-header div#et-top-navigation nav#top-menu-nav ul#top-menu.nav .book a, .book a {
    color: #FFFFFF!important;
}
/*------------------------------------------------*/
/*---------------[DIVI MOBILE MENU]---------------*/
/*------------------------------------------------*/
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

/* HIDE / SHOW MOBILE PHONE */
.mobile-only { 
	display: none!important; 
}
@media only screen and ( max-width: 980px ) {
.mobile-only { display: block!important;
}
}
#main-header .et_mobile_menu li.hide-mobile, li.show-mobile{
	display:none!important;
}
@media only screen and ( max-width: 980px ) {
li.show-mobile {
	display:block!important;
}
}
@media only screen and ( max-width: 767px ) {
li.hide-mobile {
	display:none!important;
}
}


/*-----------------------------------------------------------*/
/*---------------[DIVI SWAP COLUMNS ON MOBILE]---------------*/
/*-----------------------------------------------------------*/
@media only screen and ( max-width: 980px ) {
/*** wrap row in a flex box ***/
.mobile-swap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first {
-webkit-order: 1;
order: 1;
}
 
.second {
-webkit-order: 2;
order: 2;
}
 
.third {
-webkit-order: 3;
order: 3;
}
 
.fourth {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.mobile-swap:last-child .et_pb_column:last-child {
margin-bottom: 30px;
} 
}

/* ------------------------------------*/
/* ----- [DIVI MODULES EDITS ] ------- */
/* ------------------------------------*/
/* READ MORE*/
.et_pb_blog_grid .et_pb_post a.more-link {
    text-transform: capitalize;
}
.et_pb_blog_grid .et_pb_post p {
    margin-bottom: 1em;
}
/* BLURBS */
.et_pb_blurb_content {
    max-width: none;
}
/* INLINE BUTTONS */
.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 10px;
}
.inline-buttons {
    text-align: center !important; 
    /* Change "Center" to left or right as you need, 
    to align the buttons to the sides rather than the 
    center of the column */
}

/* ------------------------------------*/
/* ------------ [HOME PAGE] ---------- */
/* ------------------------------------*/
/* HOME HEADER */
.Home-Header .header-content h1 {
    line-height: 1em;
}
.Home-Header .et_pb_fullwidth_header_subhead {
    line-height: 1em;padding-bottom: 10px;
}
.Home-Header .header-content {
    width: 60%;
}
.Home-Header {
    padding: 75px 0;
}

/* ------------------------------------*/
/* ------------- [GENERAL] ----------- */
/* ------------------------------------*/
/* CTA */
.Global-CTA .et_pb_promo_description p {
    font-size: 1.4em;
}
/* FONTS */
blockquote {
    font-size: 1.6em;
    line-height: 1em;
}
/* BLOOM WIDGET */
.et_bloom .et_bloom_widget_content .et_bloom_form_container .et_bloom_form_content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding: 0 !important;
}
.et_bloom .et_bloom_widget_content .et_bloom_form_container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/* THEME IMAGE REPLACEMENT */
.et-custom-list ul li:before {
    background: url("images/tick.png") no-repeat scroll 0 0 transparent!important ; top: 5px!important;	
}

/* ------------------------------------*/
/* ------------- [FOOTER] ------------ */
/* ------------------------------------*/
/* FOOTER */
.footer-widget li::before {
    border-style: none!important;
}
.footer-widget li {
    padding-left: 0!important;
}
.footer-widget ul li {
    margin-bottom: 0.1em;
}

/* ----------------------------------------*/
/* ------------ [GRAVITY FORMS] ---------- */
/* ----------------------------------------*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #ed1c24 !important;
    border: medium none !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 0.75em 1.5em !important;
    text-transform: uppercase !important;
	cursor: pointer!important;
	font-family: 'Outfit',Helvetica,Arial,Lucida,sans-serif!important;
}
.gform_wrapper .gfield_required {
    color: #ed1c24 !important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover{
    background-color: #f15a22!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
    padding: 15px!important;
	background: rgba(0,0,0,0.05)!important;
    border: none!important;
}
/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

/*-------------------[981px-1100px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {

}

/*-------------------[980px]------------------*/
@media only screen and ( max-width: 980px ) {
/* book */
.book {
    background: none;
    border-radius: 0px;
    float: none;
    height: auto;
    padding-left: 0;
    padding-right: 0!important;
    padding-top: 0;
}
.book a {
	font-size: inherit!important;line-height: inherit;
    font-weight: inherit !important;}
	
.et-fixed-header div#et-top-navigation nav#top-menu-nav ul#top-menu.nav .book a, .book a {
    color: inherit!important;
}
}
/*-------------------[767px]------------------*/
@media only screen and ( max-width: 767px ) {

}
/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {

}