/*
Theme Name: Assemble Child
Theme URI: https://assemble.qodeinteractive.com/
Description: A child theme of Assemble Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: assemble
Template: assemble
*/

.privacy {
	padding: 20px 0;
}
.privacy .wpcf7-list-item {
	margin: 0!important;
}

.edgtf-logo-wrapper img {
	height: 55px !important;
}
.edgtf-mobile-logo-wrapper img {
	height: 40px !important;
}
.edgtf-page-header .edgtf-position-right {
	display: none;
}
.edgtf-position-right-inner .widget.widget_block.edgtf-top-bar-widget {
	width: 320px;
	display: inline-block !important;
}
.edgtf-position-right-inner .widget.widget_block.edgtf-top-bar-widget p {
	font-size: 14px !important;
}

.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li.edgtf-active-item>a {
    color: #e45d26 !important;
}

.edgtf-top-bar-widget {
	display: block !important;
}
.edgtf-top-bar-widget .wp-block-columns {
	margin: 0;
	justify-content: end !important;
}
.edgtf-top-bar-widget .wp-block-columns .wp-block-column {
	flex-grow: 1 !important;
}

.submit-form .wpcf7-submit {
	color: #fff !important; 
	font-weight: bold !important;
	background-color: #E45D26 !important;
}
footer {
	border-top: 1px solid #e2e2e2;
	margin-bottom: 50px !important;
}
.edgtf-footer-bottom-holder {
	position: fixed !important;
    bottom: 0;
    width: 100% !important;
    left: 0;
    z-index: 100;
}
.edgtf-footer-bottom .edgtf-three-columns-inner {
	display: flex;
	justify-content: flex-end;
}
.edgtf-footer-bottom .edgtf-column {
	width: auto !important;
    float: none !important;
}
.edgtf-footer-bottom .edgtf-column { 
	margin: 0 !important;
}
.edgtf-footer-bottom .edgtf-column:nth-of-type(1) {
	margin-right: auto !important;
}

.edgtf-footer-bottom .edgtf-column .edgtf-column-inner {
	width: 100% !important;
}
.edgtf-footer-bottom .edgtf-column .wp-block-media-text__content { 
	display: block;
}

footer .edgtf-footer-bottom:not(.edgtf-footer-bottom-full) .edgtf-container-inner {
	padding-top: 3px !important;
}
.footer-bottom-icon {
	grid-template-columns: 8% auto !important;
}
.footer-bottom-icon img {
	width: 20px;
}
.footer-bottom-icon .wp-block-media-text__content {
	padding: 0 5% !important;
}

@media only screen and (max-width: 1024px) {
	.edgtf-position-left {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.edgtf-position-left {
		display: none !important;
	}
	footer .edgtf-column {
		width: 100%;
	}
	.edgtf-footer-bottom .edgtf-column:nth-of-type(1) {
		margin: 0 !important;
	}
	.edgtf-footer-bottom .edgtf-three-columns-inner {
		justify-content: space-between !important;
		margin-top: 10px !important;
	}
	.edgtf-footer-bottom .edgtf-three-columns-inner img {
		width: 30px !important;
	}
	footer .edgtf-column:not(:first-child) {
		width: 100%;
		margin: auto;
	}
	.edgtf-footer-bottom .edgtf-column:nth-of-type(1) .wp-block-media-text__content { 
		display: block;
		width: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		left: -20px;
		background: #E2E2E2;
		transition: .3s ease;
	}
	.edgtf-footer-bottom .edgtf-column .wp-block-media-text__content.active { 
		width: 100%;
		opacity: 1;
		top: -32px;
	}
	.edgtf-footer-bottom .edgtf-column .wp-block-media-text__content { 
		display: none;
	}
}
