/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans');
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
div.gc_all_events {
    padding: 20px 0px;
}

.gc_all_events a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.gc_all_events p {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.5;
}
.gc_all_events .tgse_header {
    font-family: var(--tgc-title-fontfamily);
    font-weight: 600;
    color:  var(--tgc-desc-title-color);
    margin: 0rem 0 0.6rem;
	text-transform: capitalize;
}

.tgse_location a {
   color: var(--tgc-buttons-background);
}

#the_gc_event_wrapper {
  margin: 0 auto;
  text-align: center;
}
/*Loading image for ajax*/
div#loader {
    text-align: center;
    padding: 10px;
}
/*error notice */
.gc_errors {
    padding: 40px;
    text-align: center;
}
.gc_errors p {
    text-align: center;
    margin: 0px auto;
    border-top: 3px solid #ff3a3a;
    background: #e3e3e3;
    padding: 10px;
}

.gc_errors_links {
    padding: 30px 0px 20px 0px;
}
.gc_errors_links a {
    text-decoration: none;
    text-transform: capitalize;
    border: 2px solid #000;
	padding: 10px;
    margin: 0px 10px;
  
}

/*title Design*/
.tgse_title {
	 text-align: center;
    text-align: var(--tgc-title-align);
	text-transform: capitalize;
}
.tgse_title h1, .tgse_title h2, .tgse_title h3, .tgse_title h4, .tgse_title h5, .tgse_title h6 {
     margin: 5px auto;
}
.tgse_desc_section {
	padding: 10px 20px;
    background: var(--tgc-desc-bc-color);

}
/*Event meta*/
.tgse_meta {
    text-align: left;
}

.tgs_event {
  margin: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
 
}

.tgs_event > * {
  flex: 1 1 100%;
}
.tgse_meta div {
    line-height: 2em;
}
span.tgse_icon {
    padding-right: 10px;
	font-weight: 700;
	color: #08267c;
    color: var(--tgc-desc-icon-color);
}

/*button Style*/
.tgse_tag_button {
    padding: 10px;
	background: var(--tgc-buttons-background);
	color:#fff;
    color: var(--tgc-buttons-text-color);
	text-decoration: none;
}
.tgse_tag_anchor {
    color: var(--tgc-buttons-background);
}

.tgse_tag_button:hover {
    background: #101b2e;
    background: var(--tgc-hover-buttons);
	color:#fff;
    color: var(--tgc-hover-buttons-text);
}

 /*error notice*/
 .gc-notice-error.error {
    background: #ddd;
    padding: 10px;
    border-top: 3px solid #ec4242 !important;
}
 /*error notice ends*/
 
/*date design */
.tgse_date_style .tgse_date_day {
    font-size: clamp(5rem,40vw,7rem);
    line-height: 1;
}
.tgse_date_style .tgse_date_month {
    font-size: clamp(2.2rem,9vw,2.5rem);
    font-weight: 800;
}

/*Events basic design  desc section*/
.tgse_desc_section .tgse_readmore {
    text-align: center;	
	margin-top:10px;
}

/*Events Grid design */
.the_gc_event_grid {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  -webkit-box-align: center;
  align-items: flex-start;
}
.tgse_section_top {
    padding: 20px;
	background: #08267c;
	background: var(--tgc-date-bc-color);
	color:  #ffffff;
    color:  var(--tgc-date-text-color);
	text-align: center;

}

/*Events Grid style 2*/
.the_gc_event_grid-style-2
{
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    -webkit-box-align: center;
    align-items: flex-start;
}
.the_gc_event_grid-style-2 .tgse_desc_section {
    display: grid;
    grid-template-columns: 30% 70%;
    -webkit-box-align: center;
    align-items: flex-start;
}

.the_gc_event_grid-style-2 .tgse_date_style .tgse_date_day {
    font-size: 60px;
	font-weight: 700;
    line-height: 1;
    padding: 20px 0px;
}
.the_gc_event_grid-style-2 .tgse_date_style .tgse_date_month {
    font-size: clamp(1.5rem,4vw,1.5rem);
    font-weight: 700;
	border-top: 2px solid var(--tgc-desc-bc-color);
	padding: 10px;
}

.the_gc_event_grid-style-2 .tgse_desc_section .gs_2_left {
    background: #08267c;
    background: var(--tgc-date-bc-color);
    color: #ffffff;
    color: var(--tgc-date-text-color);
}
.the_gc_event_grid-style-2 .tgse_desc_section .gs_2_right {
    padding-left: 15px;
}

.the_gc_event_grid-style-2 .tgse_desc_section .gs_2_right .tgse_readmore {
    text-align: left; 
 }

/*Manosary Layout*/
.the_gc_event_manosary, .the_gc_event_manosary-style-2 {
    columns: 3;
    column-gap: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }  
.the_gc_event_manosary .tgs_manosary_event, .the_gc_event_manosary-style-2 .tgs_manosary_event{
    width: 100%;
    position: relative;
    overflow: hidden;
    break-inside: avoid;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
 
}
/*Manosary style 2*/
.the_gc_event_manosary-style-2 .tgs_manosary_event {
	border-radius: unset;
  	margin-bottom: 20px;
	}
.the_gc_event_manosary-style-2 .tgse_desc_section {
    display: grid;
    grid-template-columns: 30% 70%;
    -webkit-box-align: center;
    align-items: flex-start;
	padding: 20px;
}

.the_gc_event_manosary-style-2 .tgse_desc_section .gs_2_left {
    background: #08267c;
    background: var(--tgc-date-bc-color);
    color: #ffffff;
    color: var(--tgc-date-text-color);
	text-align: center;
}

.the_gc_event_manosary-style-2 .tgse_date_style .tgse_date_day {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0px;
}
.the_gc_event_manosary-style-2 .tgse_date_style .tgse_date_month {
    font-size: clamp(1.5rem,4vw,1.5rem);
    font-weight: 700;
    border-top: 2px solid var(--tgc-desc-bc-color);
    padding: 10px;
}
.the_gc_event_manosary-style-2 .tgse_desc_section .gs_2_right {
    padding-left: 15px;
}
.gs_2_right .tgse_readmore {
    text-align: left;
}
/*timeline  layout section*/
.the_gc_event_timeline {
  --tgc-col-gap: 3rem;
  --tgc-row-gap: 2rem;
  --tgc-line-width: 0.25rem;
  display: grid;
  grid-template-columns: var(--tgc-line-width) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--tgc-col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.the_gc_event_timeline::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--tgc-line-width) / 2);
}

/* columns*/

/* row gaps */
.the_gc_event_timeline .tgs_timeline_event:not(:last-child) {
  margin-bottom: var(--tgc-row-gap);
}

/* card */
.the_gc_event_timeline .tgs_timeline_event {
  grid-column: 2;
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* tgse_date_section */
.the_gc_event_timeline .tgs_timeline_event .tgse_date_section {
  height: 3rem;
  text-align: center;
  background: var(--tgc-date-bc-color);
  color: var(--tgc-date-text-color);
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;

}

.the_gc_event_timeline .tgs_timeline_event .tgse_desc_section {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
	padding: 20px;
}
.the_gc_event_timeline .tgs_timeline_event .tgse_desc_section .tgse_readmore {
    text-align: left;
}


/* tgse_date_section flap */
.the_gc_event_timeline .tgs_timeline_event .tgse_date_section::before {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1;
  background: var(--tgc-date-bc-color);
  position: absolute;
  top: 14px;
  clip-path: polygon(60% 100%, 100% 50%, 60% 0);
}

/* circle */
.the_gc_event_timeline .tgs_timeline_event .tgse_date_section::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--tgc-date-bc-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--tgc-col-gap) + var(--tgc-line-width) / 2);
}



@media (min-width: 40rem) {
  .the_gc_event_timeline {
    grid-template-columns: 1fr var(--tgc-line-width) 1fr;
  }
  .the_gc_event_timeline::before {
    grid-column: 2;
  }
  .the_gc_event_timeline .tgs_timeline_event:nth-child(odd) {
    grid-column: 1;
  }
  .the_gc_event_timeline .tgs_timeline_event:nth-child(even) {
    grid-column: 3;
  }

  /* start second  */
  .the_gc_event_timeline .tgs_timeline_event:nth-child(2) {
    grid-row: 2/4;
  }

  .the_gc_event_timeline .tgs_timeline_event:nth-child(odd) .tgse_date_section::before {
    right: -9px;
  }

  .the_gc_event_timeline .tgs_timeline_event:nth-child(even) .tgse_date_section::before {
    left: -9px;
	clip-path: polygon(40% 100%, 0 48%, 40% 0);
  }
  
  .the_gc_event_timeline .tgs_timeline_event:nth-child(odd) .tgse_date_section::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--tgc-col-gap) + var(--tgc-line-width) / 2);
  }
 
}


/*event list design */
.the_gc_event_list .tgs_event {
    display: grid;
    grid-template-columns: 30% 70%;
    -webkit-box-align: center;
	
}
.tgse_section_left {
    padding: 20px;
	background: var(--tgc-date-bc-color);
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.tgse_section_right {
	position: relative;
    padding: 20px;
}
.tgse_section_right .tgse_description {
    text-align: left;
}
.tgse_section_right .tgse_description p {
   	font-family: var(--tgc-title-fontfamily);
}
.tgse_section_right .tgse_readmore {
    text-align: left;
	margin: 20px 0px;
}
/*load more design*/
.gc_load_more_events {
    text-align: center;
	padding: 40px 0px;
}
.gc_load_more_events .page-numbers {
	display: revert;
    padding: 10px;
    text-decoration: none !important;
}
.gc_load_more_events a.page-numbers.numeric {
    margin: 0px 5px;
}
.gc_load_more_events .page-numbers.active {
	
    padding: 12px;

}
/*advance search*/

div#loader img {
    text-align: center; 
    margin: 0px auto;
}

.ecfg_adv_search_fields
{
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: #f5f5f5;
    padding: 10px;
	margin: 0px 20px;
}
.ecfg_adv_search_fields label {
    display: block;
}
.ecfg_adv_search_fields p {
    margin: 0px;
	padding: 0px 10px;
}

.ecfg_adv_search_fields p input {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 10px;
}
.ecfg_adv_search_fields p.adv_search {
	width:100%;
	margin-top: 22px;
}
button.ecfg_search_btn.tgse_tag_button {
    width: 100%;
}


/*Advance filter and pagination closes here*/

/*widget Styling for sidebar*/

div#ecfg_wi_single_event {
    display: grid;
    grid-template-areas: "nav main";
    grid-template-columns: 25% 75%;
    margin-bottom: 10px;
}
.ecfg_wi_left {
    padding: 8px;
	max-height: 70px;
    background: aquamarine;
    text-align: center;
	font-size: 15px;
    font-weight: 700;
	background: var(--tgc-date-bc-color);
    color: var(--tgc-date-text-color);
}
.ecfg_wi_right {
    padding: 0px 10px;
}
.ecfg_wi_name {
    font-size: 15px;
    font-weight: 600;
}
.ecfg_wi_name a {
    color: var(--tgc-desc-title-color) !important;
	text-decoration: none !important;
    text-transform: capitalize;
}
.ecfg_wi_more {
    font-size: 11px;
}




@media screen and (max-width:991px) {
    .gc-manosary .tgs_event_manosary {
        width: 50%;
    }
	
}

@media screen and (max-width:639px) {
    .gc-manosary .tgs_event_manosary {
        width: 100%;
    }

    .gc-manosary .tgs_event_manosary img.img-responsive{
        width: 100%;
    }
	
}
/**media query */
@media screen and (max-width: 1024px)
{
	/*grid style*/
  .the_gc_event_grid-style-2
	 {
	  grid-template-columns: 50% 50%;
    }
}


@media screen and (max-width: 768px)
{
	/*grid style*/
  .the_gc_event_grid
   {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
	
	}
	 .the_gc_event_grid .tgs_event {
      width:100%;
	  margin: 0px;
      margin-bottom: 20px;
     }
	 
	/*grid style*/
    .the_gc_event_grid-style-2
	 {
     display: grid;		 
	 grid-template-columns: 100%;
    }
	
	.the_gc_event_grid-style-2 .tgse_date_style .tgse_date_day {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0px;
    }

   /*list style*/
   .the_gc_event_list .tgs_event {
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-box-align: center;
    }
	/*manosary plugin*/
	.the_gc_event_manosary, .the_gc_event_manosary-style-2{
    columns: 2;
	}
	/*advance search*/
	.ecfg_adv_search_fields {
     grid-template-columns: auto auto auto;
	 margin: 0px;
    }
}
/*mobile responsive styling*/
@media screen and (max-width: 479px)
{
	
	/*pagination*/
	.gc_load_more_events a.numeric {display:none;}
	.gc_load_more_events a.prev{float:left;}
	.gc_load_more_events a.next{float:right;}
	 /*list style*/
	.the_gc_event_list .tgs_event {
	 display: block;
    -webkit-box-align: center;
    }
	/* .fc-scroller.fc-scroller-liquid-absolute {
    overflow: scroll !important;
    } */
	.tgse_section_right .tgse_readmore {
    text-align: center;
    }
	
	/*grid style2*/
	.the_gc_event_grid-style-2 .tgs_event {
    margin: 10px;
	}
	.the_gc_event_grid-style-2 .tgse_desc_section {
    padding: 10px;
	}
	.the_gc_event_grid-style-2 .tgse_desc_section {
    display: revert;
	}
	.the_gc_event_grid-style-2 .tgse_desc_section .gs_2_right {
    padding-left: 0px;
    padding-top: 10px;
    }
	/*Manosary set*/
	.the_gc_event_manosary, .the_gc_event_manosary-style-2 {
    columns: 1;
	padding: 0px;
	}
	.the_gc_event_manosary-style-2 .tgse_date_style .tgse_date_day {
    font-size: 40px;
	}
	/*advance searh*/
	.ecfg_adv_search_fields {
     grid-template-columns: auto;
    }
	


}