/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2023 | 05:53:48 */
header.userglry-header {
    margin-bottom: 0!important;
}
.wpulike-message{
	display:none;
}
.wplikebtn {
    text-align: right;
}
.ctop-btn .wpulike {
    padding: 0!important;
}
.postList_thumbnail img {
    object-fit: cover;
    height: 340px!important;
    width: 400px!important;
}
#parent-category-26 .lgin-lgout-parts,#parent-category-26 #panHome {
display:none!important;	
}
.g-userinfo {
    margin-bottom: 20px;
    padding: 5px;
    font-size: 77%;
}
.g-userinfo span {
    background: #eee;
    border: solid 1px #03a9f4;
    padding: 3px 5px;
    margin: 2px;
    display: block;
    float: left;
    border-radius: 5px;
}
.g-userinfo::after {
    content: "";
    display: block;
    clear: both;
}
.user-desc {
    border: solid 1px #e1e1e1;
    margin-bottom: 10px!important;
    padding: 1rem!important;
}
ul.wpuf-category-checklist li {
    display: inline-block;
    margin-right: 20px;
}
input.wpuf-submit-button.wpuf_submit_1400.btn.btn-primary {
    background: #00BCD4;
}
input.wpuf-submit-button.wpuf_submit_1400.btn.btn-primary:hover {
    opacity:0.6;
}
.wpuf-fields.html_1400.wpuf_custom_html_1_1400 {
    text-align: center;
    width: 100%;
}
.userpostlink {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #585858;
}
.userpostlink span {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 90%;
}
.userpostlink a {
    display: block;
	background:#00afe3;
    text-align: center;
    padding: 1rem;
    border-radius: 7px;
    border: solid 2px #00afe3;
    color: #FFF;
    margin: 0 auto 40px;
	max-width: 600px;
    font-size: 15px;
	font-weight: normal;
}
.userpostlink a:hover{
	text-decoration:none;
}
.userpostlink a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f030';
  font-weight: 900;
  margin-right:8px;
}

@media screen and (max-width: 768px) {
body ul.wpuf-form li.field-size-small .wpuf-fields{
    width: 100%!important;	
}
	}