/*
	
Theme Name: Zorg zonder zorgen
Theme URI: https://zzz-rotterdam.nl 
Author: Naomi
Description: ZZZ Rotterdam biedt professionele zorg aan huis, aansluitend op uw wensen en behoeften.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,500;0,700;1,300&display=swap');

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	text-align: justify;
}

h1,
.widget-title {
	font-size: 35px;
	color: #864FA2;
	text-transform: none;
	line-height: 40px;
	margin: 0 0 50px 0px;
}

p {
	font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}
label{
	width: 100%;
}

select{
	height: 40px;
    border: none;
    padding: 5px;
    width: 100%;
}
.container {
	max-width: 1140px;
}

input{
	color: black;
}

/* 
theme
*/

#pg-522-0,
#pg-522-1,
#pl-522 .so-panel {
	margin-bottom: 0 !important;
}

#pl-23 {
	padding: 80px 0 0 0;
}

.error404 .header,
.error404 .footer-copy {
	display: none;
}

.page-404 {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0;
	text-align: center;
	height: 100vh;
	justify-content: center;
}

.page-404 h3 {
	color: #909091;
	margin: 10px 0 5px 0;
}

.page-404 img {
	max-width: 400px;
}

.page-404 p {
	text-align: center
}

.error404 .top-header{
	display: none;
}


.page-404 strong{
    font-size: 20px;
    margin: 15px 0;	
}

    

/*******Header******/


.top-header{
	background-color: #909091;
	color: white;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.top-header a {
	display: flex;
    align-items: center;
	color: white;
	font-size: 14px;
	padding: 0 0 0 15px;
	font-weight: 300;
}

.top-header a:hover {
	text-decoration: none;
}

.top-header.links .top-header-icon{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 10px 0px 0px;
}

.top-header-icon.map{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2024/05/pin-map-fill.svg');
}

.top-header-icon.clock{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2024/05/clock-fill.svg');
}

.top-header-icon.envelope{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2024/05/envelope-fill.svg');
}

.top-header-icon.phone{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2024/05/telephone-fill.svg');
}


.header {
	background-color: #864FA2;
    padding: 0;
    height: 90px;
    display: flex;
    align-items: center;
    width: 100%;
}

.header .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-default {
	background: transparent;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.1s linear;
	float: right;
	padding-right: 0;
}

.navbar-default .navbar-nav>li.active>a,
#main-nav.navbar-default .navbar-nav>li.open>a,
#main-nav.navbar-default .navbar-nav>li:hover>a {
	background: none;
    color: white;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 32px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(120, 120, 120, 0.76);
}

.navbar.navbar-default .navbar-toggle {
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0px;
	border: none;
	color: rgba(120, 120, 120, 0.76);
}

.navbar-toggle:hover {
	background-color: black;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	border-radius: 1px;
}

.navbar-toggle a {
	color: #fff;
}

.center-block {
	display: block;
	float: left;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 15px 15px 1px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: white;
	background: none;
	cursor: pointer;
}

.modal-backdrop {
	z-index: 1;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: white;
	background: transparent;
	font-weight: 600;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #5CBBEB;
	background: transparent;
}

.navbar-nav>li>.dropdown-menu {
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 19px;
}

.dropdown-menu>li>a {
	padding-right: 30px;
	padding-bottom: 25px;
	padding-top: 25px;
	clear: both;
	line-height: 0;
	color: white;
	white-space: nowrap;
	background-color: #232323;
	font-weight: 100;
	font-size: 15px;
	transition: all 0.1s linear;
}

.dropdown-menu>li>a:hover {
	display: block;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-top: 25px;
	clear: both;
	color: #fff;
	white-space: nowrap;
	background-color: black;
	font-weight: 100;
	font-size: 15px;
	transition: all 0.1s linear;
}

.navbar-default .navbar-nav>li>a {
	display: block;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-family: "Open Sans";
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
}

.collapse.navbar-collapse.menu{
	display: flex !important;
    align-items: center;
}

#main-nav.navbar-default {
	background: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(145, 145, 145, 0.6);
}

.navbar-nav>li {}

#main-nav.navbar-default .navbar-nav>li>a {
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 4px solid transparent;
}

.panel-row-style {
	max-width: 1200px;
	margin: 0 auto;
}

.logo {
	display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
}

.logo a {
	display: contents;
}

.logo a img {
	width: 100%;
    max-height: 60px;
}

/******* Welcome Section******/

.welcome-section {
    padding: 0;
    width: 100%;
    height: 550px;
    max-width: none;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    align-items: center !important;
}

.welcome-section h1 {
    color: white;
    font-size: 80px;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
}

.welcome-section p {
    color: #E1E1E1;
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.welcome-section a, .btn-call-to-action {
    background-color: #5CBBEB;
    font-size: 15px;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 100;
}
    
    
.welcome-section a:hover,
.welcome-section a:focus,
.btn-call-to-action:hover,
.btn-call-to-action:focus {
	background-color: #864FA2;
	color: white;
	text-decoration: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.welcome-section a{
	background-color: #864FA2;
}

.btn-call-to-action {
	background-color: #864FA2;
	border: 1px solid white; 
	margin: 0 0px 0px 15px;
}
.btn-call-to-action:hover,
.btn-call-to-action:focus {
	background-color: #5CBBEB;
	border-color: #5CBBEB;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/******* About sectionc ******/

.about-section{
	padding: 100px 0;
}

.about-section h3{
    font-size: 35px;
    margin: 0 0 10px 0px;
    padding: 50px 0px 0 0;
    color: black;
    font-weight: 600;
}

.about-section p {
	padding: 0 100px 0px 0px;
}

/******* Service sectionc ******/

#pg-gb5-62e4195af2869-2{
	padding: 50px 0;
	background-color: #864FA2;
}

.services-section{
	padding: 100px 13%;	
}

.services-section #sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    float: right;
    color: white;
}

.services-section #sp-ea-46.sp-easy-accordion>.sp-ea-single{
    border-radius: 0;
    background: #ffffff73;
    border: none;
}

.services-section #sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a{
	font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    text-align: left;
}

.services-section{
	max-width: initial;
    background-color: #864FA2;
    padding: 0;
    margin: 0;
    width: 100%;
}

.services-section .services-section-content{
	padding: 100px 0;
}

.services-section .services-section-content .widget-title{
	color: white;
	text-align: center;
}

.services-section .services-section-content a:first-child{
	
}

.services-section .services-section-content #sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a{
    color: white;
    padding-left: 50px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.services-section .services-section-content .ea-card:first-child a{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2022/10/persoonlijke_verzorging.svg');
}

.services-section .services-section-content .ea-card:nth-child(2) a{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2022/10/persoonlijke_verpleging.svg');
}

.services-section .services-section-content .ea-card:nth-child(3) a{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2022/10/huishoudelijke-hulp.svg');
}

.services-section .services-section-content .ea-card:nth-child(4) a{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2022/10/begeleiding-.svg');
}

.services-section .services-section-content .ea-card:nth-child(5) a{
	background-image: url('http://www.zzzrotterdam.nl/wp-content/uploads/2024/07/info.svg');
}

.services-section .services-section-content p,
.services-section .services-section-content ul li{
	font-weight: 100;
	line-height: 20px;
	font-size: 15px;
}

.call-to-action-section{
    background-size: cover;
    background-position-y: -50px;
    height: 225px;
    left: 0;
    right: 0;
    margin: -60px 0 0 0;
    float: none;
    max-width: none;
    background-repeat: no-repeat;
	background-image: url(https://zzz-rotterdam.kessyms.com/wp-content/uploads/2022/07/team-male-female-nurses-talking-with-old-retired-man-bright-nursing-home.jpg);

}    

#sp-ea-46.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
	font-weight: 300;
	font-size: 13px;
}

/****** Call to action *******/

.call-to-action{
	height: 250px;
	margin: -30px 0 0 0;
	max-width: inherit;
}

/*************/

.input[type=reset],
input[type=submit] {
text-transform: none;
    border: none;
    border-radius: 35px;
    padding: 10px 20px;
    color: white;
    font-size: 15px;
    float: right;
    background-color: #5CBBEB;
    margin: 20px 0 0 0;
    width: 100%;
}

.input[type=reset]:hover,
input[type=submit]:hover,
.input[type=reset]:focus,
input[type=submit]:focus {
	outline: none;
}

.input[type=reset],
input[type=submit]:hover{
	background-color: #864FA2;
	color: white;
	outline: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea {
    width: 100%;
    display: block;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: none;
    border-bottom: 1px solid #4444;
    font-weight: 300;
    background-color: transparent;
}

textarea{
	height: 100px;
}





input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
textarea:focus{
    outline: none;
    border-bottom: 1px solid #444;
    color: #444;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}


.wpcf7-not-valid-tip {
	font-size: 13px  !important;
	font-weight: 300 !important;
}

.wpcf7 form .wpcf7-response-output{
	text-align: left;
    border-radius: 5px;
    font-size: 14px;
}



/****** Novo --- Menu Mobile ******/

.navT {
	-webkit-transition: all 0.25s;
	z-index: 111;
	cursor: pointer;
	width: 100%;
	top: 0;
	height: 70px;
	background-color: transparent;
	margin-left: 90%;
}

.navT .icon {
	-webkit-transition: all 0.25s;
	position: absolute;
	width: 30px;
	height: 1px;
	right: 15px;
	top: 33px;
	background-color: white;
}

.navT .icon:before,
.navT .icon:after {
	-webkit-transition: all 0.25s;
	width: 30px;
	height: 1px;
	left: 0;
	background: white;
	position: absolute;
	content: '';
}

.navT .icon:before {
	top: -10px;
}

.navT .icon:after {
	top: 10px;
}

.navT:hover .icon:before {
	top: -10px;
}

.navT:hover .icon:after {
	top: 10px;
}

.navT.active .icon {
	-webkit-transform: rotate(180deg);
	background-color: transparent;
	right: 10px;
}

.navT.active .icon:before,
.navT.active .icon:after {
	top: 0;
}

.navT.active .icon:before {
	-webkit-transform: rotate(45deg);
}

.navT.active .icon:after {
	-webkit-transform: rotate(-45deg);
}

#menu {
	z-index: 111;
	-webkit-transition: all 0.5s;
	text-align: center;
	position: fixed;
	right: 0;
	margin: 0 auto;
	top: 180px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
	height: auto;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	left: -900px;
	height: 100%;
}

#menu ul {
	margin: 0
}

#menu li {
	-webkit-transition: all 0.2s;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 5px 0;
	color: white;
	text-align: left;
	padding-left: 25px;
}

#menu a {
	padding: 8px;
	-webkit-transition: all 0.25s;
	cursor: pointer;
	color: white;
	letter-spacing: 1px;
	padding: 0;
	background-color: transparent;
	font-size: 15px;
}

#menu.open {
    height: 100%;
    width: 90%;
    background-color: #864FA2;
    color: white;
    left: -36px;
    top: 225px;
    margin-left: 30px;
}

.content {
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	-webkit-transition: top 0.5s;
	position: absolute;
	top: 65px;
	margin: 0 auto;
}

.content h1 {
	font-size: 3em;
	text-transform: uppercase;
	margin-top: 85px;
	margin-left: 10px;
}

.content h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: -25px;
	margin-left: 10px;
	font-weight: 400;
	letter-spacing: 0.7em;
}

.content.shift {
	top: 335px;
}



/*************/

.wpcf7-form-control-wrap.date-289 {
	font-weight: 300;
	color: black;
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
	margin: 10px 0;
	height: 44px;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	color: black;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em !important;
	padding: 0.2em 1em !important;
	color: white !important;
	margin-left: 0px;
	margin-right: 20px;
	border: none;
	background-color: #ffb900;
	display: table-cell;
}

div.wpcf7-mail-sent-ok {
	color: white !important;
	border: 2px solid white !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	color: white !important;
	border: 2px solid white !important;
	margin-left: 0px;
	margin-right: 20px;
}

div.wpcf7-spam-blocked {
	color: white !important;
	border: 2px solid white !important;
	margin-left: 0px;
	margin-right: 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: white !important;
	margin-left: 0px;
	margin-right: 20px;
	border: 2px solid white !important;
}

.send {
	padding-right: 20px;
}


/*******Footer******/

.subfooter{
	background-color: #F1F1F1;
	margin: 0;
	width: 100%;
	max-width: inherit;
	margin: -30px 0 0 0;
}

.subfooter .widget-title{
    padding: 100px 0px 13px 0;
    margin: 0;
    color: #909091;
    text-align: center;
}

.subfooter .textwidget{
	text-align: center;
	font-weight: 300;
	font-size: 16px;
}
.subfooter .subfooter-content .wpcf7-form label{
	display: block;
	font-weight: 300;
}

.subfooter .subfooter-content p,
.subfooter .subfooter-content label{
	margin: 0;
}

    
.subfooter .subfooter-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 0px 0px 50px;
}

.subfooter .subfooter-content ul li a {
    color: #909091;
    font-size: 15px;
    font-weight: 100;
}

.subfooter .subfooter-content ul li a:hover {
	text-decoration: none;
}

.subfooter .subfooter-content ul li {
    padding: 0 0px 20px 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 5px;
    background-position-y: 0px;
}
    
.subfooter .subfooter-content ul li:first-child {
	background-image: url('https://zzz-rotterdam.kessyms.com/wp-content/uploads/2022/07/pin.svg');
}

.subfooter .subfooter-content ul li:nth-child(2) {
	background-image: url('https://zzz-rotterdam.kessyms.com/wp-content/uploads/2022/07/clock.svg');
}

.subfooter .subfooter-content ul li:nth-child(3) {
	background-image: url('https://zzz-rotterdam.kessyms.com/wp-content/uploads/2022/07/envelope.svg');
}

.subfooter .subfooter-content ul li:nth-child(4) {
	background-image: url('https://zzz-rotterdam.kessyms.com/wp-content/uploads/2022/07/telephone.svg');
}

.subfooter-content-list{
	padding: 30px 0px 0px 50px;
}

.subfooter-content-list li{
	padding: 0 0px 20px 20px;
}

.subfooter-content{
	padding: 50px 0;
}

.footer-copy {
    display: flex;
    background-color: #909091;
    height: 60px;
    align-items: center;
}

.footer-copy .social-icons a {
	color: white;
	margin: 0 0 0 15px;
	float: right;
}

.footer-copy span {
    color: white;
    text-align: left;
    font-weight: 100;
}

.copyright a:hover {
	color: white;
	text-decoration: none;
	font-weight: 600;
}

.copyright p {
	font-weight: bold;
	color: #005d9b;
	margin: 10px 0 5px;
}

.ontevreden-button{
    position: fixed;
    right: 30px;
    bottom: 30px;
}


.ontevreden-button img{
    max-width: 150px;
}

#sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: white !important;
}

.zzzrotterdam-modal .modal-header{
    background-color: #864FA2;
    color: white;
}

.wpcf7-list-item-label{
    font-weight: 400;
    color: black !important;
}

.zz-bottom-logos{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    height: 100%;
    gap: 40px;
}

.zz-bottom-logos a img{
    max-height: 100px;
}

@media only screen and (max-width: 768px) {
}

@media (max-width: 480px) {
	
	.zz-bottom-logos{
        margin: 10px 0 30px 0;
        gap: 20px;
	}
	
	.zz-bottom-logos a img{
    max-height: 80px;
	}

	.menu {
		position: fixed;
		z-index: 3;
		width: 100vh;
		height: 175px !important;
		left: 14px;
		top: 76px;
		border: none;
		background: black;
	}
	.header .container {
		width: 100%;
	}
	
	.top-header{
		height: auto;
	}
	
	.top-header.links{
		height: auto;
		flex-flow: column;
		gap: 0;
	}
	
	.top-header.links a:first-child{
	    margin-top: 15px;
	    font-size: 16px;
	}
	
	.top-header.links a{
		margin: 0 0px 10px 0;
		padding: 0;
		font-size: 14px;
	}
	

	
	.about-section .so-widget-sow-image{
		display: none;
	}
	.welcome-section{
		height: 70vh;
		justify-content: center !important;
	}
	.welcome-section p{
		font-size: 16px;
	}
	
	.welcome-section h1{
		font-size: 25px;
		margin: 0 0 10px 0;
	}
	
	.logo a{
		width: 100%;
	    height: 100%;
	    min-width: 135px;
	}
	
	.logo a img{
		max-width: 135px;
		height: 100px;
		width: 100%;
    }
    
    .about-section {
    	padding: 0 15px;
	}
	.about-section p {
	    padding: 0;
	    font-size: 15px;
	    text-align: start;
	}
	
	h1, .widget-title {
	    font-size: 25px;
	    margin: 0 0 10px 0px;
	}
	
	.services-section .services-section-content {
    	padding: 15px;
	}
	
	
	.services-section .services-section-content .ea-body {
		font-size: 15px;
		text-align: initial;
	}
	
	.services-section .services-section-content {
    	padding: 50px 15px;
	}
	
	.subfooter .widget-title {
    	padding: 50px 0px 10px 0;
	}
	
	.subfooter{
		padding: 0 15px;
	}
	
	.subfooter-content {
    	padding: 0;
	}
	
	.subfooter .subfooter-content ul{
		margin: 0;
	}
	
	.subfooter .textwidget{
		font-size: 15px;
	}
	
	.header .row {
		display: block;
	}
	
	.navT{
		margin-left: 0;
		float: right;
		width: auto;
	}
	
	.call-to-action {
    	height: 100px;
    }
    
    .panel-grid .so-parallax .simpleParallax, .panel-grid .so-parallax img[data-siteorigin-parallax]{
	    height: inherit;
    }
    
    .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p:first-of-type{
		font-size: 17px;
		line-height: 20px;
    }
    
    .services-section .services-section-content p{
	    font-size: 17px;
    }
}