/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
colors
primary colors: #6930C3
text: #201F1E
grey 20: #F3F2F1
grey 40: #E1DFDD
*/

/***************************************
    navigation
****************************************/
.author-asset .elementor-pagination{
	margin-top: 1em;
}



/***************************************
    css class to hide widgets
****************************************/
.hide-message{
	display: none;
}

/*
    facet wp
*/
.facetwp-input-wrap{
	display: block !important; 
}

.facetwp-facet-asset_type{
    margin:0 !important;  
}

.facetwp-checkbox{
    display:inline-block;
    padding:1em;
}

.facetwp-counter {
    display: none;
}

input.facetwp-search{
	min-height: 50px;
	border-color: #6930c3;
	padding: 0.5rem 3rem;
}

.facetwp-facet{
	margin: 0px !important;
}

.facetwp-icon{
	left: 0.5rem;
	right: initial !important;
}

/***************************************
    Formidable forms filters
****************************************/
.fs-label-wrap .fs-label{
	padding: 0.5rem 1rem !important;
	line-height: 1.5;
	border-radius: 3px;
}

.fs-wrap {
    display: initial !important;
    line-height: inherit !important;
	
}

.fs-label-wrap{
	border-radius: 3px;
	border: 1px solid #666 !important;
}
/*
    searchWP
*/

.searchwp-revised-search-notice{
	position: absolute;
	top: -2em;
}	

/***************************************
    Formidable forms
****************************************/

.gf_uploadbox .dz-filename{ 
  padding-right: 1em; 
}

.gf_upload.form-field{
	margin-bottom: 2em !important;
}
.gf_uploadbox .frm_dropzone .dz-message{
	padding-top: 4em;
    padding-bottom: 4em; 
}


.gf_upload_radio.horizontal_radio .frm_catlevel_1{
	margin: 1em 0em;
}
.gf_upload_radio.frm_form_field .frm_radio label{
	
	padding: 0.5em;
	border: solid 2px;
	color: #6930C3;
	border-radius: 6px;
	cursor: pointer;
}

.frm_dropzone.frm_single_upload{
	max-width: initial;
}

.frm_form_field .frm_radio{
	padding: 6px 0;
	
}

.with_frm_style .vertical_radio .frm_radio label{
	cursor: pointer;
}

.with_frm_style .frm_radio input[type=radio]{
	cursor: pointer;
}

/***************************************
    author avatar
****************************************/

.elementor-author-box__avatar img{
	height: 100px;
	object-fit: cover;
}

.gf_avatar .elementor-item-anchor{
	opacity: 0;
}


.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
	/*width: 20px;
	height: 20px;
	*/
}

/*************************************** 
  game asset thumbnail hover effect (desktop only)
****************************************/
@media screen and (min-width: 767px) {
/*Hide Content Initially*/
	.add-to-collection, .add-to-collection-join{
		display: none;
		transition: 0.5s ease-in-out;
		cursor: pointer !important;	
	}

	/*Show Content on Hover*/
	.feature-asset-image:hover .add-to-collection{
	   display: block;
	}

	.feature-asset-image:hover .add-to-collection-join{
	   display: block;
	}
}

/* add to collection button on mobile */
@media screen and (max-width: 767px) {
/*Hide Content Initially*/
	.add-to-collection, .add-to-collection-join{	
		transition: 0.5s ease-in-out;
		cursor: pointer !important;	
	}	
}

.add-collection-button{
	transition: 0.5s ease-in-out;
	cursor: pointer !important;	
}


/***************************************
    game asset collections
****************************************/

.remove-collection {
	display: none;
	transition: 0.5s ease-in-out;
	cursor: pointer !important;	
}

.remove-collection-button{
	display: none;
}

.edit-collection-button{
	display: none;
}

.create-collection-author-btn{
	display:none;
}

.download-collection-spinner{
	display:none;
	
}
.download-collection-spinner .elementor-icon{
	animation: spin 2s linear infinite;
}
