/*
Theme Name: ElephantsWorld
Description: Child theme for Dazzling, this depends on the Dazzling template. Never remove that, and keep it up to date.
Author: Michiel Bosch
Version: 1.0.0
Template: dazzling
*/

@import url("../dazzling/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#social li a[href*="tripadvisor.com"] .fa:before,
.fa-tripadvisor:before {
    content: "\f262"
}
.site-description {
    display: none;
}
.copyright {
    display: none;
}
.entry-meta {
    display: none !important;
}
body {
  color: #333333;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 16px;
  background-color:#f4f4f4;
}
.content-area {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
#footer-area {
  background-color: #313233;
  color: #CCC;
  font-size: 16px;
}
.navbar > .container .navbar-brand {
  color: #76a30e;
  font-size: 30px;
  background: url('/wp-content/themes/dazzling-child/Logo-EW-top.png') no-repeat;
  background-position: left 4px;
  padding-left: 75px;
}
.navbar.navbar-default {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    margin-bottom: 30px;
}
.navbar-brand {
    padding-top: 14px;
    padding-right: 5px;
    padding-bottom: 14px;
    padding-left: 14px;
    margin: 8px 0;
}
.site {
    padding-top: 50px;
}
.widget ul {
    padding: 5px 0px;
}
.widget > div > ul > li {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
  font-weight: bold;
}
.breadcrumb{
    font-size: 15px;
    padding: 4px 8px;
    margin-top: 16px;
    margin-bottom: 16px;
    list-style: none;
    background-color :#ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}
.wpcf7 input[type="text"] {width:220px;}
.wpcf7 input[type="email"] {width:220px;}
.wpcf7 input[type="tel"] {width:220px;}
.wpcf7 input[type="select"] {width:220px;}
.wpcf7 textarea.wpcf7-textarea { width:220px;}
.wpcf7 select { width: 220px;}
@media only screen and (min-width : 480px) {
  .wpcf7 input[type="text"] {width:300px;}
  .wpcf7 input[type="email"] {width:300px;}
  .wpcf7 input[type="tel"] {width:300px;}
  .wpcf7 input[type="select"] {width:300px;}
  .wpcf7 textarea.wpcf7-textarea { width:300px;}
  .wpcf7 select { width: 300px;}
}
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}