/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* hide page content on home 24859239-hc */
.home .main-content {
	display: none;
}

/* hide post meta on home 24859239-hc */
.home .customwidget .entry-meta {
	display: none;
}

/* hide featured images on Aktuellet and Tidigare pages | || HC-25562642 | MM */
.page-id-149 .main-content > article .post-thumbnail,
.page-id-150 .main-content > article .post-thumbnail {
	display: none;
}

/* subscribe button | || HC-25562642 | MM */
.cta {
	border: 2px solid black;
	border-radius:10px;
	padding: 2px;
}

/* Hide featured image on non-grid child pages / 3484256-zen (MI) */

body:not(.page-template-grid-template).page-child .post-thumbnail {
    display: none;
} 

/* Parent Pages: hide body content from child pages -- 25723721-hc (EZ) */
.page-template-grid-template .columns .entry-content {
  display: none;
}

/*hide comment box in slider | SN-25594894-hc*/
textarea#jp-carousel-comment-form-comment-field {
    display: none;
}
.jp-carousel-buttons {
    display: none !important;
}

/* border around review blocks | 26866933-HC | GM */
.reviews {
	border: 2px solid black;
	border-radius:3px;
	padding: 10px;
}

/* force phone field to match appearance of other fields | 26866933-HC | GM */
input[type="tel"] {
	background: transparent;
	border: unset;
	border-bottom: 0px solid black;
}
input[type=tel]:focus {
	border-width: 4px;
	outline: none;
}

/* hide theme credit hc-26866933 DF */
.site-info {
	display: none;
}

/* prenumera field widths */
.page-id-634 .newsletter-signup input:not([type='submit']) {
    width: 80%;
}

/*font size for nyheter on home page*/
h3.widget-title {
    font-size: 40px;
}


/*Change the contact form width -28155300-hc - SM*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
	width: 100%;
}

/* hide post nav and comments on post single */
.post-navigation, #comments {
  display: none;
}


/*prenumera as button*/
input[type="submit"] {
	border: 2px solid black;
	border-radius:10px;
	padding: 5px;
}

/* Continue Reading Swedish Text | 28843443-hc (KK) */
.translatepress-sv_SE .more-link {
    font-size: 0;
}

.translatepress-sv_SE .more-link:after {
    font-size: 16px;
    content: "Fortsätt läsa -->";
}