/* Staticbox style2 */
.themestek-boxes-element-staticbox-style-2 .ts-box-col-wrapper  {
	width: 100%;
}
.themestek-ele-static-box-style-2 .themestek-static-box-image,
.themestek-ele-static-box-style-2 .themestek-static-box-content{
	width: 50%;
}
.themestek-ele-static-box-style-2 .ts-post-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--tste-optico-skincolor);
    border-radius: 20px;
    overflow: hidden;
}
.themestek-ele-static-box-style-2 .themestek-static-box-content{
	padding: 0 100px;
}
.themestek-ele-static-box-style-2 .themestek-static-box-content .themestek-box-title h2{
	font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
	color: #fff;
}
.themestek-ele-static-box-style-2 .themestek-static-box-content .themestek-static-box-desc{
	color: #fff;
}
.themestek-ele-static-box-style-2 .themestek-static-box-lines{
	margin:70px 0 40px;
	padding: 0;
}
.themestek-ele-static-box-style-2 .themestek-static-box-line{
	list-style: none;
    padding: 0  0 10px 30px;
    color: #fff;
	position: relative;
}
.themestek-ele-static-box-style-2 .themestek-static-box-line::before{
    content: '\e839';
    position: absolute;
    font-family: "ts-optico-icons";
    left: 0;
    top: 40%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--tste-optico-skincolor);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.themestek-ele-static-box-style-2 .ts-static-btn a{
	background-color: #fff;
	padding: 17px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all .3s ease;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 1px;
	position: relative;
}
.themestek-ele-static-box-style-2 .ts-static-btn a::after {
    content: "\e851";
    font-family: 'ts-optico-icons';
    display: inline-block;
    font-size: 20px;
    padding-left: 12px;
    position: relative;
    font-weight: normal;
    top: 2px;
}
.themestek-ele-static-box-style-2 .ts-static-btn a:hover{
	background-color: var(--tste-optico-primary-darkbgcolor);
}
.themestek-boxes-element-staticbox-style-2 .box-shadow-2{
    box-shadow:unset;  
}

@media(min-width:1024px){
    .themestek-ele-static-box-style-2 .themestek-static-responsive-image{
        display: none;
    }
    .themestek-ele-static-box-style-2 .themestek-static-box-image{
        height: 650px;
        background-size:cover ;
    }
}

@media(max-width:1366px){
	.themestek-ele-static-box-style-2 .themestek-static-box-content {
		padding: 0px 50px;
	}
	.themestek-ele-static-box-style-2 .themestek-static-box-lines {
    	margin: 40px 0 30px;
	}
}
@media(max-width:1024px){
    .themestek-ele-static-box-style-2 .themestek-static-box-image{
        background-image: none !important;
        height: auto;
    }
    .themestek-ele-static-box-style-2 .themestek-static-responsive-image{
        display: block;
    }
    .themestek-boxes-element-staticbox-style-2 .ts-box-col-wrapper{
        transform: unset !important;
    }
    .themestek-ele-static-box-style-2 .themestek-static-box-content {
        padding: 60px 30px;
    }
    .themestek-ele-static-box-style-2 .ts-post-item{
        display: block;
    }
    .themestek-ele-static-box-style-2 .themestek-static-responsive-image img,
    .themestek-ele-static-box-style-2 .themestek-static-box-image,
    .themestek-ele-static-box-style-2 .themestek-static-box-content {
        width: 100%;
    }
}