/*
 Theme Name:   Pro Valet
 Theme URI:    http://example.com/twenty-twenty-child/
 Description:  Twenty Twenty Child Theme
 Author:       BWIT Team
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

.dancing-scr{
    font-family:'Dancing Script', cursive;
}
body{
	font-family:'Lato', sans-serif;
}
p:empty {
   display: none;
}
.nivo-controlNav a {
    position: relative;
    z-index: 999;
    cursor: pointer;
    background: url(./assets/images/slider-controls.png) no-repeat;
    background-position: bottom left;
    display: block;
    float: left;
    height: 32px;
    line-height: 1px;
    color: #000;
    padding: 0;
    width: 32px;
    text-indent: -999em;
    margin-right: 8px;
}
.collapse.navbar-collapse.min {
    height: auto;
    display: block;
    padding-bottom: 10px;
}
.nivo-controlNav a[rel='0'] {
    bottom: -392px;
    left: 730px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: url(./assets/images/slider-controls.png) no-repeat;
    background-position: top right;
}
.navbar-brand {
    float: left;
    height: auto;
    padding:7px;
}
.hero{
   background:url(./assets/images/hero-bg.png) no-repeat;
   padding-top:30px: 
}
nav.navbar.navbar-inverse {
    background:url(./assets/images/header-bg.png) no-repeat;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
}
ul.nav.navbar-nav{
    margin-left:150px;
    margin-top:18px;
}
ul.nav.navbar-nav li > a{
    display: block;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    background: url(./assets/images/menu-li-bg.png) no-repeat;
    padding:11px 25px;
    
}
ul.nav.navbar-nav li:first-child a{
    background:none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.custom.title h2 {
    font-size: 28px;
    color: #ff3a3a;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    margin-top: 10px;
}
.circles-col h2 {
    font-size:23px;
    color: #333333;
    font-style: italic;
    margin-bottom: 18px;
    font-weight: 700;
    text-align: center;
}
.circles-col h2 span{
    margin-top:10px;
    display: block;
}
.circles-col {
    text-align: center;
    margin-top: 48px;
}
.valet-parking-sec {
    position: relative;
    z-index: 20;
    overflow: hidden;
    background: #f6f6f6;
    margin-top: 90px;
    padding: 48px;
}
.valet-parking-sec ul{
    padding: 0px;
}
.valet-parking-sec ul li{
    font-size: 20px;
    font-style: italic;
    color: #ff3a3a;
    font-family: 'Lato', sans-serif;
    margin-bottom: 9px;
    display: inline-block;
    font-weight: bold;
    margin-right:6px;
    max-width: 220px;
    width: 100%;
    vertical-align: top;
    line-height: initial;
}
.moduletable p{
    margin-bottom: 2px;
}
.moduletable p a{
    color: #ff3a3a
}
h3.over-25 {
    margin: 10px 0px;
    color: #949494;
    font-weight: 700;
    font-size: 20px;
}
.about-cont-sec .container, .container{
    max-width: 965px;
    margin: auto;
}
.about-cont-sec h2{
    font-size:28px;
    color: #333333;
    margin-bottom: 36px;
    margin-top: 0;
    font-weight: 700;
    line-height: 30px;
    font-style: italic;
}
.about-cont-sec img{
    max-width:100%;
    margin-bottom:20px;
}
.about-cont-sec {
    padding-top: 50px;
}
.about-cont-sec ul{
    padding:0px;
}
.about-cont-sec ul li{
    color:#33333394;
    line-height: 30px;
    margin-bottom:10px;
    margin-top: 0;
    font-size: 13px;
}
.page-title{
    height: 187px;
    position: relative;
    z-index: 20;
    background: url(./assets/images/page-title-bg.png) no-repeat;
        margin-top: -2px;
}
html, body, input, textarea {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #949494 !important;
}
nav.navbar.navbar-inverse.inner-bg{
    background: url(./assets/images/inner-nav-bg.png) no-repeat;
}
.page-title h1 {
    font-family: 'LatoBlackItalic', sans-serif;
    font-size:166px;
    color: #fff;
    font-style: italic;
    opacity: 0.1;
    filter: alpha(opacity = 10);
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    overflow: hidden;
    font-weight: 700;
}
.contact-sec p img{
    float: left;
    margin-right:15px;
}
.contact-sec h6{
    margin-bottom: 5px;
}
.contact-form .form-control{
   border-radius: 0px;
}
.contact-form .form-control {
    border-radius: 0px;
    box-shadow: none;
}
.contact-sec textarea {
    height: 140px;
}
.contact-form .button {
    height: 35px;
    margin: auto;
    width: 94px;
    cursor: pointer;
    border-radius: 30px;
    border: .3rem solid #e0e0e0;
    background-color: #000;
    color: #fff !important;
}
.contact-form .button:hover {
    background-color:#5fc2a1;
}
footer{
    position: relative;
    z-index: 10;
    background: #ececec;
    line-height: 86px;
}
footer p{
   margin-bottom: 0px;
}
footer p a, .p-color{
    color: #ff3a3a
}
@media (min-width:992px) and (max-width:1199px ){

}
@media (min-width:768px) and (max-width:991px ){
.page-title h1 {
    font-family:'LatoBlackItalic', sans-serif;
    font-size:136px;
}
.nivo-caption {
    position: absolute;
    right:0px;
    background-color: rgba(0,0,0,.7);
}
.nivo-controlNav {
    left: -202px;
}
#slider {
    height: 514px;
    overflow: hidden;
    width: 100% !important;
}
.circles-col h2 {
    font-size: 16px;
}
.about-cont-sec h2 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.page-title h1 {
    font-family: 'LatoBlackItalic', sans-serif;
    font-size:129px;
}
}
@media (min-width: 768px){

}
@media (max-width:767px ){
.about-cont-sec ul {
    padding: 0px 8px;
}
.valet-parking-sec{
    padding: 48px 10px;
}
h3.over-25 {
    font-size: 13px;
}
.page-title h1 {
    font-family: 'LatoBlackItalic', sans-serif;
    font-size:54px;
}
footer {
    line-height: 15px;
    padding: 10px 0px;
}
.page-title {
    height: 107px;
    position: relative;
    background-size: cover;
    z-index: 20;
    background: url(./assets/images/page-title-bg.png) no-repeat;
    margin-top: -2px;
}
 #slider {
    transform: scale(1);
}
.circles-col h2 {
    font-size: 16px;
}
#slider {
    height: 514px;
    overflow: hidden;
    width: 100% !important;
}
.nivo-caption {
    position: absolute;
    right: 0px;
    margin: 0;
    padding: 0;
    top: inherit;
    color: #7e7e7e;
    background-color:rgba(0,0,0,.7);
    bottom: 0;
    opacity: 1;
    width: 184px;
}
.nivo-caption h2{
    line-height: 20px;
    font-size: 18px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
}
ul.nav.navbar-nav {
    margin-left: 0;
    margin-top: 18px;
}
ul.nav.navbar-nav li > a {
    display: block;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    background: none;
    padding: 11px;
    border-bottom: 1px solid #0000007d;
    margin-right: 15px;
}
.contact-sec p img {
    float: initial;
    margin-right: 15px;
    display: block;
    width: 100%;
}
}