/*
 Theme Name:   BeanToCup 2021
 Description:  A custom theme built by Megawatts, for Bean To Cup.
 Author:       Megawatts Creative Ltd.
 Author URI:   https://beantocup.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  BeanToCup2021
*/



html.no-js,
html,
html.js,
html.i-amphtml-singledoc {
	background-color: #fff;	
	font-family: 'Montserrat', Arial, sans-serif;
	margin-top:0 !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Montserrat', Arial, sans-serif;
}
body {
	margin: 0;
	top: 0;
	padding: 0;
	width: 100%;
}
body ul.textlinks > li {
	margin-bottom: 8px;
}
body ul.textlinks > li a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
body.home .row.welcome .leftside h2 {
	margin-bottom: 0;
	line-height: 110%;
}
body ul.textlinks > li a img {
	width: 16px;
}
body ul.textlinks > li {
	line-height: 30px;
	height: 30px;
}
.page-id-14 .link-header,.page-id-774 .link-header,.page-id-744 .link-header,.page.page-id-760 .link-header {
	text-decoration:none;
	color:white;
	border-bottom:0;
}
html body.page #primary .entry-content .sitewidth {
	max-width: 1250px;
}
body .woocommerce-info {
	border-top-color: #1b1b1b;
}
#mainnav {
	display: none;
	visibility: hidden;
}
#mainnav div.menu {
	width: 100%;
	max-width: 1250px;
	margin-top: 50px;
	display: block;
	margin-left: 0; margin-right: 0;
	float: none;
	clear: both;
}
#mainnav div.menu ul li a {
	font-size: 32px;
	color: #a91e29;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
}
body.menu-open #mainnav {
	display: block;
	visibility: visible;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #fff;
	color: #b1b1b1;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout select {
	font-size: 18px;
	line-height: 130%;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
}
body .woocommerce-info a {
	color: #a91e29;
}
.childpages {
	display: block;
	text-align: center;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}
.childpages > a .shadow{
	width:270px;
	position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   background-image: linear-gradient(to bottom, rgba(255,255,255,0.95), transparent);
	height:100%;
}
p.back-to-parent a{
	font-size:18px;
	color:black;
	font-weight:bold;
}
.childpages > a .shadow:hover{
	background-image:none;
	transition:400ms;
	transition-delay: 0.5s;
}
.childpages > a {
	display: inline-block;
	float: none;
	width: 270px;
	margin:3px;
	position: relative;
	background-color: #f1f1f1;
	text-align: center;
	padding: 80px 10px;
	min-height: 300px;
	max-height:300px;
   background-position: center center;
   background-size: cover;
   vertical-align:top;
}
