/* Enter Your Custom CSS Here */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus 
{ 
  color: #1e73be; 
  background-color: transparent; 
} 


.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #FFF;
    text-transform: uppercase;
    background-color: #DA4453;
}
button:hover, .button:hover {
  background-color: #363636;
}

/* read more button*/
a.btn.btn-default.read-more 
{ 
  background-color: #DA4453; 
  border-color: #DA4453; 
} 
a.btn.btn-default.read-more:hover 
{ 
  background-color: #363636; 
  border-color: #363636; 
}

.dropdown-menu {
    font-size: 13px;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #ac2a12;
}
.navbar-default .navbar-nav > li > a {
    font-weight: bold;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a {
    white-space: normal; 
}

/* this is to remove the title of the pages (home and 2 service pages) */
.post-2785 .entry-header,
.post-2677 .entry-header,
.post-2570 .entry-header {
  display: none;
}

.post-2785 .entry-content,
.post-2677 .entry-content,
.post-2570 .entry-header {
  margin-top: 0;
}

/* This will hide header and menu */
.page-id-2677 .nav.navbar-nav,
.page-id-2570 .nav.navbar-nav {
    display: none;
}

/* This will remove footer including widget area if you have it enabled */
.page-id-2677 #footer-area .footer-widget-area,
.page-id-2570 #footer-area .footer-widget-area {
    display: none;
}

.page-id-2677 .copyright,
.page-id-2570 .copyright {
    display: none;
}

