/* feedback styles */
.positive-feedback, .negative-feedback {display: none;}

/* accordion styles */
.ac_title_class {
	padding-left:0px!important;
}
.ac_title_class, .wpsm_panel-body {
text-align:left;
}

.fa-minus::before{
color:#F05223;
}

.acc-a span{
	color:#F05223;
}

/* .wpsm_panel-default {
	background-color:red!important;
} */
 
/* hide elf widget title*/
.WidgetTitle__Header-sc-ruy1gu-2 {
	display: none;
}

/* end accordion styles */

/* footer menu submenus*/
/* Hide submenus by default */
#footer-widgets .menu .sub-menu {
    display: none;
}

/* Show submenus on hover */
#footer-widgets .menu li:hover > .sub-menu {
    display: block;
}


@media only screen and (max-width: 1500px) {
	.container {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		max-width: 100% !important;
	}
}


@media only screen and (max-width: 1100px) {
	header .sf-menu li.menu-item a {
		margin-left: 10px !important;
    margin-right: 10px !important;
		font-size: 14px !important;
	}
}

.gform_wrapper {
	padding: 0 20px;
}

.gform_validation_errors {
	display: none !important;
}

body .toggles--minimal-shadow .toggle {
	padding: 0 !important;
}

.toggle h3 a {
	font-size: 21px;
  line-height: 30px;
}

.material #sidebar .widget .tagcloud a {
	color: #000 !important;
}


div[data-style*="minimal"] .toggle::before {
	box-shadow: none !important;
}

@media only screen and (min-width:1000px) and (max-width: 1200px) {
	#footer-widgets .container .row .span_3 {
		width: 47.5% !important;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width:640px) {
	.checklist .nectar_icon {
		padding: 0 !important;
	}
	
	.checklist .wpb_wrapper > div {
		margin-bottom: 10px !important;
	}
	
	h2,
	div.vc_custom_heading,
	body.single-post h2 {
		font-size: 30px !important;
	}
	
	h1 {
		font-size: 30px !important;
    line-height: 35px !important;
	}
	
	.titlesmall {
		font-size: 26px !important;
	}
	
	.text-center {
		text-align: center;
	}
	
	.meta-category {
		display: none;
	}
}


.imagemove .hover-wrap-inner {
	width: 150px;
	height: 150px;
	line-height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px dashed #fff;
	position: relative;
	margin: 0 auto;
}

.imagemove .hover-wrap-inner img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	right: 0;
	margin: 0 auto;
	max-width: 100px;
	height: auto;
	width: 100%;
}

























