/*
Theme Name: Rolls Livery
Theme URI: https://www.rollslivery.com/
Author: the Rolls Livery team
Author URI: https://www.rollslivery.com/
Description: Vintage Wedding Cars for Hire
Version: 3
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

/* For All */
a{
	    color: #d52f59;
}

body{
    margin: 0px;
    background-image: url(images/body.jpg);
    background-size:100%;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}
.box{
    max-width:1170px;
    width:90%;
    display: flex;
    margin:0px auto;
}
.w6{
    flex: 0 0 50%;
    padding: 0px 0px;
}
.w9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.w12 {
    flex: 0 0 100%;
    max-width: 100%;
}
div{
    display: block;
}
.wl{
    width: 100%;
	float:left;
}
.wl1{
    float: left;
    width: auto;
}
.reverse{
    flex-direction: row-reverse;
}
/* top header */

.top-header {
    padding: 3px 0px;
}
.socialmedia ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-flex;
}
.socialmedia ul li {
    float: left;
    width: auto;
}
.socialmedia ul li a {
    float: left;
    width: auto;
    padding: 5px 9px 0;
    color: white;
    font-size: 20px;
    font-weight: normal;
}

.contact-detail {
    width: auto;
    float: right;
}
.contact-detail a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    float: left;
    width: auto;    font-weight: lighter;
}
.socialmedia ul li a:hover {
    color: black;
}
.contact-detail a i {
    padding-right: 3px;
}
/* header */

header {
    background: white;
    box-shadow: 0px -7px 5px #00000038;
}
.logo a {
    padding: 10px 0;
    float: left;
}
.logo a img {
    width: 381px;
}
.bars{
    display: none;
}
.logo.wl1 {
    flex: 1;
}
.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-inline-box;
    display: inline-flex;
    float:left;
}
.menu ul li {
    float: left;
    width: auto;
    position: relative;
}
.menu ul li a {
    float: left;
    width: auto;
    padding: 33px 11px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.menu ul li a.active {
 color:#a82243;
    font-weight: bold;
}
.menu ul li .sub_menu li {
    float: left;
    width: 100%;
    position: relative;
    display: inline-flex;
}
.menu ul li .sub_menu {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 320px;
    float: none;
    background: white;
    top: 85px;
    display: none;
    z-index: 999
}
.menu ul li:hover .sub_menu{
    display: block;
}

.menu ul li .sub_menu li a {
    padding: 9px 13px;
    float:left;
    width:100%;
}
.menu ul li a i{
    font-weight: bold;
}
.menu ul li .sub_menu li a:hover {
    background: #c3527d;
    color: white;
}

.serach {
    padding: 33px 4px;
    cursor: pointer;
	position:relative;
}

.search-box {
    position: absolute;
    right: 0px;
    top: 90px;
    padding: 10px;
    background: #ffffff82;
    width: 100%;
    display: none;
    z-index: 9;
	max-width:400px;
	width:320px;
	    box-sizing: border-box;
}
.search-box input[type="search"] {
    width: 95%;
    float: left;
    padding: 10px;
}
.search-box button[type="submit"] {
    float: right;
    top: 0px;
    position: absolute;
    right: 0px;
    width: auto;
    height: 100%;
    padding: 0 20px;
    background: #ce557e;
    color: white;
    font-size: 17px;
    font-weight: bold;
    border: none;
}
form.search-form {
    float: left;
    width: 100%;
    position: relative;
}
.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.88);
    padding: 10px 0;
    z-index: 9;
}
.menu ul li a:hover{
    color: #a82243;
}


@media(max-width:1290px){
 
    
.logo a img {
    width: 263px;
}
     .menu ul li a {
    padding: 26px 11px;
    font-size: 14px;
}   
    .serach {
    padding: 26px 4px;
    cursor: pointer;
}
}
@media(max-width:1070px){
header .box {
    width: 98%;
    display: block;
    margin: 0px auto;
}
}






/* offer banner */

.offerbanner {
    width: 100%;
    text-align: center;
    float: left;
    background: #ff99cc;
    position: relative;
}
.offerbanner h1, .offerbanner h2,.offerbanner h3,.offerbanner h4, .offerbanner h5, .offerbanner h6 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin: 0px;
    line-height: 30px;
    padding: 9px 0;
    min-height: 78px;
    box-sizing: border-box;
	    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.offerbanner img {
    position: absolute;
    top: 0px;
    right: 0px;
}
@media(max-width:992px){
 .offerbanner h1 , .offerbanner h2,.offerbanner h3,.offerbanner h4, .offerbanner h5, .offerbanner h6{
    font-size: 20px;
    color: white;
    font-weight: 500;
    width: 80%;
}   
}
@media(max-width:768px){
    .offerbanner img {
    width: 110px;    margin: 2% 0;
}
    .offerbanner {
    text-align: left;
}
    .offerbanner h1, .offerbanner h2,.offerbanner h3,.offerbanner h4, .offerbanner h5, .offerbanner h6 {
    width: 73%;
    float: left;
    font-size: 16px;
    padding-left: 9px;
    font-weight: bold;    line-height: 19px;
}
    .headering .read-m2 {
    float: none !important;
    }
}
@media(max-width:414px){
    .offerbanner img {
    width: 110px; 
}
    .offerbanner {
    text-align: left;
}
    .offerbanner h1, .offerbanner h2,.offerbanner h3,.offerbanner h4, .offerbanner h5, .offerbanner h6 {
    width: 65%;
    float: left;
    font-size: 15px;
    padding-left: 8px;    line-height: 17px;
}
}


/* slider */

.banner {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0px 10px 8px #00000066;
}
ul.tp-revslider-mainul {
    padding: 0px;
    margin: 0px;
}
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}
.slider-container .tparrows {
    border-radius: 6px;
    border: 2px solid white;
    border-radius: 30px;
    background: none;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

.slider-container .main-label, .slider-container .main-label h2, .slider-container .main-label h3, .slider-container .main-label h4, .slider-container .main-label h5, .slider-container .main-label h6, .slider-container .main-label h1 {
	color: #FFF;
	font-size: 37px !important;
	line-height: 37px !important;
	font-weight: 700 !important;
	    text-shadow: 0px 0px 9px #000;
    text-transform: uppercase;
	margin:0px !important;
	font-family: 'Rubik',sans-serif;
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	    text-shadow: 0px 0px 4px #000;
}
.tp-splitted {
    text-shadow: 0px 0px 3px #000;
}
.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.85);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	filter: alpha(opacity=5);
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

html.ie .forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

.slider-with-overlay {
	position: relative;
}

.slider-with-overlay .slider-container {
	z-index: auto;
}

.slider-contact-form {
	margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
	text-align: left;
}

.slider-contact-form label.error {
	display: none !important;
}

.slider-contact-form .alert {
	padding: 6px;
	text-align: center;
}

.slider-contact-form textarea {
	resize: none;
}


@media (min-width: 992px) {
	.slider-contact-form {
		margin: 0;
		position: absolute;
		top: 20px;
		z-index: 99;
		width: 100%;
	}
    
}
@media (max-width: 768px) {
 .slider-container .main-label {
	color: #FFF;
	font-size: 20px !important;
	line-height: 37px !important;
	font-weight: 800;
	    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.64);
         white-space: unset !important;width: 300px !important;
}   
    .slider-container .bottom-label {
    color: #FFF;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 300;
    white-space: unset !important;
    width: 300px !important;
    margin-top: 78px !important;
}
    div#revolutionSlider {
    height: 341px !important;
}
    .slider-container.rev_slider_wrapper {
    height: 341px !important;
}
    .tp-parallax-wrap {
    width: 100% !important;
    text-align: center !important;
    float: left !important;
}
    .forcefullwidth_wrapper_tp_banner {
    height: 341px !important;
}
	.abouting .about1.te {
    padding: 10px 15px !important;
    box-sizing: border-box;
}
}




/* services */
.service .box{
 
    flex-wrap: wrap;   
}
.service {
 padding: 30px 0   
}
.service .w4 {
    flex: 0 0 25%;
}
.ser1 {
    float: left;
    width: 100%;
    text-align: center;    margin: 20px 0;
}
.ser1 img {
    border: 7px solid #f1abc5;
    box-shadow: 0 0 6px #530518;
    width: 80%;
	height: 167px;
    object-fit: cover;
}
.ser1 h3, .ser1 h1,.ser1 h2, .ser1 h4,.ser1 h5, .ser1 h6 {
    margin: 12px 0 0;
    color: white;
    font-size: 17.4px;
    text-transform: uppercase;
}
.ser1 p {
    font-size: 14px;
    color: white;
    line-height: 19px;
    padding: 0 20px;
	height:95px;
}
.ser1 .read-m {
    background: #cb3260;
    color: white;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 17px;
}
.ser1 .read-m:hover {
    background: transparent;
    color: #fff;
}
.ser2 {
    float: left;
    width: auto;
    background: #fddfea;
    height: 92%;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 20px;
}
.ser2 .sentr {
    color: #d52f59;
    font-size: 22px;
    text-align: center;
    padding: 18px 10px 28px;
    font-weight: bold;
	margin-top: 0.83em;
    margin-bottom: 0.83em;
}
.ser2 .sentr1 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 24px;
	margin-top: 0.83em;
    margin-bottom: 0.83em;
}
.ser2 p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
}
.ser2 span {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 500;
    padding: 0 0px;
}
.ser2 img {
    margin: 0px auto;
    width: auto;
}
@media(max-width:1170px){
    .service .w4 {
    flex: 0 0 50%;
}
}
@media(max-width:768px){
    .service .w4 {
    flex: 0 0 100%;
        
        padding: 20px;
}
}

/* about */
.about{
    background: white;
}
.abouting{
    background: white;
}
.abouting .box {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    align-items: center;
}
.about1 p {
    font-size: 16px;
    line-height: 30px;
}
.about1 .read-m1{
    background: transparent;
    color: #cb3260;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #cb3260;
    border-radius: 10px;
    padding: 5px 17px
}
.about1 h3, .about1 h1, .about1 h2, .about1 h4,.about1 h5,.about1 h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px;
}
.about1 h3 span, .about1 h1 span, .about1 h2 span, .about1 h4 span, .about1 h5 span, .about1 h6 span {
    color: #bd244c;
}
.about1 img {
    float: right;
    width: 100%;
}
.abouting .about1.te{
    padding: 10px 62px;
}

.reservation .about1.te{
    padding: 10px 0px;
}

@media(max-width:768px){
    .about .box {
    display: inline;
}
    .about .about1.te {
    padding: 20px 15px 40px;
    float: left;
		    box-sizing: border-box;
}
	.menu ul {
    display: block;
}
}



/* offer banner */

.offerbanner1 {
    width: 100%;
    text-align: center;
    float: left;
    background: #ff99cc;
    position: relative;
}
.offerbanner1 h1 {
    font-size: 30px;
    color: white;
    font-weight: 500;
    line-height: 48px;
}
@media(max-width:768px){
    .offerbanner1 h1 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}
}

/* instagram */
.instagra.wl {
    padding: 50px 0;
}
.headering .facebook-f {
    margin: 0px;
    border-bottom: 2px solid white;
    color: white;
    padding: 5px 0;
    width: auto;
    float: left;
    font-size: 32px;
    line-height: 42px;
	font-weight:bold;
}
.headering .read-m2 {
    background: #d52f59;
    color: white;
    margin: 10px 0;
    float: right;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid white;
    text-decoration: none;
}

.headering .read-m2:hover {
    background: transparent;
    border: 2px solid white;
    color:white;
}
.instagra .box{
    
    flex-wrap: wrap;  
}
.instagra .c3 {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}
.headering.wl {
    margin-bottom: 15px;
}
.instagra .c3 img:hover {
    box-shadow: 0px 0px 9px #444444;
}
@media(max-width:1200px){
    .instagra .c3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}
}
@media(max-width:992px){
    

}
@media(max-width:768px){
    .instagra .box {
    width: 100%;
    display: flex;
    margin: 0px auto;
}
.instagra .c3 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
    .headering .facebook-f {
        float:none;
        text-align: center;
        border: none;
    }
    .headering span {
    float: none;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
}
    .headering.wl {
    text-align: center;
}
}


/* footer */

.footer-top.wl {
    background-image: url(images/footer.jpg);
    background-size: cover;
    background-color: #cc5781;
    padding: 30px 0;
    background-repeat: no-repeat;
}
.footer-top .box .w5{
    flex: 0 0 45%;
}
.footer-top .box .w3{
    flex: 0 0 25%;
}
.footer-top .box .w4{
    flex: 0 0 30%;
}
.footer-detail p {
    font-size: 15px;
    color: white;
    line-height: 21px;
}
.footer-bottom{
    background:#cf2273;
}
.footer-bottom p {
    margin: 0px;
    color: white;
    padding: 11px 0;
    font-size: 15px;
}
.footer-bottom .socialmedia{
    width:auto;
    float: right;
    padding: 3px 0;
}
.footer-detail {
    padding: 15px 0;
    float: left;
    width: auto;
}
.footer-detail ul {
    list-style: none;
    position: relative;
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.footer-detail a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 32px;
}
.footer-detail li a:before {
    content: "\f105";
    position: absolute;
    left: 13px;
    font-family: 'FontAwesome';
}
.footer-detail h3 {
    color: white;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    width: auto;
    float: left;
    padding-bottom: 5px;
    margin: 0px 0 10px;
}
.footer-detail ul li {
    width: 100%;
    float: left;
    position: relative;
}
.footer-detail.contact ul li {
    color: white;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 0;
}
.footer-detail.contact li.location:before {
    content: "";
    background-image: url(images/location.png);
    width: 22px;
    height: 38px;
    position: absolute;
    left: 11px;
    background-repeat: no-repeat;
        top: 15px;
}
.footer-detail.contact a.phone:before {
    content: "";
    background-image: url(images/phone.png);
    width: 22px;
    height: 38px;
    position: absolute;
    left: 11px;
    background-repeat: no-repeat;
        top: 17px;
}
.footer-detail.contact a.email:before {
    content: "";
    background-image: url(images/email.png);
    width: 22px;
    height: 38px;
    position: absolute;
    left: 11px;
    background-repeat: no-repeat;
        top: 17px;
}

.footer-detail.contact ul li:first-child {
    padding-left: 39px;
    width: auto;
    font-size: 15px;
    line-height: 22px;
}
.footer-detail img {
    padding-right: 20px;
}
@media(max-width:768px){
    .footer-bottom p {
    text-align: center;
}
    .footer-bottom .socialmedia {
    float: none;
}
    .footer-top.wl {
    background-size: cover;
}
}





/* contact */
img.baimg {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.page-template-packages img.baimg {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
	    height: 250px;
    object-fit: cover;
}

.page .banner {
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    background: #291c21ba;
    overflow: hidden;
}
.banner-txt {
    width: 100%;
}
.banner-txt h1{
    color:white;
}
.form-control {
    width: 100%;
    float: left;    overflow: hidden;
}
.for {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
	height:86px;
}
.form-control label{
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
    width:100%;
    float:left;
}
.form-control input[type=text], .form-control input[type=email]{
    float: left;
    width: 100%;
    border: 1px solid #ff5eaf;
    padding:0 10px;
    margin-bottom: 0px;
    font-family: 'Rubik', sans-serif;
    background: #a44567;
    height:45px;
    color:white;
    box-sizing: border-box;
}
.form-control input[type=date]{
    float: left;
    width: 100%;
    border: 1px solid #ff5eaf;
    padding:0 10px;
    margin-bottom: 11px;
    font-family: 'Rubik', sans-serif;
    background: #a44567;
    color: white;
    height:45px;box-sizing: border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control select {
    float: left;
    width: 100%;
    border: 1px solid #ff5eaf;
    padding:0 10px;
    margin-bottom: 11px;
    font-family: 'Rubik', sans-serif;
    background: #a44567;
    color: white;
    height:45px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control textarea {
    float: left;
    width: 100%;
    border: 1px solid #ff5eaf;
    padding: 10px 10px;
    margin-bottom: 11px;
    font-family: 'Rubik', sans-serif;
    background: #a44567;
    height: 100px;box-sizing: border-box;
    color: white;
}
.form-control input[type="submit"] {
    border: none;
    padding: 12px 25px;
    float: left;
    background: #a24364;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control input[type="submit"]:hover {
    background: transparent;
    border: 2px solid white;
    height: 40px;
}
/* Reservation form */
.box23 h5 {
    margin: 0px;
    color: white;
    font-size: 15px;
}
.box23 p {
    color: white;
    font-size: 14px;
}
select#howdidyoufindus {
    height: auto;
}

@media(max-width:768px){
   img.baimg {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
    .for1{
        width:100%;
        float: left;
    }
    .form-control label {
    font-size: 13px;
}
}

/* about */

.about1.te img {
    float: right;
    max-width: 400px;
    margin: 0px 0 10px 16px;
	width:auto;
}
.about iframe {
    width: 49%;
    height: 300px;
    padding: 3px;
}
a:hover {
    color: black;
}
.about1 .read-m1:hover {
    color: white;
    background: #cb3260;
}
.sidebar {
    padding: 0 20px;
    margin-top: 43px;
}
.about h1 {
    margin: 44px 0 8px;
    padding: 10px;
    background: #ffeaf5;
    color: black;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
	float:left;
	width:100%;
	box-sizing: border-box;
}
.reservation{
    float:left;
    width:100%;
    background: white;
    padding: 50px 0
}
.reservation h1 {
    margin: 10px 0 10px;
    padding: 10px;
    background: #ffeaf5;
    color: black;
    font-size: 21px;
}
.reservation iframe {
    width: 100%;
    height: 350px;
    padding: 3px;
}
.voted a span{
width: 100%;
    float: left;
    font-size: 13px;
    color: gray;
}
.voted a img {
    float: left;
    width: auto;
}
.voted a {
    float: left;
    padding: 20px;
}
/*
.sidebar h3 {
    background: #ffeaf5;
    padding: 12px;
    margin: 0px;
}
.sidebar ul {
    margin: 0px 0 20px;
    list-style: none;
    padding: 0px;
}
.sidebar ul li a {
    text-decoration: none;
    color: black;
    line-height: 30px;
}
*/
@media(max-width:768px){
    .about1.te img {
    float: right;
    margin: 0px 0 10px 10px;
}
    .about iframe {
    width: 99%;
    height: 300px;
    padding: 0px;
}
	
   .reservation iframe {
    width: 100%;
    height: 300px;
    padding: 0px;
} 
.w9 {
    flex: 0 0 100%;
    max-width: 100%;
}
}




/* new css 14/May */
.about1.te h5 {
    margin: 0px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 500;
}
.about1.box6 {
    display: flex;
    vertical-align: middle;
    align-items: center;
    border: 1px solid gainsboro;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    flex-wrap: wrap;
        box-sizing: border-box;
}
.box6 .read-m3{
    background: transparent;
    color: #cb3260;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #cb3260;
    border-radius: 10px;
    padding: 5px 17px;
}
.box6 img {
    float: none;
    width: auto;
    margin: 0px 0 0px 0px;
        max-width: 100%;
}
.imgbox {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
}
.imgbox1 {
    flex: 0 0 64%;
    max-width: 64%;
    padding: 0 20px;
    flex-grow: 1;
}
.imgbox1 h3 {
    margin: 0px;
}
.imgbox1 h5 {
    margin: 4px 0;
}
.imgbox1 p {
    font-size: 14px;
}
section.about.wl .box6:nth-child(odd) {
    flex-direction: row-reverse;
}
@media(max-width:768px){
    section.about.wl .box6:nth-child(odd) {
    flex-direction: row;
}
    .imgbox1 {
    padding: 0 0px;
}
    .about h1 {
    margin: 44px 0 8px;
    padding: 10px;
    background: #ffeaf5;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
    .box6 img {
    margin: 0px 0 10px 0px;
        width:100%;
}
    .imgbox {
    float: left;
    width: 100%;
}
    .imgbox {
    flex: 0 0 100%;
    max-width: 100%;
}
.imgbox1 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media(max-width:400px){
    .box6 .read-m3 {
    background: transparent;
    color: #cb3260;
    text-decoration: none;
    font-size: 9px;
    border: 2px solid #cb3260;
    border-radius: 10px;
    padding: 5px 8px;
}
}
span.caret:before {
    content: "\f107";
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -3px;
    top: 40%;
}

.w2 img {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.w2 {
    flex: 0 0 20%;
}

/* New CSS */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 25%;
        box-sizing: border-box;
}


.tab button {
    display: block;
    background-color: white;
    color: black;
    padding: 16px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    box-sizing: border-box;
	border: 1px solid #ffeff3;
}

.tab button:hover {
  background-color: #ffeaf5;
}

.tab button.active {
    background-color: #d73a61;
    color: white;
}
.tabcontent {
  float: right;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 74%;
    box-sizing: border-box;
}
.mt7{
     margin-top: 7px !important;
}
.ulli {
    font-size: 14px;
    line-height: 24px;
    padding: 0 26px;
}
.link {
    background: transparent !important;
    color: black !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0px !important;
    font-size: 15px !important;
}
.link:hover{
    background: transparent !important;
    color: black !important;
    text-decoration: none !important;
}
p.lead {
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    padding: 0 0 0 39px;
}
p.lead:before {
    content: '';
    background: url(images/ico-info.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 13px;
}
p.lead1 {
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    padding: 0 0 0 39px;
}
p.lead1:before {
    content: '';
    background: url(images/ico-note.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 13px;
}
p.lead3 {
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    padding: 0 0 0 39px;
}
p.lead3:before {
    content: '';
    background: url(images/dove_icon30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 5px;
}
.pink{
     color:#d73a61;
}
.about1.te {
    float: left;
    width: 100%;
}
p {
    font-size: 14px;
    line-height: 22px;
}
a.toggle {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 0px;
    background: #d73a61;
    color: white;
        margin-bottom: 12px;
}
ul.accordion {
    padding: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 96%;
}
ul.inner {
    padding: 0px;
    display: none;
    list-style: none;
}
.accordion li {
    position: relative;
    width: 100%;
    display: inherit;
}
.accordion .about1.te ul{
    list-style: circle;
}
.faq .panel-heading a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: block;
}
.accordion .toggle:after {
    content: '\f106';
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 2px;
  color: #fff;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  text-rendering: optimizeLegibility;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}


.accordion li .ulli li{
    display: list-item;
    }
.player{
    display: none;
}

@media(max-width:767px){
.about .about1.te {
    padding: 20px 15px 40px;
    float: left;
    margin: 0px;
    box-sizing: border-box;
}
	.slider-container .tparrows{
		display:none !important;
	}
    p.lead {
    padding: 0 10px 0 39px;
}
    p.lead1 {
    padding: 0 10px 0 39px;
}
    p.lead3 {
    padding: 0 10px 0 39px;
}
    .ulli {
    padding: 0 10px;
		display:inline-block;
}
    .tab {
    width: 100%;
}
    .tabcontent {
    width: 100%;
		padding:0px;
}
    }

.page-template-rates .banner {
    height: 250px;
}
.slotholder:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00000040;
}
.tp-bgimg.defaultimg {
    background-position: center center !important;
    background-size: contain !important;
}
.home .tp-bgimg.defaultimg {
    background-position: top center !important;
    background-size: cover !important;
}
.page-template-wedding-cars .banner, .page-template-contact-us .banner, .page-template-reservation .banner, .page-template-bride-groom-specials .banner, .page-template-weddings-transfer-special .banner, .page-template-multiple-rolls-royce-limousines .banner, .page-template-packages .banner{
    height: 250px;
}
.servicest {
    display: inline-block;
    width: 100%;
}
.servicest .col6 {
    width: 60%;
    display: inline-block;
}
.servicest .col4 {
    display: inline-block;
    width: 37%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.footer-detail.contact h3 a {
    color: white;
    font-size: inherit;
    font-weight: inherit;
    padding-left: 0px;
}
.footer-detail.contact h3 a:hover {
	color:black;
}
.footer-detail h3 a:before{
	display:none;
}
.page-id-12 section.about.wl ul li {
    line-height: 24px;
    margin-bottom: 10px;
}
.search-results .content-area {
    overflow-x: hidden;
    float: left;
    width: 100%;
}
.search-results .content-area header {
    background: #ffeff4;
    display: inline-block;
    width: 100%;
    box-shadow: none;
}
.search-results .entry-thumbnail {
    float: left;
    width: 30%;
	margin-right:10px;
	margin-bottom:0px;
}
.search-results .entry-thumbnail img {
    width: 100%;
    object-fit: cover;
	height:220px;
}
.search-results article {
    border: 1px solid gray;
    display: inline-block;
    padding: 4px;
    margin-bottom: 20px;
	width:100%;
	box-sizing: border-box;
}

.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
	    display: inline-block;
	margin-bottom:20px;
}
.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #d73a61;
	cursor:pointer;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#000;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
	    padding: 0 10px;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.w12.calltext {
    color: white;
    background: #a44567;
    padding: 1px 15px;
    margin: 0px;
    box-sizing: border-box;
}
.page-template-weddings-transfer-special section.about.wl, .page-template-rates section.about.wl, .page-template-bride-groom-specials section.about.wl, .page-template-multiple-rolls-royce-limousines section.about.wl, .page-template-packages  section.about.wl{
	padding-bottom:50px;
}
.search-results div#primary a {
    color: #bc5074;
}
.page-id-14 ul li, .page-id-16 ul li{
    line-height: 31px;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:90px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#d73a61;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.menu-menu-1-container {
    display: inline;
}
.instagra .c3 img {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
	    height: 250px;
    object-fit: cover;
}
.instagra .c3 {
	padding:10px;
	    box-sizing: border-box;
}
@media(max-width:1100px){
	.slider-container .main-label, .slider-container .main-label h2, .slider-container .main-label h3, .slider-container .main-label h4, .slider-container .main-label h5, .slider-container .main-label h6, .slider-container .main-label h1{
		font-size:30px !important;
	}
}
@media(max-width:992px){
	.ser1 img {
	height:250px;	
	}
.slider-container .main-label {
    color: #FFF;
    font-size: 19px !important;
    line-height: 22px !important;
}
	
	.footer-detail {
		padding: 15px 15px;
	}
	.footer-detail.contact ul li:first-child {
    font-size: 13px;
}
	.footer-detail a {
    font-size: 13px;
		padding-left: 24px;
}
	.footer-detail p {
    font-size: 13px;
}
	.footer-detail img {
    padding-right: 0px;
    max-width: 42%;
}
	.footer-detail h3 {
		font-size: 14px;
	}
	
	
}
@media(max-width:970px){
.menu ul li a {
    padding: 26px 8px;
    font-size: 12px;
}
}
@media(max-width:831px){
.logo a img {
    width: 202px;
}
	.serach {
    padding: 22px 4px;
    cursor: pointer;
}
}
@media(max-width:768px){
    
    .ser1 img {
	height:auto;	
	}
    
    .w2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: inline-block;
    float: left;
}
.bars {
    display: block;
    float: right;
}
    .bars i {
    background: #f63872;
    padding: 13px;
    color: white;
    border-radius: 20px;
    margin: 8px 0px 0 0;
}
    .box {
    width: 100%;
    display: inline-block;
    margin: 0px auto;
}
	.slider-container .main-label, .slider-container .main-label h2, .slider-container .main-label h3, .slider-container .main-label h4, .slider-container .main-label h5, .slider-container .main-label h6, .slider-container .main-label h1 {
    color: #fff;
    font-size: 19px !important;
    line-height: 24px !important;
}
   .menu ul li ul {
    display: inline-block !important;
    width: 100% !important;
    position: relative !important;
    top: 0px !important;
    background: #ffe0eb !important;
}
    .menu ul li {
    width: 100%;
}
   .menu ul li a {
    width: 100%;
    padding: 9px 10px;
    font-size: 14px;
    box-sizing: border-box;
}
    .menu ul li a i {
    font-weight: bold;
    float: right;
}
 .menu.wl1 {
    position: fixed;
    left: -400px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    width: 250px;
    z-index: 999;
    bottom: 0;
    padding-top: 0px;
    top: 0;
    background-color: #ffffff;
}
	
    .socialmedia {
    text-align: center;
}
    .contact-detail {
    width: 100%;
    float: left;
        text-align: center;
}
    .contact-detail1 {
    margin: 0px auto;
    display: inline-flex;
}
    .contact-detail a {
    color: white;
    text-decoration: none;
        padding: 3px 10px 0;
    width: auto;
    display: block;
}
    .serach {
    padding: 10px 0px;
    cursor: pointer;
}
    .logo a img {
    width: 278px;    padding-left: 10px;
}
    .logo{
        width:100%;
    }
    .m-none{
        display: none !important;
    }
    .menu ul li .submenu {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    float: none;
    background: #ffebf2;
    top: 0px;
    display: block;
        float: left;
}
	.tp-bgimg.defaultimg {
    background-position: center center !important;
    background-size: cover !important;
}
	.search{
		display:none;
	}
	.banner-txt h1 {
    font-size: 22px;
}
	.home .tp-bgimg.defaultimg {
    background-position: top center !important;
    background-size: cover !important;
}
	.reservation .about1.te {
    padding: 10px 10px;
    box-sizing: border-box;
}
	.footer-detail img {
    padding-right: 3px;
		max-width: 37%;
}
	.search-results .entry-thumbnail {
    float: left;
    width: 100%;
	margin-right:10px;
	margin-bottom:0px;
}
	.about {
    background: white;
    display: inline-block;
}
	header {
display:inline-block;	
}

.menu.wl1.active {
  left: 0%;
	top:0px;
}
.tp-parallax-wrap, .tp-loop-wrap {
    width: 100% !important;
    text-align: center !important;
    float: left !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
		ul {
    padding-left: 22px;
}
	.page-template-packages h5 {
    padding: 0 15px;
}
	.content {
    padding: 0 0px;
}
	
}
.error404 .content-area {
    float: left;
}
.page-id-28 .reservation, .page-id-30  .reservation, .page-id-26 .reservation{
    padding: 50px 0 0;
}
.page-template-rates .tab button{
	    text-transform: uppercase;
}
.page-template-rates a{
    border: none;
    padding: 0px;
    font-size: 16px;
}
.page-template-rates a:hover{
    background:transparent;
	color:black;
}
@media(max-width:600px){

	.voted a span {
    max-width: 200px;
    font-size: 13px;
    color: gray;
    width: 100%;
}
	.voted {
    display: block;
    margin: 0px auto;
    width: 239px;
}
.w2 {
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-block;
    float: left;
}


	}
@media(max-width:480px){
.about1.te img {
    float: right;
	width:100%;
    margin: 0px 0 10px 0px;
	height:250px;
	object-fit:cover;
	max-width: 100%;
}
}
@media(max-width:360px){
    .contact-detail1 {
    margin: 0px auto;
    display: inline-grid;
}
    .logo a img {
    width: 209px;
    padding-left: 4px;
}
    .menu.wl1 {
    top: 143px;
}
}



#gg-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    text-align: center
}

#gg-screen .gg-image {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

#gg-screen .gg-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.gg-bt {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.6);
    color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding-left: 2px
}

.gg-bt:hover {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.5)
}

.gg-close {
    position: fixed;
    top: .5em
}

.gg-close,
.gg-nxt {
    right: .5em
}

.gg-prev {
    left: .5em
}

.gg-prev,
.gg-nxt {
    position: fixed;
    bottom: 50%
}
.box1 {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
    display: inherit;
}
.page-id-591 main .reservation, .page-id-591 main  section.service.wl , .page-id-588  main .reservation{
    display: none;
}
.page-id-591 .about1.te ul li {
    list-style: none;
    padding: 0px;
	line-height:36px;
}
.sitma li {
    list-style: none;
    float: left;
    width: 100%;
	margin-bottom:10px;
}
.sitma li a {
    color: white;
    text-decoration: none;
    padding: 10px;
    float: left;
    width: auto;
    border: 2px solid #fff;
    border-radius: 10px;
}
.w12.calltext a{
	color:#fff;
}
.form-control input[type=text]::placeholder {
    color: #fff;
}
.ser1 p a{
	color:#000;
}

section.about.simple-page.wl {
    padding: 50px 0;
}
.wpcf7 form .wpcf7-response-output {
    clear: both;
    color: #fff;
    margin-left: 0;    
}