/*
 Theme Name:   Studio You I Design
 Theme URI:    https://www.youidesign.nl
 Description:  Studio You I Design
 Author:       Cindy van den Berg
 Author URI:   https://www.youidesign.nl
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         
 Text Domain:  hello-elementor-child

*/

@font-face {
	font-family: "brand";
	src: url(https://onlineomgeving.trouwacademy.nl/wp-content/uploads/2024/09/The-Brande-and-Lotaline.ttf);	
}

@font-face {
	font-family: "montserrat";
	src: url(https://onlineomgeving.trouwacademy.nl/wp-content/uploads/2024/09/Montserrat-Regular.ttf);
}

:root {
	--blue: #A8B8C0;
	--brown: #813A25;
	--orange: #C5925A;
}


.todo-item.completed {
    text-decoration: line-through; /* Voegt een doorstreping toe */
    color: #999!important; /* Lichtere kleur voor voltooide items */
}

.todo-button.add-button {
    display: block; 
    margin: 10px 0!important;
    background-color: white!important; 
    color: var(--brown)!important; 
    border: none; 
    border-radius: 5px;
    cursor: pointer; 
    text-decoration: underline;
    padding:10px 0px 0px!important;
}

.todo-button {
    margin-top: 20px!important;
	padding: 10px 20px!important;
	border: 0px!important;
}

.todo-button:hover {
    background-color: #45a049; 
}

.todo-title {
	font-family: "montserrat"; 
		font-size: 16px;
		color: #000;
	padding-left: 5px;
	
}

.todo-items-container {
	max-height: 200px;
	overflow-y: scroll;
}
.todo-items-container::-webkit-scrollbar {
    width: 10px; /* Breedte van de scrollbar */
}

.todo-items-container::-webkit-scrollbar-thumb {
    background-color: #aaa; /* Kleur van de scrollbar */
    border-radius: 5px; /* Rond de hoeken van de scrollbar */
}

.todo-items-container::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* Kleur van de scrollbar bij hover */
}

.todo-item {
	    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

.todo-item.completed .todo-title {
    color: #999; /* Lichtere kleur voor voltooide items */
    text-decoration: line-through; /* Voegt een doorstreping toe voor voltooide items */
}


/* Stijl voor de originele checkbox */
.todo-checkbox {
    -webkit-appearance: none; /* Verberg de standaard stijl voor Safari */
    appearance: none; /* Verberg de standaard stijl in andere browsers */
    width: 16px; /* Pas de breedte aan */
    height: 16px; /* Pas de hoogte aan */
    border: 1px solid #813A25; /* Randkleur aangepast naar #813A25 */
    border-radius: 0; /* Geen afgeronde hoeken */
    outline: none; /* Geen focusring */
    cursor: pointer; /* Cursor verandert in pointer bij hover */
    background-color: white; /* Achtergrondkleur standaard */
    position: relative; /* Positionering voor pseudo-element */
}

/* Checkbox achtergrondkleur wanneer aangevinkt */
.todo-checkbox:checked {
    background-color: #813A25; /* Achtergrondkleur aangepast naar #813A25 wanneer aangevinkt */
}

/* Voeg een vinkje toe als de checkbox is aangevinkt */
.todo-checkbox:checked::after {
    
    content: '✔';
    position: absolute;
    left: 2px;
    top: -3px;
    font-size: 13px;
    color: white;
    line-height: 20px;
}

/* Optioneel: controleer dat de checkbox is aangevinkt */
.todo-checkbox:checked::before {
    content: ''; /* Maak een leeg pseudo-element */
    display: block; /* Maak het zichtbaar */
    width: 100%; /* Volledige breedte */
    height: 100%; /* Volledige hoogte */
    background-color: #813A25; /* Achtergrondkleur aangepast naar #813A25 */
    position: absolute; /* Absoluut gepositioneerd binnen de checkbox */
}

/* Zorg ervoor dat het vinkje ook zichtbaar is als de checkbox is aangevinkt */
.todo-checkbox:checked::after {
    font-weight: bold; /* Maak het vinkje vetgedrukt voor betere zichtbaarheid */
    font-family: Arial, sans-serif; /* Zorg voor een goed leesbaar lettertype */
    line-height: 20px; /* Zorg ervoor dat het vinkje gecentreerd is */
}




.delete-button {
    background: white!important; /* Geen achtergrondkleur */
    border: none; /* Geen rand */
    color: red!important; /* Rode tekst */
    font-size: 20px; /* Grotere tekst */
    cursor: pointer; /* Pointer cursor */
    transition: color 0.2s; /* Vervagingseffect */
	padding: 5px!important;
}

.delete-button:hover {
    color: darkred; /* Donkerrode tekst bij hover */
}


.learndash-wrapper .ld-focus .ld-focus-header {
	min-height: 100px;
	margin-right: 350px;
	border-bottom: 0px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo, .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	display: none;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
	order: 1;
	justify-content: flex-start;
	padding-left: 25px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
	border-bottom: 5px solid var(--brown);
	left: 1em;
	right: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
	background: var(--brown);
	font-family: "brand"; 
	color: white;
	font-size: 14px;
}


.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar {display: none;}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
	font-family: "brand"; 
	color: var(--brown);
	font-size: 16px;
	text-align: left;
	
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
	order: 2;
	padding-right; 25px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-focus-header .ld-content-actions {
	padding-right: 25px;
}



.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar {
	border-left: 0px;
	background: var(--blue);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
	background:var(--blue);
	background-image: url(https://onlineomgeving.trouwacademy.nl/wp-content/uploads/2024/09/Group-18-1.png);
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: 190px 0px;
	padding: 115px 30px 90px 25px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
	background-color: transparent;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger {
	width: 0px;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading {
	padding: 0px;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger {
	left: -27px;
	background: var(--brown);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a {
font-family: "brand";
	font-size: 24px;
	font-weight:400;
	line-height: 120%;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	padding: 6px;
	font-size: 0.7em;
	top: 31%;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
		width: 280px;
	border-bottom: 1px solid white;
	min-height: 50px;
}
.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
	display: none;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
	background: transparent;
	border-bottom: 0px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
	padding: 0px;
	margin-top: 100px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
	display: none;
}
.learndash-wrapper .ld-focus-content .ld-lesson-status {
	display: none;
}

.learndash-wrapper .ld-focus-content  .ld-table-list.ld-no-pagination {
	background: var(--orange);
	border: 0px;
	border-radius: 0px;
	position: relative;
}


.learndash-wrapper .ld-focus-content  .ld-table-list.ld-no-pagination::before, .learndash-wrapper .ld-focus-content  .ld-table-list.ld-no-pagination::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.learndash-wrapper .ld-focus-content  .ld-table-list.ld-no-pagination::before {
    background-image: url(https://onlineomgeving.trouwacademy.nl/wp-content/uploads/2024/09/background_lessen.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;
}


.learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header {
	width: 55%;
	margin: 0px 0px 0px auto;
	background: transparent;
	font-family: "brand";
	font-size: 24px;
	padding: 100px 50px 10px 50px;
	background: #C5925A;
	z-index: 2;
	position: relative;
}


span.ld-item-icon {
	display: none!important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
	display: none;
}

.learndash-wrapper .ld-focus-content  .ld-table-list .ld-table-list-items {
	border: 0px;
	width: 55%;
	margin: 0 0 0 auto;
	padding: 0px 50px 100px 50px;
	background: #C5925A;
	z-index: 2;
	position: relative;
}

.learndash-wrapper .ld-focus-content .ld-status-incomplete.ld-status-icon {
	background: transparent;
	border: 1px solid white;
}

.learndash-wrapper .ld-focus-content .ld-status-icon {
	flex-basis: 16px;
	height: 16px;
	width: 16px;
	margin-top: 2.5px;
}

.learndash-wrapper .ld-focus-content  .ld-table-list a.ld-table-list-item-preview, .learndash-wrapper .ld-focus-content  .ld-table-list a.ld-table-list-item-preview:hover {
	font-family: "montserrat";
	font-size: 15px;
	color: #fff;
	padding: 10px 0px;
}

.learndash-wrapper .ld-table-list .ld-table-list-item {
	border-bottom: 0px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-focus-content .ld-content-actions {
	border-top: 0px;
	justify-content: center;
	padding: 50px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
	padding: 0px 0px 20px!important;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before, .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
	display: none;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
	padding: 20px 0px 10px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
	padding: 0px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button, .learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button:hover, .learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button.ld-button-transparent, .learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button.ld-button-transparent:hover {
	background: white!important;
	border-radius: 0px;
		font-family: "brand";
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	height: 50px;
	color: var(--brown)!important;
	border: 1px solid var(--brown)!important;
	
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-content-actions a:not(.button) {
	border-bottom: 1px solid var(--brown)!important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
	justify-content: right; 
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action, .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	border-right: 0px;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper) #sfwd-mark-complete, .learndash-wrapper:not(.ld-registration__outer-wrapper) .sfwd-mark-complete {
overflow: visible;
}

.learndash-wrapper .ld-breadcrumbs {
	display: none;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper) .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
	background:var(--brown)!important;
	border-radius: 0px;
		font-family: "brand";
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	height: 50px;
	color: white!important;
	border: 1px solid var(--brown)!important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #sfwd-mark-complete:after, .learndash-wrapper:not(.ld-registration__outer-wrapper) .sfwd-mark-complete:after {
	display: none;
}



.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button .ld-icon {
	display: none;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-content-actions .ld-content-action .ld-course-step-back {
	display: none;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
	flex-grow: 0;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title, .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
	color: #fff;
	font-weight: bold;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title, .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
	font-family: "montserrat";
	font-size: 16px;
	color: #fff;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
	font-size: 14px;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon {
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
	background: transparent;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete, .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete {
	border: 1px solid white;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
	margin-right: 10px;
}

#cursusprofiel .ld-course-list-items .ld_course_grid .thumbnail.course img {
	display: none;
}

#cursusprofiel .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
	display: none;
}

#cursusprofiel .ld-course-list-items .ld_course_grid .thumbnail.course {
	border: 0px;
	border-radius: 0px;
}
#cursusprofiel .ld-course-list-items .ld_course_grid .thumbnail .caption {
	padding: 20px;
}

#cursusprofiel .ld-course-list-items .ld_course_grid .entry-title {
	color: var(--brown);
	font-family: "brand";
	font-size: 28px;	
}

#cursusprofiel .ld-course-list-items .ld_course_grid .thumbnail .caption p {
		font-family: "montserrat";
	color: #000;
	line-height: 170%;
	font-size: 16px;
}

#cursusprofiel .ld-course-list-items .ld_course_grid .ld_course_grid_button a {
	width: auto;
	border: 0px;
	border-radius: 0px;
	background: var(--brown);
		font-family: "brand";
	font-size: 16px;
	padding: 12px 25px;
}

#cursusprofiel .ld-course-list-items .ld_course_grid .ld_course_grid_button {
	margin: 20px 0px 0px!important;
	width: auto;
}

.learndash_post_sfwd-courses .ld-item-list, 
.learndash_post_sfwd-courses .ld-course-status.ld-course-status-enrolled {
	display: none;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	display: none;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
	color: #A8B8C0;
}

		.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
		color: #fff;
		font-family: 'montserrat';
		font-weight: 400;
		padding-left: 25px;
		padding-top: 10px;
	}
	
	.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
		background: #fff!important;
	}

.ld-focus-sidebar .ld-status-complete {
	background: white;
	color: #A8B8C0;
		font-size: 10px;
}

.ld-focus-content .ld-status-complete {
	background: white;
	color: #C5925A;
	font-size: 10px;
}

@media only screen and (max-width: 1024px) {
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.learndash-wrapper .ld-focus-content .ld-table-list.ld-no-pagination {
		padding: 50px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text {
		display: block;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar {
		padding: 95px 30px 90px 25px;
	}
	

}


@media only screen and (max-width: 768px) {
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header {
		width: 100%;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar {
		top: 50px;
	}
	
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar {
		width: 100%;
		background-position: 95% 0px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
		width: 98%;
	}
	
	.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-content-actions .ld-content-action {
		padding: 10px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions {
		padding:  10px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions {
		border-top: 0px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
		padding: 10px 0px 0px;
	}
	
	.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
		color: #fff;
		font-family: 'montserrat';
		font-weight: 400;
		padding-left: 15px;
		padding-top: 10px;
	}
	.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
		background-color: var(--brown);
	}
	
	.learndash-wrapper:not(.ld-registration__outer-wrapper) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper) .learndash_mark_complete_button {
		line-height: 16px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete, .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete {
		margin: 0;
	}
	
	.learndash-wrapper:not(.ld-registration__outer-wrapper) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper) .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
		text-align: center;
	}
	
}

@media only screen and (max-width: 640px) {
	.learndash-wrapper .ld-focus-content .ld-table-list.ld-no-pagination {
		padding: 85px 30px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content {
		padding: 0px;
		margin: 0px;
	}
	
	.learndash-wrapper .ld-focus-content .ld-table-list.ld-no-pagination {
		background-size: contain;
		background-position: bottom;
		padding: 85px 30px 95vw 30px;
	}
	
	.learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-items, .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header {
		width: 100%;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar {
		display: none;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar {
		padding: 95px 30px 90px 25px!important;
	}
	
	
}



