/*
Theme Name: Fields Research
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.3
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Allan Grove
Author URI: http://www.fieldsresearch.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Main Theme Styles */
@import url("./css/main-styles.css?ver=2.5.3");

/* Page Builder Modules Styles */
@import url("./includes/builder/styles/frontend-builder-style.css?ver=2.5.3");

/* Customizations */

#main-content .et_pb_parallax_css { opacity: .6; }

#main-content .et_pb_slide_description { padding: 0; }

.et_pb_fullwidth_header { padding: 0px !important; }

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content  { margin: 0px auto; }

et_pb_section et_pb_section_parallax  et_pb_section_2 et_section_regular et_section_transparent {padding: 5px 0 !important; }

#etbr, #refl {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Century Gothic' !important;
}
#refl {
    position: absolute;
    top: 100%;
    left: 0;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    
     opacity: .20;
   
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 176, 240, 0)), color-stop(100%, rgba(0, 176, 240, 0.5)));
     background: -webkit-linear-gradient(to bottom, rgba(0, 176, 240, 0) 10%, rgba(0, 176, 240, 0.5) 80%);
     /* background:    -moz-linear-gradient(to bottom, rgba(0, 176, 240, 0) 10%, rgba(0, 176, 240, 0.5) 80%); */
     background:     -ms-linear-gradient(to bottom, rgba(0, 176, 240, 0) 10%, rgba(0, 176, 240, 0.5) 80%);
     background:      -o-linear-gradient(to bottom, rgba(0, 176, 240, 0) 10%, rgba(0, 176, 240, 0.5) 80%);
   
/* background: linear-gradient(to bottom, rgba(0, 176, 240, 0) 10%, rgba(0, 176, 240, 0.5) 80%); */
   

  

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trans_overlay {
    content: ' ';
    position: absolute;
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 80%);

}