/*
Theme Name: Aarhus
Theme URI: https://aarhus.qodeinteractive.com
Description: A Contemporary Theme for Creative Business
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: aarhus
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.qodef-vertical-align-containers{
	background-color:#faf9ff75
}
.qodef-page-header .qodef-fixed-wrapper.fixed .qodef-menu-area{
	background-color:#faf9ff75 !important;
}
::selection {
  background-color: #bc5a51 !important;
}

.desktop-view{
	display:block !important;
}
.mobile-view{
		display:none !important;
	}

@media screen and (max-width: 767px) {
   .desktop-view{
		display:none !important;
	}
	.mobile-view{
		display:block !important;
	}
}

