/* Media query for mobile phones */
@media only screen and (max-width: 767px) {
		h1 {font-size: 1.28em !important;}
		h2 {font-size: 1.22em !important;}
		h3 {font-size: 1.17em !important;}
		h4, h5, h6 {font-size: 1.13em !important;}
    .pt-cv-wrapper { /* CONTENT VIEWS PRO */
				font-size: 1.1em !important;
				line-height: 1.3 !important;
				font-family: 'Ubuntu', Arial, sans-serif !important;
		 }
    .pt-cv-content {  
				font-size: 1.0em !important;
				line-height: 1.3 !important;
				font-family: 'Ubuntu', Arial, sans-serif !important;
		 }
    body, p {
				font-size: 1.1em !important; /*1.15*/
				line-height: 1.3 !important;
		    font-family: 'Ubuntu', Arial, sans-serif !important;
		}
    .post-content {
				font-size: 1.0em !important;
				line-height: 1.3 !important;
		    font-family: 'Ubuntu', Arial, sans-serif !important;
		}
    .row346 {
				font-size: 1.1em !important;
				line-height: 1.3 !important;
		    font-family: 'Ubuntu', Arial, sans-serif !important;
		}
}
/* Media query for tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
		h1 {font-size: 1.28em !important;}
		h2 {font-size: 1.22em !important;}
		h3 {font-size: 1.17em !important;}
		h4, h5, h6 {font-size: 1.13em !important;}		
    .pt-cv-wrapper { /* CONTENT VIEWS PRO */
				font-size: 1.1em !important;
				line-height: 1.3 !important;
				font-family: 'Ubuntu', Arial, sans-serif !important;
		 }
    .pt-cv-content {
				font-size: 1.0em !important;
				line-height: 1.3 !important;
				font-family: 'Ubuntu', Arial, sans-serif !important;
		 }
    html, body, p {
				font-size: 1.1em !important;
				line-height: 1.3 !important;
		    font-family: 'Ubuntu', Arial, sans-serif !important;
		}
    .post-content {
				font-size: 1.0em !important;
				line-height: 1.3 !important;
		    font-family: 'Ubuntu', Arial, sans-serif !important;
		}
    .row346 {
				font-size: 1.1em !important;
				line-height: 1.3 !important;
		    font-family: 'Ubuntu', Arial, sans-serif !important;
		}
}


/* #######################
 * DIVERSE SETTING - START
 * ####################### */
button {border-radius: 5px;}
a {text-decoration: none !important;}
h1,h2,h3,h4,h5,h6 {font-family: prada !important;}
/* ## DIVERSE SETTING - SLUT ## */


/* #######################
 * COMMENTS ON BLOG POST - START 
 * ####################### */
.comment {
		border: none !important;
		padding-left: 0px !important;
}
.submit {border-radius: 5px;}
/* ## COMMENTS ON BLOG POST - SLUT ## */


/* #######################
 * VIDEOTUBE - START
 * ####################### */
/* title */
.yotu-video-title {
		font-size: 18px !important;
		text-decoration: none !important;
		color: #2962ff !important; /* Royal Blue */
}
.yotu-video-title:hover {color: #404040 !important;
}
/* description */
.yotu-video-description {
		font-size: 15px !important;
		text-decoration: none !important;
		color: inherit !important;
}
/* ## VIDEOTUBE - SLUT ## */


/* #######################
 * NOPTIN NEWSLETTER - START
 * ####################### */
.noptin-form-heading {
		font-family: prada;
}
/* ## NOPTIN NEWSLETTER - SLUT ## */


/* #########################
 * ADSENSE - START
 * ######################### */
/* Hiding unfilled ad units */
ins.adsbygoogle[data-ad-status="unfilled"] {
		display: none !important;
}
/* Hide yellow background */
ins.adsbygoogle {
		background: transparent !important;
}
/* ## ADSENSE - SLUT ## */


/* #########################
 * CSS TABLE - START
 * ######################### */
/* html gemmes i Snippets plugin */
.row346 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.column346 {
    flex: 33.33%;
    padding: 0 15px;
    height: auto; /* Tilpas hoejden til indhold */
}
/* Tilpasning til mindre skaerme */
@media screen and (max-width: 768px) {
/*  .column346 { flex: 100%;} */
    .row346 {
        flex-direction: column;
    }
}
/* ## CSS TABLE - SLUT ## */