/*
Theme Name:   events-anz
Template:     isigma-main
*/



.socialSection{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.socialLinks a{
	margin-left: 20px;
}

.footerright{
    display: flex;
    flex-direction: column;
}
.footerright .isigma-linked-in{
	margin-bottom: 20px;
	margin-top: 20px;
}


.sidebar{
	margin:0;
	padding: 0;
	min-height: auto;
}

.blog-content .row{
	padding:0;
}


.seviceBox{
	color: #7c8180;
}
.seviceBox p{
	margin-bottom: 60px;
}


.accordion_item{
	margin-bottom: 20px;
}
.accordion_item h3{
	background: transparent !important;
	border: none;
	color: #000000;
	font-size:20px;
	font-weight: bold;
	padding: 0px;
	box-shadow: none;
}
.accordion_item h3:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 17px;
    border-top: 12px solid #000;
    position: relative;
    left: 8px;
}
.accordion_item.active h3:after{
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -17px;
    border-bottom: 12px solid #000;
    position: relative;
    left: 8px;
}




table{
	background: #f1f2f2;
	padding: 10px;
}
table tbody{
	display: block;
	padding: 20px;
}
table tr th{
	text-align: left;
	font-weight: bold;
	color: #000000;
}
table tr th,
table > tbody > tr > td{
	padding: 10px 20px;
}

table tr:nth-child(even){
	background: #ffffff;
}



.fiftyFiftyBackground{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f1f2f2+50,f1f2f2+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(241,242,242,1) 50%, rgba(241,242,242,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(241,242,242,1) 50%,rgba(241,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(241,242,242,1) 50%,rgba(241,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f2',GradientType=1 ); /* IE6-9 */
}


.socialIconBlock > div{
	padding: 10px;
}



.page-id-10 #select{
	width: 96%;
}


.page-id-17 .mast-overlay .col_one{
	width: 600px;
}


/*** RESPONSIVE ***/
@media only screen and (max-width: 1225px) {
	footer{
		text-align: center;
	}
	.footerright{
		width: 100%;
		align-items: center;
	}
	.socialSection{
		flex-direction: column;
	}
	.socialSection > img{
		margin-bottom: 20px;
	}
}



@media only screen and (max-width: 730px) {
	.d-flex{
		flex-direction: column;
	}
	.btn.marginr70{
		margin-right: 0px !important;
	}
}