/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 18:05:31 */
header .fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    right: 0;
    max-width: 100%;
    margin: 0;
    padding: 0 2%;
    box-shadow: 1px 8px 17px 0px #3333332e;
	background: #c2b3a1 !important;
}
.single main#content {
    padding: 30px 20px;
}

a{
	text-decoration:none !important;
}

textarea#forminator-field-textarea-1_688ca08b5533a {
    height: 100px !important;
    max-height: 100% !important;
    min-height: 100% !important;
}
@media screen and (min-width: 992px) {
	header .fixed {
    
	  padding: 0 14% !important;
   
 }
}
@media screen and (max-width:700px){
	.forminator-row.forminator-row-last {
    margin-bottom: -8px !important;
}
	.forminator-row{
		margin-bottom:10px !important;
	}
}