/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Header */
.site-header-above-section-center .header-widget-area {
	width: 100%;
	padding: 0;
}

/* Language switcher */
header .trp-language-switcher {
	width: unset;
}

header .trp-ls-shortcode-current-language,
header .trp-ls-shortcode-language {
	width: 120px !important;
}

header .trp-ls-shortcode-current-language a {
	/*
	height: 40px;
	*/
}

header .trp-language-switcher > div > a {
	/*
	padding: 0 10px;
	*/
}

.trp-language-switcher > div {
	background-color: #453C72;
	/*
	border: 1px solid #e0e0e0;
	border-radius: 15px;	
	*/
}

.trp-language-switcher > div > a {
	color: #ffffff;
}

.trp-language-switcher > div > a:hover {
	background-color: #666666;
}

#login {
	display: flex;
    justify-content: right;
}

/* Page Title */
.opa-title {
	font-size: 200%;
	font-weight: bold;
	margin-top: 20px;
}
.opa-title table {
	margin: 0;
	border: 0;
}
.opa-title table td {
	border: 0;
}
.opa-title table tr {
	vertical-align: bottom;
}
td.opa-title-date {
	text-align: left;
}
td.opa-title-text {
	text-align: right;
}
td.opa-title-img {
	width: 115px;
	text-align: right;
}
td.opa-title-img img {
	width: 90px;
}

/* Title LP */
.opa-title-lp {
	/*
	color: #bd3e28;
	*/
	color: #ffffff;
	border-bottom: 2px solid #bd3e28;
}
.opa-title-lp.opa-nb {
	border: 0;
}

/* Title CF */
.opa-title-cf {
	/*
	color: #2d6e6d;
	*/
	color: #ffffff;
	border-bottom: 2px solid #2d6e6d;
}
.opa-title-cf.opa-nb {
	border: 0;
}

/* Buttons */
.opa-bt1-cathay a,
.opa-bt1-cathay button {
	min-width: 300px;
	text-decoration: none !important;
}

/* Table Program */
.opa-prog-table {
    font-size: 115%;
	margin: 0;
	border: 0;
}
.opa-prog-table tr {
    vertical-align: top;
}
.opa-prog-table td {
	border: 0;
}
td.opa-prog-time {
    text-align: right;
    color: #666666;
    white-space: nowrap;
	width: 150px;
}
td.opa-prog-item {
    text-align: left;
    font-weight: bold;
}
td.opa-prog-item i {
    font-weight: normal;
}
td.opa-prog-item .opa-prog-speaker {
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
td.opa-prog-item .opa-prog-speaker-col1 img {
	max-width: 75px;
	height: auto;
	border-radius: 50%;
	margin-right: 15px;
}
td.opa-prog-item .opa-prog-speaker-col2 {
	flex-grow: 1;
}


/* Content (home, live, contact) */
.opa-content1 {
	background-color: #19132B;
	color: #ffffff;
}

.opa-btn {
	background-color: #FE7C41;
	border-radius: 999px;
	color: #ffffff;
	padding: 15px 30px;
}

.opa-btn:hover {
	background-color: #E77039;
	color: #ffffec;
}

a.opa-btn {
	text-decoration: none !important;
}

.opa-table,
.opa-table tr,
.opa-table td {
	border: none;
}

.opa-image {
	min-width: 32px;	
}

/* Agenda */
.opa-agenda table {
	border-collapse: collapse;
    width: 100%;
    border: none;
}

.opa-agenda td {
	padding: 10px;
    vertical-align: top;
    border: none;
}

.opa-agenda .tr {
    border: none;
	border-top: 1px solid white;
}

.opa-agenda tr > td:first-child {
	width: 200px;
}


/* Carousel Intervenant */
/*
.opa-intervenant .carousel {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
}

.opa-intervenant .cards {
    display: flex;
	gap: 100px;
}
*/

.opa-intervenant .card {
    width: 200px;
	min-height: 350px;
	text-align: center;
}

.opa-intervenant .card p.speaker-name {
    margin-top: 25px;
    margin-bottom: 0px;
	font-size: 115%;
}

.opa-intervenant .card p.speaker-role, 
.opa-intervenant .card p.speaker-compay {
    margin-top: 0px;
    margin-bottom: 0px;
	font-size: 85%;
}

.opa-intervenant .card p.speaker-compay {
	font-style: italic;
}

.opa-intervenant .card img {
	width: 150px;
    height: 150px;
    object-fit: cover;
	border-radius: 50%;
}

/*
.opa-intervenant button {
	background: none !important;
	border: none !important;
	color: #e77039;
	font-size: 2em;
	cursor: pointer;
}

.opa-intervenant button:hover {
	color: #e77039;
}

.opa-intervenant button:focus {
	color: #e77039;
}
*/

/* Thumb column home */
.opa-thumb-col > .vc_column-inner {
	max-width: 300px;
	margin: 0 auto;
}

.opa-thumb-col > .vc_column-inner a {
	text-decoration: none;
}

/* Medium column choose language */
.opa-medium-col > .vc_column-inner {
	max-width: 400px;
	margin: 0 auto;
}

.opa-medium-col > .vc_column-inner a {
	text-decoration: none;
}

/* Menu */
.ast-builder-menu-mobile {
	position: absolute;
}

.menu-item {
	font-size: 90%
}

/* Footer */
.ast-footer-copyright {
	color: #ffffff;
}

/* Recaptcha */
.grecaptcha-badge {
	visibility: hidden;
}

/* Responsive */
@media (min-width: 1400px) {
	.header-right {
		margin-right: 15%;
	}
}

@media (max-width: 1010px) {
	.menu-item {
		font-size: 80%
	}
}

@media (max-width: 921px) {
	header .trp-language-switcher > div > a {
		padding: 0 10px;
	}

	.opa-agenda tr > td:first-child {
		width: 150px;
	}
}

@media (max-width: 768px) {
	.opa-prog-table {
		font-size: 100%;
	}
	td.opa-prog-time {
		width: 100px;
	}
	.opa-intervenant .cards {
		gap: 40px;
	}
	
}

@media (max-width: 544px) {
	.opa-title {
		font-size: 140%;
	}
	td.opa-title-img {
		width: 100px;
	}
	td.opa-title-img img {
		width: 75px;
	}
	.opa-agenda tr > td:first-child {
		width: 90px;
	}
}
