/*
Theme Name: Broadway Cab Theme
Theme URI: http: //broadwaycab.com/
Description: Broadway Cab Theme
Author: 7107 Digital
Author URI: https://7107digital.com
Template: salient
Version: 0.1
*/

body p a {
    color: #d1ae04!important;   
}

body p a:hover {
    color: #000!important;   
}

h1 span, h2 span {
    color: #d1ae04;
}

.menu-nav {
    background: #000;
}

.sf-menu {
    padding: 10px 0;
}

header#top nav > ul > li > a:hover {
    background: #fde008;
    color: #000!important;
}

#top-container {
    background: url('top-back.png');
    background-position: 50% 50%;
}

#top-site {
    margin: 30px 0;
}

#top-logo {
    width: 33%;
    float: left;
}

#logo {
    margin: 0!important;
}

#top-right {
    float: right;
    width: 67%;
    margin-top: 0px
}

#top-right div {
    text-align: right
}

#tagline {
	font-size: 20px;
}

#call-us {
    font-size: 24px;
    padding: 13px 0 9px;
    display: block;
}

#call-us a {
    color: #d1ae04;
}

#call-us a:hover {
    color: #333333;
}

#top-buttons a {
    display: inline-block;
    padding: 6px 12px ;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

#top-buttons a:hover {
    background: #d1ae04;
    color: #000;
}

.swiper-slide .button a {
    color: #000!important;
}

.home-tiles {
    height: 300px!important;
}

.wpb_wrapper >div.map-marker-list {
    margin-bottom: 15px!important;
}

#copyright .span_5 {
    width: 100%!important;
    text-align: center;
    padding: 40px 0;
}

#footer-widgets .page_item a {
    text-transform: uppercase;
}

#footer-outer #footer-widgets .col input[type=text],
#footer-outer #footer-widgets .col input[type=email],
#footer-outer #footer-widgets .col textarea {
    background-color: #333333;
    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

#footer-outer #footer-widgets .col input[type=submit] {
    color: #000;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
}

#footer-outer #footer-widgets a.contact {
    color: #d1ae04!important;
}

#footer-outer #footer-widgets a.contact:hover {
    color: #fde008!important;
}

#footer-outer #footer-widgets i {
    font-size: 14px;
    text-align: center;
    width: 24px;
}

body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=text]:focus, body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus {
    background-color: #333333;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #ccc !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ccc !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ccc !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ccc !important;
opacity: 1;
}

#become-contacts a {
    color: #000!important;
}

#become-contacts a:hover {
    color: #d1ae04!important;
}

.iwithtext .iwt-text {
    text-align: left;
}

small {
    font-size: 14px;
}

.swiper-slide .content p.transparent-bg span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8)!important;
    box-shadow: 15px 0 0 rgba(0, 0, 0, 0.5), -15px 0 0 rgba(0, 0, 0, 0.8!important);
    -moz-box-shadow: 15px 0 0 rgba(0, 0, 0, 0.5), -15px 0 0 rgba(0, 0, 0, 0.8)!important;
    -webkit-box-shadow: 15px 0 0 rgba(0, 0, 0, 0.5), -15px 0 0 rgba(0, 0, 0, 0.8)!important;
    -o-box-shadow: 15px 0 0 rgba(0, 0, 0, 0.5), -15px 0 0 rgba(0, 0, 0, 0.8)!important;
}

.wpcf7 .wpcf7-response-output {
    background-color: transparent;
    margin-top: 30px;
    border: 1px solid #fde008;
    font-size: 14px;
    text-align: center;
}

#tff_formfields {
    text-align: left;
    width: 45%;
    float: left;
    margin: 0 2.5% 3%;
}

.taxifarefinder-widget h2,
.taxifarefinder-widget div p:nth-child(1) {
	display: none;
}

@media only screen and (min-width: 1000px) {
    .menu-nav {
        max-width: none!important;
        padding: 0!important;
    }
}