/**
 * Custom Theme Styles
 * Add all custom CSS for typography, colors, buttons, forms, etc.
 */


body {
  background: #ddd url('../../images/bg.png');
}

.newsletter-sec__form input {
  padding-left: 5rem;
  background-image: url('../../images/newsletter-img.png');
  background-repeat: no-repeat;
  background-position: 2rem center;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}


.read-all-posts-button {
	color: var(--text-light);
}

/* Schedule Table */
table.schedule {
  margin: 2rem 0;
  width: 100%;
}

table.schedule th {
  background: #2f4a70;
  line-height: 1;
  padding: 1rem;
  text-align: center;
  width: 12.5%;
  font-size: var(--text-sm);
  font-weight:300;
  color:var(--text-light);
}

table.schedule td {
  background: #d0d9e6;
  line-height: 1.2;
  padding: 15px 10px 20px;
  text-align: center;
  width: 12.5%;
  font-size: var(--text-sm);
  font-weight:400;
  color: var(--text-dark);
}

table.schedule td:first-child {
  padding: 1.5rem 1rem;
}

table.schedule td.host {
  background: var(--color-primary);
  color: var(--text-light);
  font-size: var(--text-sm);
}

table.schedule td.host:hover {
  background: #5b77a1;
}

table.schedule td.host a {
  color: inherit;
}

table.schedule td.host a:hover,
table.schedule td.host a:focus {
  text-decoration: underline;
}

table.schedule td.host b {
  color: var(--text-light);
  display: block;
  font-weight: 500;
}

table.schedule td.host i {
  display: block;
  margin-top: 0.5rem;
}

table.schedule td.host i span {
  display: none;
}

table.mobile-schedule {
  display: none; 
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

table.mobile-schedule th {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 1.2rem;
  background-color: #d0d9e6;
  color: var(--text-dark);
  text-align: left;
  border-top: 1px solid var(--border-light);
}

table.mobile-schedule td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--border-light);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

table.mobile-schedule td:last-child {
  border-bottom: none;
}

table.mobile-schedule td i {
  color: #888;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
}

table.mobile-schedule td a {
  color: #1a73e8;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

table.mobile-schedule td a:hover {
  color: #0c47b7;
}

table.mobile-schedule td a b {
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}



/* Main Sidebar */
.main_sidebar figure {
	width: auto !important;
}

.main_sidebar .section-title {
	font-size: var(--text-lg);
    color: var(--text-dark);
    font-weight: 700;
    line-height: 1.35;
}

.main_sidebar .sidebar__btn {
	height:100%;
}

.main_sidebar .sidebar__btn a {
	padding: 0.5rem 1rem;
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    line-height: 1.42;
	border-radius:0; 
	border-top: 2px solid var(--border-dark);
    background-image: linear-gradient(var(--color-sec-light) 0%, var(--color-sec) 100%);
	width:100px;
}

li.bricks-widget-wrapper:not(:last-child) {
    margin-bottom: var(--gap-sm-lg);
}

.wp-block-column {
   gap: var(--gap-sm);;
   display: flex;
   flex-direction: column;
}

.info-sec__live-text p {
   font-size: calc(var(--text-md) + 0.8px);
}

.home .facebook-wrapper {
	display:none;
}

.blog-detail .facebook-icon {
	margin-top:1rem;
}

.sidebar__apps-wrapper,
.sidebar__contact-text {
	display:none !important;
}

.home .sidebar__apps-wrapper,
.home .sidebar__contact-text,
.blog-detail .sidebar__apps-wrapper, {
	display:flex !important;
}

.home .sidebar__contact-text,
.blog-detail .sidebar__contact-text{
	display:none !important;
}


/* Contact Form */
.contact-sec__form-wrapper .wpforms-container-full .contact-form-input input,
.contact-sec__form-wrapper .wpforms-container-full .contact-form-input textarea {
   padding: 0.5rem 1rem;
   border: 1px solid var(--border-light);
   font-size: var(--text-sm);
   color: var(--text-dark);
   font-weight: 500;
   line-height: 1.75;
   box-shadow: inset 0px 34px 34px -34px rgba(0, 0, 0, 0.1);
   outline: none !important;
   border-radius:0px;
}

.contact-sec__form-wrapper button[type=submit] {
   padding: 1.1rem 3rem;
   background-image: linear-gradient(var(--color-sec-light) 0%, var(--color-sec) 100%);
   border-radius: 0px;
   border-top: 2px solid var(--border-dark);
}

.sidebar .sidebar__offair-img img {
	height: 4.4rem !important;
    width: auto !important;
    object-fit: cover;
	mix-blend-mode:multiply;
}

.sidebar .section-icon {
	width:auto !important;
}

.sf-timetable-menu {
	display: none;
}

.sidebar__apps-wrapper {
	display:none !important;
}

.home .sidebar__apps-wrapper,
.blog-detail .sidebar__apps-wrapper {
	display:none !important;
}

.section-title--pen::before,
.section-title--mic::before,
.section-title--facebook::before,
.section-title--envelope::before,
.section-title--flag::before,
.hosts-single__links-list::before,
.section-title--form::before {
  content: "";
  display: inline-block;
  width: 2.6rem; 
  height: 2.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right:1rem;
  vertical-align: bottom;
  flex-shrink: 0;
}



/* Shared base styles */
.section-title--pen::before,
.section-title--mic::before,
.section-title--facebook::before,
.section-title--envelope::before,
.section-title--flag::before,
.hosts-single__links-list::before,
.section-title--form::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  vertical-align: bottom;
  flex-shrink: 0;
}

/* Form icon */
.section-title--form::before {
  background-image: url('../../images/form-elements.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
  width: 2.4rem;
  height: 2.4rem;
}

.section-title--home::before,
.section-title--microphone::before,
.section-title--calender::before,
.section-title--speaker::before,
.section-title-phone::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  vertical-align: bottom;
  flex-shrink: 0;
}

.section-title--home,
.section-title--microphone,
.section-title--calender,
.section-title--speaker,
.section-title-phone {
  margin-left: -4px;
}

.section-title--home::before {
  background-image: url('../../images/home-icon-light.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--microphone::before {
  background-image: url('../../images/mic-light.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--calender::before {
  background-image: url('../../images/calendar-light.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--speaker::before {
  background-image: url('../../images/loudspeaker-light.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title-phone::before {
  background-image: url('../../images/phone-light.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--pen::before {
  background-image: url('../../images/pen-ico.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--mic::before {
  background-image: url('../../images/microphone.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--facebook::before {
  background-image: url('../../images/facebook-ico.svg');
}

.section-title--envelope::before {
  background-image: url('../../images/envelope-ico.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.section-title--flag::before {
  background-image: url('../../images/flag-ico.svg');
  filter: brightness(0) saturate(100%) invert(29%) sepia(15%) saturate(5720%) hue-rotate(342deg) brightness(79%) contrast(87%);
}

.hosts-single__links-list::before {
  content: "";
  display: inline-block;
  width: 1.9rem; 
  height: 1.9rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right:1rem;
  vertical-align: bottom;
}

.hosts-list--facebook-solid::before {
  background-image: url('../../images/facebook-ico.svg');
}

.hosts-list--twitter::before {
  background-image: url('../../images/twitter.svg');
}

.hosts-list--linkedin::before {
  background-image: url('../../images/linkedin.svg');	
}

.hosts-list--globe::before {
  background-image: url('../../images/internet-globe.svg');	
}

.hosts-list--atenna::before {
  background-image: url('../../images/atenna.svg');	
}

.hosts-list--mic::before {
  background-image: url('../../images/microphone.svg');	
}

.hosts-list--facebook::before {
  background-image: url('../../images/facebook-light.svg');
}

.hide-it {
	display: none !important;
}

.is-loading::after {
    content: "";
    display: inline-block;
    border: 2px solid transparent;
    border-top: 2px solid var(--text-light);
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    animation: spin 1s 
linear infinite;
    margin-left: 1rem;
    position: absolute;
}

.is-loading {
  color: transparent !important;
  text-shadow:none !important;
}

[class^="has-icon"] {
  position:relative;
}

[class^="has-icon"] a::after {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
}

.has-icon-home a::after {
  background-image: url('../../images/home-icon-light.svg');
}

.has-icon-mic a::after {
  background-image: url('../../images/mic-light.svg');
}

.has-icon-calender a::after {
  background-image: url('../../images/calendar-light.svg');
  left: 5px;
}

.has-icon-speaker a::after {
  background-image: url('../../images/loudspeaker-light.svg');
  left: 5px;
}

.has-icon-pen a::after {
  background-image: url(../../images/pen-ico.svg);
  filter: brightness(0) invert(1);
}

.has-icon-call a::after {
  background-image: url('../../images/phone-light.svg');  
  transform: translateY(-38%);
}

.header-sec__nav li a::before {
  content: '';
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.sidebar__offair-img img,
.host-single__sidebar-img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

.sidebar__offair-img img:hover,
.host-single__sidebar-img img:hover {
/*   transform: scale(1.05); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


body:not(.home) main#brx-content {
  background: #fff;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* let content push footer down */
.brx-content {
  flex: 1;
}

/* adjust height when admin bar is visible */
body.admin-bar .site-wrapper {
  min-height: calc(100vh - var(--wp-admin--bar--height, 32px));
}

/* optional: handle smaller screens where admin bar is taller */
@media screen and (max-width: 782px) {
  body.admin-bar .site-wrapper {
    min-height: calc(100vh - 46px);
  }
}