/*
Theme Name: Divi Emperor's College
Description: A Divi child theme for the Mothership.
Author: Chris Johnston 
Template: Divi
*/

@import url("../Divi/style.css");

body {font-size: 15px; font-weight: 400;line-height: 1.45em;}
p {line-height: 1.4em;}
h1 { font-size: 21px; }
h2 { font-size: 24px; color: #99840f; }
h3 { font-size: 21px; }

#top-menu li a {font-weight: normal;}
#main-header {box-shadow: 0 0 5px 0 #666;-moz-box-shadow: -webkit-box-shadow: 0 0 5px 0 #666;-webkit-box-shadow: -webkit-box-shadow: 0 0 5px 0 #666;}
#et-secondary-nav li a {line-height:12px;}
#et-secondary-menu {padding-bottom: 0px;}

h4.widgettitle {color: #444444;font-size: 19px;line-height: 1.3em;font-weight: bold;}
.et_pb_widget_area ul {padding: 0 0 0 0 !important; font-size:90%;}
.nav li ul {position: absolute;top: ;width:230px;}
#top-menu li li a {font-size: 95%; padding: 5px 10px;width: 200px;}
#top-menu li li {top: 0; padding:0px;}
#top-menu {padding-top:45px;}

#main-footer {margin-top: 10px;}
.cat-post-widget .post-title {font-size: 14px;font-weight: normal;}

#top-header .container {padding-top: 15px; line-height: 5px;}
.et-social-icon a {display: inline-block;font-size: 16px;}
.et_nav_text_color_light, .et_nav_text_color_light #et-secondary-nav a, .et_nav_text_color_light .et-social-icon a, .et_nav_text_color_light #et-info a {color: #f4f3f3;}
.view-full-post-btn{
  display:inline-block;
  /*border-radius*/
  -webkit-border-radius:10px;
     -moz-border-radius:10px;
          border-radius:10px;
  padding:8px 16px;
  margin-top:10px;
  background:#50640f;
  color:#FFFFFF;
  border:1px solid #000000;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:16px;
}
.view-full-post-btn:hover{
  background:#99840f;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
          transition:all .3s ease;
  border:1px solid #000000;
  color:#FFFFFF;
}

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 400px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 400px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
      
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}