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

/* CALL */
.call {
    -webkit-background-image: linear-gradient(180deg,#00b2e3 0%,#0082cc 100%)!important;
	-mox-background-image: linear-gradient(180deg,#00b2e3 0%,#0082cc 100%)!important;
	background-image: linear-gradient(180deg,#00b2e3 0%,#0082cc 100%)!important;
    border-radius: 3px;
    float: none;
    height: 34px;
    padding-left: 15px;
    padding-right: 20px!important;
    padding-top: 9px;
	-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;
}
.call:hover {
    opacity: 0.65;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
li.call a {
    font-size: 1.1em!important;
	line-height: 1em;
    font-weight: inherit !important;
}
.et-fixed-header div#et-top-navigation nav#top-menu-nav ul#top-menu.nav .call a, .call a {
    color: #FFFFFF!important;
}
/*
.call {
    -webkit-background-image: linear-gradient(180deg,#0077a2 0%,#005b77 100%)!important;
	-mox-background-image: linear-gradient(180deg,#0077a2 0%,#005b77 100%)!important;
	background-image: linear-gradient(180deg,#0077a2 0%,#005b77 100%)!important;
    border-radius: 3px;
    float: none;
    height: 34px;
    padding-left: 35px;
    padding-right: 20px !important;
    padding-top: 8px;
}
.call a {
	font-size: 1.1em!important;line-height: 1em;
    font-weight: 600 !important;}
	
.et-fixed-header div#et-top-navigation nav#top-menu-nav ul#top-menu.nav .call a, .call a {
    color: #FFFFFF!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 ] ------- */
/* ------------------------------------*/
/* HOME HEADER */
.home-header .header-content {
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
}
/* 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;
}
/* NUMBER */
.home-count span.percent-value:before {
    content: "over ";
}
.home-count span.percent-value:after {
    content: " successful applications.";
}
/* CASE STUDY HEADERS */
.case-study h4.et_pb_module_header {
    margin-top: 15px;
}
/* PRODUCT TABLE */
.product-table h4.et_pb_module_header {
    margin-top: 10px;
}
.product-table .et_pb_main_blurb_image {
    display: table-footer-group;
    float: right;
	margin-bottom: 0px;
}
.product-table .et_pb_blurb_container {
    display: table-header-group;
    float: left;
}
@media only screen and ( max-width: 767px ) {
.product-table .et_pb_main_blurb_image {
    display: table-cell;
    float: none;
	margin-bottom: inherit;
}
.product-table .et_pb_blurb_container {
    display: table-cell;
    float: none;
}
}
/* ------------------------------------*/
/* ------------- [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-image: linear-gradient(180deg,#00b2e3 0%,#0082cc 100%)!important;
    border: medium none !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
	cursor: pointer!important;
}
.gform_wrapper .gfield_required {
    color: #40C8F4 !important;
}
.gform_wrapper .gform_page_footer input.button:hover{
    opacity: 0.5!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]-------------*/
/*------------------------------------------------*/

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

}
/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
#top-menu li {
    padding-right: 15px;
    font-size: 11px;
}
}
/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
li.call {
    padding: 10px 0!important;
    height: auto;
    text-align: center;
}
.et_mobile_menu li a {
    text-transform: uppercase;
	font-weight: 700;
}
}
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
.home-header .header-content {
    padding: 0!important;
}
.et_header_style_left #logo {
    max-width: 70%;
}
}
/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}