/* 
 Theme Name:   Envision Consult
 Theme URI:    envisionconsult.com
 Description:  Beautiful and efficient theme
 Author:       admin_reza
 Author URI:   https://letitstart.persianfinedining.com/
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* ============================== Landing page =========================================== */
.full_width_image img {
	width : 100%;
}
@media(min-width:769px){
	.right_img_attach img{
		position: relative;
		left: 10%;
	}
	.left_img_attach img{
		position: relative;
		right: 10%;
	}
}
.text_editor_adjust{
/* 	max-width: 550px !important; */
}
.text_editor_center{
/* 	max-width: 1275px !important; */
}

.contact_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 20px
}

.contact_row_container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 54px;
	width: 100%;
	margin-top:40px;
	padding-right: calc(50% - 74px);
}

.contact_row_container a{
	color: #000;
	font-size: 20px;
	font-family: 'Work Sans'
}
.contact_row_container a:hover{
	color: #01C1EE;
}

.contact_icon{
	position: absolute;
	right: 10%
}

.contact_container .contact_logo{
	margin-top: 50px;
}

@media(max-width: 768px){
	.contact_row_container a{
		font-size: 16px
	}
	.contact_icon{
		width: 38px;
		right: 16%
	}
	.contact_row_container{
		padding-right: calc(50% - 54px);
	}
	
	.contact_container .contact_logo{
		max-width: 216px;
	}
}


