/*
 Theme Name:   resort-CHILD
 Theme URI:    http://jensenelectricalgroup.com.au
 Description:  resort CHILD
 Author: Mobile Search Ready
 Author URI: http://mobilesearchready.com.au/
 Template: resort
 Version:      1.0.0
 Text Domain:  resort-child
*/

@import url("../resort/style.css");

#intro-message {
  background: #000000;
  margin: 0 0 2.618em;
  padding: 2.244em 0;
  color: #E4E4E4;
}

#footer-wrapper {
  background: #000000;
  color: #E4E4E4;
  font-size: .95em;
}

#navigation ul.nav ul {
    background: #464747;
    border: 4px solid #000100;
    left: -1px;
  }
  #navigation ul.nav ul li {
    border-bottom: 1px dashed #000100;
    margin: 0 1em;
}

#navigation ul.nav li.parent > a:after {
    font-family: 'FontAwesome';
    font-size: 100%;
    margin-left: .618em;
    line-height: 1em;
    width: 1em;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    text-align: right;
    line-height: 1;
    content: "\f179";
    content: "\f078";
    position: relative;
    top: -2px;
    left: -3px;
    font-size: .8em;
    width: 1.387em;
    color: #ff0000;
}

a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  padding: .53em 1em;
  border: 0;
  background: #ff0000;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  font-family: "Lato", sans-serif;
  cursor: pointer;
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-border-radius: 0.387em;
  border-radius: 0.387em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -webkit-appearance: none;
  /* Remove iOS glare */
}

#header .nav-toggle:after {
  font-family: 'FontAwesome';
  font-size: 100%;
  margin-left: .618em;
  line-height: 1em;
  width: 1em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f179";
  content: "\f0c9";
  background: #d5151d;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1.75;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  font-size: 1.387em;
}