/*
Theme Name: Horizons Ventures
Theme URI: http://www.horizonsventures.com
Author: Happy Brain
Author URI: http://www.happybrain.it
Description: Design by Yebo | yebocreative.com
Version: 1.0
*/
.marker .num{
	width:43px;
	height:43px;
	line-height:40px;
}
.marker{
	top:-41px;
	left:-19px;
}

#home-video-container{
	max-width:70%;
}

#home-slider .text .title{

    font-size: 35px;
}

@media (max-width: 480px){
	#home-slider .text .title{
	    font-size: 25px !important;
	}

	#home-video-container{
		max-width:100%;
	}
}

#portfolio-detail .right .next .company{
	width:210px;
}
#portfolio-detail h2 .company_title{
	color:#fff;
	text-decoration: none;
}
#portfolio-detail .right .next .company:before{
	display:none;
}
#portfolio-detail .right .next .company{
	_transition: none;
	_transform: none;
}
#portfolio-detail .right .next .company:hover{
	_transform:none;
}

#next-company i{
	font-size: 35px !important;
	margin-left:70px;
}

.text-scroll .cat .separator{
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    opacity: .9;
    background: #fff;
    margin: 0 3px;
    top: -2px;
    position: relative;
}

#portfolio-detail .right .text .status{
	display:none;
}

@media (max-width: 768px){
	#portfolio-detail .left .text .status,
	#portfolio-detail .left .text h2{
		display:none;
	}

	#portfolio-detail .right .text .status,
	#portfolio-detail .right .text h2{
		display:block !important;
	}

}

li.li-fight-covid-19 {
    background-color: #1c1c1e;
}

.img-no-margin img {
	margin: 5px auto !important;
}

.img-zero-margin img {
	margin: 0 auto !important;
	vertical-align: top;
}

video {
	width: 100%;
	height: auto;
    vertical-align: top;
}