/*
Theme Name: Elika Conference 2025 Theme
Theme URI: https://wordpress.org/themes/elikaconference2025/
Description:  Forms & Comments Styles
Author: Elia Kallas
Author URI: https://eliakallas.com/
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: elikaconference2025
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Forms
2.0 Tables
3.0 Comments
4.0 Paginatios
5.0 Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Forms
--------------------------------------------------------------*/

.forms,
[type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
select,
textarea {
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	max-width: 100%;
	font-size: 1.5rem;
	background: #fff;
	-webkit-appearance: none;
	margin-bottom: 10px;
}

#edd-purchase-button,
.button,
.buttons,
.edd-submit,
[type="button"],
[type="reset"],
[type="submit"],
a.button,
button,
input[type="submit"].edd-submit {
	padding: .75rem 1.25rem;
	text-align: center;
	font-size: 1.05rem;
	text-decoration: none !important;
	background: #3292f6;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	margin: 0;
	font-family: 'Formata-Regular', sans-serif;
	color: #fff;
	text-shadow: none;
	-webkit-appearance: none;
}

label,
legend {
	display: block;
	margin: .5rem 0 .25rem;
	font-weight: 700;
	font-family: 'Formata-Regular', sans-serif;
}

.frame {
	padding: 20px 20px;
	margin: 0 0 20px;
	font-size: 1.5em;
	border-left: 5px solid #eee;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.has-error {
	position: relative;
}

.help-block {
	position: absolute;
	top: 30px;
}

.red {
	color: #b94a48;
}

.seminaire {
	padding-left: 50px;
}

.addseminaire {
	border: none;
	padding: 10px;
	float: right;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	color: black;
}

#addParticipant {
	border: none;
	padding: 10px;
	border-radius: 5px;
	float: right;
	margin: 10px 10px 0 0;
	color: black;
}

.btnValidate {
	position: relative;
	margin-bottom: 50px;
	background-color: #66ccff;
	border: none;
	padding: 10px;
	border-radius: 5px;
}

.section-content {
	margin: 1.5rem 0;
}

.bypostauthor>div .fn {
	border-bottom-color: #ffea96;
	box-shadow: inset 0 -8px 0 #ffea96;
	padding-right: 4px;
}

.lead {
	text-align: left;
}

.lead p {
	line-height: 1.3;
	color: #6d6e70;
}


/*--------------------------------------------------------------
2.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

tbody th,
thead th {
	border-bottom: 2px solid #f0f0f0;
}

tfoot th {
	border-top: 2px solid #f0f0f0;
}

td,
th {
	text-align: left;
	padding: .5rem 1rem;
}

td {
	border-bottom: 1px solid #f0f0f0;
}

tbody tr:nth-child(odd) td {
	background: #f9f9f9;
}

caption {
	padding: 1rem 0;
	caption-side: bottom;
}

.contain-table {
	margin-bottom: 2rem;
}


/*--------------------------------------------------------------
2.0 Comments
--------------------------------------------------------------*/

#comments {
	line-height: 1.4;
}

#comments .comment {
	border-bottom: 1px solid #eee;
}

#comments .comment:last-of-type {
	border-bottom: 0;
}

.comment-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments .comment-form-comment {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	display: none;
}

.comment-respond {
	margin-bottom: 3rem;
}

.comment-meta.commentmetadata,
.comment-notes {
	margin-bottom: 1rem;
}

.comment-reply-title small {
	display: block;
}

.comment-reply-title a {
	color: #222;
}

.comment-author {
	display: inline-block;
}

.comment-author a,
.comment-author cite.fn {
	font-style: normal;
	font-weight: 700;
	color: #404040;
	font-family: 'Formata-Regular', sans-serif;
}

.comment-meta {
	position: absolute;
	left: 76px;
	top: 30px;
	display: inline-block;
}

.comment-meta a {
	color: #8d8d8d;
}

.says {
	display: none;
}

.comment-reply-title,
.comments-title {
	margin-bottom: 1.5rem;
	color: #222;
}

.comment-body {
	padding: 1rem;
	font-family: 'Formata-Regular', sans-serif;
	margin: .5rem 0;
	background: #f0f0f0;
	;
	border-radius: 5px;
	position: relative;
}

.comment-body p {
	font-size: 1.3em;
	margin: 7px 0;
}

.comment-body blockquote p {
	padding: 0;
}

.comment-body .reply {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 6px;
}

.comment-form p {
	padding: 0;
	margin: 0;
}

.comment-notes {
	padding-bottom: .5rem;
}

.comment-links,
.posts-links {
	padding: 1rem 0;
	margin: 2rem 0;
}

.comment-links:after,
.posts-links:after {
	content: "";
	display: table;
	clear: both;
}

.comment-links a,
.posts-links a {
	color: #222;
	font-weight: 700;
}

.comments-area {
	margin-top: 1.5rem;
}

.comment-reply-link {
	color: #222;
	text-decoration: none !important;
	box-shadow: none !important;
}

.children {
	margin-left: 0;
	padding-left: 15px;
	padding-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}

.avatar {
	float: left;
	margin-right: 1rem;
	border-radius: 50%;
}

.my-avatar {
	float: left;
	max-width: 20%;
	border-radius: 50%;
	margin-right: 2rem;
	margin-top: 1rem;
}

.logged-in-as {
	display: none;
}


/*--------------------------------------------------------------
2.0 Pagination
--------------------------------------------------------------*/

.pagination {
	max-width: 600px;
	margin: 40px auto;
	text-align: center;
}

.pagination-left,
.pagination-right {
	float: none;
	margin: 0 auto;
	text-align: center;
	padding-top: 1rem;
}


/*--------------------------------------------------------------
3.0 Media Queries
--------------------------------------------------------------*/

@media(min-width:600px) {
	.lead p {
		line-height: 1.4;
	}

	.contain-table {
		width: 100%;
	}

	.pagination-left {
		float: left;
	}

	.pagination-right {
		float: right;
	}

	.posts-links {
		padding: 1.5rem 0;
	}

	.section-content {
		margin: 2.5rem 0;
	}
}

@media (max-width: 768px) {
	.full {
		width: 100%;
	}

	.half {
		width: 100%;
	}

	.third {
		width: 100%;
	}

	.mobile {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.full {
		width: 100%;
	}

	.half {
		width: 49.322462% !important;
	}

	.third {
		width: 32.572462% !important;
	}

	.mobile {
		display: none !important;
	}

	.desktop {
		display: block !important;
		border-right: 1px solid #bbb;
	}
}