/*
Theme Name: Active Response Child Them
Description: Child theme for the Theme Blvd framework
Author: Your name here
Template: arcadian
*/

/*
Note: The parent theme does not include any CSS in
style.css, and so you don't need to @import it here.
*/

/* Add your custom CSS here. */

#access .access-inner {
    /* background: none; */
	background: url(/wp-content/themes/arcadian/assets/images/menu-glow.png) center center no-repeat;
}

#access {
	background: #777 url(/wp-content/themes/arcadian/assets/images/menu-bg.png) repeat-x;
}


@media (max-width: 1199px) {
    /* Target 1199px and below - Small desktops and below */
	.right-sidebar{ min-width: 300px!important; }
}

@media (max-width: 991px) {
    /* Target 991px and below - This includes tablets, and smaller */
	.right-sidebar{ min-width: 300px!important; }
}

@media (max-width: 767px) {
    /* Target 767px and below - This includes mobile devices only */

	#branding #header_content .header_content-inner {
	    max-width: none;
	    padding: 0;
	    margin-bottom: 50px;
	}

	.right-sidebar{ min-width: 300px!important; }

}

@media (min-width: 768px) {
    /* Target 768px and above - This includes tablets, and larger */
}

@media (min-width: 992px) {
    /* Target 992px and above -  includes small desktops, and larger */
}
