html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body.single.single-post h1#post-title{
	color:#ffffff!important;
}
body.single.single-post div.entry-content {
    padding: 40px;
}
img.wp-block-cover__image-background.wp-image-3315.entered.litespeed-loaded {
    object-fit: contain;
}

img.wp-block-cover__image-background.wp-image-3315 {
    object-fit: contain;
}

.site-main .wp-block-group__inner-container {
    max-width: 1300px;
	padding: 0px;
	
}

.column-contact{
	align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
	
}

.hero-content{
	margin: 0 auto;
}

img.wp-block-cover__image-background.wp-image-3315.entered.litespeed-loaded {
    object-fit: scale-down;
}

.ihc-login-template-11 {
    background-color: transparent !important;

}
/*
.ast-plain-container.ast-no-sidebar #primary {
	margin:0;
}
*/


div#wpforms-89 {
    text-align: center;
}

button#wpforms-submit-89 {
		
    background-color: #07575b;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
		font-size: 17px;
		border-radius: 5px;
}
.wp-block-uagb-container.uagb-block-55944bb0.alignfull.uagb-is-root-container {
    padding: 0 !important;
}


/*Konto css*/ 
.ihc-user-page-top-ap-wrapper.ihc-ap-top-theme-4 {
    max-width: 100% !important;
}
div#ihc_account_page_wrapp {
    padding: 0;
}
.ihc-user-page-content-wrapper.ihc-ap-theme-2 {
    max-width: 100% !important;
	
}
.ihc-ap-wrap {
  padding: 0 30px;
	text-align: center;
}

.wp-block-uagb-container.uagb-block-5c05537f.alignfull.uagb-is-root-container {
    padding: 0px !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.gspb-offer-listing__copy {
		text-align: center;
	}
	body.single.single-post div.entry-content {
		padding: 15px;
	}
	/* Add top border */
	.main-navigation ul li a {
		border-bottom: 1px solid #fff;
		font-weight: 500;
	}
	.main-navigation .main-nav ul ul li a {
		margin-left: 25px;
	}
	
	
	h1{
		font-size:32px;
		color: #07575b !important;
	}
	h2{
		font-size:28px;
		color: #07575b !important;
	}
	h3{
		font-size:24px;
		color: #07575b !important;
	}
	h4{
		font-size:20px;
		color: #07575b !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	h1{
		font-size:34px;
		color: #07575b !important;
	}
	h2{
		font-size:30px;
		color: #07575b !important;
	}
	h3{
		font-size:26px;
		color: #07575b !important;
	}
	h4{
		font-size:22px;
		color: #07575b !important;
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	h1{
		font-size:38px;
		color: #07575b !important;
	}
	h2{
		font-size:32px;
		color: #07575b !important;
	}
	h3{
		font-size:28px;
		color: #07575b !important;
	}
	h4{
		font-size:24px;
		color: #07575b !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	h1{
		font-size:42px;
		color: #07575b !important;
	}
	h2{
		font-size:34px;
		color: #07575b !important;
	}
	h3{
		font-size:30px;
		color: #07575b !important;
	}
	h4{
		font-size:26px;
		color: #07575b !important;
	}
}







/* Survey button*/
.qsm-pagination.qmn_pagination.border.margin-bottom {
    flex-direction: row-reverse !important;
}
/* Survey header*/
.qsm-before-message.mlw_qmn_message_before {
    margin: 0 !important;
    padding: 0 !important;
}

/* GeneratePress */
.inside-article {
    padding: 0 !important;
}


/* Add top border */
	.main-navigation ul li a {
		font-size: 16px;
		font-weight: 500;
}

.main-navigation .main-nav ul ul li a {
	font-size: 16px;
	font-weight: 500;
    text-align: left;
    border-bottom: 1px solid;
    border-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Tjänster design */

.wp-block-columns.are-vertically-aligned-center.is-layout-flex.wp-container-5.wp-block-columns-is-layout-flex {
    margin: 0;
}
.wp-block-columns.are-vertically-aligned-center.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex{
	margin: 0;
}




/* Subscription Plans Switcher */

input[name="diggeddy-form-switch"] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

input[name="diggeddy-form-switch"]+label {
    display: block;
    padding: 15px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

input[name="diggeddy-form-switch"]:not(:checked)+label {
    opacity: 0.7;
}

.diggeddy-pricing-form {
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
}

.diggeddy-pricing-form label {
    flex: 1 0 50%;
    text-align: center;
}

.diggeddy-pricing-form .radio-slider {
    display: block;
    width: calc(50% - 10px);
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.diggeddy-pricing-form.active .radio-slider {
    transform: translate3d(calc(100% + 10px), 0, 0);

}

/* Make Items inside card height work */
ul.bullet-list{
	min-height: 170px;
}
.services-header{
	min-height: 60px;
}


/* Part of Display Conditions */
#diggeddy-price-table:not(.yearly) .yearly-price,
#diggeddy-price-table.yearly .monthly-price {
    display: none;
}

/* Peepso Profile */

.ps-navbar.js-toolbar {
    margin: 20px;
}
.ps-activity {
    margin: 20px;
}