/*
Theme Name: AllinBrand
Theme URI: http://allinbrand.com
Description: AllinBrand
Author: nttam
Author URI: http://allinbrand.com
Template: Divi
Version: 1.0
*/


/* =================== */


.instagram-login-wrap .et_pb_text_inner {
	padding: 25px 20px !important;
}


.instagram-login-wrap .instagram-login-btn, .instagram-login-wrap span {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-login-wrap span {
	cursor: not-allowed;
	background: #8b8b84;
}

input.business-name {
	width: 100%;
	height: 50px;
	border-color: #000;
	border-radius: 5px;
	background: #00000005;
	padding: 5px 15px;
	color: #000;
	font-size: 18px;
	text-align: center;
}

/* device */

@media only screen and (max-width: 1310px) {
	
}

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

}

@media only screen and  (max-width: 1270px) {
	
}

@media only screen and  (max-width: 1200px) {
	
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (min-width: 981px) {
	
	.display-flex {
		display: flex;
	}
	
	.align-items-center {
	   align-items: center;
	}
	
	.align-items-end {
		align-items: end;
	}
	
}

@media only screen and (max-width: 980px) {
	
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 360px) {
	
}

@media only screen and (max-width: 320px) {
	
}