/*
Theme Name:     Vendd Child
Theme URI:      https://teconce.com
Description:    Wordpress Theme With Easy Digital Download & Awesome Options.
Author:         Teconce Team
Author URI:     https://teconce.com/
Version:        2.6.0
Template:       vendd

*/
.site-header,
.site-footer{
	display: none !important;
}
body{
	margin: 0 !important;
	padding: 0 !important;
}

/*Footer*/
.hide {
    display: none !important;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a,
.feedback_container a {
    padding: 0.5rem 0;
    display: block;
    font-size: 15px;
	font-family: "open sans";
    font-weight: 300;
    color: #fff;
	
}

.footer-links a span,
.feedback_container a span {
    display: inline-block;
    margin-right: 0.25rem;
	font-size: 15px;
	font-family: "open sans";
	text-transform: capitalize;
}
label{
	font-family: "open sans";
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.footer-links ul svg,
.feedback_container a svg {
    width: 0.7rem;
}

.feedback_fields {
    position: relative;
}

.feedback_top p{
	font-family: "open sans";
	font-size: 18px !important;
	font-weight: 600 !important;
}
.feedback_fields .feedback_top {
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.25rem;
    position: absolute;
    max-width: 30rem;
    width: 100%;
    bottom: 40px;
    display: none;
}

.feedback_fields .feedback_top.js_active {
    display: initial !important;
}

.feedback_fields .feedback_top textarea {
    height: 150px;
    width: 100%;
}

ul.feedback_top:after {
    content: '';
    position: absolute;
    border-top: 10px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -9px;
}

.feedback_top li {
    display: flex;
    flex-direction: column;
    margin-bottom: .75rem;
}

.feedback_top li:last-child {
    margin-bottom: 0;
}

.api_feedback_submit_btn {
    margin: 0;
    padding: .5rem;
	font-weight: 500;
	font-family: "open sans";
	cursor: pointer;
}

.api_feedback_submit_btn:hover {
    background: #000;
    color: #fff;
}

.feedback_top input{
	width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border: 1px solid rgba(204, 204, 204, .4);
    outline: none;
    padding: 10px 20px;
}

.feedback_top textarea{
	width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border: 1px solid rgba(204, 204, 204, .4);
    outline: none;
}
.feedback_top p{
	font-family: "open sans";
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
}