/*
 Theme Name:   Opta WP Child
 Theme URI:    http://demo.cocobasic.com/opta-wp
 Description:  Opta WP Child Theme
 Author:       CocoBasic
 Author URI:   http://cocobasic.com/
 Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
 Template:     opta-wp
 Text Domain:  opta-wp-child
*/

/* ===== Footer ===== */

.footer-logo {
	display: none;
}

.footer {
    padding-bottom: 0px!important;
	text-align: center
}

.copyright-footer {
    width: 100%!important;
    text-align: left!important;
}

.header-logo {
	text-align: center!important;
	/* max-width: 100%; */
    /* max-height: 100%; */
    height: 76px!important;
}



.toggle-holder {
    top: 90px;
}

@media screen and (max-width: 1020px) {
	.toggle-holder {
    	top: 20px!important;
	}
	
	.header-logo {
		padding-top: 80px!important;
		padding-left: 10px!important;
		padding-right: 10px!important;
		padding-bottom: 100px!important;
		
	}
}