/*

 Theme Name:   Screenr Child

 Theme URI:    http://www.price4limo.com/

 Description:  Screenr child theme 

 Author:       Peter Zaccagnino

 Author URI:   http://www.price4limo.com

 Template:     screenr

 Version:      1.0.0

*/



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



/*--------------------------------------------------------------

Peter's Custom Classes

--------------------------------------------------------------*/

.pz-rentals-slider {

	max-width:600px;

	max-height:400px;

	margin: 0px auto 0px auto;

	border-radius: 15px 15px 15px 15px;

	-moz-border-radius: 15px 15px 15px 15px;

	-webkit-border-radius: 15px 15px 15px 15px;

	border: 0px solid #000000;

}



.sidebar .widget a.pz-widget-phone {

	font-size: 2em;

	color:#e86240;

}



.site-footer .site-info .theme-info {

	float: right;

	display: none;

}



.slide_content .btn {

    font-size: 24px;

}



@media (min-width:500px){.pz-mobile-call

{

display:none;

}

}

@media (max-width:499px){.pz-mobile-call

{

display:none;

}

}



#page-header-cover .swiper-slide-heading {

    font-size: 40px;

    font-size: 2.5rem;

    font-weight: 600;

    padding-top: 25px;

}



/* change functions & this */

body.page-id-69 header#masthead {

    background: #000 !important;

}

/**incase of theme update re-add following line to parent functions file**

 if ( !is_page('vehicle-rentals') ) {

    	wp_enqueue_script( 'screenr-plugin', get_template_directory_uri() . '/assets/js/plugins.js', array( 'jquery' ), '4.0.0', true );

}

**/

.servicesOffered {
    margin: 20px 0;
}
.servicesOffered h3 {
    text-align: center;
}
.servicesOffered ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 25px;
}
.servicesOffered img {
    max-width: 100%;
}
.servicesOffered ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 1%;
    min-height: 240px;
}
.servicesOffered ul li a {
    color: #26ad60;
    /* link color */
    font-weight: 600;
}
.servicesOffered a.cta-btn {
    width: 275px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    color: #ffffff;
    padding: 0px 30px;
    font-size: 22px;
    line-height: 44px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
       /* button color */
    background-color: #26ad60;
    border-color: #1e8a4d;
}
@media(max-width:480px) {
    .servicesOffered ul li {
        width:100% !important; 
        margin-bottom:20px !important;
    }
}