/*
	Theme Name: Broadbandguide
	Author: TLA Media
	Author URI: http://www.tlamedia.dk/
	Version: 2.1.3
	Template: genesis
	Template Version: 2.4.0
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1440px
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	/* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	/*color: #c3251d;*/
	color: #333;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
	font-weight: 300;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1.5em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}


blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.home .site-inner {
	clear: both;
	margin: auto;
	max-width: inherit;
	/*padding-top: 60px;*/
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: calc(100% - 300px)
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
	margin-top: 75px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin: 10px 0 40px 0;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* ## Buttons
--------------------------------------------- */
.btn {
	padding: 13px 30px 15px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 5px;
	border-width: 0;
	min-width: 140px;
	color: #fff !important;
	background: #89C233 !important;
	border-color: #89C233 !important;
	text-decoration: none;
}

#frontpage-search-cta {
	border: 5px solid #FFFFFF  !important;
	padding: 10px 25px 10px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

#featured-widget-area-1 {
	background-image: url('images/header-default.png');
	background-image: url('images/header-default.png'), -wekit-linear-gradient(#fefefe, #eff6fc);
	background-image: url('images/header-default.png'), -o-linear-gradient(#fefefe, #eff6fc);
	background-image: url('images/header-default.png'), -moz-linear-gradient(#fefefe, #eff6fc);
	background-image: url('images/header-default.png'), linear-gradient(#fefefe, #eff6fc);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-color: #eff6fc;
}

.home #featured-widget-area-1 {
	background-image: url('images/header-front-page.png');
	background-image: url('images/header-front-page.png'), -wekit-linear-gradient(#fefefe, #eff6fc);
	background-image: url('images/header-front-page.png'), -o-linear-gradient(#fefefe, #eff6fc);
	background-image: url('images/header-front-page.png'), -moz-linear-gradient(#fefefe, #eff6fc);
	background-image: url('images/header-front-page.png'), linear-gradient(#fefefe, #eff6fc);
	background-color: #eff6fc;

}
.featured-widget-area #front-page-1 {
	padding: 30px;
	max-width: 600px;
	background-color: rgba(32, 32, 32, .9);
    color: #fff;
}

.home .featured-widget-area #front-page-1 {
    margin-bottom: -30px;
}

.featured-widget-area #front-page-1 svg {
	width: 60px;
	height: 45px;
	color: red;
	fill: currentColor;
	position: relative;
	top: -40px;
	left: -65px;
	margin-top: -30px;
}

.featured-widget-area #button-1 {
	margin: 45px 0 15px;
}

.featured-widget-area fieldset {
    margin-top: 10px;
}

.featured-widget-area #front-page-1 a {
    color: #fff;
}


/* HTML5 Boilerplate accessible hidden styles */
.featured-widget-area [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One radio button per line */
.featured-widget-area label {
	  display: block;
  cursor: pointer;
  line-height: 2;
  font-size: 20px;
	box-sizing: unset;
	width: 50%;
float: left;
}


.featured-widget-area [type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
.featured-widget-area [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width:10px;
  height: 10px;
  vertical-align: -0.35em;
  border-radius: 1em;
  border: 9px solid #fff;
  /*box-shadow: 0 0 0 2px #555;*/
	box-shadow: 0 0 0 0.1em #333;
  margin-right: 0.75em;
  /*transition: 0.5s ease all;*/
	background: #fff;
}

/* the checked style using the :checked pseudo class */
.featured-widget-area [type="radio"]:checked + span:before {
  background: #89C233;
  /*box-shadow: 0 0 0 3px #555;*/
}

/* never forget focus styling
.featured-widget-area [type="radio"]:focus + span:after {
  content: '\0020\2190';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
*/

/* Nothing to see here. */

.featured-widget-area fieldset {
	border: 1px solid #fff;
  	padding:  10px 20px;
  	border-radius: 4px;
}


.featured-widget-area .pc-controls #pc-controls-button {
	margin: 50px 0 15px;
}
/*
.featured-widget-area .pc-controls #pc-controls-button .btn{
	padding: 13px 36px 15px;
}
*/

.featured-widget-area legend {
  color: #fff;
  background: #000;
  padding: 0.25em 1em;
  border-radius: 4px;

}


#featured-widget-area-2,
#featured-widget-area-4,
#featured-widget-area-6 {
	background-color: #f7f7f7;
}

.featured-widget-area #front-page-2 {
	padding: 35px 30px 50px
}


.front-page-3 .featured-content {
	float: left;
	width: 40%;
}

.home .site-inner .widget {
	margin-top: 35px;
	margin-bottom: 15px;
}

.front-page-3 .widget_categories {
	float: right;
	width: 50%;
}

.front-page-3 .widget_categories .cat-item {
	float: left;
	width: 33%;
}

#front-page-4 { clear:both; }

#front-page-4 li,
.featured-guide {
	float: left;
	width: 30%;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-bottom: 50px;
	padding: 20px;
}

#front-page-4 li:nth-child(4),
#front-page-4 li:first-child {
	margin-left:0;
	clear: left;
}
#front-page-4 li a{
	color: #89C233;
	font-size: 20px;
}

#front-page-4 .fa {
	color: #3878C0;
	font-size: 40px;
	padding-right: 15px;
}

#front-page-4 .guide-category-header {
	display: inline-flex;
	/*padding-right: 20px;*/
}

#front-page-4 h3 {
    margin-bottom: 0px;
    margin-top: 3px;
}



#front-page-4 h3 a {
	color: #333;
	text-decoration: none;
}

.content-widget-area .content {
	width: calc(100% - 282px);
	float: left;
}

.content-widget-area .sidebar-banner {
	width: 250px;
	float: right;
	background-color: #f7f7f7;

}


.content-widget-area .sidebar-banner .textwidget,
.content-widget-area .sidebar-banner .stickybannerwidget {
	padding: 30px;

}


.front-page-6 .widget_text .quote,
.front-page-6 .widget_text .testimonial-item{
	/*float: left;*/
	width: 45%;
	background-color: #FFFFFF;
	margin-left: 10%;
	margin-bottom: 35px;
	display: table-cell;
	padding: 25px 25px 40px;
}

.front-page-6 .widget_text .quote:first-child,
.front-page-6 .widget_text .testimonial-item:first-child {
	margin-left:0;
}

.front-page-6 .widget_text .quote img {display: none;}

.front-page-6 .widget_text .quote blockquote {
	margin: 25px 40px;
	font-size: 22px;
	font-weight: 300;
}
.front-page-6 .widget_text .quote cite {
	margin: 0px 40px;
}

.front-page-6 .testimonials-list {
    margin: 35px 0;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*min-height: 160px;*/
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	/*padding: 10px 0;*/
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0;
	width: 360px;
}

.header-full-width .title-area {
	/*width: 100%;*/
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	/* font-weight: 700; */
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 16px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	/*color: #c3251d;*/
	color: #3878C0;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #eee;
}

.nav-primary {
	float: right;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */



/* ## Featured products
--------------------------------------------- */

.featured-products {
	display: table;
	width: 100%;
}

.featured-product {
	float: left;
	width: 30%;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 5%;
}

.featured-product:first-child {
	margin-left:0;
}

.featured-product h3 {
	padding: 20px 5px;
	margin: 0;
	border-top: 2px #f3f3f3 solid;
	font-size: 30px;
}

.featured-product .featured-product-logo {
	height: 50px;
	margin: 20px 0;
	vertical-align: middle;
}

.featured-product .featured-product-logo img {
	vertical-align: middle;
}

.featured-product .featured-price {
	border-bottom: 2px #f3f3f3 solid;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 10px 0;
}

.featured-product .featured-features {
	padding: 10px 0;
	line-height: 25px;
}

.featured-product .featured-logos {
	padding: 15px 0px 2px 0px;
	min-height: 225px;
}

.featured-product .featured-logos img {
	margin: 0 15px;
}

.featured-product .featured-cta {
	border-top: 2px #f3f3f3 solid;
	padding: 30px 0;
}

.featured-product .featured-cta .btn {

}


.price_wrap {
	display: initial;
	line-height: 1;
}
.price_amount {
	font-size: 48px;
	font-weight: 600;
	display: table-cell;
}
.price_stack {
	display: table-cell;
	width: 35px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
}
.price_currency {
    font-weight: 600;
}
.price_text {
    font-weight: 300;
	font-size: 15px;
}


/* ## Comparison
--------------------------------------------- */

h2#webhotel-oversigt {
	padding-top: 20px;
}


/* ## Domain Prices
--------------------------------------------- */


.domain-prices thead {
	border-bottom: 1px solid #ddd;
}



.domain-prices td {
    font-weight: 300;
	border-top:none;
}

/* ## Coupons
--------------------------------------------- */


#coupon-archive li {
	list-style-type: none;
}

#coupon-archive {
	margin: 50px 0;
}

.coupons li {
	float: left;
	width: 30%;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-bottom: 50px;
	padding: 30px 25px;
}

.coupons li:first-child,
.coupons li:nth-child(4) {
	margin-left:0;
}

.coupons-cta > .btn {
	padding: 7px 20px 9px;
	font-weight: 400;
	font-size: 22px;
}

.coupons-cta i {
	margin-right: 5px;
}

.coupons h3 {
	display: none;
}




/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
	font-weight: 300;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* ## Price Comparison
--------------------------------------------- */
#compare {
	margin: 50px 0;

}

#compare .tableHeader img {
	width: 150px;

}

.entry-content p.disclaimer {
	border: 1px solid black;
	padding: 15px;
	border-radius: 5px;
	margin: 10px 10px 50px;
	color: #666666;
	font-size: 15px;
}

.commercial-text a {
	color: #3878C0;
	font-weight: 400;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modal.show {
	display: block;
}

/* Modal Content/Box */
.modal-container {
	background-color: #FFFFFF;
	margin: 8% auto; /* 15% from the top and centered */
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 700px;
}

.modal-header {
	background-color: #FFF;
	padding: 20px 0px;
	text-align: center;
	line-height: 1.9em;
	font-size: 20px;
	font-weight: 600;
}

/* The Close Button */
header .close-modal {
	padding: 0px 10px;
	font-size: 32px;
	float: right;
	margin-right: 20px;
}

footer .close-modal {
	margin: 5px 0 25px;

}

.close-modal:hover,
.close-modal:focus {
	color: black;
	background-color: #89C233;
	text-decoration: none;
	cursor: pointer;
}

.modal-inner {
	padding: 25px 25px 0px;
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.25);
}

.modal-content {
	background-color: #fff;
	padding: 25px;
}

.modal-content .headline {
	font-size: 38px;
	color: #02393F;
	padding-bottom: 25px;
	display: inline-block;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	width: 100%;
}

.modal-content .text {
	margin-top: 75px;
}

.modal-content .text.disclaimerText {
	text-align: center;
	padding: 15px;
	font-size: 16px;
}

.modal-content .text.disclaimerText p {
	margin: 32px;
}

.modal-footer {
	text-align: center;
}



/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}



/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	border-top: 50px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 50px 4%;
}

.footer-widgets-1 {
	background-color: #3878C0;
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 39.8%;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	border-bottom-width: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #3878C0;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1440px) {

	#featured-widget-area-1 {
		background-size: auto 100%;
	}

}


@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		/*max-width: 960px;*/
		margin: 0 25px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		/*width: 600px;*/
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary {
		/*width: 300px;*/
		width: 250px;
	}

	.title-area {
		width: 220px;
	}

	.comparison-engine #resultbox .setup-fee,
	.comparison-engine #resultbox .contract {
		display: none;
	}

}


@media only screen and (max-width: 1020px) {

	.site-inner,
	.wrap {
		/*max-width: 800px;*/
	}

	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.title-area {
	    padding: 20px 0 5px;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.nav-primary {
	    float: unset;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #f7f7f7;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
		font-size: 22px;
		font-weight: 400;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #333;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #333;
	}

}

@media only screen and (max-width: 880px) {

	.featured-widget-area #front-page-2 {
	    padding: 35px 0px 50px;
	}

	.front-page-3 .widget_categories .cat-item {
	    width: 50%;
	}
	#front-page-4 li:nth-child(4),
	#front-page-4 li, .featured-guide {
	    width: 45%;
	    margin-left: 10%;
		clear: unset;
	}
	#front-page-4 li:first-child,
	#front-page-4 li:nth-child(3),
	#front-page-4 li:nth-child(5) {
		margin-left: 0;
		clear: left;
	}

	.site-inner,
	.wrap {
		/*padding-left: 5%;
		padding-right: 5%;*/
	}

	.entry-content img {
		float: unset;
		margin: 0 25px 25px;

	}

	.entry-content .result img {
		float: unset;
		margin: 0 auto;

	}
	.footer-widgets .wrap {
		margin: 0;
	}

	.footer-widgets-1 {
	    width: 30%;
	}

	.footer-widgets-3 {
	    width: 30%;
	}




}

@media only screen and (max-width: 740px) {

	#featured-widget-area-1 {
	    background-image: none !important;
	    background-color: #f7f7f7;
	}

	#featured-widget-area-1 .wrap {
   		margin: 0;
	}

	.home .featured-widget-area #front-page-1 {
		margin-bottom: unset;
	}

	.home #featured-widget-area-1 #pc-controls-button {
		text-align: center;
	}

	.featured-widget-area #front-page-1 svg {
		display: none;
	}

}


@media only screen and (max-width: 640px) {

	.site-inner, .wrap {
	    margin: 0 20px;
	}

	#featured-widget-area-1 {
	    background-image: none;
	    background-color: #f7f7f7;
	}

	#featured-widget-area-1 .wrap {
   		margin: 0;
	}

	.featured-widget-area {
	    max-width: unset;
	}

	.home #featured-widget-area-1 .widget-title,
	.home #featured-widget-area-1 .textwidget {
   		text-align: center;
	}
	.home #featured-widget-area-1 form {
   		text-align: left;
	}
	.featured-widget-area label {
	    float: unset;
		width: unset;
	}

	.featured-product {
	    float: unset;
		width: unset;
		margin: 0 0 50px 0px;
	}

	.front-page-3 .widget {
	    float: unset;
		width: unset;
	}

	#front-page-4 li, .featured-guide {
	    float: unset;
		width: unset !important;
		margin-left: 0 !important;
	}

	.content-widget-area .content,
	.content-widget-area .sidebar-banner {
	    width: unset;
	    float: unset;
	}


	.entry-content img {
		display: block;
		margin: 0 auto 24px;
	}

	.front-page-6 .widget_text .quote {
		width: unset;
		margin-left: unset;
		margin-bottom: 35px;
		display: block;
		padding: 25px 25px 40px;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: unset;
		float: unset;
		text-align: center;
	}

	.footer-widgets-3 .alignleft {
		float: unset;
		text-align: center;
		display: block;
		margin: 0 auto 24px;
		width: 190px;
	}



}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}



/**
* # Heroic Knowledge Base Plugin Styling
*
*/

#hkb .fa {
    color: #3878C0;
    font-size: 40px;
    padding-right: 15px;
}




.fa-desktop:before {
	content:"\f108"
}
.hkb-archive #guide-icon-87:before,
.fa-server:before {
	content:"\f233"
}
.hkb-archive #guide-icon-75:before,
.fa-life-ring:before {
	content:"\f1cd"
}
.hkb-archive #guide-icon-82:before,
.fa-cog:before {
	content:"\f013"
}
.hkb-archive #guide-icon-76:before,
.fa-info-circle:before {
	content:"\f05a"
}
.fa-angle-double-right:before {
	content:"\f101"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}













.noUi-target.noUi-horizontal {
    background: rgba(0, 0, 0, 0.15);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 30px;
    box-shadow: none;
    border: none;
}







/*
 * Banner
 */


.home .sticky_banner {
	margin-top: 0 !important;
}

.sidebar-primary .sticky_banner {
	width: 250px;
	background: #f7f7f7;
	padding: 30px;
}

.stickybannerwidget {
	text-align: center;
}

.banner-product-logo {
	margin-bottom: 25px;
}

.banner-fine_print {
	font-size: 12px;
	vertical-align: top;
	clear: left;
}

.banner-special_price {
	margin-bottom: 25px;
}
.banner-price {
	text-align: center;
    margin-bottom: 25px;
}

.banner-price.circle {
    width: 190px;
    height: 190px;
	background-color: #FFF;
	border-radius: 50%;
}


.banner-price_wrap {
	display: initial;
	line-height: 1;
}
.banner-price_header {
    display: block;
    line-height: 1;
    font-size: 30px;
	padding-bottom: 10px;
}

.banner-price.circle .banner-price_header {
    padding-top: 50px;
}

.banner-price_amount {
	font-size: 48px;
	font-weight: 600;
	display: table-cell;
}
.banner-price_stack {
	display: table-cell;
	width: 35px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
}
.banner-price_currency {
    font-weight: 600;
}
.banner-price_text {
    font-weight: 300;
	font-size: 15px;
}

.banner-highlight {
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #333;
	background-color: #F8C52C;
	border-radius: 3px;
	padding: 3px 6px;
	margin-bottom: 30px;
}


.banner-cta {
	padding: 15px 0;
}

.sticky-banner-title,
.sidebar-section-title {
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.text-center {
    text-align: center;
}
.trustpilot {
    display: block;
    text-decoration: none;
}
.star-rating {
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
}
.star-rating .stars {
    display: inline-block;
    width: 130px;
    height: 24px;
}
.star-rating.count-1 .stars {
    background: url('images/trustpilot-1.png') no-repeat;
}
.star-rating.count-2 .stars {
    background: url('images/trustpilot-2.png') no-repeat;
}
.star-rating.count-3 .stars {
    background: url('images/trustpilot-3.png') no-repeat;
}
.star-rating.count-4 .stars {
    background: url('images/trustpilot-4.png') no-repeat;
}
.star-rating.count-5 .stars {
    background: url('images/trustpilot-5.png') no-repeat;
}
.trustpilot-logo {
    background: url('images/trustpilot.png') no-repeat;
    width: 120px;
    height: 14px;
	display: inline-block;
}
.sticky_banner .wordpress-logo-text {
    background: url('images/wordpress-logo-text.png') no-repeat;
    width: 174px;
    height: 40px;
	display: inline-block;
	margin-top: 10px;
}




.sticky_banner .banner-highlight,
.sticky_banner #popup-text {
	display: none;
}

.sidebar .sticky_banner,
.sidebar-banner .sticky_banner {
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}

.star-rating.count-5 .star-1, .star-rating.count-5 .star-2, .star-rating.count-5 .star-3, .star-rating.count-5 .star-4, .star-rating.count-5 .star-5 {
    background: #007f4e;
	background: #89C233;

}

.section_1-click-installation {

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */

	.star-rating .stars {
	    background-size: 130px 24px !important;
	}
	.star-rating.count-1 .stars {
	    background: url('images/trustpilot-1@2x.png') no-repeat;
	}
	.star-rating.count-2 .stars {
	    background: url('images/trustpilot-2@2x.png') no-repeat;
	}
	.star-rating.count-3 .stars {
	    background: url('images/trustpilot-3@2x.png') no-repeat;
	}
	.star-rating.count-4 .stars {
	    background: url('images/trustpilot-4@2x.png') no-repeat;
	}
	.star-rating.count-5 .stars {
	    background: url('images/trustpilot-5@2x.png') no-repeat;
	}

	.sticky_banner .wordpress-logo-text {
	    background: url('images/wordpress-logo-text@2x.png') no-repeat;
		background-size: 174px 40px;
	 }

}

@media screen and (max-height:1175px) {
	.sticky_banner .section-operations {
		display: none;
	}
}

@media screen and (max-height:935px) {
	.sticky_banner .section-1-click-install {
		display: none;
	}
}

@media screen and (max-height:830px) {
	.sticky_banner .section-domains {
		display: none;
	}
}

@media screen and (max-height:675px) {
	.sticky_banner .section-trustpilot {
		display: none;
	}
}

@media screen and (max-height:480px) {
	.sticky_banner .section-properties {
		display: none;
	}
}





#bredbaandsmaaler {
	overflow: hidden;
}

#bredbaandsmaaler iframe {
	max-width: unset;
}

@media (max-width: 740px){

	#bredbaandsmaaler iframe {
		transform: scale(.7);
		-ms-transform: scale(.7); /* IE 9 */
		-webkit-transform: scale(.7); /* Safari and Chrome */
		-o-transform: scale(.7); /* Opera */
		-moz-transform: scale(.7); /* Firefox */
		margin-left: -10%;
	}

}

@media (max-width: 640px){
	#bredbaandsmaaler iframe {
		transform: scale(.7);
		-ms-transform: scale(.7); /* IE 9 */
		-webkit-transform: scale(.7); /* Safari and Chrome */
		-o-transform: scale(.7); /* Opera */
		-moz-transform: scale(.7); /* Firefox */
		  margin-left: -20%;;
	}

}

@media (max-width: 540px){
	#bredbaandsmaaler iframe {
		transform: scale(.6);
		-ms-transform: scale(.6); /* IE 9 */
		-webkit-transform: scale(.6); /* Safari and Chrome */
		-o-transform: scale(.6); /* Opera */
		-moz-transform: scale(.6); /* Firefox */
		margin-left: -175px;
	}

}

@media (max-width: 419px){

	#bredbaandsmaaler iframe {
		transform: scale(.5);
		-ms-transform: scale(.5); /* IE 9 */
		-webkit-transform: scale(.5); /* Safari and Chrome */
		-o-transform: scale(.5); /* Opera */
		-moz-transform: scale(.5); /* Firefox */
		margin-left: -210px;
	}

}

@media (max-width: 374px){

	#bredbaandsmaaler iframe {
		transform: scale(.4);
		-ms-transform: scale(.4); /* IE 9 */
		-webkit-transform: scale(.4); /* Safari and Chrome */
		-o-transform: scale(.4); /* Opera */
		-moz-transform: scale(.4); /* Firefox */
		margin-left: -235px;
		margin-top: -100px;
	}

}
