/*
Theme Name: Damen Psych
Description: Theme for Damen Psychiatry
Author: DFS
Template: salient
Version: 1.0
*/

:root {
	--brand: #2271b1;
	/*brand accent color*/
	--brand2: #0f6999;
	/*brand secondary accent color*/
	--brand3: #0a4a6c;
	/*brand other accent color*/
	--logo: url('/wp-content/uploads/2025/10/damen-fav.png');
	/*brand logo url*/
}
/*login styles*/
body.login {
	background: #fff;
}
body.login, body.login p, body.login a, body.login li, body.login h1, body.login h2, body.login h3, body.login h4, body.login h5, body.login h6, body.login label, body.login input, #wpadminbar a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
body.login h1 a, .login .wp-login-logo a {
	background: var(--logo) no-repeat center bottom !important;
	background-size: contain !important;
	height: 100px;
	width: auto;
	max-width: 170px;
	margin-bottom: 20px;
	pointer-events: none;
}
.login form {
	border: none;
	box-shadow: 0 0 30px -5px rgba(0,0,0,.15);
	border-radius: 10px;
	position: relative !important;
	padding-top: 15px;
}
body.login input[type=password], body.login input[type=text] {
	height: 45px;
	border-radius: 5px;
}
body.login input[type=password]:focus, body.login input[type=text]:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 1px var(--brand);
	outline: 2px solid transparent;
}
body.login .button .dashicons {
	color: var(--brand);
}
body.login input#wp-submit {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	border: none !important;
	background: var(--brand);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: opacity .2s;
}
body.login input#wp-submit:hover {
	opacity: .8;
}
body.login form input[type=checkbox], body.login form input[type=checkbox]:focus {
	height: 16px;
	width: 16px;
	border: 1px solid #676767;
	border-radius: 50px;
	-webkit-appearance: none;
	box-shadow: none;
}
body.login form input[type=checkbox]:checked {
	background: #676767;
	border: 2px solid #fff;
	box-shadow: 1px 0 0, -1px 0 0, 0 1px 0, 0 -1px 0;
}
body.login form input[type=checkbox]:before {
	display: none !important;
}
body.login form .input {
	margin-bottom: 10px;
}
body.login .forgetmenot {
	position: absolute;
	bottom: 10px;
}
body.login #backtoblog {
	display: none;
}
body.login #nav {
	margin: 15px 0;
	text-align: center;
}
body.login h1 a:focus {
	box-shadow: none;
	color: transparent;
}
body.login #login_error, .login .message, .login .success {
	position: absolute;
	top: 25px;
	width: 316px;
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin-left: -4px;
	padding: 8px 5px;
}
/*END login styles*/
body, a, h1, h2, h3, h4, h5, h6, input {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
p, label {
	-moz-osx-font-smoothing: grayscale;
}
header#top nav > ul > li > a {
	-moz-osx-font-smoothing: grayscale;
}
#header-outer[data-lhe="default"] #top nav > ul > li[class*="menu-item-btn-style"]:last-child > a {
    margin-right: 0;
}
a.nectar-button, input.button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a {
	cursor: pointer;
}
.mobileEle, .hideEle {
	display: none !important;
}
.hideNavLink, .hideNavLink a {
	visibility: hidden;
	opacity: 0;
	padding: 0 !important;
	margin: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	text-indent: -999999px;
}
body.styleOver #header-outer[data-lhe="default"] #top nav .sf-menu > .navBtn.current-menu-item > a {
    color: #fff !important;
}
.accessTxt, .accessLabel {
	position: absolute;
	font-size: 0;
	opacity: 0;
	pointer-events: none;
}
.centerEle {
	margin: 0 auto !important;
}
.justify {
	text-align: justify !important;
}
.grayscaleBg > .row-bg-wrap > .row-bg-layer > .row-bg, .grayscale {
	filter: grayscale(1);
}
.page-title {
	display: none;
}
ul li {
	padding-bottom: 10px;
}
.off-canvas-menu-container ul.menu li {
	padding-bottom: inherit;
}
.opacity10 {
	opacity: .1 !important;
}
.opacity20 {
	opacity: .2 !important;
}
.opacity30 {
	opacity: .3 !important;
}
.opacity40 {
	opacity: .4 !important;
}
.opacity50 {
	opacity: .5 !important;
}
.opacity60 {
	opacity: .6 !important;
}
.opacity70 {
	opacity: .7 !important;
}
.opacity80 {
	opacity: .8 !important;
}
.opacity90 {
	opacity: .9 !important;
}
.bottom0 {
	margin-bottom: 0 !important;
}
.weight500 {
	font-weight: 500 !important
}
.weight600 {
	font-weight: 600 !important
}
.row .col .img-with-aniamtion-wrap img:not([srcset]) {
    width: 100%;
}
.leaflet-control-attribution {
	display: none !important;
}
.cky-notice .cky-title, .cky-notice .cky-notice-des p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.cky-notice .cky-title {
	margin-bottom: 5px !important;
}
.nectar-responsive-text {
    margin-bottom: inherit !important;
}
.footerRow ul li {
	list-style-type: none !important;
}
.footerRow ul li a {
	opacity: 1 !important;
	color: #fff !important;
}
.footerRow ul li a:hover {
	color: var(--brand) !important;
}
.footerRow ul {
	margin-left: 0;
}
.nectar-milestone {
    margin-bottom: 0 !important;
}
#header-outer header .nectar-menu-icon {
	margin-right: 6px;
}
.nectar-button {
	text-align: center;
}
.width100 {
	width: 100%;
}
.nectar-icon-list[data-direction=horizontal] {
    justify-content: space-between;
}
.nectar-icon-list[data-icon-size=medium][data-icon-style=no-border] .nectar-icon-list-item {
    padding-left: 0;
    margin: 0;
	margin-bottom: 40px;
}
.nectar-icon-list-item .list-icon-holder {
    position: relative;
	margin-right: 8px;
}
.nectar-icon-list-item {
    display: flex;
    align-items: center;
}
.nectar-icon-list[data-icon-style=no-border][data-icon-size=medium] .nectar-icon-list-item .list-icon-holder i {
    height: auto;
    width: auto;
    margin-top: -8px;
}
.nectar_single_testimonial[data-style=bold] span.open-quote {
    transform: scaleX(-1);
    text-align: right;
}
#header-outer.transparent .nectar-menu-label:before {
    background-color: #fff;
    opacity: 1;
    z-index: -1;
}
.milestone-wrap {
    margin-bottom: 0 !important;
}
.nectar-milestone .number {
    font-weight: 700;
}

/***********************************RESPONSIVE CSS****************************************/

@media only screen and (max-width: 999px) {
	.deskEle {
		display: none !important;
	}
	.mobileEle {
		display: block !important;
	}
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
    	background: var(--brand);
	}
	.nectar_single_testimonial[data-style="bold"] p {
    	font-size: 22px;
    	line-height: 1.7em;
	}
}
@media only screen and (max-width: 690px) {
	.nectar_single_testimonial[data-style="bold"] p {
    	font-size: 20px;
	}
}
@media only screen and (max-width: 480px) {
}

