/*
Theme Name: Rowberrys Nursery
Author: Rotary Creative - Mark Feltwell
Author URI: http://www.rotarycreativegroup.co.uk/
Description: Graphic Design, Litho Printing, Digital Printing and Web Design in Stourport, Kidderminster, Worcester, Birmingham
Version: 1.0
Tags:
Text Domain: rowberrys
*/

/* Rowberrys Nursery Style */

html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #9e9e9e;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lora', serif;
	font-weight: 700;
	color: #272727;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	color: #189048;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.875rem;
}

h4 {
	font-size: 1.5rem;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

p {
  line-height: 1.875rem;
  font-weight: 500;
}

.flexy,
.flexy2 {
  display: flex;
	align-items: center;
}

.flexy2 {
  justify-content: center;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #189048;
  border-color: #5f9c08;
}

.standard {
  padding: 30px 0;
  background: #fff;
}

.WHbkg {
	background: #fff;
}

@media (max-width: 767.98px) {
	.margB {
		margin-bottom: 30px;
	}
}

/* Header ____________________________________________________________________*/

.header_top {
  padding: 30px 0 25px;
}

@media (max-width: 767.98px) {

	header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
		background: none !important;
	}

	.header_top {
    padding: 5px 0;
		background: #fff;
	}

	#logoShrink {
		height: 83px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
}

#logoShrink.shrink {
	height: 50px;
}

.head_info {
  display: flex;
  align-items: flex-start;
	font-size: 1.25rem;
}

.head_info svg {
  color: #189048;
	margin-right: 10px;
	font-size: 2rem;
}

@media (max-width: 767.98px) {
	.med-hide {
		display: none;
	}

	.white_box {
		background: #fff;
		width: 100%;
		position: absolute;
		top: 0;
		height: 93px;
	}
}

menu {
  margin: 0;
  padding: 0;
  text-align: center;
	z-index: 999;
	position: relative;
}

menu#menuBar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* .logged-in menu#menuBar.sticky {
  top: 32px;
} */

ul.mainMenu,
.hamburger {
  display: inline-block;
  background: #46a5d0;
  color: #fff;
	padding-left: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.hamburger {
  width: 100%;
  padding: 5px 15px;
  font-size: 1.5rem;
  text-align: right;
	display: none;
}

.hamburger .fa-bars {
	cursor: pointer;
}

menu#menuBar.sticky ul.mainMenu {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

ul.mainMenu li {
  display: inline-flex;
  align-items: center;
	margin-left: -5px;
	padding: 10px 0;
  border-left: 0;
	position: relative;
}

ul.mainMenu li:first-child {
  margin-left: 0;
}

ul.mainMenu li a {
  padding: 25px 30px;
	color: inherit;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 900;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	border: 1px dashed #a6bdf4;
}

@media (max-width: 1199.98px) {
	ul.mainMenu li a {
	  padding: 15px 20px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	ul.mainMenu li a {
		padding: 12px 9px;
    font-size: 0.85rem;
	}
}

ul.mainMenu li a:hover {
  text-decoration: none;
	color: #272727;
}

ul.mainMenu .menu_phone {
	background: #189048;
	border: none;
	padding-right: 10px;
}

@media (max-width: 767.98px) {
	ul.mainMenu .menu_phone {
    background: #189048;
    border: none;
    padding: 10px;
    margin: -15px;
    margin-top: 0;
	}
}

ul.mainMenu li.menu_phone a {
	border-color: #b5d784;
	border-left: 0;
}

ul.mainMenu li.menu_phone a svg {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
	.hamburger {
		display: block;
	}

	ul.mainMenu {
		display: block;
    padding: 0;
		padding-right: 15px;
    width: 100%;
    text-align: right;
    overflow: hidden;
    height: 0;
	}

	ul.mainMenu.slideOut {
		padding: 15px;
		padding-top: 0;
		height: 221px;
	}

	ul.mainMenu li {
    display: block;
    margin-left: 0;
    padding: 0;
    border: none;
    position: relative;
	}

	ul.mainMenu li a {
    padding: 0;
    border: none;
	}
}

ul.sub-menu {
  position: absolute;
  top: 73px;
	left: -50px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	padding-top: 20px;
}

ul.sub-menu li {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: left;
}

ul.sub-menu li a {
    border: none;
    text-align: left;
    text-transform: none;
    padding: 15px;
    display: block;
    background: #ffffff;
    width: 250px;
    border-top: 1px solid #292929 !important;
}

@media (max-width: 1199.98px) {
	ul.sub-menu {
    top: 53px;
	}
}

@media (max-width: 991.98px) {
	ul.sub-menu {
    top: 45px;
	}

	ul.sub-menu li a {
    padding: 10px;
    width: 200px;
	}
}

@media (max-width: 767.98px) {
	ul.sub-menu {
	  position: relative;
	  top: unset;
		left: unset;
		opacity: 1;
		visibility: visible;
		padding: 0;
	}

	ul.sub-menu li a {
	  border: none;
	  text-align: right;
		text-transform: uppercase;
	  padding: 0;
	  background: none;
	  width: 100%;
	}

	ul.sub-menu li a:hover {
    background: none !important;
}
}

ul.sub-menu li a:hover {
    background: #27a958;
    color: #fff;
}

ul.sub-menu li:last-child a {
  border: none;
}

ul.mainMenu li a:hover ~ .sub-menu,
.sub-menu:hover {
  left: 0;
	opacity: 1;
	visibility: visible;
}

.HI_text p {
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1;
	color: #272727;
  margin: 0;
}

.HI_text p span {
  font-weight: 400;
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
  color: #9e9e9e;
}

.round_icon {
  background: #189048;
  border-radius: 50%;
  height: 45px;
  width: 45px;
	min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.round_icon:hover {
	background: #272727;
}

.round_icon.dud:hover {
	background: #189048;
}

.round_icon a {
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff !important;
}

.head_slider .carousel-item {
  height: 700px;
}

@media (max-width: 991.98px) {
	.head_slider .carousel-item {
	  height: 600px;
	}
}

@media (max-width: 767.98px) {
	.head_slider .carousel-item {
	  height: 500px;
	}
}

@media (max-width: 575.98px) {
	.head_slider .carousel-item {
	  height: 450px;
	}
}

.head_slider .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.head_slider {
	margin-top: -46px;
	position: relative;
}

@media (max-width: 767.98px) {
	.head_slider {
		margin-top: 134px;
	}
}

.slider_text {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 2px black;
  text-align: center;
}

.slider_text h1 {
  color: #fff;
  font-size: 3.75rem;
  max-width: 600px;
	width: 100%;
	z-index: 10;
}

@media (max-width: 767.98px) {
	.slider_text h1 {
	  font-size: 2.5rem;
	}
}

.slider_text p {
  font-size: 1.125rem;
	z-index: 10;
	margin-top: 20px;
}

.btn-primary {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px black;
	font-size: 0.875rem;
	font-weight: 600;
	border-width: 0;
	background: #189048;
	padding: 20px 45px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #272727;
}

.contact-btn {
	z-index: 10;
	margin-top: 20px;
}

#headerBanner.sticky {
	margin-top: 46px;
}

/* Page Header _______________________________________________________________*/

.page_header {
	height: 300px;
	background: rgba(123, 184, 46, 1);
	margin-top: -46px;
  padding-top: 135px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1199.98px) {
	.page_header {
		margin-top: -36px;
	}

	#headerBanner.sticky {
		margin-top: 36px;
	}
}

@media (max-width: 991.98px) {
	.page_header {
		margin-top: -32px;
	}

	#headerBanner.sticky {
		margin-top: 32px;
	}
}

.page_header h2 {
  font-size: 2.25rem;
  color: #fff;
  z-index: 10;
  position: relative;
}

@media (max-width: 767.98px) {
	.page_header {
		height: auto;
		margin-top: 0;
	}

	.page_header h2 {
    font-size: 2.25rem;
    padding: 50px 0;
	}
}

.pageHeader_bkg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
	height: 100%;
  width: 100%;
}

.pageHeader_bkg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Welcome ___________________________________________________________________*/

.welcome {
  padding: 80px 0 40px;
}

.welcome h1 {
	margin-bottom: 25px;
}

/* Post Office _______________________________________________________________*/

.postoffice_box {
  padding: 15px;
}

.post_inside {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 30px 15px;
  display: flex;
  align-items: center;
	text-align: center;
	position: relative;
}

.post_inside h4 {
  color: #fff;
  font-size: 2rem;
  width: 100%;
  display: block;
  margin: 0;
}

.post-btn {
  position: absolute;
  right: 15px;
}

.post-btn button {
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 40px;
  border-width: 2px;
}

@media (max-width: 991.98px) {
	.post-btn {
	  right: unset;
		left: calc(50% - 73.5px);
		bottom: 15px;
	}

	.post-btn button {
	  padding: 10px 30px;
	}

	.post_inside h4 {
	  margin-bottom: 50px;
	}
}

/* Info Boxes ________________________________________________________________*/

.info_boxes {
	padding: 30px 0;
}

.info_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
	margin-bottom: 25px;
}

.info_box p {
  line-height: 1.5rem;
  font-size: 0.875rem;
}

.info_box a,
a.news_read,
.continue {
  text-transform: uppercase;
	color: #272727;
	font-size: 0.875rem;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-weight: 700;
}

.info_box a:hover,
a.news_read:hover,
.continue:hover {
  text-decoration: none;
	color: #189048;
}

/* News & Events _____________________________________________________________*/

.standard.news {
	padding-top: 0;
}

.news-inside {
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.news_posts {
  padding-top: 40px;
}

.news_post h4 {
  margin: 30px 0 15px;
}

.date_box {
	background: #f6f6f6;
	padding: 5px 10px;
	border-radius: 3px;
	color: #858585;
	font-size: 0.875rem;
	font-family: 'Lora', serif;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
}

.date_box p {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 0.875rem;
}

.date_box p span {
	color: #189048;
}

.news_post p {
  font-size: 0.875rem;
  line-height: 1.4;
}

.news_posts a {
  color: inherit;
}

.news_posts a:hover {
  text-decoration: none;
}

.news_posts img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.news_posts a:hover img {
	transform: scale(1.05);
}

a.news_read {
	color: #272727;
}

.posts_news {
	text-align: center;
	margin: 60px 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.posts_news h3 {
	margin: 20px 0;
}

.post_exc {
	text-align: left;
}

.news_sidebars {
	margin: 60px 0;
}

.widget_categories {
	margin-bottom: 30px;
}

.widget_categories ul,
.widget_recent_entries ul {
  margin-left: 15px;
}

.widget_categories ul li {
  font-size: 1rem;
  font-weight: 500;
  color: #9e9e9e;
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin-bottom: 5px;
}

.widget_categories ul li a {
  color: #9e9e9e;
  position: absolute;
  left: 0;
	width: 100%;
	text-align: left;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.widget_categories ul li:hover {
	padding-right: 10px;
}

.widget_categories ul li:hover a,
.widget_recent_entries ul li a:hover,
.widget_categories ul li.current-cat a {
	color: #189048;
	text-decoration: none;
}

.widget_recent_entries ul li {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.widget_recent_entries ul li a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #9e9e9e;
}

span.post-date {
  display: block;
  font-size: 0.85rem;
	font-weight: 400;
}

/* Share Buttons _____________________________________________________________*/


.share {
	text-align: left;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.at-share-btn-elements {
  display: flex;
}

a.at-icon-wrapper.at-share-btn {
  border-radius: 50% !important;
  overflow: hidden;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #189048 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

span.at-icon-wrapper {
  height: 37px !important;
  width: 37px !important;
}

svg.at-icon {
  border-radius: 50%;
  overflow: hidden;
  width: 37px !important;
  height: 37px !important;
	border: 1px dashed rgba(255, 255, 255, 0.5);
	padding: 5px;
}

.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
	transform: none !important;
}

a.at-icon-wrapper.at-share-btn:hover {
	background: #9e9e9e !important;
}

/* Pick Your Own _____________________________________________________________*/

.pick_your_own {
  text-align: center;
  color: #fff;
  position: relative;
	background: none;
	background: rgba(49, 82, 1, 0.7);
	padding: 90px 0;
}

.pick_your_own h2 {
	color: #fff;
	margin-bottom: 30px;
}

.pick_your_own h2 span {
	color: #efe829;
}

.pick-bkg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  overflow: hidden;
	display: none;
}

#pickBkg.pick-bkg.sticky {
	display: block;
}

.pick-bkg img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.pick_your_own p {
  font-size: 1.2rem;
}

/* Footer ____________________________________________________________________*/

footer {
	background: #1e1e1e;
}

footer a {
	color: #9e9e9e;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

footer h4 {
	margin-bottom: 40px;
	color: #fff;
}

footer a:hover {
	color: #189048;
	text-decoration: none;
}

.top_footer {
	padding-top: 80px;
}

.sub_footer {
	padding: 15px 0;
}

.dash-line {
	border-top: 1px dashed #303030;
	padding-top: 15px;
}

.sub_footer p {
	margin: 0;
}

.sub_footer .round_icon:hover {
	background: #9e9e9e;
}

.sub_footer .round_icon a,
.sub_footer .round_icon a:hover {
	color: #fff;
}

footer.sub_footer a {
	color: #189048;
}

footer.sub_footer a:hover {
	color: #fff;
}

ul.contact-list {
  position: relative;
  padding-left: 30px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}

ul.contact-list li {
  margin-bottom: 15px;
}

ul.contact-list svg {
  position: absolute;
  left: 0;
  margin-top: 5px;
  font-size: 1rem;
}

.site_map {
  font-size: 0.875rem;
  font-weight: 600;
}

.site_map li {
  margin-bottom: 15px;
}

.site_map svg {
  margin-right: 10px;
}

/* Contact Page ______________________________________________________________*/

.contact_details .round_icon {
  position: absolute;
}

.contact_details {
  margin-top: 30px;
}

.contact_details ul {
  margin-left: 60px;
}

.contact_details ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.contact_details ul li a {
	color: inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.contact_details ul li a:hover {
	color: #189048;
	text-decoration: none;
}

/* Pages ____________________________________________________________*/

.farmshop_page,
.nursery_page,
.contact_page {
	padding: 80px 0;
}

.farmshop_page h3 {
	font-size: 1.55rem;
}

.farmshop_page p {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

ul.farmMenu {
  color: #9e9e9e;
}

@media (max-width: 767.98px) {
	ul.farmMenu {
	  margin-bottom: 30px;
	}
}

ul.farmMenu li {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 5px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

ul.farmMenu li a {
  color: inherit;
  padding: 12px 20px;
  display: block;
  border: 1px dashed #dfdfdf;
  font-weight: 900;
  font-size: 1.2rem;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	ul.farmMenu li a svg {
		display: none;
	}

	ul.farmMenu li a {
		font-size: 1.1rem;
	}
}

ul.farmMenu li:hover,
ul.farmMenu .current_page_item {
  background: #189048;
}

ul.farmMenu li:hover a,
ul.farmMenu .current_page_item a {
  color: #fff;
  border-color: #fff;
}

ul.farmMenu li a:hover {
  text-decoration: none;
}

ul.farmMenu li a svg {
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
	visibility: hidden;
}

ul.farmMenu li:hover a svg,
ul.farmMenu li.current_page_item a svg {
	visibility: visible;
}

.farmText ul {
	margin-left: 40px;
	margin-bottom: 15px
}

.farmText ul li {
	list-style-type: circle;
}

.imgBox {
	border: 3px solid #189048;
	border-radius: 4px;
}

.imgBox img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.spacingT {
	margin-top: 30px;
}

.xmas_menu {
	padding: 30px 0;
}

.xmas_menu a {
	color: #189048;
}

.main_meals h4 {
	margin-bottom: 40px;
}

/* Accordion _________________________________________________________________*/

.accordion .card {
	margin-top: -2px;
}

.accordion .card:first-child {
	margin-top: 0;
}

.accordion .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	position: relative;
	overflow: hidden;
}

.accordion .card-header:hover {
	background: rgba(0, 0, 0, 0.05);
}

.accordion h5 {
	margin-left: 60px;
}

.accordion h5 button {
  color: #272727;
  font-weight: 700;
  font-size: 1.2rem;
	padding: 15px 25px;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.02);
}

.accordion h5 button:hover,
.accordion h5 button.collapsed {
	text-decoration: none;
	color: inherit;
}

.accordion h5 button.collapsed{
	background: none;
}

.accordion h5 button.btn {
	text-align: left;
}

.menu_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	font-size: 0.875rem;
}

.menu_icon svg {
	color: #189048;
}

.green_icon .menu_icon {
	background: #189048;
	font-size: 1.1rem;
}

.green_icon .menu_icon svg {
	color: #fff;
}

.menu_icon .fa-utensils {
	display: none;
}

.menu_icon .fa-plus-circle {
	display: block;
}

.green_icon .menu_icon .fa-utensils {
	display: block;
}

.green_icon .menu_icon .fa-plus-circle {
	display: none;
}
