/*
Theme Name: Stocky Child Theme
Theme URI: http://themes.designcrumbs.com/stocky
Description: Child theme for Stocky.
Author: Jake Caputo
Author URI: http://themes.designcrumbs.com
Template: stocky
*/

@import url("../stocky/style.css");

/* Start your custom css below here! */

	/* GENERAL */

#logo_wrap h1.sitename_logo a {
    font-weight: 700;
    font-size: 22px;
    opacity: 0.9;
}

input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="file"], textarea, select, .fes-comments-wrap select, table#fes-comments-table input[type="text"], table#fes-comments-table textarea {
	background: #f2f2f2;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

#search_wrap .searchform .search_input{
	color: #606060;
	font-size: 90%;
	height: 40px;
	outline: none;
	padding: 0 40px;
	width: 100%;
	box-shadow: none;
	border: 1.5px solid #606060;
	background-color: #ffffff00;
	border-radius: 100px;
}

#header.dark_scheme #search_wrap .searchform .search_input{
	color: white;
	border: 1.5px solid white;
}

#header.light_scheme #menu_wrap, #header.light_scheme #main_menu{
	background-color: #E7E7E7;
}

.featured_user_name a{
	pointer-events: none;
	cursor: default;
}

/* Always show header search */

#search_wrap{
	width: 70%;
}

@media (max-width: 800px) {
	#search_wrap{
		width: 60%;
	}
	#search_wrap .searchform .search_input{
		padding: 0 20px;
	}
}

#search_wrap .searchform .search_input{
	margin: 0;
	border: none;
	background-color: #d5d5d5;
}


#search_toggle {
	display: none !important;
}

#header #search_wrap {
	display: block !important;
}

#header #logo_wrap{
	display: none;
}

/* End of: Always show header search */

	/* HOME */

.sitename_logo a {
	font-weight: bold !important;
}

#header_inner .searchform .search_input{
	color: white;
	font-size: 110%;
	height: 50px;
	outline: none;
	padding: 0 40px;
	width: 50%;
	box-shadow: none;
	border: 2px solid white;
	background-color: #ffffff00;
	border-radius: 100px;
	display: none;
}

.post_title{
	display: none;
}

.edd_categories .edd_download{
	width: 33% !important;
	transition: .5s;
}


.edd_categories .edd_download *{
	transition: .5s !important;
}

.edd_categories .edd_download_image{
	filter: brightness(.6);
}

.edd_categories .edd_download:hover .edd_download_image{
	filter: brightness(.4);
}

.edd_categories .edd_download_image a{
	height: 250px;
}

.edd_categories .edd_download_image a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.edd_categories .edd_download:hover .edd_download_image a img{
	transform: scale(1.1);
}

.edd_categories .edd-download-term-title{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-bottom: 0;
}

.edd_categories .edd-download-term-title .edd_download_title{
	margin-top: 0;
	font-size: 200%;
	font-weight: 300;
}


.edd_categories .edd-download-term-title .edd_download_title a{
	color: white;
}

@media(max-width: 425px){
	#header_inner .searchform .search_input{
		width: 80%;
		text-align: center;
	}
	.edd_categories .edd_download{
		width: 100% !important;
	}
	.edd_categories .edd_download_image a{
		height: 180px;
	}
}

	/* PRODUCT PAGE */

#product_content > div[itemprop="description"]{
	margin: 0;
	margin-bottom: 80px;
}

	/* PROFILE EDITOR */

#edd_user_history {
	margin-bottom: 40px;
}

#edd_profile_editor_form fieldset {
    border-radius: 10px;
    margin-top: 20px;
    padding: 23px;
    border: solid 1px #80808021;
}

#edd_profile_editor_form legend {
    color: black;
    background: white;
	width: max-content;
    padding: 0 5px;
}

#edd_profile_editor_form p {
    margin-bottom: 17px;
}

#edd_profile_editor_form label {
    margin-bottom: 5px;
    text-transform: none;
}

#edd_profile_submit_fieldset {
	border: none !important;
}

@media(max-width: 425px){
	#edd_profile_editor_form fieldset {
		padding: 0;
		border: none;
	}
}

	/* REGISTER & LOGIN */

.page-template-page-login .entry-content{
	width: 600px;
	padding: 20px 60px;
	border: none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

	/* FOOTER */

#footer{
	padding-top: 50px;
}

.footer_widget_count1 .footer_widget{
	padding-bottom: 30px;
}

#post_footer{
	padding-top: 20px;
	padding-bottom: 20px;
}


