/*
Theme Name: MBS
Author: Atanas
Description: CSS for outside of default theme.
Version: 1.0
*/

/*  Blog Page Start  */

.bg-shadow {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-read-more{
	color: #400406;
	font-weight: 600;
	text-decoration: none;
}

.new-blog-title{
	color: #400406;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2em;
}

 .custom-container {
     max-width: 1140px;
     padding-left: 25px;
     padding-right: 25px;
     margin-left: auto;
     margin-right: auto;
 }


.blog-list .hero-over .post {
    padding: 12rem 2rem 2rem 2rem;
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
    vertical-align: middle;
    background-size: cover;
    background-position: center top;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.blog-list .hero-over .post.half {
    padding: 6rem 2rem 2rem 2rem;
    height: 49%;
}

.blog-list .hero-over .post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
    z-index: 0;
}

.blog-list .hero-over .post > div {
    position: relative;
    z-index: 2;
}

.blog-list .hero-over .post h2 {
    font-weight: 700;
    font-size: 2em;
}
.color-2, .color-hv-2:hover {
    color: #E3655B !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
	text-decoration: none;
}

.a-tag-blog {
	text-decoration: none;
	color: #ffffff;
}

.fw-bold .f-w-700 {
	font-weight: 700 !important;
}

.col-md-6 .f-w-700 {
	font-weight: 700 !important;
}

.color-1, .color-hv-1:hover {
    font-size: 1.25rem;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.more-blog-title {
	color: #ffffff;
}

.bg-3 {
	background-color: #012060;
}

.page-numbers {
	color: #ffffff !important;
}

.pagination-container .current {
	color: #007BFF !important;
}

.past-blog-side-title {
	color: #ffffff;
}

.container  .color-gray .btn:hover {
    background-color: #012060 !important;
}

@media only screen and (min-width: 992px) {
    body.blog .hero-over .post h2 {
        font-size: 2em;
        font-weight: 900;
    }
}

@media only screen and (min-width: 1400px) {

     html,
     body {
         font-size: 16px;
     }

     .custom-container,
     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl,
     .container-xxl,
     .wppb-container,
     .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container,
     .wppb-carousel-content-wrap .wppb-container,
     .wppb-row-parent > .wppb-container {
         max-width: 1320px !important;
     }

     .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container.wppb-container-full,
     .wppb-carousel-content-wrap .wppb-container.wppb-container-full {
         max-width: none !important;
     }



 }

/*  ---Blog Page End---  */


/*  Home Page Start  */

.feature-box-border .wppb-column {
    border: white 3px solid;
    border-radius: 30px;
    padding: 30px;
}

.feature-box-border {
    padding-bottom: 40px;
}

.feature-box-background .wppb-column {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
}

.feature-box-background {
    padding-bottom: 40px;
}


/*  ---Home Page End---  */


/* Form Start */

.main-form {
	width: 100%;
    padding: 8px 12px;
    border-radius: 15px;
    border: 2px solid white;
    background: white;
	margin-bottom: 10px;
}

.main-form-button {
	background-color: #e66a5b;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 28px 30px 25px 30px;
    font-size: 1em;
    line-height: 0;
    text-transform: uppercase;
	max-width: 160px;
}


.main-form-button-tag p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*  ---Form End---  */


/* Search Start */

.entry-title a {
	color: #212529;
	text-decoration: none;
}

.color-gray a {
	color: #fff;
	background: #012060; !important;
	border-color: #01206000 !important;
}

/*  ---Search End---  */

/* Random Start */

.mb-0-person .wppb-text-block-content p {
	margin-bottom: 0px !important;
}

.center-the-person .wppb-inner_addon 
  .wppb-person-addon 
  .wppb-person-addon-content 
  .wppb-person-media 
  .wppb-person-image {
    align-self: center;
}


.wppb-person-addon .wppb-person-introtext {
    margin-top: 0px !important;
}

.wppb-row-1734547837725 {
	position: static !important;
}

.no-padding-boxes .wppb-container .wppb-row .wppb-column-parent {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.z-10{
	z-index: 10 !important;
}

.single-blog-title {
	font-size: 2.5em !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.single-blog-title {
		font-size: 2em !important;
	}
}

@media (max-width: 767px) {
	.single-blog-title {
		font-size: 1.5em !important;
	}
}

.form-message {
	height: 150px !important;
	margin-bottom: 15px;
}

#wpadminbar {
	height: 46px !important;
	background: #012060 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #024de8 !important;
    background-color: transparent !important;
}

.navbar-nav .menu-item .dropdown-menu {
	background-color: #ffffff !important;
}

.bounce-hv {
    transition: all .3s;
    z-index: 100;
}

.bounce-hv:hover {
    transform: translatey(-20px);
}

.number-section-top .number-section {
	padding-left: 10px !important;
}
.icons-gray-box {
	width: 80px;
	margin-right: 20px;
}

.colorful-menu {
	background: linear-gradient(
  90deg,
  rgba(255, 103, 103, 0.6) 4%,
  rgba(255, 191, 98, 0.6) 20%,
  rgba(251, 242, 120, 0.6) 41%,
  rgba(170, 233, 143, 0.6) 59%,
  rgba(155, 204, 232, 0.6) 76%,
  rgba(185, 140, 226, 0.6) 95%
) !important;
	
	padding-bottom: 10px;

}

.icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
}

.icon-container {
  flex-shrink: 0;
}

.text-container {
  flex: 1;
}

.text-gray-box {
	font-size: 1.2em;
	line-height: 1.2;
    font-weight: 700;
}


@media (min-width: 768px) {
    .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
        width: -webkit-fill-available !important;
    }
}

/*  ---Random End---  */

/*  --- Form Start ---  */
.custom-design.no-label label {
	display: none !important;
}

.custom-design textarea.short-message {
    height: 100px !important;
}

 .custom-design.color-input input,
 .custom-design.color-input textarea,
 .custom-design.color-input select {
     margin-bottom: 8px;
     color: #000000;
     height: auto;
     border-radius: 5px;
     padding: 10px;
     background: #ffffff;
     border-color: #ffffff;
 }

.custom-design .fields .row .col p { 
	margin: 0px !important;
}

.wpcf7-response-output {
	color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .wppb-addon-1749355545195 .wpcf7-submit {
        margin-left: -150px;
        margin-top: 20px !important;
    }
}

 .custom-design.color-phldr input::-webkit-input-placeholder,
 .custom-design.color-phldr textarea::-webkit-input-placeholder {
     color: #000000 !important;
 }

 .custom-design.color-phldr input:-moz-placeholder,
 .custom-design.color-phldr textarea:-moz-placeholder {
     color: #000000 !important;
 }

 .custom-design.color-phldr input::-moz-placeholder,
 .custom-design.color-phldr textarea::-moz-placeholder {
     color: #000000 !important;
 }

 .custom-design.color-phldr input:-ms-input-placeholder,
 .custom-design.color-phldr textarea:-ms-input-placeholder {
     color: #000000 !important;
 }

 .custom-design.color-phldr input::-ms-input-placeholder,
 .custom-design.color-phldr textarea:-ms-input-placeholder {
     color: #000000 !important;
 }

 .custom-design.color-phldr input::placeholder,
 .custom-design.color-phldr textarea::placeholder {
     color: #000000 !important;
 }
/*  --- Form End ---  */


/* Tablet or smaller */
@media (max-width: 992px) { 
.feature-box-background .wppb-column {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px;
}
	
	.feature-box-border .wppb-column {
		border: white 3px solid;
		border-radius: 30px;
		padding: 10px;
	}
	
	.wppb-row-parent .wppb-container .wppb-row .pr-10 {
		padding-right: 10px !important;
	}

	.wppb-row-parent .wppb-container .wppb-row .pl-10 {
		padding-left: 10px !important;
	}
	
	.wppb-row-1734547837725 {
    margin: 0px 0px 0px 0px !important;
}
	
	
}

.two-buttons .repeater-1 {
	text-shadow: 0 0 .3px currentColor;
}

.shadow-darker-text {
	text-shadow: 0 0 .3px currentColor !important;
}


/* mobile */
@media (max-width: 767px) { 
	.no-bubble-mobile {
		background-image: none !important;
	}
	.two-buttons .repeater-1 {
		padding-top: 10px;
	}
	
	.number-section-top .number-section {
		padding-left: 25px !important;
	}
	.number-section-top {
		background-color: transparent !important;
	}
	.white-on-mobile .wppb-column {
		background-color: #ffffff;
	}
}

.rainbow-overlay {
  position: relative;
  overflow: hidden;
}

.rainbow-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    #FF6767 4%,
    #FFBF62 20%,
    #FBF278 41%,
    #AAE98F 59%,
    #9BCCE8 76%,
    #B98CE2 95%
  );
  opacity: 0.5;
  pointer-events: none;
  z-index: 0; /* <-- Send to back */
}

/* Make sure all child content is above the overlay */
.rainbow-overlay * {
  position: relative;
  z-index: 1;
}

.relative-hdr {
    position: fixed;
    width: 100%;
    z-index: 100;
}


/* Add underline under the counter number */
.wppb-animated-counter-content .wppb-counter-number {
  position: relative;
  display: inline-block; /* Make sure it wraps the content properly */
}

.wppb-animated-counter-content .wppb-counter-number::after {
  content: "";
  display: block;
  width: 60%; 
  height: 4px; 
  background-color: #001f5f; 
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0px;
}



/* Calendar */

.wppb-row-1750124663442 {
  position: static !important;
}

.wppb-row-1748052729114 {
  position: static !important;
  pointer-events: none !important; 
}

.wppb-row-1748052729114 .wppb-column .wppb-builder-addons {
	z-index: 0 !important;
}

.wppb-row-1750124663442 .wppb-column .wppb-builder-addons {
	z-index: 0 !important;
}


/* Just the Calendar */

.just-the-cal .tribe-events-calendar-list__month-separator time {
	color: #ffffff !important;
}

.just-the-cal .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
	color: #ffffff !important;
}

.just-the-cal .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
	color: #ffffff !important;
}

.just-the-cal .tribe-events .tribe-events-calendar-list__event-datetime {
    color: #ffffff !important;
}

.just-the-cal .tribe-events .tribe-events-calendar-list__event-title a {
    color: #ffffff !important;
}

.just-the-cal .tribe-common-l-container {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.just-the-cal .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.just-the-cal .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 1px solid #ffffff !important;
}

.just-the-cal .tribe-events-calendar-month__events {
  display: none !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border-color: #ffffff !important;
    border-style: solid !important;
    border-width: 0px !important;
	min-height: 80px !important;
}

.just-the-cal .tribe-events .tribe-events-calendar-month__header {
  background: linear-gradient(90deg, #B5B5F4, #D7F4C0, #F7D59C, #F2B1C9);
  overflow: hidden;
  color: #001F5F;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px 20px 0px 0px; 
}

.just-the-cal .tribe-events-calendar-month {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px; 
}

.just-the-cal .tribe-events .tribe-events-calendar-month__header thead {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}


.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
    text-align: center !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header tr {
    justify-items: center !important;
}

.just-the-cal .tribe-events .tribe-events-calendar-month__header-column {
    padding-bottom: var(--tec-spacer-3);
    padding-top: var(--tec-spacer-3);
    width: var(--tec-grid-width-1-of-7);
}

.just-the-cal .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
	text-align: center !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
    border-top: 0px !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
    border-left: 0px !important;
}


.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	display: none !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn-border-small {
	display: none !important;
}

.just-the-cal .tribe-events-calendar-month__day-cell--mobile:has(.tribe-events-calendar-month__mobile-events-icon) .tribe-events-calendar-month__day-date-daynum {
  color: #F3BABD !important;
}

.just-the-cal .tribe-events-calendar-month__day-date-link {
  color: #F3BABD !important; 
}

.just-the-cal .tribe-events .tribe-events-calendar-day__event-datetime {
    color: #000000 !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-details {
    width: 100% !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
	display: none !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: unset !important;
}

.just-the-cal .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
	padding-top: 20px !important;
}

.just-the-cal .tribe-common button  {
	padding-top: 2px !important;
}

.just-the-cal .tribe-events .tribe-events-c-nav {
    display: none !important;
}

.just-the-cal .tribe-events-calendar-series-archive__container {
    display: none !important;
}

.just-the-cal .tribe-events-calendar-month__more-events {
    display: none !important;
}

.just-the-cal  .tribe-events-calendar-month .tribe-events-calendar-month__body {
	padding-bottom: 20px;
    padding-top: 20px;
}

.just-the-cal .table-condensed {
	width: 100%;
}





/* Just the Event */

.just-the-event 
  .tribe-events-calendar-list__event-row 
  .tribe-events-virtual-virtual-event 
  .tribe-events-virtual-virtual-event__text {
    color: #ffffff !important;
}

.just-the-event .tribe-common .tribe-common-c-svgicon__svg-stroke {
    stroke: #ffffff !important;
}


.just-the-event address.tribe-events-calendar-list__event-venue {
  color: #ffffff !important;
}


.just-the-event .tribe-common-l-container {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.just-the-event .tribe-events-c-top-bar__datepicker button {
	color: #ffffff !important;
}

.just-the-event .tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #ffffff !important;
}

.just-the-event .tribe-events-header .tribe-events-header__events-bar {
	display: none !important;
}

.just-the-event .tribe-events-calendar-list .tribe-events-calendar-list__month-separator time {
	color: #ffffff !important;
}

.just-the-event .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
	color: #ffffff !important;
}

.just-the-event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description p {
	color: #ffffff !important;
}

.just-the-event .tribe-events .tribe-events-calendar-list__event-date-tag-weekday { 
	color: #ffffff !important;
}

.just-the-event .tribe-common .tribe-common-h5 {
	color: #ffffff !important;	
}

.just-the-event .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100% !important;
}

.just-the-event .tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.just-the-event .tribe-common .tribe-common-c-svgicon--messages-not-found path {
    stroke: #ffffff !important;
}


.just-the-event .tribe-events-c-messages__message-list .tribe-events-c-messages__message-list-item {
	color: #ffffff !important;
}

.just-the-event .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
	color: #ffffff !important;
}

.just-the-event .tribe-events .tribe-events-l-container {
    min-height: unset !important;
}


.just-the-event .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 1px solid #ffffff;
}

.just-the-event .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-series-archive__container {
	display: none !important;
}

.just-the-event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
    fill: #ffffff !important;
}

.just-the-event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path {
    fill: #ffffff !important;
}

@media (min-width: 819px) {
  .just-the-cal .tribe-common .tribe-common-l-container {
    width: 60% !important;
  }
}



/* Single Event Page */

.tribe-events-single .tribe-events-back {
	display: none !important;
}

.tribe-events-single .tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.tribe-events-single #tribe-events-footer  {
	display: none !important;
}

.tribe-events-single .tribe-events-series-relationship-single-marker {
	display: none !important;
}

.tribe-events-single .tec-events-pro-series-meta-detail--label {
	display: none !important;
}

.tribe-events-single .tec-events-pro-series-meta-detail--link {
	display: none !important;
}

.custom-cal-btn {
    background: #002060;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}
