@charset "UTF-8";
/*
IruCom WebCMS v9-2021 CSS: Addons Layouts
Created on : 15.07.2021 IruCom systems/This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/

/* 
@ Gold: #D19428; rgb(209,148,40);
@ yellow #faaa00 rgba(250, 170, 0, 1)
@ red #FF0000;
@ dark red #b5001f;
*/ 

/*
font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
font-style: normal;
font-weight: 300; Regular
font-weight: 500; bold

*/

.icweb_event_top_section {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;	
	border: none;
	margin: 10px 0 20px 0;
	box-sizing: border-box;
    background-color: rgba(250, 170, 0, 0.2);
}
.icweb_event_top_section .icweb_title_1 {
    text-align: center;
	justify-content: center;
}

.icweb_event_top_section_box {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	width: 99%;
	height: auto;	
	padding: 5px;
	border: 1px solid rgba(250, 170, 0, 1);
	border-radius: 5px;
	margin: 10px 0 15px 0;
	box-sizing: border-box;
	background-color: rgba(250, 170, 0, 0.2);
}
.icweb_event_top_section_box a, .icweb_event_top_section_box a:link ,.icweb_event_top_section_box a:visited {
	color: #000000;
}
.icweb_event_top_section_box a:hover {
	color: #FF0000; 
}
@media only screen and (max-width: 600px){
    .icweb_event_top_section {
       margin: 0;      
    }
}

.icweb_event_date {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;;
	font-weight: 600;
	text-align: center;
	color: #000000;
	word-spacing: 2px;
	width: 100%;
	display: inline-block;	
	padding: 5px;
	border: 1px solid rgba(250, 170, 0, 0.8);
    border-radius: 3px;   
	margin: 5px 0 5px 0;	
	background-color: rgba(250, 170, 0, 0.2);
}
.icweb_event_date_focus {
	text-align: left;
    color: rgba(250, 170, 0, 1);
    width: 75%;
    padding: 5px 10px 5px 10px;    
    background-color: #FFFFFF;
    transition: all 0.5s ease-out;
}

.icweb_event_date_focus:hover {
	color: #000000;    
    background-color: rgba(250, 170, 0, 0.2);
}
@media only screen and (max-width: 600px){
    .icweb_event_date_focus {
       width: 100%;      
    }
}


.icweb_event_place {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	word-spacing: 2px;
	width: auto;
	display: inline-block;	
	padding: 3px 5px 3px 5px;
	border: 1px solid rgba(155,189,57, 0.7);
	border-radius: 6px;
	margin: 5px 5px 5px 0;	
	background-color: #D19428;
}
.icweb_event_place_focus {
	padding: 5px 8px 5px 8px;
    border-bottom: 2px solid #FFFFFF;
}

.icweb_event_box {
	width: 100%;
	height: auto;	
	display: none;	
	clear: both;	
	padding: 0;
	border: none;	
	margin: 0 0 20px 0 ;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.7s ease-out;
}
.icweb_event_box_open {
	width: 100%;
	height: auto;	
	display: block;	
	clear: both;	
	padding: 20px 40px 20px 40px;
	border: none;	
	margin: 0 0 20px 0 ;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.7s ease-out;}
@media only screen and (max-width: 600px) {
	.icweb_event_box,  .icweb_event_box_open  {		
		padding: 2px;
	}
}

.icweb_event_form_box {
	width: 100%;
	height: auto;	
	display: none;
	clear: both;	
	padding: 10px;
	border: 2px dotted rgba(250, 170, 0, 1);
	border-radius: 10px;
	margin: 60px 0 10px 0 ;
	box-sizing: border-box;
 	background-color: #ffffff;
	transition: all 0.7s ease-out;
}

.icweb_event_form_box:hover {		
	border: 2px dotted #b5001f;
}
@media only screen and (max-width: 600px) {
	.icweb_event_form_box {		
		margin: 20px 0 10px 0 ;
	}
}
.icweb_alert_btn {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #FFF; 
	word-spacing: 2px;
	width: auto;
	display: inline-block;	
	padding: 5px;
	margin: 5px;
	border-top: 2px solid #FF0000;
	border-radius: 5px;
	transform: skew(10deg);
	background-color: #74b508;
}
.icweb_alert_2_btn {
	background-color: orange;
}
.icweb_alert_3_btn {
	background-color: orangered;
}
.icweb_alert_positive_btn {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #FFF; 
	width: auto;
	display: inline-block;	
	padding: 3px;
	margin: 5px;
	border: 1px solid #FF0000;
	border-radius: 5px;
	background-color: rgba(248,175,176,1);
}
.icweb_mk_hint_btn {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #FFF; 
	width: auto;
	display: inline-block;	
	padding: 5px 15px 5px 15px;
	border: 1px solid #D19428;
	border-radius: 5px;
	margin: 5px;	
	background-color: rgba(155,189,57, 1);
}
.icweb_mk_hint_btn a, .icweb_mk_hint_btn a:link, .icweb_mk_hint_btn a:visited, .icweb_mk_hint_btn a:hover {
	font-weight: 500;
	color: #FFF;
	
}
.icweb_btn_color_green {
	background-color: #74b508;
}
.icweb_btn_color_yellow {
	color: #666666; 
	background-color: yellow;
}
.icweb_btn_color_orange {
	background-color: orange;
}
.icweb_btn_color_orange_red {
	background-color: orangered;
}


.icweb_event_alert_box{
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 150%;
	text-align: left;
	vertical-align: top;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 8px 0 15px 0;
	transition-property: all;		
	transition-duration: 0.5s;
}
.icweb_event_alert_box:hover {
	color: #FF0000;
}

@media only screen and (max-width: 600px) {
	.icweb_event_alert_box  {		
		font-size: 18px;
	}
}

.icweb_event_price {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	line-height: 150%;
	text-align: left;
	vertical-align: top;	
	padding: 0;
	border: none;
	transition-property: all;		
	transition-duration: 0.5s;
}


/* Fomats for Form Elements */
.icweb_formkey {
	font-family: Helvetica Neue, hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px; ;
	color: #000000;
	font-weight: 600;
	text-align: center;
	vertical-align: bottom;
	letter-spacing: 5px;	
	width: 200px;
	height: auto;	
	display:block;
	clear: both;
	padding: 4px;	
	border: 1px solid #000000;
	border-radius: 7px;
	background-color: #FFFFFF;
	background-image: linear-gradient(to right, #D19428, white);
	background-repeat: no-repeat;
}
.icweb_formkey > span {
	font-size: 20px ;
	font-style: italic;
}
.icweb_formlabel {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	color: #b5001f;
	font-weight: 300;		
	text-align: left;
	vertical-align: top;			
	padding: 3px;
	border: none;
	margin: 0;	
}
.icweb_form_separater {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px;
	color: #000000;
	font-weight: 300;
	border-bottom: 1px dotted #b5001f;
}
.icweb_formfield {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	color: #000000;
	font-weight: 300;	
	padding: 2px;
	border: 1px solid #b5001f;		
	border-radius: 5px;
	background-color: rgba(209,148,40, 0.2);
	transition: all 0.5s ease-out;
}
.icweb_formfield_small {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #000000;
	font-weight: 300;	
	padding: 2px;
	border: 1px solid #b5001f;		
	border-radius: 5px;
	background-color: rgba(209,148,40, 0.2);	
}
.icweb_form_select {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #000000;
	font-weight: 300;	
	padding: 2px;
	border: 1px solid #b5001f;		
	border-radius: 5px;
	background-color: #ffffff;
}
.icweb_form_select_big {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	color: #000000;
	font-weight: 300;	
	padding: 2px;
	border: 1px solid #b5001f;		
	border-radius: 5px;
	background-color: #ffffff;
}

.icweb_form_select_colored {
	color: #000000;
	font-weight: 300;	
	padding: 2px;
	border: 1px solid #b5001f;		
	border-radius: 5px;
	background-color: rgba(209,148,40, 0.2);
}
.icweb_formfield:focus, .icweb_formfield_small:focus, .icweb_form_select:focus{
	background-color: #FFF;
}

.icweb_formbutton {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	flex-wrap: nowrap;
	height: auto;
	width: auto;		
	padding: 5px 25px 5px 25px;
	border: 2px solid #FF0000;
	border-radius: 5px;
	background-color: rgba(250, 170, 0, 1);
	
	display: inline-block;
	position: relative;
	transition: all 0.5s ease-out;
    
}
.icweb_formbutton:hover {
	cursor: pointer;
	color: #FF0000;
	background-color: #FFFFFF;	
	transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
	.icweb_formbutton {		
		font-size: 14px;
		line-height: 120%;
		padding: 5px;
	}
}

.loginformfield {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 16px;
	color: #333;
	font-weight: 300;	
	padding: 0 2px 0 2px;
	border: 1px solid rgba(155,189,57, 1);		
	border-radius: 5px;
	background-color: #F5F5F5;
}
.loginformfield:focus {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;	
}
.loginformbutton {
	color: #FF0000;	
	border: 1px solid rgba(155,189,57, 1);		
	border-radius: 5px;
	background-color: rgba(155,189,57, 0.5);		
}


/* ########### v8ix-2021 Image Gallery for artícle paragraph images ############# */
.icweb_image_wall {
	width: 100%;
	height: auto;	
	display: none;	
	clear: both;	
	padding: 0;
	border: none;	
	margin: 20px 0 20px 0 ;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.7s ease-out;
}
.icweb_image_wall_open {
	width: 100%;
	height: auto;	
	display: block;	
	clear: both;	
	padding: 20px 40px 20px 40px;
	border: none;	
	margin: 0 0 20px 0 ;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.7s ease-out;}
@media only screen and (max-width: 600px) {
	.icweb_image_wall,  .icweb_image_wall_open  {		
		padding: 10px;
	}
}
.icweb_image_wall_grid_box {
  	width: 100%;
  	display: flex;
  	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2px;
	margin: 0 0 40px 0;
	box-sizing: border-box;
	background-color: #999999;
}
.icweb_image_wall_image_col {
	flex: 33%;
  	max-width: 33%;
	box-sizing: border-box;
	
}
.icweb_image_wall_image_box {
	z-index: 90;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;	
	transition: all 0.8s ease-out;
}
@media screen and (min-width:1200px) {
	.icweb_image_wall_image_box:hover {
		z-index: 100;
		transform: scale(1.5);
	}
}
.icweb_image_wall_image{
	width: 100%;
	vertical-align: middle;
	border: 2px solid #ffffff;
	box-sizing: border-box;	
}

@media screen and (max-width: 800px) {
  .icweb_image_wall_image_col {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .icweb_image_wall_image_col  {
    flex: 100%;
    max-width: 100%;
  }
}

.icweb_gallery_box {
	max-width: 98%;	
	position: relative;
	margin: auto;
}
/* Hide image box */
.icweb_gallery_image_box {
	display: none;
	visibility: hidden;
	opacity: 0;	
}
.icweb_gallery_image_num_box {
	text-align: center;
	max-width: 98%;
	position: relative;
	margin: auto;
}
/* navigate in the gallery if not automated */
.icweb_gallery_btn_forward, .icweb_gallery_btn_backward {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 24px;
	color: #FFF;
	line-height: 150%;
	font-weight: 300;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 10px;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	z-index: 2;
}

.icweb_gallery_btn_forward {
  right: 0;
  border-radius: 3px;
}

.icweb_gallery_btn_forward:hover, .icweb_gallery_btn_backward:hover {
  background-color: rgba(0,0,0,0.9);
}

.icweb_gallery_btn {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px;
	color: #FFF;
	line-height: 150%;
	font-weight: 300;
	cursor: pointer;
	position: absolute;
	bottom: 4%;
	left: 2%;
	width: auto;
	padding: 1%;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	z-index: 2;
}
.icweb_gallery_btn a {
	color: #FFF;
	opacity: 0.5}
.icweb_gallery_btn a:hover {
	color: red;
	opacity: 1}
.icweb_gallery_btn:hover {
  background-color: rgba(0,0,0,0.8);
}

.icweb_gallery_image_label {
	font-weight: 300;	
	display: block;
	clear: both;
	position: absolute;
	width: auto;
	bottom: 4%;
	left: 10%;
	padding: 2%;
	border: none;
	margin: 0 0 0 3%;
	background-color: rgba(0,0,0,0.6);
}
.icweb_gallery_image_label .icweb_title_1,  .icweb_gallery_image_label .icweb_title_2, .icweb_gallery_image_label .icweb_title_3, .icweb_gallery_image_label .icweb_title_4, .icweb_gallery_image_label .icweb_description {
	color: #FFFFFF;
}

/* Image number indicators a circle */
.icweb_gallery_image_num_index {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.6s ease;
}

.icweb_gallery_image_num_index_on, .icweb_gallery_image_num_index:hover {
  background-color: lightcyan;
}

/* Table Grid*/
.icweb_tbl_grid {
  	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	width: 100%;
  	display: flex;
  	flex-direction: column;    
	border: none;
	margin: 10px 0 10px 0;
	box-sizing: border-box;
}

/* Within a table grid => Row*/
.icweb_tbl_grid_section {
  	width: 100%;
  	display: grid;
  	grid-template-columns: 30% 70%;
  	justify-content: space-evenly;
	grid-row-gap: 20px;
	margin: 10px 0 10px 0;
}
/* Within a table grid => Row*/
.icweb_tbl_grid_separater {
	width: 100%;
	display: block;
	padding: 5px;
	border: none;
	border-bottom: 1px solid #66ccFF;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}
.icweb_tbl_grid_item {
	width: 100%;
	text-align: left;
	justify-content: flex-start;
	transition: all 0.7s ease-out;
}
.icweb_tbl_grid_item a, .icweb_tbl_grid_item a:link, .icweb_tbl_grid_item a:visited {
	font-weight: 600;
	color: #000000; 
	text-decoration: none;	
}
.icweb_tbl_grid_item a:hover {	
	color: #FF0000;
	text-decoration: none;		
}

.icweb_tbl_grid_item .icweb_title_1,  .icweb_tbl_grid_item .icweb_title_2, .icweb_tbl_grid_item .icweb_title_3, .icweb_tbl_grid_item .icweb_title_4 .icweb_tbl_grid_item .icweb_paragraph {
	color: #000000;
}
/* Small display label and value as separate rows AND IN PAIRS*/
@media only screen and (max-width: 600px) {
	.icweb_tbl_grid_section { 
		grid-template-columns: 95%;
		grid-row-gap: 10px;
	}
	.icweb_tbl_grid_item:nth-child(odd) { 
		font-size: 20px;;	
	}
	.icweb_tbl_grid_item:nth-child(even) { 
		margin: 0 0 15px 0;		
	}
}

/* Forms */
.icweb_form_grid {
  	width: 100%;
  	display: flex;
  	flex-direction: column;
	border: none;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
/* Without sections direct forms*/
.icweb_form_grid_box {
  	width: 100%;
  	display: grid;
  	grid-template-columns: 20% 65%;
  	justify-content: space-evenly;
	grid-row-gap: 10px;
	margin: 0 0 10px 0;
}
/* Within a form grid */
.icweb_form_grid_section {
  	width: 100%;
  	display: grid;
  	grid-template-columns: 20% 65%;
  	justify-content: space-evenly;
	grid-row-gap: 10px;
	margin: 0 0 20px 0;
}

.icweb_form_grid_separater {
	width: 100%;
	display: block;
	padding: 5px;
	border: none;
	border-bottom: 1px dotted #D19428;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}
.icweb_form_grid_item {
	width: 100%;
	text-align: left;
	justify-content: flex-start;
	transition: all 0.7s ease-out;
}
/*.icweb_form_grid_item .icweb_title_1,  .icweb_form_grid_item .icweb_title_2, .icweb_form_grid_item .icweb_title_3, .icweb_form_grid_item .icweb_title_4 {
	color: #FFFFFF;
	background-color: #FF0000;
}*/
@media only screen and (max-width: 768px) {
	.icweb_form_grid_box { 
		grid-template-columns: 95%;
		grid-row-gap: 5px;
	}
	.icweb_form_grid_section { 
		grid-template-columns: 95%;
		grid-row-gap: 5px;
	}
	.icweb_form_grid_item:nth-child(even) { 
		margin: 0 0 15px 0;		
	}
}
