
.dg_at_tab {
	display: none;
}

.layout-selectd {
	border: 3px solid #6a3bb6;
	padding-top: 30px;
	text-align: center;
	margin: 25px;
	width: 100%;
}

.layout-selectd h2 {
	font-weight: 600;
}

.dg-edit-layout-btn {
	background: #6a3bb6;
	color: #fff;
	padding: 10px 20px;
	margin-top: 23px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

.dg_at_button {
	padding: 10px 20px;
	display: inline-block;
	border-width: 0;
	border-style: solid;
}

.dgat_advancedtab {
	border: 1px solid #f3f3f3;
}

.dgat_advancedtab p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

.dg_at_container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dg_at_nav_wrap {
	z-index: 2;
	width: 100%;
	height: auto;
}

.dg_at_nav_container, .dg_at_nav_wrap {
	display: -ms-flexbox;
	display: flex;
	border: 0 solid;
}

.dg_at_nav_container {
	max-width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
}

.dg_at_nav {
	cursor: pointer;
	padding: 10px 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	border-width: 0;
	border-style: solid;
	background-color: #eaeaea;
	width: 100%;
	height: 100%;
	position: relative;
}

.diat_at_title {
	font-size: 16px;
	font-weight: 500;
}

.dg_at_all_tabs {
	padding: 15px 30px;
}

.dg_at_nav_active {
	background-color: #fff;
	z-index: 1;
}

.at_nav_content {
	width: 100%;
}

@media only screen and (max-width:980px) {
	.dg_at_nav_container {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.dg_at_item_container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1;
	flex: 1 1;
}

.dg_at_all_tabs_wrap {
	overflow: hidden;
	z-index: 1;
	width: 100%;
	border: 0 solid;
}

.dg_at_all_tabs {
	height: 100%;
}

.dgat_advancedtabitem>div {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.dg_at_content_wrapper {
	width: 100%;
	border-width: 0;
	border-style: solid;
}

.at_icon_wrap {
	line-height: 0;
}

.dg_at_nav .et-pb-icon {
	font-size: 40px;
	color: #2ea3f2;
	display: inline-block;
}

.dg_at_image {
	display: block;
	border: 0 solid;
}

.dgat_advancedtabitem:not([data-address]) {
	display: none;
}

.dgat_advancedtabitem.dg_at_content_active {
	display: block;
}

.dgat_advancedtabitem {
	margin-bottom: 0 !important;
}

.diat_has_sticky_nav {
	z-index: 999;
}

.dg_at_nav svg {
	position: absolute;
	top: 100%;
	left: 0;
	width: 30px;
	opacity: 0;
}

.dg_at_nav.dg_at_nav_active svg {
	opacity: 1;
}

.dg_at_nav.arrow_left svg {
	left: 100%;
	top: 0;
}

.dg_at_nav.arrow_right svg {
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.dg_at_nav.arrow_bottom svg {
	left: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	top: 0;
}

@media only screen and (max-width:980px) {
	.dg_at_nav svg {
		display: none;
	}
}
