/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://sundemåltidskasser.dk
 Description:  GeneratePress Child Theme
 Author:       Webhelpers
 Author URI:   https://sundemåltidskasser.dk
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         grid-layout
 Text Domain:  generatepress-child
*/

.widget-area .widget {
    padding: 30px;
}

hr.solid, hr.solid-center {
    border-top: 2px solid #ccc;
    width: 100px;
    margin: 20px auto;
}
hr.solid-left {
    border-top: 2px solid #ccc;
    width: 100px;
    margin: 20px 0;
}
hr.solid-right {
    border-top: 2px solid #ccc;
    width: 100px;
    margin: 20px 0;
	float: right;
}

.mealbox{
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	border-radius: 5px;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 40px;
}

.mealbox-content{
	float: right;
    width: 800px;
}

#searchresult .mealbox-content {
	width: 550px;
}

.mealbox-images{
	float: left;
    width: 200px;
    text-align: center;
}

.mealbox img{
	border-radius: 20px;
}

.mealbox p{
	margin-bottom: 10px;
}

.mealbox-images .supplier-logo-thumb img{
	height: 80px;
}

.mealbox-content h2, #single-view.mealbox-content h1{
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 0;
	font-weight: 500;
}

.mealbox-content h2 a {
    color: #33bf26 !important;
}

.mealbox-content h3 a, .mealbox-content h2 a {
	text-decoration: none;
}

.mealbox-content h3, #single-view.mealbox-content h2{
	font-size: 22px;
    margin-bottom: 0;
}

.mealbox-meta{
    overflow: hidden;
	line-height: 40px;
	margin-top: 10px;
}

.mealbox-price{
	color: #fe5f19;
    font-size: 36px;
    width: 30%;	
	font-weight: 900;
	float: right;
	line-height: 19px;
    text-align: center;
    margin-top: 10px;
}

.price-description{
	color: #121212;
    font-size: 20px;
	display: contents;
}

.mealbox-persons{
	float: left;
	margin-right: 20px;
}

.mealbox-days{
	float: left;	
	margin-right: 20px;
}

.mealbox-cooking{
	float: left;	
}

.mealbox-persons, .mealbox-days, .mealbox-cooking{
	font-size: 16px;
}

.mealbox-description{
	font-size: 18px;
}

.mealbox-discount {
	background-color: #ffeb44;
	padding: 8px;
	text-align: center;
    display: block;
    width: 70%;
    line-height: 20px;
    font-size: 18px;
}

.mealbox-button{
	color: #ffffff !important;
	background-color: #fe5f19;
	padding: 12px 32px;
	line-height: 32px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	float: right;
	text-align: center;
	text-decoration: none;
}

.article-button, .top-offer-button {
	background-color: #ff7864; 
	color: #ffffff; 
	padding: 10px 14px; 
	border-radius: 10px; 
	text-transform: none; 
	text-decoration: none;
	font-size: 17px;
}

.article-button{
	font-weight:700;
}

.far {
	color: #333;
}

.supplier-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.supplier-list img{
	width: 270px;
}

.supplier{
	box-sizing: inherit;
	padding: 25px;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	margin: 30px;
}

.supplier-sidebar{
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	border-radius: 5px;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 40px;
}

.supplier-button{
	color: #ffffff !important;
	background-color: #40bf0d;
	padding: 12px 32px;
	line-height: 32px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	float: right;
	text-align: center;
	text-decoration: none;
}

.supplier.mealbox {
	/*max-width: 925px;*/
}

.image-float-right{
	float:right;
	margin: 0 0 20px 20px;
}

.image-float-left{
	float:left;
	margin: 0 20px 20px 0;
}

.boxed-graphic {
	border: 1px solid #ccc;
	padding: 10px;
}

.page-hero-content {
	height: 300px;
}

.page-hero-content h1, .page-hero-content h2 {
	color:#fff;
}

.page-hero-content h1 {
	padding-top: 30px;
	font-weight: 700;
	font-size: 45px;
}

.page-hero-content h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.disclaimer {
	background-image: url('/disclaimer.png');
	width: 700px;
	height: 30px;
	margin: 10px auto 0 auto;
}

.iframe-affdisc {
	overflow-y: hidden;
	height: 45px;
	width: 100%;
}

.service-pro-con-container .table-rows{
	display: table;
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

.service-pro-con-container ul{
	list-style: none;
	margin:0;
}

.service-pro-con-container li{
	margin-bottom: 10px;
}

/*.service-pro-con-container .table-header{
	display: table-row;
    border-bottom: 1px solid #eaeaea;
}*/

.table-header .column-benefit, .table-header .column-disadvantage{
	text-align: center;
}
.column-image, .column-discount, .column-benefit, .column-price, .column-action, .column-disadvantage{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	padding: 10px;
}
.column-benefit, .column-disadvantage{
	text-align: left;
	vertical-align: baseline;
}

.service-pro-con-container{
	padding: 0 100px;	
	margin-top: 40px;
	text-align: center;
}

.service-pro-con-container .column-benefit, .service-pro-con-container .column-disadvantage{
	padding: 20px;
}

.service-pro-con-container .table-rows .table-row{
	display: table-row;
	/*border: 1px solid #ededed;*/
	background-color: #f0f4e7;
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.service-pro-con-container .column-disadvantage li::before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('includes/images/sad.png');
	background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: -3px;	
}

.service-pro-con-container .column-benefit li::before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('includes/images/happy.png');
	background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: -3px;	
}

.service-pro-con-container .column-benefit, .service-pro-con-container .column-disadvantage{
	width: 50%;
}

.custom-content-area h1, .custom-content-area h2 {
	text-align: center;
}

.custom-pre-content{
	/*text-align: center;*/
	margin-top:50px;
}

.custom-section-area h1{
	text-align:center;
}

.custom-section-area {
	margin-bottom: 30px;
}

.custom-pre-content h2 {
	text-align:left;
}

.custom-section{
	padding-top: 50px;
	clear: both;
}

.custom-section-worth{
	clear:left;
	display: inline-block;
	background: #f9f2f2;
	box-shadow: inset 0px 100px 0px 0px #ffffff;
}

.custom-section-worth-content{
	padding: 140px 50px 50px 50px;
	width: 55%;
	float: left;
}

.custom-section-worth-image {
	float: right;
	width: 45%;
	text-align: center;
}

.custom-section-worth-image img{
	max-width:400px;
	margin-bottom: 20px;
}

.custom-section-worth-image h3, .custom-section-worth-image ul{
	text-align: left;
}

.top-services-area {
	background: #f9f2f2;
}

.top-services-list{
	width: 100%;
	display: flex;
	justify-content: center;
}

.top-services-list.service{
	padding:20px 40px 0;
}

.top-services{
	margin: 0;
	display: flex;
	list-style: none;
}
.top-services li img, .custom-section-worth img{
	border: solid 1px #e0e0e0;
}

.top-services li {
	max-width: 250px;
	margin-bottom: 20px;
	text-align: center;
}

.top-services .broadlist {
	max-width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.top-services li.service-text{
	width:70%;
	margin-top:140px;
	max-width:100%;
}

.top-services li.service-offer{
	width:30%;
	max-width:100%;
	text-align:center;
}

.top-services li:nth-child(2) {
	margin-right: 4rem !important;
}

.top-services li:nth-child(2) .top-services-action,
.top-services li:nth-child(2) .top-services-offer,
.top-services li:nth-child(2) .top-services-rating,
.top-services li:nth-child(2) .top-services-review{
	max-width: 300px;
	width: 300px;
}

.top-services li:nth-child(2) .top-services-review{
	display: block;
}

.home .top-services li:nth-child(2) img {
	max-width: 300px;
	width: 300px;
	border: solid 4px #32CD32;
}

.home .top-services li:nth-child(1), .home .top-services li:nth-child(3), .home .top-services li:nth-child(4) {
	margin-top: 50px !important;
}

.top-services-action, .top-services-offer, .top-services-rating {
	display: block;
    text-align: center;
	margin-bottom: 10px;
}

.top-services-review a{
	color: #e02b20;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 20px;
}

.top-services-offer-column{
	font-size:13px;
	/*display: block;*/
}

.service-fact-area{
/*	width: 80%;
    max-width: 1080px;*/
    margin: 0 auto 50px;
	margin-top: 20px;
    position: relative;
	display: flex;
}
.service-fact-area .column{
	width: 25%;
	/*padding: 1rem 0 1rem 1.5rem;*/
	position: relative;
	border: 1px solid #ededed;
	/*text-align: left;*/
	margin: 0 10px;
    text-align: center;
    padding: 10px;
}

.service-fact-area .column p{
	margin-bottom: 0;
}

.service-fact-area h5{
	margin-bottom: 10px;
}

.service-action-button-area {
	margin: 30px 0;
}

.service-action-button-area .top-offer-button {
	font-size: 19px;
	font-weight: 700;
}

.article-image img {
	width: 500px;
}

.article-content{
	/*width:56%;*/
	margin-bottom:10px;
	/*margin-right: 5%;*/
}

.rating-header {
	font-size: 16px;
	margin-right: 10px;
}
.fa {
	font-size: 22px;
}
.checked {
	color: orange;
}

.wp-block-columns{
	/*margin-bottom: 10px!important;*/
}

.searchandfilter .noUi-connect {
	background-color: #fe5f19;
}

.searchandfilter select.sf-input-select {
	background-color: #f9f2f2;
	border: 1px solid #999;
}

.main-navigation .main-nav ul ul li a{
	padding: 15px 25px;
}

.guide-bar{
	display: flex;
}


/* progress bars START */
.meter {
  height: 25px;
  position: relative;
  background: #f2dfdf;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px 0 5px 0;
}

.meter span {
	display: block;
  	height: 100%;
	font-size: 12px;
	font-weight: 700;
    line-height: 24px;
	color: #fff;
	border-radius: 15px;
	text-align: left;
}

.progress {
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}

.pg-bgcolor {
  background-color: #ff7864;
	padding-left: 15px;
}

.testimonial-section {
	background-color: #fcf7d9;
	width:100%;
	margin: 40px 0;
}
.testimonial-section h2 {
	text-align: center; 
	padding-top: 30px;
}
.testimonial-area {
	width:100%;
	display:flex;
	padding: 10px;
}
.testimonial {
	width:25%;
	padding: 0 10px 0 15px;
	background-color: #fff;
	border-radius: 20px;
	margin: 10px;
}
.testimonial img{
	margin: 20px auto;
	display: block;
}
.testimonial-text {
	float:left;
	width:100%;
}
.testimonial-text span, .testimonial-text p {
	font-size: 13px;
}

@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.pg-text {
  margin: 0 5px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}
/* progress bars END */


/* Promoted Discount START */
.top-offers{
	position: relative;
	margin-top: 40px;
}
.top-offers .column-image img {
	max-width: 175px;
}
.table-row-container{
	border: 1px solid #ccc;
	width:100%;
	margin-bottom: 50px;
	cursor: pointer;
	box-shadow: 0 2px 4pxrgba(0,0,0,.16),0 2px 4pxrgba(0,0,0,.23);
	background: #fff;
	padding: 16px;
	transition: .2s;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
}
.table-row-container:hover{
	box-shadow: 0 3px 5px rgb(0 0 0 / 19%), 0 3px 5px rgb(0 0 0 / 23%);
	background: #f7f5f5;
}
.table-rows{
	display: table;
	width: 100%;
}
.promote {
	margin: 0 auto;
	width:200px;
}
.badge{
	margin-top: -40px;
	border-radius: 0px;
	width: 260px;
	text-align: center;
	padding: 8px;
	border-radius: 2px;
	font-size: 18px;
	/*transform: translateX(225%);*/
	z-index: 9;
	color: white;
	background: #ff9d00;
	font-weight: 500;
	text-transform: uppercase;
}
.table-row{
	display: table-row;
}
.mealbox-offer-button{
	background-color: #88c72e;
	color: #ffffff;
	padding: 16px 20px;
	border-radius: 10px;
	text-transform: none;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.column-image, .column-persons, .column-mealbox-offer, .column-meals, .column-price, .column-action{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.column-persons, .column-meals, .column-price{
	font-size:18px;
	font-weight:400;
}
.column-mealbox-offer{
	font-size:20px;
	font-weight:900;
	text-align:center;
	color:#606060;
	display: block;
}
/* Promoted Discount END */

/* GP Float bar START */
.wplogout-footer-bar-fixed {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px 20px;
    z-index: 3;
    background-color: #54B435;
    color: #fff;
    width: 100%;
}

.wplogout-footer-bar-fixed span {
    padding-right: 10px;
    font-size: 16px;
}

.wplogout-reading-button {
    border-radius: 50px;
    padding: 5px 10px;
}

body {
    margin-bottom: 70px;    /*  Change to Match with body*/
}

/* Float bar offer START*/
.offer-header-footer-bar {
	font-size:24px;
	font-weight:900;
	width: 17%;
	float: left;
	text-align: center;
}
.offer-description-footer-bar {
	font-size:20px;
	width: 53%;
	float: left;
	text-align: center;
}
.offer-button-footer-bar {
	width: 30%;
	float: right;
}
.offer-header-footer-bar, .offer-description-footer-bar {
    height: 60px;
    line-height: 60px;
}
/* Float bar offer END*/
/* GP Float bar END */

.kk-star-ratings {
	clear: both;
	padding: 50px 0;
}

/* Highlight Columns with icons START */
.highlight-column {
	margin-top:50px;
	clear:left;	
}
.highlight-column .icon-area{
	height:170px;
	width: 60px;
	display: inline; 
	float: left;
}
.highlight-column .icon-area i{
	font-size: 30px; 
	float: left; 
	margin-right: 10px; 
	color: #ffa092;
}
.highlight-column#top{
	margin-top: 10px;
}
/* Highlight Columns with icons END */


/* Theme box START */
.theme-boxes{
	width:100%;
	display:flex;
	margin-bottom: 50px;
}
.theme-box{
	width:33%;
	margin: 0 auto;
}
.theme-box img {
    width: 350px;
}
.theme-box h4 {
	margin-bottom: 5px;
}	
.theme-box p{
	margin-bottom: 0.5em;
}
/* Theme box END */

.read-review{
	width:450px;
	margin:20px auto;
}

.site-info, .footer-widgets{
	background-color: #e9e9e9;
	font-size:15px;
}
.footer-widgets a {
	color: #222222;
	text-decoration: none;
}
.footer-widgets a:hover {
	color: #fe5f19;
}

@media (min-width: 768px) 
{ 
	.custom-content-area{
		width:1200px;
		margin: 20px auto;
	}
	
	.top-services-area {
		/*background-color: #f9f2f2;
		box-shadow: inset 0px 100px 0px 0px #ffffff;*/
		position: relative;
		/*height: 40vh;*/
		box-shadow: inset 0px 100px 0px 0px #ffffff;
	}
	
	.top-services-area li:not(:last-child) {
		margin-right: 1rem;
	}

	.top-services-area::after {
	  	content: '';
	  	position: absolute;
	  	right: 0;
	  	left: -0%;
	  	top: 100%;
	  	z-index: 1;
	  	display: block;
	  	height: 50px;
	  	background-size: 30px 100%;
	  	background-image: linear-gradient(135deg, #f9f2f2 25%, transparent 25%), linear-gradient(225deg, #f9f2f2 25%, transparent 25%);
	  	background-position: 0 0;
	}
}

@media (max-width: 768px){
	.mealbox-images {
		width:100%;
	}
	
	body {
		background-image: none;
	}
	
	.mealbox-content, #searchresult .mealbox-content {
		width: 100%;
	}
	
	.mealbox-discount{
		float: left;
		margin-top: 20px;
	}
	
	.mealbox-price{
		width: 100%;	
		clear: both;
	}
	
	.mealbox-button{
		float: left;
	}
	
	.supplier-logo-thumb{
		display: none;
	}
	
	.supplier{
		margin: 20px auto;
	}
	
	.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
		padding: 50px 20px 20px 20px;
	} 
	
	.page-hero-content h1 {
		padding-top: 20px;
		font-size: 31px;
	}

	.page-hero-content h2 {
		font-size: 25px;
	}
	
	h1{
		font-size:40px;
	}
	
	h2.book-header-column{
		height:100%;
	}
	
	.iframe-affdisc {
		height: 90px;
	}
	
	.custom-content-area{
		padding: 30px;
	}
	
	.disclaimer {
		background-image: url('/disclaimer-mobile.png');
		width: 350px;
		height: 90px;
		margin: 20px auto 0 auto;
	}
	
	.gb-inside-container{
		margin: 0 20px!important;
	}
	
	.gb-container .container-header-area {
		width:90%;
	}

	/* Move left sidebar to top on mobile 
	.left-sidebar .site-content {
        display: flex;
        flex-direction: column-reverse;
    }
	*/
	
	.guide-btn {
		width:100%;
		margin-bottom: 20px;
	}
	.guide-bar{
		display: block;
	}
		
	.top-services{
		display: flex;
		flex-wrap:wrap;
    	justify-content: center;
	}	
	
	.service-fact-area{
		width: 100%;
		display: inline-block;
	}
	.service-fact-area .column{
		width: 100%;
	}
	.article-content{
		width:100%;
		margin-bottom:10px;
	}

	.article-image{
		width:100%;
	}
	
	.custom-pre-content{
		padding: 0;	
	}
	
	.custom-content-area h2{
		margin-top:0;
	}
	
	.custom-section-worth{
		box-shadow: none;
	}
	.custom-section-worth-content{
		padding: 1.5rem;
		width: 100%;
	}
	.custom-section-worth-image{
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.custom-section-worth-image img{
		max-width:100%;
	}
	
	.top-services-list.service{
		padding:0 20px;
	}

	.top-services li {
		max-width: 250px;
		margin-bottom: 20px;
	}

	.top-services li.service-text{
		width:100%;
		margin-top: 0;
		order:2;
	}

	.top-services li.service-offer{
		width:100%;
		text-align:center;
		order:1;
	}
	
	.service-pro-con-container{
		padding: 0;
		width: 100%;
	}
	
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 40px;
	}
	
	.testimonial-area {
		display:block;
		padding: 10px;
	}
	.testimonial {
		width:100%;
		display: inline-block;
		margin: 0;
	}
	
	/* Top Offers START */
	.table-rows{
		display: block;
	}
	.table-row{
		display: grid;
	}
	.column-mealbox-offer, .column-action{
		margin-top: 20px;
	}
	.column-image, .column-persons, .column-mealbox-offer, .column-meals, .column-price, .column-action{
		padding: 10px;
	}
	.badge{
		width: 100%;
	}
	/* Top Offers END */
	
	/* Float bar offer START*/
	.offer-header-footer-bar{
		display: none;
	}
	.offer-header-footer-bar {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.offer-description-footer-bar {
		width: 100%;
		text-align: center;
		line-height: 30px;
		height:100%;
		margin-bottom: 10px;
	}
	.offer-button-footer-bar {
		width: 100%;
	}
	.offer-button-footer-bar .mealbox-offer-button {
		padding: 10px 20px;
	}
	.wplogout-footer-bar-fixed {
		padding: 10px;
		width: 100%;
	}
	/* Float bar offer END*/
}
