/*
Theme Name: Victoria Child
Theme URI: http://www.bluchic.com
Template: Victoria
Author: Bluchic
Author URI: http://www.bluchic.com
Description: WordPress theme by Bluchic
Tags: custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,theme-options,threaded-comments,translation-ready
Version: 18.05.1710536198
Updated: 2024-03-15 16:56:38

*/
body {
  background-color: #fff !important;
}

.sc-item {
  margin-bottom: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.sc-item h2 {
  margin: 0px;
  padding: 5px 20px;
  color: #0c3da5;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

a.sc-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.sc-date {
  text-align: center;
  text-transform: uppercase;
  background-color: #e43d30;
  color: #fff;
  padding: 5px 20px;
  flex-basis: 25%;
}

.filter-sec {
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 40px;
  margin-top: 20px;
}

.title-bar {
  background-color: #1940a3;
  color: #fff;
  flex-basis: 35%;
  padding: 2px 20px;
  text-transform: uppercase;
  border-radius: 0px 30px 30px 0px;
  font-weight: 600;
  font-size: 20px;
}

.sc-item-wrapper {
  display: flex;
  width: 100%;
  background-color: #ddd;
  justify-content: space-between;
}

.sc-search-input::placeholder {
  color: #ccc;
}

.sc-search-input {
  border-radius: 5px;
  height: 42px;
}

button.sc-btn-search {
  height: 42px;
  width: 84px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  background-color: #1940a3;
  border-color: #1940a3;
}
button.sc-btn-search:hover {
  background-color: #e43d30;
  border-color: #e43d30;
}
.page-numbers {
  border: 1px solid #cccd;
  padding: 2px 10px;
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
  border-radius: 3px;
  margin: 0 3px;
  font-size: 14px;
  line-height: 1.7;
}

.sc-pagination {
  margin-top: 30px;
  text-align: right;
}

.page-numbers:last-child {
  margin-right: 0px;
}

.sc-filter-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

#sc_tags {
  min-width: 120px;
  margin-left: 6px;
  padding: 5px 10px;
}
#sc_tags:focus {
  box-shadow: none;
}

.sc-filter-item {
  display: flex;
  /* flex-direction: column; */
  max-width: 410px;
  /* margin-right: 5px; */
  width: 55%;
  justify-content: space-between;
  gap: 15px 20px;
}
.sc-other-item {
  display: flex;
  align-items: center;
}
/* .sc-other-item {
  margin-left: 5px;
} */
.sc-other-item input#sc_search {
  width: calc(100% - 90px);
}

/* select.sc_tags {
  width: 100% !important;
  min-height: 100px;
  border-radius: 3px;
  border: 1px solid #444 !important;
  padding: 10px;
  color: #444444;
  font-size: 14px;
} */

/* select2 custom css */

.select2-dropdown {
  top: 30px;
}
/* .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  background-color: #e43d30;
} */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 25px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1940a3;
  color: white;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  padding-left: 5px;
}
.select2-container {
  min-width: 145px !important;
}
@media only screen and (min-width: 1200px) {
  .mp_wrapper {
    width: 100% !important;
  }
	
}
@media only screen and (min-width: 768px) {
 .sc-date {
    min-width: 210px;
   }
	
}
@media only screen and (min-width: 768px) and (max-width: 942px) {
  .sc-filter-item {
    max-width: 100%;
    width: 100%;
  }
  .sc-other-item {
    width: 100%;
  }
  .select2-container {
    min-width: 145px !important;
    width: 100% !important;
  }
  .sc-filter-tags {
    width: 100%;
  }
}

@media only screen and (max-width: 711px) {
  .sc-filter-item {
    max-width: 100%;
    width: 100%;
  }
  .sc-other-item {
    width: 100%;
  }
  .select2-container {
    min-width: 145px !important;
    width: 100% !important;
  }
  .sc-filter-tags {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .sc-filter-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sc-other-item {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .sc-filter-item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
  }
 .sc-date {
    min-width: 109px;
   }
	
}

/*---------- vertical tab nav */

#vertical_tab_nav {
  display: block;
  width: 100%;
}

.tabs {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 26%;
  /* border-radius: 10px 0 0 10px; */
  background: #ffffff;
  max-width: 300px;
}

.tabs li {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1px;
  text-align: left;
  padding: 0px;
}

#vertical_tab_nav li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#vertical_tab_nav li a {
  display: block;
  font-size: 14pt;
  color: #54595f;
  text-decoration: none;
  padding: 15px 35px;
  background: #f1f2f3;
  /* background: -webkit-linear-gradient(top, #444, #333);
  background: -moz-linear-gradient(top, #444, #333); */
}

#vertical_tab_nav li a.selected {
  background: #e43d30;
  color: #fff;
}

.tab_container {
  display: block;
  background: #fff;
  width: 80%;
  min-height: 500px;
}

#vertical_tab_nav div article {
  display: none;
  margin: 0px;
  color: #555;
  padding: 10px 3% 3% 3%;
}

#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}

.ie-mepr-dash-wrapper {
  background-color: #f7f7f7;
  padding: 10px 15px;
}

.ie-mepr-dash-wrapper .mp_wrapper {
  margin-top: 0px;
}

.select2-container .select2-selection--single .select2-selection__clear span {
  color: #000;
}

/* single line select2 css */

.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px #cccccc;
  }
  .tab_drawer_heading.d_active {
    background: #e43d30;
    color: #fff;
  }
  .calendar ul.flex.date li.event-date:last-child .event-intro {
    left: -130px;
  }
  .calendar .date .event-date:hover .event-intro {
    left: 150px;
  }
}

.tabs {
  display: none;
}

/* // style accordion links */
.tab_drawer_heading {
  margin: 0;
  font-size: 14pt;
  color: #54595f;
  text-decoration: none;
  padding: 3%;
  background: #f1f2f3;
  margin-bottom: 1px;
  border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .tab_container {
    float: left;
    /* padding: 10px 3% 3% 3%; */
    border-radius: 0 10px 10px 0;
    width: 74%;
  }
  .tabs {
    display: block;
  }
  .tab_drawer_heading {
    display: none;
  }
  article {
    padding: 0;
  }
}

/* calender css */

div#calendar_area {
  width: 100%;
}

#vertical_tab_nav div article#calender {
  padding: 10px 5% 5% 5%;
}
#calender .calendar .date .event-date .info {
  left: 5px;
  bottom: 5px;
}

.calendar ul li:last-child {
  border-right: 1px solid #54595f;
  border-bottom: 1px solid #54595f !important;
}
.calendar ul li:first-child {
  border-left: 1px solid #54595f;
}
#vertical_tab_nav .calendar .date .event-date .info a {
  padding: 0px 5px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
}
.calendar .date .event-date:hover .event-intro {
  left: 100px;
}
#vertical_tab_nav .calendar li a {
  padding: 10px 10px;
}
#vertical_tab_nav .calendar li .event-content a {
  padding: 0;
  background-color: transparent;
}

@media only screen and (max-width: 600px) {
  .calendar .date li {
    padding: 10px 10px 10px 10px;
  }
  div#calendar_area {
    width: 100%;
    overflow: auto;
  }
  .upcoming-events {
    min-width: 375px;
  }
}

@media only screen and (max-width: 414px) {
  .calendar .date li {
    width: 67px;
  }
}
