/*!
Theme Name: Juzapps
Theme URI: 
Author: Designing Media
Author URI: 
Description: 
Version: 1.0
Requires PHP: 7.0
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: juzapps
Tags: custom-background, custom-logo, custom-menu,WordPressTheme,HostingCompany,ResponsiveDesign,PerformanceOptimized,SecurityFeatures,featured-images, threaded-comments, translation-ready
*/

.no-breadcrumbs.page-title-area:after{ display: none; }

.navbar-area .nav-container .navbar-collapse #menu-all-pages > li + li{ margin-left: 10px; }
.navbar-area .nav-container .navbar-collapse #menu-all-pages li{ padding: 0 7px; }
/*Unit test css*/
.navbar-area .nav-container .logo a.retina-logo{
	display: none;
}
/*.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7-not-valid-tip {
    color: #7e7e7e;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 25px;
    position: absolute;
    width: 445px;
    display: block;
    left: 0;
    border: 1px solid #d9d9d9;
    padding: 4px 5px 1px 10px;
}*/
.banner-inner .wpcf7 form.sent .wpcf7-response-output, 
.banner-inner .wpcf7-not-valid-tip {
    color: #fff;
    border: 1px solid #fff;
}
/*.wpcf7-spinner {
    display: none;
}*/
.banner-inner .wpcf7 form.invalid .wpcf7-response-output, 
.banner-inner .wpcf7 form.unaccepted .wpcf7-response-output, 
.banner-inner .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    margin-top: 0;
}
/*.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}*/


.last_list {
    margin-left: 20px;
    margin-top: 10px;
}
.last_list figure {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    transition: all 0.3s ease-in-out;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.last_list .content {
    padding-left: 75px;
    padding-top: 5px;
}
.last_list .content p {
    margin-bottom: 0px;
}
.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    color: var(--e-global-color-text);
}
.text-white {
    color: #fff !important;
}
.last_list .last_list_atag {
    color: var(--e-global-color-white) !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.last_list a {
    display: inline-block;
}

@media screen and (max-width: 1440px){
.last_list {margin-left: 50px;}
.last_list .last_list_atag {font-size: 20px; line-height: 26px;}
}

@media only screen and (max-width : 1199px){
.last_list {margin-left: 14px;}
.last_list figure {height: 55px; width: 55px; line-height: 55px;}
.last_list .content {padding-left: 67px; padding-top: 0;}
.last_list .last_list_atag {font-size: 18px; line-height: 26px;}
}

@media only screen and (max-width : 991px) {
.last_list {display: none;}
}