/*
 Theme Name:   Patricia Bacon Consulting
 Theme URI:    Patricia Bacon Consulting Theme by sm web designs
 Author:       sm web designs Wilmslow Cheshire
 Author URI:   http://www.sm-webdesigns.co.uk
 Template:     Divi
 Version:      2.5.9
*/

/********************************** top bar */
#main-header {
  padding: 15px 0 10px 0;
}

/* social icons to right */
#et-info {
  width: 100%;
}

#top-header .et-social-icons {
  float: right;
  display: inline-block;
}

/* linkedin icon */
.et-social-linkedin a.icon:before { content: '\e09d'; }

/************************************ Logo */
#logo {
  margin-bottom: 0;
}


/************************************ Navigation */
#top-menu li, .fullwidth-menu li {
  margin-top: 15px;
  padding-right: 26px;
}

/************************************ colours */
.orange { color: #ed6d54; }

/* slider text styling *******************/

/*.et_pb_slide_description {
  background: rgba(255,255,255,0.40);
  padding: 20px;
}
*/

/************************************ About Me Styling */
.et_pb_team_member_description h4 {
  font-size: 20px !important;
}

p.wp-caption-text {
  color: #ed6d54;
}

/************************************ Contact Styling */
.et_pb_section_6 a.contactlink {
color: #fff !important;
}

.et_pb_section_6 p a.contactlink:hover {
  text-decoration: underline !important;
} 


/************************************ footer Styling */
#footer-bottom { 
  background-color: #ed6d54 !important;
}
 
#footer-info, #footer-info a  { 
  color: #fff;
  font-size: 0.8em;
}

/********************************************************************* media queries */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
#top-header .et-social-icons {
  padding-top: 7px;
   padding-top: 10px;
  margin-right: 45%;
}

.et_pb_section_6 {
  background: none;
}

.et_pb_text_4 {
  display: none;
}

.et_pb_text_5 h3 {
  color: #ed6d54 !important;
}

.et_pb_text_5 p {
  color: #ed6d54;
}

.et_pb_text_5 a.contactlink {
  color: #ed6d54 !important;
}
}

@media only screen and (min-width: 768px) {
/ *********************************** Contact link styling */
.et_pb_section_6 a.contactlink {
color: #fff !important;
}

.et_pb_section_6 p a.contactlink:hover {
  text-decoration: underline !important;
} 
}

@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; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}
   