/*
 * Theme Name:  Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.navbar-footer {
	margin: 0px 0 0 24%;
}

.navbar-nav > li {
	display: contents;
}

.footer-section > .cs-container > * {
	margin: 0px 39.5%!important;
}

@media only screen and (min-width: 750px) and (max-width: 1116px) {
	.navbar-nav > li {
		display: inline-block;
	}
	
	.footer-section > .cs-container > * {
		margin: 0 8%;
	}
	
	.navbar-footer {
    	margin: 3.5% 11.5% 3.5% 21%;
	}

	.site-logo + .navbar-footer, .site-title + .navbar-footer {
    	float: inherit;
	}
	
	.site-footer .site-logo, .site-footer .site-title {
    	display: inline-block;
    	margin: 0 35%;
	}
	
}

@media only screen and (min-width: 1116px) {
	.offcanvas-toggle {
		display:none;
	}

	.navbar-nav > li {
		display: inline-block;
	}
	
	.footer-section > .cs-container > * {
		margin: 0 8%;
	}
	
	.navbar-footer {
    	margin: 4.5%;
	}
}