/*!
Theme Name: Carepark

Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carpark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



@media (max-width: 767px) {
 	.hidden-xs {
	    display: none !important;
	}
	.event__filter .form-group{
		text-align: center;
	}
	.event__filter .form-group .select-wrapper{
		float: left;
	}
	.event input.btn {
		width: 100% !important;
	}
        /*Jan 7 2019*/
    .service__content {
        padding-bottom: 50px !important;
    }
    .service__reverse.service input[type="submit"], .contact-form form input[type="submit"] {

        margin-top: 35px !important;
    }
    .event .event-link a svg{
        top: 0px !important;
    }
    /*End*/
}
}


section.imgcontainer {
    padding-top: 0;
}

.navbar .nav-link:hover,
.footer__nav li a:hover {
	color: #ffad00;
}
.service .service__content ul {
	list-style: disc !important;

}
.service .service__content ol {
	list-style: decimal !important;

}
.service .service__content ul:not(.list) li,
.service .service__content ul:not(.list) ol{
	margin-left: 30px !important;
	line-height: 32px;
}
/* Safari 9+ */

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {

	.row:before, .row:after {
		content: '';
		display: none !important;
	}
}



/*02 jan 2019*/





.ripple {
    position: relative;
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}


.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #249D74;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.contact-form .form-group {
	display: block;
}
.country-selection select,
.event select {
	border-radius: 0;
}

.country-selection span.current {
    background: #000;
    color: #fff;
}
.country-selection span.current:hover {
    color: #ffad00;
}

.country-selection {
    display: flex;
}
.nice-select ul {
    min-width: 200px;
}

.country-selection .nice-select ul li {
    display: block;
    color: #000;
}
.country-selection .nice-select .option {
    padding-left: 30px;
}

.event__filter .select-wrapper {
    margin-right: 15px;
    opacity: 1;
}


.event__filter .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    width: 237px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding-left: 0;
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 18px;
}

.event__filter .nice-select:after {
    border-color: #000 transparent transparent transparent;
}

.event__filter span.current {
    opacity: 1;
}

.event .select-wrapper::after {
    background-image: none;
}

.description__txt p {
    line-height: 1.8;
}

.description.text-left p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {

    .service__reverse.service .service__content,
    .service__content {
        padding-top: 80px;
    }


    .service .row div[class^="col-"] {
        min-height: 456px;
    }
    .service .form-content .row [class^="col-"] {
        min-height: auto;
    }


    .contact-form form .title p {
        margin-bottom: 81px;
    }

}

/* This is to remove the arrow of select element in IE */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select::-ms-expand {
        display: none;
    }

    select {
        -webkit-appearance: none;
        appearance: none;
    }

    .event__holder,
    #blog-event-section {
    	width: 100%;
    }


}

@media (max-width: 991px) {
    .event__filter .nice-select {
        width: 100%;

    }
}
@media (max-width: 767px) {

	.navbar .pull-right::after {

	    content: "";
	    background: rgba(102, 112, 128, 0.25) !important;
	    height: 100%;
	    width: 1px;
	    top: 0;
	    background: rgba(102, 112, 128, 0.25) !important;
	    right: 82px;
	    position: absolute;

	}
	.service .row,
	.service__reverse.service .row {
		display: flex;
		flex-direction: column-reverse;
	}

    .country-selection .nice-select {
        padding-left: 0
    }
}
/*Jan 7  2019*/
.description .description__txt ol,
.description .description__txt ul {
    text-align: left;
    padding-left: 50px;
    line-height: 1.8;
}
.description .description__txt ul {
    list-style: disc !important;
}
/*End */


.event input {
    font-size: 14px;
}

.description__txt p {
    font-family: "HelveticaNeueLTPro-lt";
}


.country-selection .nice-select.open .list li:first-child {
    display: block;
}
.country-selection .nice-select.open .list li.selected{
    display: none;
}
.nice-select:not(.event-tag-par) .list li:first-child {
    display: none;
}

.description__list li a {
    background: url(/wp-content/themes/care-park/assets/img/arrow-rt.svg) no-repeat 100% 9px !important;
    background-size: 11px !important;
    /* padding-left: 24px !important; */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .description__list li a {
        background: url(/wp-content/themes/care-park/assets/img/arrow-right.png) no-repeat 100% 9px !important;
        background-size: 11px;
    }
}

.description__list li a:hover {
    padding-right: 30px;
}

.form_field--select::after {

    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .9);
}

.event__filter .nice-select .list {
    padding-top: 10px;
    background: #fff;
    min-width: 100%;
}

.event__filter .nice-select .list li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eaeaea;
}

.nice-select .list {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(68, 68, 68, 0.11);
    box-shadow: 0px 0px 13px 0px rgba(68, 68, 68, 0.11);

}
.single .description .description__txt ul {
    list-style: none !important;
    padding: 0 !important;
}
.event-state-par span.current {
    color: #000 !important;
}
.event__filter .nice-select.disabled {
    opacity: .4 !important;
}



.contact-form .wpcf7-textarea {
    height: 100px;
    resize: none;
}
.parent-pageid-14 .container {

    max-width: 1075px;
    min-width: auto;

}
.parent-pageid-14 .container p{
    font-family: "HelveticaNeueLTPro-Roman";
}
/*dec10*/
.page-template-template-standard-landing .cp-desc-tt-small p {
    font-size: 15px !important;
    margin-bottom: 40px;
    font-family: "HelveticaNeueLTPro-Roman";
}


.page-template-template-standard-landing .cp-desc-tt-small p{
    font-size: 15px !important;
    font-family: "HelveticaNeueLTPro-Roman";
}

.page-template-template-standard-landing .cp-desc-tt-large p {
    font-size: 15px;
    line-height: 26px;
    font-family: "HelveticaNeueLTPro-Roman";
}



@media (min-width: 1200px) {
    .page-template-template-standard-landing .service__content {
        padding: 50px 100px 50px 67px;
         padding-top: 18%;
    }

    .page-template-template-standard-landing .service__content h2 {
        margin-bottom: 35px;
    }

}

@media (min-width: 992px) {
    .description .description__txt {
        padding: 0 20%;

    }
}

.nice-select {
    color:#000;
}
