/* Enter Your Custom CSS Here */

.widgetic-ticker {
	background-color: #fff;
}

/* Textarea containing the current entry's HTML source */

.entry-html-box {
	margin-top: 40px;
margin-bottom: 30px;
border-top: 1px dotted #333;
padding-top: 20px;
}

#entry-html {
	height: 100px;
	width: 100%;
	color: #333;
	font: 12px "Courier New", Courier, mono;
}

.carousel {
	margin-bottom: 30px;
}

.carousel .gts_template3_carousel .car_title {
	top: -100px;
}

.carousel .owl-carousel .item img {
	max-height: 120px;
}

.single-memberpressproduct .entry-content .OUTBRAIN {
	display: none;
}

/* # Posts carousel using bxSlider
---------------------------------------------------------------------------------------------------- */

.entry-header {
	margin-bottom: 40px;
}

/* To avoid noticeable vertical movement for hover state of bxSlider's left and right arrows */

.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.posts-carousel {
	padding-top: 30px;
}

.posts-carousel .bx-wrapper .bx-viewport {
	border: none;
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
  box-shadow: none;
}

.posts-carousel .bx-wrapper .bx-prev {
	left: -50px;
}

.posts-carousel .bx-wrapper .bx-next {
	right: -50px;
}

.carousel-item {
	float: left;
	position: relative;
	margin-right: 15px;
}

.carousel-title {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 5px;
	font-size: 12px;
}

.carousel-item a:hover .carousel-title {
	display: block;
	color: #fff;
	background: #ff5100;
}

.posts-carousel .bx-wrapper img {
border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.posts-carousel .bx-wrapper {
	margin-bottom: 0 !important;
  max-width: none !important;
}

.home-welcome {
  text-align: center;
  padding: 0 0 30px 0 ; 
}

.home-welcome p {
  font-size: 30px;
}

@media only screen and (max-width: 480px) {
  .widgetic-ticker .wdgtc-holder {
  	padding: 6.86792% 0 0 !important;
  }
}