/* 
	
	CSS patch file for Discovery By Nature
	Created by Bien, 2024-03-31
	
*/
@media screen and (max-width:575px) { 
    p.owner, p.phone { 
		margin-bottom:10px;
		text-decoration: none !important;
	}
	.contact .designation { 
		margin-top:0px; 
		line-height: initial !important;
	}
	#work a.email {
        font-size:19px !important;
        margin: 0px -20px;
    }
    .content_text-contact {
        margin-right: 0px !important;
    }
}
@media screen and (min-width:576px) { 

	#work {
		width: unset;
	}
	#work .contact {
		width:638px;
	}
	
	#work .contact a.email:hover {
		color:rgb(166, 197, 113);
	}
	.content_text-about.testimonial {
		padding: 20px 30px;
	}
	input#content_l {
		left: 10px;
		z-index: 20000;
	}
	input#content_r {
		left: -10px;
		z-index: 20000;
	}
	div#testimonials-container-dots {
		display: inline-block;
		width: 100%;
		margin-right: -200px;
		padding-top: 10px !important;
	}
	div#testimonials-container {
		position: relative;
	}
	.content_controls {
		top: unset;
		bottom: 50px !important;
		position: absolute;
		width: 100%;
	}

	div#sidebarmenutitems {
		text-align: left;
		padding-left: calc(50% - 66px);
	}

	ul.dropdown-parent li {
		text-align: left !important;
	}
}
@media screen and (max-width:800px) { 
	.content_text-about.documentation { 
		display:block; 
	}
	.content_links-about.credentials { 
		display:none !important; 
	}
}
@media screen and (max-width:875px) {
	p.designation {
        /* line-height: unset; */
    }
}
@media screen and (max-width:1200px) {
    #work a.email {
        font-size:15px;
    }
}
@media screen and (max-width:1700px) {
    #work .contact {
        width: 100% !important;
        max-width: 638px;
    }
    .content_text-contact {
        margin-right: 84px;
    }
}

#sidebar input { 
	display:block !important; 
	margin-bottom: 20px !important;
	font-size: 20px; 
}
#sidebar #sidebaralissadescription a span { 
	font-size:14px !important;
}
.align-right {
    text-align: right;
}
.documentation-inner ul,
.credentials-inner ul {
    list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
	padding-top: 10px;
	padding-bottom:5px;
}
.documentation-inner ul li,
.credentials-inner ul li {
	margin-bottom:10px;
	cursor: unset;
}
.credentials-inner ul li a { 
	color:rgb(42, 88, 39);
}
.credentials-inner ul li a:hover { 
	color:rgb(166, 197, 113);
}
.owned-logos {
	margin-bottom: -15px !important;
	padding-top: 15px !important;
}
.owned-logos img { 
	display:inline-block;
	margin-left:20px;
	height:75px;
	width: auto !important;
}
div#testimonials-container {
    float: none !important;
}
.content_text-contact {
    max-width: 638px;
}
