/* Ange din anpassade CSS här */

/* FAQ STYLE */

.FAQ-style {
	border: 1px solid #00df7c;
	border-radius: 5px;
	padding: 15px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

.FAQ-style strong {
	color: #ff921e;
}

/* WIDGET NAV */ 

.widget-nav {
	background-color: #f2f2f3;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.widget-nav .widget-image {
	float: left;
	margin-right: 10px;
}

.widget-nav .widget-text {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* MENY STIL */ 

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

/* .bg-primary {
	background-color: green !IMPORTANT;
} */

/* PROMOTION BOX */

.promotionbox {
	background-color: #f8d7f7;
	padding: 20px;
	border-radius: 5px;
	margin-top: 25px;
}

/* CBB TOPLIST */ 

table.cbb-toplist {
	border-spacing: 0 !IMPORTANT;
	border-collapse: separate;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

table.cbb-toplist thead th {
	background-color: #840782;
	color: white;
	text-align: center;
	padding: 15px 30px;
	margin: 0px;
}

table.cbb-toplist td {
  padding-left: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: solid 15px white;
}

/* table.cbb-topist th {
  padding-left: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: solid 15px white;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
} */

table.cbb-toplist tr {
	background-color: #f5f5f5;
}

/* CBB TOPLIST MOBILANPASSNING */ 

@media screen and (max-width: 35.5em) {
  table.cbb-toplist {
    display: block;
  }
  table.cbb-toplist > *, table tr, table td, table th {
    display: block;
  }
  table.cbb-toplist thead {
    display: none;
  }
	
table.cbb-toplist td, table.cbb-toplist th {
  padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: solid 0px white;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
  
  table.cbb-toplist tbody tr {
    height: auto;
    padding: 2px 0;
    margin: 1%;
		border-radius: 5px;
		margin-bottom: 20px;
  }
	
	table.cbb-toplist td, table.cbb-toplist th {
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
  
  table.cbb-toplist tbody tr td {
    padding-left: 5%;
  }
  
  table.cbb-toplist tbody tr td:last-child {
    padding-bottom: 5%;
  } 
	
	table.cbb-toplist tbody tr td:first-child::before {
    display: none;
	}
}

/* LIST ARROWS */ 

.list-arrows ul {
	list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.list-arrows li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(wp-content/uploads/Green-Arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    vertical-align: middle;
}

/* BUTTONS */ 

.CTA-button-1 {
	background-color: #00df6e;
	padding: 15px 30px;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
}

.CTA-button-1:hover {
	background-color: #00d15e;
	text-decoration: none;
	color: white;
}

.CTA-button-2 {
	display: block;
	border-radius: 5px;
	background-color: #00df6e;
	padding: 15px 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
}

.CTA-button-2:hover {
	background-color: #00d15e;
	text-decoration: none;
	color: white;
}

/* COMPLICANCE TEXT */

.compliance-review {
  font-size: 10px;
  text-align: center;
  background-color: #f7f7f8;
  padding-bottom: 5px;
}

.compliance-deal {
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
}

/* Grid styles */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
}

/* Stilar till blogegn */ 

nav.container.navigation.post-navigation {
  display: none;
}

footer.entry-footer {
  display: none;
}

/* Recenssion sida */ 

.logoreview {
  background-color: #f7f7f8;
  text-align: center;
}

.inforeview {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reviewheader {
  text-transform: uppercase;
  font-weight: 700;
}

/* Månadensbonus style */

.manad .huvud {
  	text-align: center;
    height:40px;
    background: #9bcea3;
    display:block;
  	font-weight: 600;
    padding:10px;
    border-bottom:none;
  	text-transform: uppercase;
}

.manad .content {
    overflow: hidden;
    padding: 3%;
    color: black;
  	text-align: center;
  	background-color: #f7f7f8;
}

.manad .slut {
    overflow: hidden;
    padding: 10px;
    color: black;
  	text-align: center;
  	background-color: #57e69d;
  	margin-bottom: 5%;
}

/* Bäst cashback bonus */

.cbb .huvud {
  	text-align: center;
    height:40px;
    background: #e39d90;
    display:block;
  	font-weight: 600;
    padding:10px;
    border-bottom:none;
  	text-transform: uppercase;
}

.cbb .content {
    overflow: hidden;
    padding: 3%;
    color: black;
  	text-align: center;
  	background-color: #f7f7f8;
}

.cbb .slut {
    overflow: hidden;
    padding: 10px;
    color: black;
  	text-align: center;
  	background-color: #57e69d;
  	margin-bottom: 5%;
}

/* Vår favorit */

.varfavorit .huvud {
  	text-align: center;
    height:40px;
    background: #f48bfa;
    display:block;
  	font-weight: 600;
    padding:10px;
    border-bottom:none;
  	text-transform: uppercase;
}

.varfavorit .content {
    overflow: hidden;
    padding: 3%;
    color: black;
  	text-align: center;
  	background-color: #f7f7f8;
}

.varfavorit .slut {
    overflow: hidden;
    padding: 10px;
    color: black;
  	text-align: center;
  	background-color: #57e69d;
  	margin-bottom: 5%;
}

/* Bonus rekommendation */

.bonusdeal .huvud {
  	text-align: center;
    height:40px;
    background: #e39d90;
    display:block;
  	font-weight: 600;
    padding:10px;
    border-bottom:none;
  	text-transform: uppercase;
}

.bonusdeal .content {
    overflow: hidden;
    padding: 3%;
    color: black;
  	text-align: center;
  	background-color: #f7f7f8;
  	border-top: 10px solid #e39d90;
}

.bonusdeal .slut {
    overflow: hidden;
    padding: 10px;
    color: black;
  	text-align: center;
  	background-color: #57e69d;
  	margin-bottom: 5%;
}

/* Bonus framsida */

.bonusdeal-main .huvud {
  	text-align: center;
    height:40px;
    background: #e39d90;
    display:block;
  	font-weight: 600;
    padding:10px;
    border-bottom:none;
  	text-transform: uppercase;
}

.bonusdeal-main .content {
    overflow: hidden;
    padding: 3%;
    color: black;
  	text-align: center;
  	background-color: #f7f7f8;
  	border-top: 10px solid #e39d90;
  	min-height: 250px;
}

.bonusdeal-main .slut {
    overflow: hidden;
    padding: 10px;
    color: black;
  	text-align: center;
  	background-color: #57e69d;
  	margin-bottom: 5%;
}

.bonusdeal-main .slut:hover {
	background-color: #56cc90;
}


/* Installningar */


/* .home .entry-title {
  display: none;
} */

body {
 	font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

body a {
	color: #e509f9;
}

.site-info {
  display: none;
}

#wrapper-footer.wrapper {
  display: none;
}

#wrapper-footer-full.wrapper {
  background-color: #e1e8f0;
}

/* #full-width-page-wrapper.wrapper {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;
} */

/* INSTÄLLNINGAR TELEFON */

@media only screen and (max-width: 768px) {
	
#full-width-page-wrapper.wrapper {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;
}
	
#page-wrapper.wrapper {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;
	}
}

/* Tittlar snygg */

/* h1, h2, h3, h4 {
  border-left: double 5px #800487;
  padding-left: 2%;
	margin-top: 4%;
	margin-bottom: 2%;
} */
  
/* Tittlar telefon */ 

@media only screen and (max-width: 768px) {
 h1 {
    font-size: 25px;
   	font-weight: 600;
	 	margin-top: 30px;
		margin-bottom: 15px;
  }
 h2 {
    font-size: 20px;
   	font-weight: 600;
	 	margin-top: 30px;
		margin-bottom: 15px;
  }
 h3 {
   font-size: 17px;
   font-weight: 600;
	 margin-top: 30px;
	 margin-bottom: 15px;
  }
  h4 {
    font-size: 15px;
    font-weight: 600;
		margin-top: 30px;
		margin-bottom: 15px;
  }
}
   
  
/* Knapp style */ 

.buttoncbb {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #57e69d;
  font-size: 15px;
}

.buttoncbb:hover {
  background-color: #4fd28f;
}
