/*
Theme Name: Atec

*/

/* ================================
   0. ROOT & GLOBAL
================================ */

:root {
  --primary-color: #4B4B4B;
  --secondary-color: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	font-family: "Inter", sans-serif;
	color: #0C0C0C;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}	

a {
  text-decoration: none;
  transition: 0.3s ease;
}


/* ================================
   1. HEADER (MOBILE DEFAULT)
================================ */
.logo-header a {
	z-index: 0;
	position: relative;
}

.navbar-toggler {
	position: relative;
	z-index: 9999;
}

.logo-header {
	position: relative;
	z-index: 3;
}

.header {
	position: absolute;
	z-index: 99;
	width: 100%;
	background-color: rgba(28,37,65,0.9);
}

.header-page {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-page img {
	flex: none;
}

.header-page img {
	width: auto;
	max-height: 100%;
	max-width: unset;
}

.header-page-title.animated-move.active h1 {
	font-size: 34px;
}

.header-page-img {
	max-height: 300px;
}

.header-page-title {
	top: 40%;
	position: absolute;
	color: #fff;
	font-size: 24px;
	text-align: center;
	z-index: 2;
}

.header-page::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient( 180deg, rgba(25, 32, 50, 0.3), rgba(20, 27, 43, 0.8) );
	z-index: 1;
}

#header-box {
	position: relative;
	background-color: transparent;
	padding-top: 7px;
   padding-bottom: 7px;
}

.content-header {
	position: relative;
}

.header-home-image img {
	width: 100%;
	padding-right: 10px;
}

.header-home-title {
	position: relative;
}

.header-home-title-content h2 {
	font-size: 38px;
	font-weight: bold;
	color: #090909;
}

.header-home-title-content p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	font-size: 17px;
}

.navbar a {
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-size: 16px;
}

.header-menu .nav-link:focus, .header-menu .nav-link:hover, .header-menu a.active {
	color: #fff;
	font-weight: 600;
}

.header-menu .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 15px;
	padding-left: 15px;
}

.header-home-media {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.header-home-media img,
.header-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-video iframe {
    pointer-events: none;
}

.header-home-title {
	position: absolute;
	top: 43%;
	left: 5%;
	transform: translate(0, -50%);
	z-index: 2;
	color: #fff;
}

.header-home-title-content.container h1 {
	font-size: 36px;
	text-align: left;
	font-weight: 900;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
}

.header-home-title-content.container p {
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
	padding-right: 6%;
}

.header-home-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(15, 15, 15, 0.4);
	z-index: 1;
}

.btn-fp-slider {
	width: auto;
	color: #fff !important;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 40px 15px 40px;
	color: #fff;
	border: 1px solid #c3262d;
	background-color: #c3262d;
	letter-spacing: 0.5px;
	float: left;
	margin-top: 25px;
	border-radius: 15px;
}

.header-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 109vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.header-home-media {
    position: relative;
    width: 100%;
    height: 100vh;
}

.logo-header img {
	max-width: 190px;
	width: 200px;
}

#tv {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.video-wrapper {
	position: relative;
	width: 100%;
	min-height: 750px;
	overflow: hidden;
}

/* ================================
   2. NAVIGATION (MOBILE)
================================ */

.header-menu {
	position: absolute;
	top: 15px;
	z-index: 1;
	right: 0;
	padding-left: 0;
}

#header-box {
	position: relative;
}


.navbar-toggler {
	padding: 0.35rem .85rem;
	font-size: 1.55rem;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #fff !important;
}

.navbar {
	justify-content: end;
}

#main-menu {
	background-color: rgba(28,37,65,0.9);
	padding: 10px;
}

/* ================================
   3. LAYOUT & SECTIONS (MOBILE)
================================ */

.page-content {
	padding-top: 3%;
	padding-bottom: 4%;
}

/* Standard Page Elements */

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

/* Home */

.icons-section {
	padding-bottom: 4%;
}

.icons-left {
    background-color: #c3262d;
    padding: 50px 40px;
    position: relative;
    overflow: hidden; /* da ne izlazi previše */
}

.icons-left::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 200px;
	height: 200px;
	background: url('images/lock.png') no-repeat center;
	background-size: contain;
	opacity: 0.2;
	transform: rotate(-20deg);
}

.icons-left h2 {
	color: #fff;
	font-weight: 800;
	font-size: 34px;
	padding-bottom: 25px;
}

.icons-left p {
	color: #fff;
	font-size: 22px;
	padding-right: 26%;
}

.icons-right {
	padding-left: 3%;
	display: flex;
	align-items: center;
}

.icon-item {
	text-align: center;
	padding-top: 25px;
}

.icon-item:nth-child(2), .icon-item:nth-child(4) {
	border-left: 0px solid #e5e5e5;
}

.icon-item:nth-child(1), .icon-item:nth-child(2) {
	border-bottom: 0px solid #e5e5e5;
}

.icons-right h4 {
	padding-top: 10px;
	font-weight: 700;
	font-size: 23px;
	color: #253242;
}

.icon-item p {
	color: #858585;
	font-size: 18px;
	line-height: 23px;
}

.speaker-item {
    padding: 15px 8px;
}

.fp-speakers h4 {
	color: #c3262d;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.fp-speakers h2 {
	color: #253242;
	font-size: 48px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 30px;
}

.container-fluid.front-page-content {
	padding-top: 4%;
}

.speaker-item h3 {
	color: #253242;
	font-size: 19px;
	padding-top: 10px;
	font-weight: 600;
}

.speaker-inner {
    position: relative;
    text-align: center;
    background: #fff;
    height: 100%;
}

.speaker-image img {
    width: 100%;
}

.speaker-subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	height: auto;
	color: #767676;
}

.speaker-popup {
    position: absolute;
    inset: 0;
    background: rgba(31, 42, 68, 0.95);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 20px;
    overflow-y: auto;
}

.speaker-inner.has-popup:hover .speaker-popup {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

.fp-speakers {
	padding: 4%;
	padding-bottom: 4%;
}

.speakers-slider.row {
    display: flex;
    flex-wrap: wrap;
}

.speakers-slider .speaker-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.slick-prev::after,
.slick-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid #fff;
    border-width: 0 5px 5px 0;
}

.slick-prev::after {
    transform: rotate(135deg);
}

.slick-next::after {
    transform: rotate(-45deg);
}

.slick-prev:hover::after,
.slick-next:hover::after {
    border-color: #f8f8f8;
    opacity: 1 !important;
}

/* Youtube section */
.youtube-section {
	position: relative;
	padding: 4% 0 4% 0;
	background-position: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-slider-wrapper {
    position: relative;
}

.btn-video-section {
	padding: 15px 25px;
	background: #c3262d;
	color: #fff !important;
	text-decoration: none;
	border-radius: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 15px;
}

.video-slide { text-align: center; padding: 10px; }
.video-thumb {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.video-thumb img {
	width: 100%;
	object-fit: none;
	display: block;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #1f2a44;
	background: rgba(255,255,255,0.7);
	width: 50px;
	height: 50px;
	line-height: 53px;
	text-align: center;
	border-radius: 50%;
	pointer-events: none;
}

.video-popup { position: fixed; inset: 0; z-index: 9999; }
.video-popup-bg { position: absolute; inset: 0; background: rgba(0,0,0,0.8); }
.video-popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    background: #000;
}
.video-popup-inner iframe { width: 100%; height: 500px; }
.video-popup-close {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.video-slider.slick-initialized.slick-slider {
	margin-bottom: 55px;
}

.container.video-section-content h2 {
	font-size: 44px;
	font-weight: 800;
	padding-bottom: 30px;
	color: #fff;
}

.container.video-section-content p {
	padding-bottom: 15px;
	font-size: 18px;
}

.container.video-section-content h5 {
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.img-slider-item img {
	width: 100%;
}

/* Sponsors */
.sponsor-slider .sponsor-item {
	text-align: center;
	padding: 0 20px;
}

.sponsor-slider .sponsor-item img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.sponsors-main-title {
	color: #253242;
	font-size: 46px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 0;
	background-color: #f8f8f8;
	margin-bottom: 0;
	padding-top: 3%;
}

.sponsor-section {
	background-color: #f8f8f8;
}

.sponsor-title {
	color: #253242;
	font-size: 33px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 2%;
	padding-top: 2%;
	margin-top: 7%;
	margin-bottom: 2%;
}

.sponsor-section:last-child {
	padding-bottom: 2%;
}

.sponsor-slider.game_sponsor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sponsor-slider.game_sponsor .sponsor-item {
    max-width: 420px;
    text-align: center;
    margin: 0;
}

.fp-section-img .slick-prev::after,
.fp-section-img .slick-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid #1f2a44;
    border-width: 0 5px 5px 0;
}
.sponsor-section .slick-prev::after,
.sponsor-section .slick-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid #1f2a44;
    border-width: 0 5px 5px 0;
}

.fp-section-img {
	padding-top: 2%;
	padding-bottom: 2%;
}


/* Sign Up page */
.content.sign-up-page.page-content h2, .content.sign-up-page.page-content h2 {
	font-weight: 800;
	font-size: 40px;
	padding-bottom: 25px;
	position: relative;
	color: #111;
}

.cf-form-cpage .wpcf7-form-control.wpcf7-text, .cf-form-cpage select, .cf-form-cpage textarea {
	width: 100%;
}

.cform-div input, .cform-div select, .cf-form-cpage textarea {
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	padding: 18px 8px;
}

.cform-div label, .cf-form-cpage select, .cf-form-cpage textarea {
	display: inline-block;
	width: 100%;
}

.col-12.cform-div label, .cf-form-cpage select, .cf-form-cpage textarea {
	color: #212121;
	font-size: 18px;
	background-color: #fff;
}

.cf-form-cpage.row a {
	color: #c3262d;
	text-decoration: underline;
	font-weight: 600;
}

.cf-form-cpage label br {
	display: none;
}

.cf-form-cpage .wpcf7-list-item {
	margin: 0;
}

.cf-form-cpage .wpcf7-list-item-label {
	font-family: "Inter", sans-serif;
	color: #0C0C0C;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

.sign-up-page .cf-form-cpage .button-submit-contact input {
	width: 100%;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 20px 20px 20px;
	color: #fff;
	border: 1px solid #c3262d;
	background-color: #c3262d;
	letter-spacing: 0.5px;
	float: none;
	border-radius: 15px;
	margin-top: 15px;
}

.participacion-fee-right h3 {
	color: #253242;
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 28px;
}

.participacion-fee-right h2.accordion-header {
	padding-bottom: 5px !important;
}

.signup-left2 {
	padding-top: 50px;
}

.sponsor-slider .sponsor-item a img {
    transition: transform 0.3s ease, opacity 0.3s ease; /* glatka animacija */
}

.sponsor-slider .sponsor-item a:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}


/* Agenda */

.fp-section-agenda {
	background-color: #f8f8f8;
	padding-top: 2%;
	padding-bottom: 2%;
}

.fp-section-agenda h2 {
	color: #253242;
	font-size: 64px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 20px;
}

.agenda-tabs {
    margin-top: 30px;
}

.agenda-tab-titles {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.agenda-tab-titles li {
	width: calc(100% - 10px);
}

.agenda-tab-title {
    background: #d2092b;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-align: center;
    padding: 20px 45px;
    position: relative;
    line-height: 33px;
}

.agenda-date {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-align: center;
	display: block;
	text-transform: capitalize;
}

.agenda-tab-title.active {
    background: #1f2a44;
    color: #fff;
}

.agenda-tab-content {
    display: none;
}

.agenda-tab-content.active {
    display: block;
}

.agenda-item {
    margin-bottom: 15px;
}

.lecture-details {
    font-size: 0.9rem;
    color: #555;
}

.lecture-popup {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 9999;   
    max-width: 350px;
    width: 100%;    
    display: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    line-height: 1.5;
}

.conference-day-title {
	cursor: pointer;
	font-size: 33px;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #ececec;
	padding-left: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #1f2a44;
}

.agenda-item {
	display: block;
	gap: 85px;
	margin-bottom: 20px;
	align-items: flex-start;
	border-bottom: 1px dashed #000;
	padding-bottom: 20px;
	padding-top: 10px;
}

.agenda-left {
    min-width: 100px;
    font-weight: 600;
}

.lecture-time {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 19px;
}

.clock-icon {
	font-size: 15px;
}

.agenda-right {
    flex: 1;
}

.lecture-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 22px;
}

.lecture-short-desc {
	margin-bottom: 8px;
	color: #6c6c6c;
}

/* Archive agenda page */

.single-sponsor-content {
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-top: 4%;
	color: #313131;
	font-size: 17px;
}

.sponsor-logo {
	text-align: center;
	padding-bottom: 20px;
}

.sponsor-logo img {
	width: 100%;
	max-width: 400px;
}

.content.sponsor-page.page-content {
	background-color: #f8f8f8;
	padding-top: 0%;
}


/* Hover efekti */
.agenda-image-wrapper {
    position: relative;
    display: inline-block;
}
.agenda-hover-overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.2);
    opacity:0;
    transition: opacity 0.3s;
}

.agenda-image-wrapper:hover .agenda-hover-overlay,
.agenda-image-link:hover .agenda-hover-overlay {
    opacity:1;
}

.pdf-file-link {
    display: block;
    padding: 5px 10px;
    transition: background 0.3s, color 0.3s;
    border-radius: 4px;
}

.pdf-file-item a {
	color: #263446;
	font-size: 19px;
	font-weight: 500;
	line-height: 35px;
}

.agenda-image-wrapper {
    position: relative;
}

.agenda-image-link {
    display: block;
    position: relative;
}

.agenda-image {
    width: 100%;
    display: block;
}

.agenda-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    transition: 0.3s ease;
}

.agenda-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    opacity: 1;
    transition: 0.3s ease;
}

.agenda-image-wrapper:hover .agenda-hover-overlay {
    background: rgba(0,0,0,0.55);
}

.agenda-image-wrapper:hover .agenda-text {
    transform: translate(-50%, -50%) scale(1.05);
}

.pdf-file-link:hover {
    background: #f0f0f0;
    color: #000;
    text-decoration: none;
}

.esecurity-gallery img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 2px;
	transition: transform 0.3s ease;
}

.esecurity-gallery img:hover {
    transform: scale(1.02);
}

.esecurity-single, .esecurity-archive {
	padding-top: 3%;
	padding-bottom: 4%;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 2px;
	border-color: var(--fancybox-accent-color, rgba(255, 255, 255, 0.96));
	border-radius: var(--fancybox-thumbs-border-radius, 2px);
}

.single-img-gallery {
	padding: 7px;
}

.archive-gallery-left.archive-gallery-right {
	padding-top: 35px;
}

.esecurity-item {
	margin-bottom: 15px;
}

.esecurity-card {
    position: relative;
    overflow: hidden;
}

.esecurity-thumbnail {
    width: 100%;
    object-fit: cover;
    display: block;
}

.esecurity-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 42, 68, 0.4);
    transition: 0.3s;
    pointer-events: none;
}

.esecurity-card:hover::after {
    background: rgba(31, 42, 68, 0.75);
}

.esecurity-title {
	position: absolute;
	top: 12%;
	left: 15px;
	right: 15px;
	z-index: 2;
	margin: 0;
	text-align: center;
}

.esecurity-title a {
	color: #fff;
	text-decoration: none;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
}


/* Contact page */

.cp-contact-form h3 {
	font-weight: 800;
	font-size: 40px;
	padding-bottom: 25px;
	position: relative;
	color: #111;
}

.contact-info-faq.container h3, .contact-faq h3 {
	font-weight: 800;
	font-size: 36px;
	padding-bottom: 25px;
	position: relative;
	color: #111;
	padding-top: 35px;
	padding-bottom: 31px;
}

.contact-faq h3 {
	padding-top: 0;
}

.contact-list.contact-page-firmname span {
	text-transform: uppercase;
	font-weight: 500;
}

.cp-contact-info li {
	padding-left: 0;
	margin-bottom: 10px;
}

.contact-list.contact-page-firmname {
	padding-bottom: 30px;
}

.contact-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-item span, .contact-item a, .contact-item div, .contact-item p {
  display: block;
  line-height: 1.5;
  flex: 1;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

.footer .cf-contact-info ul {
	list-style: none;
	padding-left: 12px;
}

#footer_menu li {
	display: inline;
	border-right: 1px solid #3b4863;
}

.cf-contact-info a {
	color: #0C0C0C;
	text-decoration: none;
}

.cf-contact-info a:hover {
	color: #1c0f02;
}

.contact-list.contact-page-address span {
	padding-left: 4px;
}

.contact-detail-list li {
	margin-bottom: 18px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	position: relative;
	padding-left: 40px;
	list-style: none;
}

.contact-detail-list .contact-detail {
	font-size: 14px;
	line-height: 14px;
	color: #1f1f1f;
	display: block;
}

.title-cl {
	font-weight: 500;
	padding-bottom: 0;
	display: block;
}

.contact-detail-list img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.contact-detail-list .small {
	font-size: 12px;
	color: #808080;
	display: block;
}

.contact-page label {
	width: 100%;
}

.wpcf7-form-control-wrap {
	font-weight: 300;
	font-size: 18px;
}

.cp-contact-form input {
	width: 100%;
	transition: all 0.3s;
	background-color: #F2F2F2;
	border-width: 0px 0px 0px 0px;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 15px 0px;
	border-radius: 15px;
}

.cp-contact-form textarea {
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	transition: all 0.3s;
	border-width: 0px 0px 0px 0px;
	padding: 16px 30px 16px 30px;
	margin: 0px 0px 25px 0px;
	border-radius: 15px;
	background-color: #F2F2F2;
}

.cf-contact-info {
	padding: 10px 0 15px;
	padding-left: 8%;
}

.contact-faq {
	padding-bottom: 20px;
}

.button-submit-contact input {
	width: auto;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	padding: 15px 90px 15px 90px;
	color: #fff;
	border: 1px solid #1f2a44;
	background-color: #1f2a44;
	letter-spacing: 0.5px;
	float: right;
}

.wpcf7-form-control.wpcf7-submit {
	text-transform: uppercase;
}

.wpcf7-submit {
	background-color: #fff;
	border: 1px solid #a4a4a4;
	transition: 0.5s ease-in-out;
}

.wpcf7-submit:hover {
	background-color: #fff;
	border: 1px solid #d2092b;
	transition: 0.5s ease-in-out;
}

.wpcf7-form-control.wpcf7-textarea {
	max-height: 210px;
}

.cf-form-cpage > p {
	margin-bottom: 40px;
	line-height: 30px;
}

.contact-page .cp-contact-info h3 {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 3%;
}

.contact-list i {
	font-size: 20px;
	padding-bottom: 25px;
	color: #d2092b;
}

.contact-item h4 {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin-bottom: 0;
	margin-bottom: -5px;
}

a.btn-contact-page {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 24px;
	border-radius: 30px;
	cursor: pointer;
	padding: 9px 20px;
	text-transform: capitalize;
	border: 1px solid #111;
	transition: all ease 0.3s;
	width: 70%;
	text-align: center;
}

.container-fluid.contact-bottom {
	background-color: #f8f8f8;
	margin-top: 40px;
	padding-bottom: 80px;
	padding-top: 15px;
}

.content.contact-page.page-content {
	padding-bottom: 0;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #1f2a44;
	box-shadow: none;
	font-weight: 700;
}

.accordion-item {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-radius: 15px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f2a44'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
	font-weight: 700;
	font-size: 17px;
}



/******** 5.0 FOOTER ********/

.footer-column.footer-right ul {
	list-style-type: none;
	padding-left: 12px;
}

.footer {
	background-color: #1f2a44;
}

#footer {
	text-align: center;
	padding: 2% 12px 0 12px;
}

.footer-column.footer-right, .footer-column.footer-right a {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	color: #fff;
	letter-spacing: 0.5px;
}

.footer > .container, .footer > .website-design {
	text-align: center;
}

.footer .cf-contact-info {
	padding: 10px 0 15px;
}

footer .cf-contact-info, footer .cf-contact-info a, .cf-contact-info .contact-list {
	list-style: none;
	font-size: 18px;
	line-height: 28px;
	padding-top: 0;
}

.cp-social-icons h3 {
	font-weight: bold;
	padding-right: 20px;
}

.cp-social-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cp-social-icons ul {
	margin-bottom: 0;
}

#footer_menu a {
	color: #c6c6c6;
	line-height: 37px;
	font-size: 16px;
	font-weight: 300;
	padding: 0 16px;
}

.contact-footer-address span, .footer-email, .contact-footer-phone {
	line-height: 30px;
	margin: 0;
	text-decoration: none;
	display: block;
}

ul#footer_menu {
	padding-left: 0;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 20px;
}

#footer_menu a:hover {
	text-decoration: underline;
}

.footer-column.logo_footer img {
	padding-top: 20px;
	max-width: 230px;
	width: 100%;
}

.website-design {
	font-size: 14px;
	color: #dfdfdf;
	text-align: center;
	font-weight: 300;
	border-top: 1px solid #424e69;
	padding: 10px 0;
}

.website-design.container-fluid a {
	color: #4b4b4b;
	text-transform: uppercase;
}

.website-design.container-fluid a:hover {
	text-decoration: underline;
}

.tv {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.video-wrapper iframe {
	flex: none;
}

/* ========== TABLET (min-width: 576px) =========== */

@media (min-width: 576px) {
    
.speakers-slider .speaker-item {
    flex: 0 0 50%;
    max-width: 50%;
} 

.sponsor-title {
	font-size: 44px;
}

.logo-header a {
	z-index: 1;
}

.icon-item:nth-child(2), .icon-item:nth-child(4) {
	border-left: 1px solid #e5e5e5;
}

.icon-item:nth-child(1), .icon-item:nth-child(2) {
	border-bottom: 1px solid #e5e5e5;
}

.icons-right {
	padding-left: 7%;
}

.icons-left h2 {
	font-size: 50px;
}

.icons-left p {
	font-size: 22px;
	padding-right: 2%;
}

.speaker-subtitle {
	height: 60px;
}

.sponsors-main-title {
	font-size: 60px;
}

.slick-prev {
	left: -30px;
}

.slick-next {
	right: -30px;
}

.container.video-section-content h2 {
	font-size: 56px;
}

.agenda-item {
	display: flex;
	gap: 85px;
}

.agenda-tab-titles li {
	width: calc(50% - 10px);
}

}


/* ========= SMALL LAPTOP (min-width: 768px) =============== */

@media (min-width: 768px) {

.container.footer-top h3 {
	font-size: clamp(75px, 0vw, 92px) !important;
}

.header-page img {
	width: 100%;
	max-height: 100%;
}

.header-home-title-content h2 {
	font-size: 72px;
}

.header-page-title.animated-move.active h1 {
	font-size: 40px;
}

.speakers-slider .speaker-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}


.esecurity-gallery img {
    height: 250px;
}

.sponsor-title {
	font-size: 54px;
}


.header-home-title-content.container h1 {
	font-size: 44px;
	text-align: left;
    font-weight: 900;
    text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
}

.header-home-title-content.container p {
	font-size: 20px;
	text-align: left;
    font-weight: 300;
    text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
    padding-right: 20%;
}

}


/* ======== DESKTOP (min-width: 992px) =============== */

@media (min-width: 992px) {

.single-sponsor-content {
	padding-left: 7%;
	padding-right: 7%;
}

.agenda-tab-titles {
	flex-wrap: nowrap;
}

.archive-gallery-left.archive-gallery-right {
	padding-top: 0;
}

.navbar-toggler {
	padding: .15rem .75rem;
	font-size: 2rem;
}

.navbar-toggler .fas.fa-bars {
	color: #fff;
}

.header-menu {
	position: absolute;
	top: 25px;
	z-index: 1;
	right: 0;
	padding-left: 0;
}

.header-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-page-title h1 {
	font-size: 48px;
}

.header-menu {
	position: unset;
	display: flex;
	align-items: center;
}

.header-home-title-content {
	position: relative;
	top: 4%;
}

.header-page img {
	width: 100%;
	max-height: 100%;
}

.header-home-image img {
	width: 100%;
	border-radius: 30px;
	padding-right: 0;
}

.participacion-fee-right {
	padding-left: 5%;
}

.speakers-slider .speaker-item {
    flex: 0 0 25%;
    max-width: 25%;
}

#main-menu {
	background-color: transparent;
}

}


/* ===== LARGE DESKTOP (min-width: 1200px) ======== */

@media (min-width: 1200px) {

.footer .cf-contact-info p {
	margin-top: 80px;
}

.logo-header img {
	max-width: 100%;
	width: 100%;
}

.header-page {
	height: auto;
}

.header-home-image img {
	padding-right: 10px;
}

.header-menu {
	left: 0;
}

.logo-header {
	padding-right: 0;
}

.header-home-title-content.container h1 {
	font-size: 76px;
	text-align: left;
	font-weight: 900;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
}

.header-home-title-content.container p {
	font-size: 23px;
	text-align: left;
	font-weight: 300;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
	padding-right: 27%;
}

.header-menu .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.speakers-slider .speaker-item {
    flex: 0 0 20%;
    max-width: 20%;
}

.header-home-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
}

}


/* ===== EXTRA LARGE (min-width: 1400px) ======= */

@media (min-width: 1400px) {

.header-home-title-content h2 {
	font-size: 70px;
}

.header-home-title-content {
	top: 35%;
}

.header-home-title-content p {
	font-size: 22px;
}

.footer .cf-contact-info p {
	font-size: 14px;
	margin-top: 60px;
}

.header-page-title {
	top: 40%;
}

.header-page-title h1 {
	font-size: 56px;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
}

.container.footer-top-text p {
	font-size: 19px;
	line-height: 30px;
}

footer .cf-contact-info, footer .cf-contact-info a, .cf-contact-info .contact-list {
	font-size: 18px;
	line-height: 28px;
	padding-top: 0;
}

.cp-social-icons h3 {
	padding-right: 20px;
}

.cp-social-icons ul {
	margin-bottom: 0;
}

.contact-footer-address span, .footer-email, .contact-footer-phone {
	line-height: 35px;
}

.content-header.container-fluid {
	position: relative;
	top: 20px;
	padding-left: 6%;
	padding-right: 6%;
}

}

/* ===== EXTRA LARGE (min-width: 1900px) ======= */

@media (min-width: 1900px) {


.header-page img {
	width: 100%;
}

}