/*
 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");

/* reduce padding */
 .et_pb_section {
    padding: 0;
    position: relative;
}

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
   
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 700px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 700px; 
    }
      .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 60%; 
        padding: 2% !important; 
        height:auto !important; 
    }
}

@media only screen and ( max-width: 980px ) {
    #main-header .container { 
        width:100%;
        box-sizing:border-box;
        padding-right:30px;
        padding-left:30px;
    }
}

/* move social icons on top header to right */
#top-header .et-social-icons { 
    float:right !important;
}

#top-header #et-info { 
    width: 100%;
}

/*style the top header*/
#et-info {
    font-size: 90%;
}


/*increase menu font on bootcamp page under slider*/
#menu-fitness_menu li a{
font-size: 140%;
}

/*change hamburger menu to black*/
span.mobile_menu_bar:before {
    color: black !important;
}

/* change font style on events search form */
div.css-search div.em-search-advanced label {
    font-weight: bold;
    color: #337ebf;
}

.et_pb_slide_description h2 {
    font-size: 3em;
    font-weight: 300;
}

/* customise Contact Form 7 to resemble DiVi theme */

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-submit {
    /*color: #337ebf !important;*/
    color: white !important;
    background: #337ebf;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    /*background: transparent;*/
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: #337ebf;
    opacity: 0.7;
    border-color: #eee;
    padding: 6px 20px !important;
}

.wpcf7-text, .wpcf7-textarea{
    padding: 8px !Important;
}


/*Change size of tel and email in header*/
#top-header #et-info-phone, 
#top-header #et-info-email, 
#top-header .et-social-icon a { 
    font-size:130% 
}

/*Change font style*/
* {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4 {
   font-size: 1.5em;
   color: #337ebf;
   font-weight:bold;
}

h2 {
      color:#666666;
      font-weight:600;
}

h1 {
      font-size: 2.75em;
      color:#666666;
      font-weight:500;
      letter-spacing: 0.03em;
}

h3 {
      color:#666666;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
       max-width: 950px;
       width: 90%;
}

.et_pb_fullwidth_header_subhead {
      line-height: 1.9;
}

/*Thumbnail hover rise image*/
.et_overlay {
    display:none;
}
 
.et_portfolio_image, .et_shop_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 
.et_portfolio_image:hover, .et_shop_image:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

/*format full width header sub heading text*/
.et_pb_fullwidth_header_subhead, .et_pb_promo_description {
    font-size: 1.25em;   
}

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta,
.post-meta,
#comment-wrap,
{
    display: none;
}



