/*
Theme Name:		Bonus Round Cafe
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	bonus-round
*/

/* IMPORTS */
@import url(assets/css/reset.css);


/* COLOR SELECTORS*/
.white { color:#FFF; }
.black { color:#000; }
.brown { color:#513422; }
.blue { color:#3E85B6; }
.green { color:#D2DF80; }
.bg-color { background-color:#000; }
*[class*="bg-"] { color:#FFF; }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* BASIC SETUP */
body {
	font-size:14px;
	background-color: #513422;
	font: 700 14px "Open Sans", Helvetica, Arial, "sans-serif";
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 20px;
	padding:0;
}
h1, h1 a {
	font: 700 60px "Oswald", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
}
h2, h2 a, a h2 {
	font: 700 32px/38px "Oswald", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	color:#3E85B6;
}
h3 {
    font-size: 20px;
    font-weight: 700;
	color:#3E85B6;
}
h4 {
}
h5 {
}
h6 {
}

/* Text elements */
p {
}
p, li {
	font: 400 16px/30px "Open Sans", Helvetica, Arial, "sans-serif";
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
    color: #513422;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
.search-form {
	display:inline;
    width: 100%;
}
a.search { width: 5%; display: inline-block; }
.searchbox {
	background-color: #CCC;
	border:none;
	color: #000;
	font: 10/18px proxima-nova, sans-serif;
	height: 22px;
	vertical-align: top;
    -webkit-appearance: none;
	border-radius: 0 !important;
    width: 95%;
}
.searchbox.dynamic {
	width:0;
    -webkit-transition: width .5s; /* Safari */
    -o-transition: width .5s;
    transition: width .5s;
	padding:0;
}
.searchbox.dynamic.open {
	width:300;
	padding:2px;
}
input, textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }
.wpcf7-submit {
	background-color: #02a297;
	border: medium none;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	margin: 20 6px;
	text-transform: uppercase;
	padding: 6px 28px;
	cursor:pointer;
}
.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
	max-width: 7rem !important;
	width: calc(4rem + 25px);
}


/* TAGS */
.text-left   { text-align: left   !important; }
.text-center { text-align: center !important; }
.text-center ul { margin-left: 0; list-style-position:inside; }
.text-right  { text-align: right  !important; }


.caps { text-transform:uppercase; }
.rounded {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.border {
	border:1px solid #000;
}
.text-shadow {
	text-shadow: 0 0 6px #054172;
}
.menu-toggle { display:none; }
.border-bottom {
	border-bottom:solid 1px #999;
	padding-bottom:20;
	margin-bottom:20;
}
.relative {	position:relative; }
.absolute {	position:absolute; }
.no-margin { margin:0; }
.none { padding:0; margin:0; list-style-type:none; }

.masonry { 
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.masonry > div, .masonry > article { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	-webkit-column-break-inside: avoid; 
	page-break-inside: avoid; 
	break-inside: avoid;
}

.default-image {
	width:100;
	height:100;
	background-color:#0E4E96;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0 0 7px 0 rgba(50, 50, 50, 0.75);
	font-size:16px;
	color:rgba(255,255,255,.8);
	text-align:center;
	font-weight:700;
	padding-top:30;
}
.default-image:before {
	content: "Picture Not Available";
}
.background-image {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}
.hover-shadow {
  display: block;
  position: relative; /* For positioning the pseudo-element */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.hover-shadow::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 500ms;
}
.hover-shadow:hover::before {
  opacity: 1;
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}
.grid.thin { max-width: 800px; }
.row { padding:40px 2%; }
.row.small { padding-top: 15px; padding-bottom: 15px; }
.column-wrapper { -webkit-box-flex:1; -ms-flex:1 0 25%; flex:1 0 25%; max-width:250px; position:relative; margin:0 1% 20px; }
.fixed {
	position:fixed !important;
	width:100%;
	z-index:99;
    left: 0;
    top: 0;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
header {
}
.info-wrapper { background-color: #513422; color: #FFF; }
.info-wrapper a { color: #FFF; }
.nav-wrapper { background-color: rgba(255,255,255,.8); border-bottom: solid 1px #513422; position: relative; z-index: 99; }
.logo {
	background-image: url("assets/images/Bonus-Round-Cafe-logo.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	height: 45px;
	width: 300px;
	text-indent:-9999px;
}

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul { margin:0; padding:0; list-style-type:none; }
nav ul li { display:inline-block; }

/* MAIN NAVIGATION */
.main-nav {
}
.main-nav ul {
}
.main-nav ul li {
	margin: 0 10px;
}
.main-nav ul li a {
	transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out; /* Firefox 4 */
	-webkit-transition: color 0.2s ease-out; /* Safari and Chrome */
	-o-transition: color 0.2s ease-out; /* Opera */
	font: 700 14px "Oswald", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	display: block;
	color: #513422;
}
.main-nav ul li.highlight a {
    background-color: #3E85B6;
    color: #FFF;
    padding: 6px 20px;
}
.main-nav ul > li:hover > a,
.main-nav ul > li.current_page_item > a,
.main-nav ul > li.current-menu-item > a,
.main-nav ul > li.current-page-ancestor > a {
}
.main-nav ul li:hover > ul {
	display: block;
	border-bottom: solid 1px #424E4F;
	/* transition: background-color 0.5s linear 0s; */
}
.main-nav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
}
.main-nav ul li ul li {
	float:none;
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.main-nav ul li ul li:hover {
	background:none;
}
.main-nav ul li ul li:last-child {
}
.main-nav ul li ul li a {
}
.main-nav > ul > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	float: right;
	display: block;
	width: 10;
	font-size: 14px;
	padding-left: 5px;
}
.main-nav ul li ul li:hover > a {
}
.main-nav ul li ul li:last-child {
}
.main-nav ul li ul li ul {
	left: 100%;
	width: 100%;
	top: 0;
}

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */


/* CONTENT */
.main-body { background-color: #FFF; padding: 120px 0 160px; position: relative; top: -76px; }
.home .main-body { padding: 0; }
.fixed + .main-body {
    top: 0;
}
.module-icon {
	height: 150px;
	width: 150px;
	margin: auto;
	background-image: url("assets/images/hex.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
	z-index: 9;
    display: block;
}
.module-icon i {
	font-size: 60px;
	line-height: 150px;
	color: #FFF;
}

/* GALLERY */
div[id^='gallery'] .gallery-icon img { width: 100%; border: none !important; }
@media (min-width: 1024px) { div[id^='gallery'] { column-count: 3; column-gap: 10px; } }
@media (min-width:361px) and (max-width:1024px) { div[id^='gallery'] { column-count: 3; column-gap: 10px; } }
@media (max-width:360px) { div[id^='gallery'] { column-count: 2; column-gap: 10px; } }
div[id^='gallery'] .gallery-item {
	float: none !important;
}

/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}
.acf-map {
	width: 100%;
	height: 400;
	border: #ccc solid 1px;
	margin: 20 0;
}
.page-link {
	border-top:solid 1px #CECECE;
	margin-top:20;
	text-align:center;
	clear:both;
	padding:2%;
}
.page-link a {
	font-weight:700;
}
.previous, .next { display:inline; }
.previous { margin-right:10; padding-right:10; border-right:solid 1px #646464;  }
.previous i { margin-right:6px; }
.next i { margin-left:6px; }



/* SOCIAL ICONS */
.social {
	font-size:16px;
	text-align:center;
}
.social a {
	display:inline-block;
	text-align:center;
	color:#513422;
	margin-left:10px;
}

/* BUTTONS */
.button,
.elementor-button,
.elementor-post__read-more {
	color: #513422;
	font-family: "Oswald", Sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-width: 0px;
	border-radius: 0px;
	background-color: #d2df80;
	padding: 15px 30px;
	box-shadow: 5px 5px 0 #513422 !important;
	display: inline-block;
	margin: 20px 0;
}
.reverse .elementor-post__read-more {
	background-color: #FFF;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */
footer {
	padding: 30px 0;
}
footer, footer p, footer a, footer .social a { color: #FFF; }
footer > * { margin-bottom: 10px; }
footer .logo {
	background-image: url("assets/images/Bonus-Round-Cafe-logo-footer.svg");
	height: 200px;
	width: 300px;
	text-indent: -9999px;
	position: relative;
	margin-top: -100px;
	z-index: 9;
	margin-bottom: 20px;
}

/* COLOPHON */
.colophon {
	font-weight: 300;
	margin-top: 10px;
}

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1200px) {
    .info-wrapper {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
            -ms-flex-direction:column-reverse;
                flex-direction:column-reverse;
    }
    .grid { padding: 0 2em; }
    .info-wrapper > * { margin: 5px 0; }
}
@media all and (max-width: 1060px) {
	/* MAIN NAV RESPONSIVE */
	.main-nav, .secondary nav, .nav-wrapper .social {
		display: none !important;
	}
	.flexnav {
		display:block;
	}
}
@media all and (max-width: 768px) {
    .main-body { background-color: #FFF; padding: 40px 0 100px; }
}
@media all and (min-width: 568px) {
    .mobile { display: none; }
}
@media all and (max-width: 568px) {
    .mobile { display: flex; }
    .desktop { display: none; }
    h1, h1 a {
        font: 700 13vw "Oswald", Helvetica, Arial, "sans-serif";
    }
    .info-wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-direction:row;
                flex-direction:row;
    }
    .masonry { 
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    p.colophon { padding: 0 2%; text-align: center; font-size: 14px; line-height: 18px; }
}
