/*
Theme Name: Bean's Cafe
Theme URI: https://github.com/tidythemes/blankslate
Author: Buzzbizz Creative
Author URI: http://www.buzzbizz.biz/
Description: The customized BlankSlate theme by Buzzbizz Creative.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	font-family: 'Cabin', Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin: 1em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}
h1 {
	font-size: 2.4em;
	font-style: italic;
	font-weight: bold;
	margin: .5em 0;
}
h2 {
	font-size: 2em;
}
h3 {
	
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	
}

a {
	color: inherit;
	text-decoration: underline;
	transition: all 0.25s ease-in-out;
} a:hover, a:hover img {
	opacity: .8;
	transition: all 0.25s ease-in-out;
}
a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
} img.img-space {
	padding: 10px;
}

hr {
	border: 0;
	height: 1px;
	background: #FFFFFF;
}

blockquote {
	font-weight: bold;
	font-size: 1.1em;
	color: #8f162e;
	margin: 1em 0;
	text-align: center;
} blockquote cite {
	display: block;
	color: #000000;
}

ul p, ol p {
	margin: 0;
}

.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1%;
}

#header {
	
}

#cycle-slideshow-container {
	position: relative;
} ul.cycle-slideshow {
	margin: 0;
}
#slider, ul.cycle-slideshow li.slide {
	min-height: 640px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: top -100px center;
	/* background-size: cover; */
	width: 100%;
} .home #slider {
	min-height: calc(100vh - 62px);
} #slider:before, ul.cycle-slideshow li.slide:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2), black);
    background-repeat: no-repeat;
} #slider img, ul.cycle-slideshow li.slide img {
	filter: drop-shadow(0 0 16px #000);
	-webkit-filter:drop-shadow(0 0 16px #000);
} #slider .logo, ul.cycle-slideshow li.slide .logo {
	width: 100%;
	margin: 2em auto 0;
	text-align: center;
	filter: drop-shadow(0 0 16px #000);
	-webkit-filter:drop-shadow(0 0 16px #000);
	z-index: 1998;
} #slider .logo img, ul.cycle-slideshow li.slide .logo img {
	display: block;
	margin: 0 auto;
} #slider .caption, ul.cycle-slideshow li.slide .caption {
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.6em;
	margin: 1.6em 0;
	text-shadow: 0 0 6px #000;
	position: relative;
	z-index: 1998;
} #slider .caption h1, #slider .caption h2,
  ul.cycle-slideshow li.slide .caption h1, ul.cycle-slideshow li.slide .caption h2 {
	margin: .5em 0;
} #slider .caption h1 {
	font-size: 3em;
} #slider .caption h2 {
	font-size: 1.2em;
} #slider .caption .btn, ul.cycle-slideshow li.slide .caption .btn {
	text-shadow: none;
} #slider .caption a , ul.cycle-slideshow li.slide .caption a {
	text-decoration: none;
}
.cycle-control {
	position: absolute;
    top: 50%;
    font-size: 64px;
    color: rgba(255, 255, 255, 0.75);
    z-index: 2000;
    transition: all 0.25s ease-in-out;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	cursor: pointer;
} .cycle-control.left {
	left: 10%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right:20px solid #FFFFFF;
} .cycle-control.right {
	right: 10%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFFFFF;
}

#header nav#menu {
	background: #8F162E;
	color: #FFFFFF;
	font-size: 1.25em;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1999;
} #header nav#menu .wrapper {
	max-width: 1500px;
} .logged-in #header nav#menu {
	top: 32px;
} #header nav#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	/* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
} #header nav#menu ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	/* display: flex;
	flex: 1 0 auto;
	align-items: center;
    justify-content: center; */
} #header nav#menu ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 20px 30px;
} #header nav#menu ul li.current-menu-item a, #header nav#menu ul li.current-page-ancestor a {
	background: #9A572A;
} #header nav#menu ul li a:hover {
	background: #9A572A;
	opacity: 1;
} #header nav#menu ul li:hover ul {
	display: block;
} #header nav#menu ul li ul {
	display: none;
	position: absolute;
	z-index: 1999;
	background: #9A572A;
	text-align: left;
} #header nav#menu ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
} #header nav#menu ul li ul li a {
	background: #9a572a;
} #header nav#menu ul li ul li a:hover, #header nav#menu ul li ul li.current-menu-item a {
	background: #B88D58;
}
#header nav#menu ul li.hover-style {
	background: #9A572A;
}
#header nav#menu ul li.social {
	
} #header nav#menu ul li.social a {
	padding: 20px 10px;
} #header nav#menu ul li.social a:hover {
	background: #94793B;
} #header nav#menu ul li.donate a {
	background: #517c58;
} #header nav#menu ul li.donate a:hover {
	background: #73B07C;
}
.responsive-navigation_nav ul {
	margin: 0 !important;
}

#container {
	margin: 60px 0 0;
}

#content {
	padding: .5em 0;
}
#slider + #content {
	padding: 0;
}

#content .content-rows {
	
} #content .content-rows .content-row {
	
} #content .content-rows .content-row .heading {
	text-align: center;
    font-size: 1.4em;
    padding: .8em;
} #content .content-rows .content-row .content {
	padding: 2em 0;
	border-top: 2px solid #FFFFFF;
} #content .content-rows .content-row .content.bkgd-img {
	padding: 10em 0;
	background-repeat: no-repeat;
	background-size: cover;
} #content .content-rows .content-row .bkgd-img .wrapper {
	background: rgba(255, 255, 255, 0.75);
	padding: 2%;
}
.bkgd-red {
	background: #8f162e;
	color: #FFFFFF;
}
.bkgd-light-brown {
	background: #d8c3ac;
    color: #93572a;
}
.bkgd-medium-brown {
	background: #b88d58;
    color: #FFFFFF;
}
.bkgd-dark-brown {
	background: #93572a;
	color: #FFFFFF;
}
.bkgd-light-green {
	background: #C3CDAE;
    color: #517c58;
}
.bkgd-dark-green {
	background: #517c58;
	color: #FFFFFF;
}

a.back-to-top {
	color: #FFFFFF;
    font-size: 1.5em;
    text-align: center;
    background: url('img/up-arrow.svg') center center no-repeat #8f162e;
	background-size: contain;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: .8em 0;
} a.back-to-top:hover {
	opacity: 1;
	background-color: #780C1E;
}

#footer {
	padding: 1em 0;
	background: #8F162E;
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	text-align: center;
} #footer a {
	text-decoration: none;
}
#footer #footer-menu {
	font-weight: bold;
	margin: 0 0 2em;
} #footer #footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
} #footer #footer-menu ul li {
	margin: 0;
	padding: 0 3%;
	display: inline-block;
} #footer #footer-menu ul li a {
	text-decoration: none;
}
#footer #copyright {
	color: #B88078;
} #footer #copyright p {
	margin: 0;
}
#footer .social-icons-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
} #footer .social-icons-widget ul li {
	display: inline-block;
	margin: 0 4px;
}

#overlay {
	position: fixed;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	padding: 1em 1%;
	text-align: center;
	overflow: auto;
} #overlay .wrapper {
	
} #overlay ul, #overlay ol {
	list-style-position: inside;
	padding: 0;
} #overlay .close-btn {
	text-align: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0 2em 0;
}
#underlay {
	position: fixed;
	top: 0;
	z-index: 1999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}

/*#google_map {
	min-width: 500px;
	min-height: 500px;
}*/

/* CONTACT PAGE */
/*.page-id-66 .location-map {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.locations_map .locations-map {
	border: 1px solid #FFF;
	width: 100%;
	height: 100%;
	min-height: 400px;
	background: #000;
}
.page-id-66 .location-map .locations {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
} .page-id-66 .location-map .locations .location-item {
	transition: .25s all ease-in-out;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100px;
	border: 1px solid #FFF;
} .page-id-66 .location-map .locations .location-item h3 {
	font-size: 20px;
	color: #FFF;
	display: block;
	padding: 16px;
	text-align: center;
	background: rgba(177, 134, 88, 0.7);
	font-weight: bold;
	margin: 0;
} .page-id-66 .location-map .locations .location-item h3:last-child {
	font-weight: 300;
	background: rgba(81, 124, 88, 0.7);
}

.page-id-66 .location-map .row [class*=col-] {
	padding: 0 !important;
}
.page-id-66 .location-map + #content {
	padding: 0;
}*/

/* EVENT PAGE TEMPLATE STYLES */
.page-template-page-events #container {
	
} .page-template-page-events #content {
	background: #C3CDAE;
    color: #517c58;
	text-align: center;
	padding: 2em 0 !important;
} .page-template-page-events #content.events-index {
	padding: 0 !important;
}
.page-template-page-events.page-child #slider + #content article {
	position: relative;
	z-index: 1998;
	margin-top: -10em;
}

/* BLOG STYLES */
.blog .post {
	margin: 2em 0 4em 0;
} .blog .post h1.entry-title {
	margin: 0;
} .blog .post .entry-meta {
	font-style: italic;
	opacity: .7;
}

.single-post .post h1.entry-title {
	margin: 0;
}  .single-post .post .entry-meta {
	font-style: italic;
	opacity: .7;
}
.single-post #comments {
	background: rgba(0, 0, 0, 0.1);
	padding: 5px 15px;
	font-size: .85em;
}
.single-post #comments-list {
	
} .single-post #comments-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
} .single-post #comments-list ul li {
	
} .single-post #comments-list ul li p {
	margin: .4em 0 0;
} .single-post #comments-list ul li .reply {
    font-style: italic;
	font-size: .8em;
} .single-post #comments-list ul li .comment-body {
    margin: .5em 0;
} .single-post #comments-list ul li .reply a {
	color: inherit;
} .single-post #comments-list ul li .comment-author {
	line-height: 1em;
} .single-post #comments-list ul li .comment-author img {
	float: left;
	padding: 0 5px 0 0;
} .single-post #comments-list ul li .comment-author cite {
	font-style: normal;
} .single-post #comments-list ul li .comment-author cite a {
	color: inherit;
} .single-post #comments-list ul li .comment-meta {
	opacity: .7;
    font-style: italic;
} .single-post #comments-list ul li .comment-meta a {
	color: inherit;
}
.single-post #comments-list ul li .says {
	display: none;
}
.single-post #comments-list ul li ul.children {
	margin: 0 0 0 40px;
}
.single-post #respond .comment-form-comment {
	
} .single-post #respond .comment-form-comment label {
	display: block;
} .single-post #respond .comment-form-comment textarea {
	max-width: none;
}


/* UTILITY CLASSES */

.ui-accordion {
	
} .ui-accordion.ui-helper-reset {
	margin: 1em 0;
} .ui-accordion.ui-widget {
	font-family: inherit;
	font-size: 1em;
} .ui-accordion h3.ui-accordion-header {
	border-radius: 0;
	background: #949494;
	color: #FFFFFF;
	border: 0;
	text-align: left;
	font-size: 1.8em;
    padding: .6em 15px;
    background: #91572E;
	line-height: 1.2em;
} .ui-accordion h3.ui-accordion-header:hover {
	background: #91572E;
} .ui-accordion h3.ui-accordion-header:focus {
	outline: none;
} .ui-accordion h3.ui-accordion-header.ui-state-active {
	background: #91572E;
} .ui-accordion h3.ui-accordion-header .ui-icon {
	background: transparent;
	width: 0;
	height: 0;
} .ui-accordion h3.ui-accordion-header span.view-btn {
	float: right;
	background: #B28858;
	border: 1px solid #B28858;
	padding: 5px 25px;
	font-size: .8em;
	line-height: 1em;
} .ui-accordion .ui-accordion-content {
	border: 0;
	background: #91572E;
	padding: 0 15px 15px 15px !important;
	border-radius: 0;
	font-weight: bold;
	font-size: 1.1em;
} .ui-accordion .ui-accordion-content ul {
	list-style: none;
	padding: 0;
} .ui-accordion .ui-accordion-content .accordion-panel {
	background: #FFFFFF;
	color: #93572A;
	padding: 5px 15px;
}

.panel {
	background: #dcdcdc;
	margin: 1em  0;
	padding: 10px 20px;
} .panel.green {
	background: #517c58;
	color: #FFFFFF;
} .panel.brown {
	background: #93572a;
	color: #FFFFFF;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
	margin: 0 0 .5em 0;
}

/* FLOATING ROWS */
.row:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.row [class*="col-"] {
	float: left;
	padding: 1%;
}
.row [class*="col-"]:first-child, .row [class*="col-"]:first-of-type {
    padding-left: 0;
}
.row [class*="col-"]:last-child, .row [class*="col-"]:last-of-type {
    padding-right: 0;
}

.row .col-lg-1 { width: 8.33333333%; }
.row .col-lg-2 { width: 16.66666666%; }
.row .col-lg-3 { width: 24.99999999%; }
.row .col-lg-4 { width: 33.33333332%; }
.row .col-lg-5 { width: 41.66666665%; }
.row .col-lg-6 { width: 49.99999998%; }
.row .col-lg-7 { width: 58.33333331%; }
.row .col-lg-8 { width: 66.66666664%; }
.row .col-lg-9 { width: 74.99999997%; }
.row .col-lg-10 { width: 83.3333333%; }
.row .col-lg-11 { width: 91.66666663%; }
.row .col-lg-12 { width: 100%; padding-left: 1% !important; padding-right: 1% !important; }

/* FLEX LAYOUT */
.flex {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	flex-direction: row;
} .flex .flex-item {
	flex: 1 1 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1%;
}

.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
} .responsive-embed iframe, 
  .responsive-embed object, 
  .responsive-embed embed, 
  .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.disable-scroll iframe, 
.responsive-embed.disable-scroll object, 
.responsive-embed.disable-scroll embed, 
.responsive-embed.disable-scroll video {
	pointer-events: none;
}

ul[class*="columns"]:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.twocolumns li {
	float: left;
	width: 50%;
} ul.threecolumns li {
	float: left;
	width: 31%;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear { clear: both; }

a.disable {
	pointer-events: none;
	cursor: default;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;

}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }


/* FORM IMPUT STYLES */

form p {
    margin: 0 0 1em 0;
}
form label:hover {
	cursor: pointer;
}
form .row [class*="col-"] {
	padding-top: 0;
}
form div.wpcf7-mail-sent-ok {
	border: 1px solid #3a945b;
	background: #43AC6A;
	color: #FFFFFF;
	font-weight: bold;
	padding: .8em;
	border-radius: 5px;
} form div.wpcf7-validation-errors {
	border: 1px solid #de2b0f;
	background: #F04124;
	color: #FFFFFF;
	font-weight: bold;
	padding: .8em;
	border-radius: 5px;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=file], input[type=image], input[type=month], input[type=number], input[type=password], input[type=range], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	width: 100%;
    max-width: 800px;
	font-family: inherit;
	font-size: inherit;
	padding: .4em;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	color: #333;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	background: #FFFFFF;
} input[type="checkbox"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-color: #5B9DD9;
	box-shadow: 0 0 2px rgba(30,40,190,.8);
}
input[type=checkbox] {
	vertical-align: middle;
}

input[type=submit], button, a.btn {
	font-family: inherit;
	font-size: 1em;
	text-align: center;
	background: #025aa5;
	border: 1px solid #01549b;
	display: inline-block;
    padding: .6em 5%;
	color: #FFFFFF;
	text-decoration: none;
} input[type=submit]:hover, button:hover, a.btn:hover {
	cursor: pointer;
	opacity: .8;
}
input[type=submit].green, button.green, a.btn.green {
	background: #517c58;
	border: 1px solid transparent;
} input[type=submit].green:hover, button.green:hover, a.btn.green:hover {
	background: #73B07C;
	opacity: 1;
}
input[type=submit].tan, button.tan, a.btn.tan {
	background: #B28858;
	border: 1px solid transparent;
} input[type=submit].tan:hover, button.tan:hover, a.btn.tan:hover {
	background: #8A6944;
	opacity: 1;
}
input[type=submit].red, button.red, a.btn.red {
	background: #8F162E;
	border: 1px solid transparent;
} input[type=submit].red:hover, button.red:hover, a.btn.red:hover {
	background: #780C1E;
	opacity: 1;
}
input[type=submit].fullwidth, button.fullwidth, a.btn.fullwidth {
	width: 100%;
}

/* 
 * 
 * MEDIA QUERIES
 * 
 */

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

/* WRAPPER */
@media screen and (max-width: 1200px) {
	
	#header nav#menu {
		position: static;
	}
	
	#container {
		margin: 0;
	}
	
	#google_map {
		min-width: 400px;
	}
	
}

/* TABLET */
@media screen and (max-width: 768px) {
	
	.desktop { display: none !important; }
	.tablet { display: block !important; }
	.mobile { display: none !important; }
	.desktop.tablet { display: block !important; }
	.desktop.mobile { display: none !important; }
	.tablet.mobile { display: block !important; }
	
	/* FLOATING ROWS */
	.row [class*="col-lg-"] {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.row [class*="col-md-"], .row [class*="col-sm-"] {
		float: left;
		padding: 1%;
	}
	.row .col-md-1 { width: 8.33333333% !important; }
	.row .col-md-2 { width: 16.66666666% !important; }
	.row .col-md-3 { width: 24.99999999% !important; }
	.row .col-md-4 { width: 33.33333332% !important; }
	.row .col-md-5 { width: 41.66666665% !important; }
	.row .col-md-6 { width: 49.99999998% !important; }
	.row .col-md-7 { width: 58.33333331% !important; }
	.row .col-md-8 { width: 66.66666664% !important; }
	.row .col-md-9 { width: 74.99999997% !important; }
	.row .col-md-10 { width: 83.3333333% !important; }
	.row .col-md-11 { width: 91.66666663% !important; }
	.row .col-md-12 { width: 100% !important; }
	
	/* FLEX LAYOUT */
	.flex.no-flex-tablet { display: block; }
	
	.column {
		width: 100% !important;
	}
	
	ul[class*="columns"] li {
		float: none;
		width: 100%;
	}
	
	#header nav#menu ul li:hover ul {
		display: none;
	}
	
	#google_map {
		min-width: 300px;
	}
	.page-id-66 .location-map {
		display: block;
	}
	
}

/* LARGE MOBILE */
@media screen and (max-width: 425px) {
	
	.desktop { display: none !important; }
	.tablet { display: none !important; }
	.mobile { display: block !important; }
	.desktop.tablet { display: none !important; }
	.desktop.mobile { display: block !important; }
	.tablet.mobile { display: block !important; }
	
	/* FLOATING ROWS */
	.row [class*="col-md-"] {
		float: none;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
	.row [class*="col-sm-"] {
		float: left;
		padding: 1%;
	}
	.row .col-sm-1 { width: 8.33333333% !important; }
	.row .col-sm-2 { width: 16.66666666% !important; }
	.row .col-sm-3 { width: 24.99999999% !important; }
	.row .col-sm-4 { width: 33.33333332% !important; }
	.row .col-sm-5 { width: 41.66666665% !important; }
	.row .col-sm-6 { width: 49.99999998% !important; }
	.row .col-sm-7 { width: 58.33333331% !important; }
	.row .col-sm-8 { width: 66.66666664% !important; }
	.row .col-sm-9 { width: 74.99999997% !important; }
	.row .col-sm-10 { width: 83.3333333% !important; }
	.row .col-sm-11 { width: 91.66666663% !important; }
	.row .col-sm-12 { width: 100% !important; }
	
	/* FLEX LAYOUT */
	.flex { display: block; }
	
}

/* MEDIUM MOBILE */
@media screen and (max-width: 375px) {
	
	.desktop.tablet { display: none !important; }
	.desktop.mobile { display: block !important; }
	.tablet.mobile { display: block !important; }
	
}

/* SMALL MOBILE */
@media screen and (max-width: 320px) {
	
	.desktop.tablet { display: none !important; }
	.desktop.mobile { display: block !important; }
	.tablet.mobile { display: block !important; }
	
}

/* PRINT STYLES */
@media print {
	
	.ui-accordion .ui-accordion-content {
		display: block !important;
	}
	
}

