/*
 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
------------------------------------------------------- */

.et-waypoint {
opacity: 1;
}

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a {
   color: #fff;
}

.black, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a {
   color: #000;
}

.grey, .grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6, .grey li, .grey a {
   color: #535353;
}

.blue, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue li, .blue a {
   color: #2dabdd;
}

.bullet-font-size.et_pb_blurb_container h4{
font-size: 18px!important;
}


.custom-font-01 h1, .custom-font-01 h2, .custom-font-01 h3, .custom-font-01 h4{
font-family: 'Ovo', serif!important;
font-weight: 500;
}

.custom-font-02, .custom-font-02 h2, .custom-font-02 h3, .custom-font-02 h4{
font-family: 'Muli', sans-serif!important;
}

.upper, .upper h1, .upper h2, .upper h3, .upper h4, .upper h5, .upper h6, .upper li, .upper a {
   text-transform: uppercase;
}

.lower, .lower h1, .lower h2, .lower h3, .lower h4, .lower h5, .lower h6, .lower li, .lower a {
    text-transform: lowercase;
}


.no-space, .no-space h1, .no-space h2, .no-space h3, .no-space h4, .no-space h5, .no-space h6, .no-space li, .no-space a {
   margin-bottom: 0 !important;
}

.no-padding-section.et_pb_section {
    padding: 0px;
}

.no-padding-row .et_pb_row{
    padding: 0px;
}

/* -- Slider -- */
.et_pb_row.et_pb_row_0.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

.et_pb_section_0.et_pb_section {
    padding: 0px 0;
}

.et_pb_row.et_pb_row_0.et_pb_row_fullwidth {
    padding: 0!important;
}

.home-row2 .et_pb_row {
    width: 100%;
}

a.et_pb_more_button.et_pb_button {
    background-color: #2dabdd;
    border: none;
    border-radius: 0;
    width: 200px;
    font-family: 'Muli', sans-serif!important;
    text-transform: uppercase;
    font-size: 18px!important;
    padding-top: 9px!important;
    padding-bottom: 9px!important;
}

/* -- Main Menu -- */
nav#top-menu-nav {
    font-family: 'Ovo', serif!important;
    text-transform: uppercase;
    font-weight: 500!important;
}

ul#mobile_menu {
    background-color: #2dabdd!important;
}


/* -- Homepage Icons Row -- */

.col1of4, .col2of4, .col3of4 {
    width: 261px;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.col-1-title,  .col-2-title, .col-3-title {
    font-family: 'Ovo', serif!important;
    color: #fff;
}

.icons-row {
padding-top: 20px;
}



/* -- About -- */

.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 15px;
    padding-top: 5px;
}


.cta-button-title h1 {
font-family: 'Ovo', serif!important;
}


/* -- Contact -- */

input#gform_submit_button_1 {
    border: none;
    background-color: #2dabdd;
    padding: 10px 15px;
    color: #fff;
}

input#gform_submit_button_1:hover {
    border: none;
    background-color: #177397;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}

/* -- Top-Footer -- */






/* -- FOOTER -- */
.freshy_copyright a {
   display: inline-block;
   vertical-align: middle;
   width: 44px;
   height: 20px;
   background-image: url(/wp-content/uploads/2015/10/freshysites_footer_white.png);
   background-repeat: no-repeat;
   background-size: 44px 20px;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}

.freshy_copyright span {
   display: inline-block;
   color: #fff;
}

.freshy_copyright span::after {
   display: inline-block;
   content: '';
   border-right: 1px solid #fff;
   padding-left: 10px;
   margin-right: 10px;
   height: 20px;
   vertical-align: middle;
}

/* fix if using Impreza to remove underline */
.freshy_copyright a:hover {
   border: 0 !important;
}

.l-subfooter.at_bottom {
   text-transform: uppercase;
   letter-spacing: 1px;
}

#footer-bottom {
    padding: 15px 0 15px;
}

/* -- END FOOTER -- */


/* -- Start Responsive -- */
@media screen and (max-width: 769px) {
   .hide-mobile {
       display: none;
   }
.col1of4, .col2of4, .col3of4 {
    width: 197px!important;
    float: left;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 32px;
}
.force-center-mobile h1 {
    text-align: center!important;
}
.no-padding-section-mobile.et_pb_section {
    padding: 0px;
}
#top-header #et-info {
    line-height: 1.5em;
}
}


@media screen and (min-width: 768px) {
   .hide-desktop {
       display: none;
   }
}

/* -- End Responsive -- */