/*
Theme Name: JetBlack Child
Version: 100.100.1
Description: A child theme of JetBlack
Author: Sigge Lund
Template: jetblack
*/

@import url("../jetblack/style.css");

body, button, input, select, optgroup, textarea {
    color: #c1c3cd;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.page-content p a,
.entry-content p a,
.entry-summary p a {
    color: #179bd7;
}
.page-content p a:hover,
.entry-content p a:hover,
.entry-summary p a:hover {
    color: #25d5b2;
}

/* Menu */
.site-header-main {
	display: flex;
    align-items: center;
}
.site-branding {
    float: none;
    max-width: calc(100% - 790px);
}
.right-head.pull-right {
	float: none;
}

/* Header Image */
#custom-header, .header-one #custom-header, .header-five #custom-header {
    padding: 60px 0;
}
.entry-title {
	font-size: 36px;
}
.entry-title {
   /* word-break: break-word;*/
}
.entry-title a, .entry-title a:visited {
    /*word-break: break-word;*/
}

.entry-content h2 {
	font-size: 35px;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 700;
}
.single-content-wraper .post-thumbnail {
    padding: 0;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}
.entry-content .wp-block-quote,
.entry-content .wp-block-quote:not(.is-large):not(.is-style-large) {
    font-size: 18px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    color: #c1c3cd;
    font-weight: 700;
}

.archive-posts-wrapper .entry-title {
	font-size: 26px;
	line-height: 38px;
}

#content {
    padding: 40px 0;
}
@media only screen and (max-width: 767px) {
	#breadcrumb {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#content {
		padding: 20px 0;
	}
	#primary {
		padding-left: 10px;
		padding-right: 10px;
	}
	.entry-content-wrapper {
		padding: 20px 15px;
	}
	#custom-header, .header-one #custom-header, .header-five #custom-header {
	    padding: 30px 0;
	}
	/* Menu */
	.site-header-main {
		display: block;
	}
	.site-branding {
	    float: none;
	    max-width: 100%;
	}
	.right-head.pull-right {
		float: none;
	}
	#main-nav.pull-left {
		float: none;
	}
	#main-nav.pull-left .menu-toggle {
		margin: 0 auto;
	}

	#custom-header .page-title,
	.home #custom-header .page-title {
	    font-size: 30px;
	    line-height: 40px;
	}
	.blog .entry-container, .archive .entry-container {
		    padding: 30px 0;
	}
	.entry-title {
		font-size: 30px;
		line-height: 40px;
	    margin-bottom: 15px;
	}

	.entry-content h2 {
		font-size: 25px;
		line-height: 37px;
		margin-top: 35px;
		margin-bottom: 15px;
		color: #fff;
		font-weight: 700;
	}
	.entry-content .wp-block-quote,
	.entry-content .wp-block-quote:not(.is-large):not(.is-style-large) {
	    padding: 0 0 0 15px;
	}

}
