/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 100%; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.tp-still-height-background{
	height: 742px !important;
	transform: translate(0, 0) !important;
}

.left-side-text{
	float:left;
	width:50%;
}
.left-side-text img{

}
.right-side-text{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 742px;
	padding: 80px;
}

.caption.class-height.sft.big_white.tp-caption.start p{
	font-family: "Montserrat", sans-serif !important;
}

.kafle-desc img{
	position: static !important;
}
@media screen and (max-width: 1520px){
	.text1 {
		font-size: 18px !important;
	}
    .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption{
        position: static !important;
        margin-top: 20px !important;
    }
	.right-side-text {
		overflow-y: scroll;
	}
}
@media screen and (max-width: 1320px){
	.right-side-text {
		padding: 30px;
	}
}

@media screen and (max-width: 1200px){
	.right-side-text{
		padding: 40px;
	}
	.text1{
		font-size: 15px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
    .tp-banner {
        width: 100%;
        height: 1400px !important;
        max-height: 1400px !important;
        position: relative;
    }
}

@media screen and (max-width: 1100px){


	.left-side-text {
		width: 100% !important;
	}
	.right-side-text {
		width: 100% !important;
		right: 0 !important;
		top: 742px !important;
	}

	.tp-bgimg.defaultimg{
		background: #000 !important;
	}

	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption{
		position: static !important;
		margin-top: 20px !important;
	}

	.left-side-text .biograhpy-photo{
		height: 100%;
		position: static;
		width: 1100px;
	}
}

@media screen and (max-width: 992px){
	.text1 {
		font-size: 17px !important;
	}
	.tp-banner {
		width: 100%;
		height: unset !important;
		max-height: unset !important;
		position: relative;
	}
	.right-side-text, .left-side-text {
		position:static !important;
		height: auto !important;
	}
}

@media screen and (max-width: 600px){
	.text1 {
		font-size: 15px !important;
	}
	.left-side-text {
		height: 420px !important;
	}
	.left-side-text .biograhpy-photo {
		position: static;
		max-width: unset !important;
	}
	.right-side-text {
		width: 100% !important;
		right: 0 !important;
		top: 420px !important;
		overflow-y: scroll;
	}
	.tp-banner {
		width: 100%;

		position: relative;
	}
	.boxedcontainer ul li {
		background: #222222;
		height: auto;
	}

	#biography h3{
		font-size: 29px !important;
	}
}


@media screen and (max-width: 768px){
	#biography h3{
		color: #fff !important;
		margin-right: 50px !important;
		margin-top: 15px;
	}
	.right-side-text {
		padding-top: 10px !important;
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.attorna-page-title-wrap {
		min-height: 250px;
	}
	.attorna-body h2, #poststuff .gdlr-core-page-builder-body h2 {
		font-size: 22px !important;
		padding-left:0px;
		padding-right: 0px;
	}
	.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap{
		padding: 20px 20px 20px 20px !important;
	}
}

.left-side-text{
	position: absolute;
	top: 0;
	width: 50%;
	height: 742px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.gdlr-core-page-builder-body:not(.owl-carousel-slider) img {
	max-width: 100%;
	height: 100%;
	position: absolute;
}

.play-button{
	position: absolute;
	width: 100px;
	height: 100px !important;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
}