/*
THEME NAME: Atria Group
AUTHOR: &y Visual Communications
DESCRIPTION: This is a child theme for Blox. It is used for adding custom css and php code.
TEMPLATE: bloxtheme
*/

@font-face {
    font-family: 'tex_gyre_adventorregular';
    src: url('./fonts/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { 
	font-family: 'tex_gyre_adventorregular';
}

img.custom-logo {
	width:220px;
	height:auto;
	float: right;
	max-width:220px !important;
	padding:15px 0;
}

.elementor-widget-theme-site-logo img {
	width:220px;
	height:auto;
	float: right;
	max-width:220px !important;
	padding:15px 0;
}

#header-bg-image {
	position: relative;
   	min-height: 450px;
   	width: 100%;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#header-img-title {
	position: absolute;
	padding:0 15px;
	right:0;
	left:0;
	margin:0 auto;
	bottom:0px;
}
.header-title-container {
    max-width:1140px;
	margin: 0 auto;
	position:relative;
}
.header-title {
    font-size: 50px;
    color: #fff;
    line-height: 130%;
    font-weight: 600;
	padding:20px 10px;
	    text-shadow: 0 0 18px #00000073;
}

.headline-containers {
    position:absolute;
	bottom:0;
}

.left {
	width:60%;
}

.right {
	text-align:right;
	color:#fff;
	font-size:30px;
	right:0;
	width:40%;
	line-height:130%;
	    text-shadow: 0 0 18px #00000073;
	
}
.right span{
padding: 25px 15px;
	display: inline-block;
}

@media screen and (max-width: 790px) {

	
	.left {
	width:40%;
}
.right {
	width:60%;
}
	
}


@media screen and (max-width: 600px) {
	
		.left, .right {
	width:100%;
			text-align:left;
}
	
	.right {
		font-size:22px;
}
	.right span{
padding: 0 15px 25px;
	display: inline-block;
}

	.headline-containers {
    position:relative;
	bottom:0;
}
	
}