/*

===========================================

	CUSTOM CSS FOR CONFERENCE WEBSITES
	- LENSCAP CHILD THEME
	- By John Ananthan
	
	Contents
		1.  Logo
		2.  Call for Papers
		3.  Custom Spoiler - H4
		4.  Custom Spoiler - H3
		5.  Photo Credit
		6.  Author Reference Removal
		7.  Top Search Button Removal
		8.  Registration / WooCommerce
		9.  LOI Form
		10. Ninja-Forms
		11. No Left Sidebar Template

===========================================

*/
/*
===========================================

	1. LOGO

===========================================
*/
@media (min-width: 801px) {
	.custom-logo-link img {
		height: 50%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -30px;
		margin-top: -30px;
		max-width: 50%;
	}
}

@media (max-width: 800px) {
	.custom-logo-link img {
		margin-bottom: -30px;
		margin-top: -30px;
		padding-bottom: 5px;
	}
}

.site-title-wrap {
	min-width: 100%;
}

/*
===========================================

	2. CALL FOR PAPERS

===========================================
*/

.su-spoiler.presentation-type-spoiler .su-spoiler-title {
	font-size: 25px;
}

.su-spoiler.presentation-type-spoiler .su-spoiler-title h4, .su-spoiler.presentation-type-spoiler .su-spoiler-title h3 {
	margin-top: -28px;
	margin-bottom: -20px;
}

.su-spoiler.presentation-type-spoiler .su-spoiler-title .su-spoiler-icon,
  .su-spoiler.su-spoiler-closed.presentation-type-spoiler .su-spoiler-title .su-spoiler-icon, .su-spoiler.presentation-type-spoiler .su-spoiler-content {
	left: 3px;
	background-color: #fff;
}


/*
===========================================

	3. CUSTOM SPOILER - H4

===========================================
*/

.su-spoiler.h4-spoiler .su-spoiler-title {
	font-size: 25px;
	clear: both;
	color: #272c30;
	font-family: "Archivo Narrow", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 30px;
}

@media (max-width: 800px) {
	.su-spoiler.h4-spoiler .su-spoiler-title {
		font-size: 24px;
	}
	
	.su-spoiler.h4-spoiler .su-spoiler-title .su-spoiler-icon,
										.su-spoiler.su-spoiler-closed.presentation-type-spoiler .su-spoiler-title .su-spoiler-icon {
		left: 3px;
		margin-top: 3px;
		background-color: #fff;
	}
}

@media (min-width:801px) {
	.su-spoiler.h4-spoiler .su-spoiler-title .su-spoiler-icon,
							  	.su-spoiler.su-spoiler-closed.presentation-type-spoiler .su-spoiler-title .su-spoiler-icon {
		left: 3px;
		margin-top: 5px;
		background-color: #fff;
	}
}

.su-spoiler.h4-spoiler .su-spoiler-content {
	left: 3px;
	background-color: #fff;
}

/*
===========================================

	1. CUSTOM SPOILER  - H3

===========================================
*/

.su-spoiler.h3-spoiler .su-spoiler-title {
	font-size: 40px;
	clear: both;
	color: #272c30;
	font-family: "Archivo Narrow", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

@media (max-width: 600px) {
	.su-spoiler.h3-spoiler .su-spoiler-title {
		font-size: 28px;
	}
}

.su-spoiler.h3-spoiler .su-spoiler-title .su-spoiler-icon,
  .su-spoiler.su-spoiler-closed.presentation-type-spoiler .su-spoiler-title .su-spoiler-icon {
	left: 3px;
	background-color: #fff;
}

.su-spoiler.h3-spoiler .su-spoiler-content {
	left: 3px;
	background-color: #fff;
}

@media (min-width: 801px) {
	.su-spoiler.h3-spoiler .su-spoiler-title {
		line-height: 50px;
	}
	
	.su-spoiler.h3-spoiler .su-spoiler-icon {
		margin-top: 17px;
	}
}

@media (max-width: 800px) {
	.su-spoiler.h3-spoiler .su-spoiler-title {
		line-height: 45px;
	}
	
	.su-spoiler.h3-spoiler .su-spoiler-icon {
		margin-top: 13px;
	}
}

/*
===========================================

	5. PHOTO CREDIT
		 Stying of text for giving credit
		 under photos

===========================================
*/
.photo-credit {
	margin-top: -25px;
	color: #bbb;
	font-size: 10px;
	text-align: center;
}

/*
===========================================

	6. AUTHOR REMOVAL

===========================================
*/
.author-profile {
	display: none;
}

.entry-byline {
	display: none;
}

/*
===========================================

	7. TOP SEARCH BUTTON REMOVAL
		 This is a temporary removal of the
		 button as it doesn't work on the
		 current version of this theme.

===========================================
*/
.search-toggle.button-toggle {
	display: none;
}

/*
===========================================

	8. REGISTRATION PAGE / WOOCOMMERCE
		 Styling of the WooCommerce 
		 part of the registration page

===========================================
*/
.product-category .count {
	display: none;
}

.wccpf_fields_table tr td {
	float: left;
	width: 100%;
}

table.wccpf_fields_table td.wccpf_label {
	font-weight: bold;
	white-space: -moz-pre-wrap !important;
/* Firefox */
	white-space: -o-pre-wrap !important;
/* Opera */
	white-space: pre-wrap !important;
/* Chrome */
	word-wrap: break-word !important;
/* IE */
	white-space: nowrap !important;
	margin-bottom: -25px;
}

.wccpf_label {
	white-space: nowrap !important;
}

.woocommerce .shop-header
{
	background: transparent !important;
}

/*Removes the green "on sale" badge on items*/
.onsale
{
	display: none;
}

/*
===========================================

	9. LOI DOWNLOAD FORM

===========================================
*/

.loi-form .nf-field-label label
{
	padding-left: 0 !important;
	font-weight: normal !important;
}

.loi-form .nf-field-element input[type=checkbox]
{
	-webkit-appearance:checkbox;
}

.loi-form .label-right .checkbox-wrap .nf-field-label
{
	width: 95% !important;
}

.loi-form .nf-error-required-error, .loi-form .ninja-forms-req-symbol, .loi-refund-form .ninja-forms-req-symbol
{
	display: none;
}

.loi-refund-form
{
	height: 30px;
	width: 16px !important;
}

.loi-refund-text
{
	padding-left: 0 !important;
	width: 92% !important;
}

/*
===========================================

	10. NINJA FORMS

===========================================
*/

.responsive-submit-button .nf-field-label, .repsonsive-submit-button .nf-error-wrap
{
	display: none !important;
}

.responsive-submit-button input
{
	border-radius: 0;
}

.responsive-submit-button .nf-field-element, .responsive-submit-button input
{
	width: 100% !important;
}


/*
===========================================

	11. NO LEFT SIDEBAR TEMPLATE
		 Styling of the template that
		 removes the left sidebar

===========================================
*/

.no-left-sidebar {
	padding-left: 0 !important;
}


.responsive-submit-button
{
	width: 100% !important;
}
