/* Theme Name: Mubert Blog */ 

html {
	background: #FFFFFF;
	margin: 0 !important;
	padding: 0;
}

body {
	background: linear-gradient(#f5f5f5, #ffffff) #fff;
	background-size: 100% 100vh ;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: "open-sauce", "Helvetica Neue", sans-serif;
}

/* Grid System */

/* Primary */
/*.flex-primary {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 0 30px;
	max-width: 1110px;
    margin: 0 auto;
    flex-basis: auto;
}
.flex-primary > .col-1 { flex-grow: 0; flex-basis: 65px; }
.flex-primary > .col-2 { flex-grow: 0; flex-basis: 160px; }
.flex-primary > .col-3 { flex-grow: 0; flex-basis: 255px; } 
.flex-primary > .col-4 { flex-grow: 0; flex-basis: 350px; }
.flex-primary > .col-5 { flex-grow: 0; flex-basis: 445px;  }
.flex-primary > .col-6 { flex-grow: 0; flex-basis: 540px; }
.flex-primary > .col-7 { flex-grow: 0; flex-basis: 635px; }
.flex-primary > .col-8 { flex-grow: 0; flex-basis: 730px; }
.flex-primary > .col-9 { flex-grow: 0; flex-basis: 825px; }
.flex-primary > .col-10 { flex-grow: 0; flex-basis: 920px; }
.flex-primary > .col-11 { flex-grow: 0; flex-basis: 1015px; }
.flex-primary > .col-12 { flex-grow: 0; flex-basis: 1110px; }*/

/* Secondary */
/*.flex-secondary {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 auto;
}
.flex-secondary > .col-1 { flex-grow: 1; }
.flex-secondary > .col-2 { flex-grow: 2; }
.flex-secondary > .col-3 { flex-grow: 3; } 
.flex-secondary > .col-4 { flex-grow: 4; }
.flex-secondary > .col-5 { flex-grow: 5; }
.flex-secondary > .col-6 { flex-grow: 6; }
.flex-secondary > .col-7 { flex-grow: 7; }
.flex-secondary > .col-8 { flex-grow: 8; }
.flex-secondary > .col-9 { flex-grow: 9; }
.flex-secondary > .col-10 { flex-grow: 10; }
.flex-secondary > .col-11 { flex-grow: 11; }
.flex-secondary > .col-12 { flex-grow: 12; }*/


.flex-primary > div {
	/*background: #ddd;*/
}
.flex-secondary > div {
	/*background: #ccc;*/
}

/*Floats*/

/*.row {
    display: block;
    padding: 0 30px;
	max-width: 1110px;
    margin: 0 auto;
}
.row > div { float: left; margin: 0 15px; display: block; }
.row > div:first-child { margin-left: 0; }
.row > div:last-child { margin-right: 0; }
.row > .col-1 { width: 65px; }
.row > .col-2 { width: 160px; }
.row > .col-3 { width: 255px; } 
.row > .col-4 { width: 350px; }
.row > .col-5 { width: 445px;  }
.row > .col-6 { width: 540px; }
.row > .col-7 { width: 635px; }
.row > .col-8 { width: 730px; }
.row > .col-9 { width: 825px; }
.row > .col-10 { width: 920px; }
.row > .col-11 { width: 1015px; }
.row > .col-12 { width: 1110px; }

.row:after {
	content: "";
	display: block;
	clear: both;
}*/

/* Fonts */

body {
	font-size: 20px;
	line-height: 1.6;
}

h1 {
	font-size: 3.5em;
	letter-spacing: -2px;
	line-height: 1.1;
	margin: 0 0 40px 0;
	color: #222;
}

h2 {
	font-size: 2.2em;
	letter-spacing: -1px;
	line-height: 1.1;
}

h3 {
	font-size: 1.5em;
	line-height: 1.3;
}

p, ul, ol {
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 1em;
	margin-top: 1em;
}

blockquote {
	border-left: 5px solid #000DFF;
	margin-left: 0;
	padding-left: 30px;
	margin-top: 4em;
	margin-bottom: 4em;
}

blockquote:before {
	content: "“";
	display: block;
	color: #000DFF;
	font-size: 180px;
	margin: 0;
	height: 80px;
	line-height: 1;
	font-weight: bold;
}

blockquote p {
	font-size: 1.2em;
}

a {
	color: #000dff;
	transition: 0.2s linear all;
	text-decoration-color: rgba(0, 0, 0, 0.2);
	text-underline-offset: 0.2875em;
}

a:hover {
	text-decoration-color: #000dff;
}

a[rel=tag]:before {
	content: "#";
}

iframe {
	width: 100%;
    border-radius: 20px;
}

.breadcrumbs a {
	text-decoration: none;
	font-size: 18px;
}

.breadcrumbs-gray {
}

.breadcrumbs-gray,
.breadcrumbs-gray a {
	font-size: 16px;
	color: #999;
}

.breadcrumbs-gray a:hover {
	color: #000dff;
	text-decoration-color: #000dff;
}

.post-excerpt {
	font-size: 1.3em;
	font-weight: 300;
	color: #666;
}

/* Buttons */

.button {
	font-size: 18px;
	font-weight: 500;
	background-color: #000DFF;
	border: 1px solid #000DFF;
	padding: 15px 60px;
	display: inline-block;
	text-decoration: none;
	border-radius: 100px;
	color: #fff;
	transition: 0.2s linear all;
	cursor: pointer;
	font-family: "open-sauce", "Helvetica Neue", sans-serif;
}

.button:hover {
	color: #000DFF;
	background: transparent;
}

.button.white {
	background-color: #FFFFFF;
	color: #000;
	border-color: #FFFFFF;
}

.button.white:hover {
	color: #FFFFFF;
	background: transparent;
}

.button.small {
	font-size: 16px;
	padding: 10px 40px;
	margin-right: 10px;
}

/* Lines */

.line {
	height: 1px;
	background: #DDDDDD;
	margin: 60px 0 40px 0;
}


/* Grids */

.header .row,
.single-article-image .row,
.single-article-header .row,
.single-article-body .row,
.single-article-special-block .row,
.single-article-related-posts .row,
.single-article-related-posts .row-title,
.archive-title .row,
.subscribe-form .row,
.footer .row
{
	max-width: 1120px;
	display: grid;
	gap: 40px;
	margin: 40px auto;
}

.single-article-related-posts .row-title {
	margin: 40px auto 0 auto;
}

.single-article-special-block .row {
	padding: 40px;
	border-radius: 40px;
	color: #000;
	font-size: 16px;
	margin: 80px auto;
}

.single-article-special-block.api .row {
	background: #a8ff78;
	background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
	background: linear-gradient(to right, #78ffd6, #a8ff78);
}


.single-article-special-block.render .row {
	background: #B2FEFA;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0ED2F7, #B2FEFA);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0ED2F7, #B2FEFA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.single-article-special-block .row h3 {
	margin: 0;
}

.header .row {
	grid-template-columns: 120px 1fr;
	align-items: center;
	margin: 0 auto;
}

.single-article-header .row,
.single-article-body .row,
.archive-title .row {
	grid-template-columns: 1fr 700px 1fr;
}

.single-article-related-posts .row {
	grid-template-columns: repeat(3, 1fr);
}

.posts-feed .row {
	max-width: 1180px;
	display: grid;
	gap: 30px;
	margin: 100px auto 40px auto;
	grid-template-columns: 1fr 300px;
}

.posts-feed .feed .row {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
}

.subscribe-form .row {
	grid-template-columns:  1fr 700px 1fr;
}

.footer .row {
	grid-template-columns: 200px 200px 200px 1fr;
}

/* Grids / Mobile */

@media (max-width: 900px) {
	.single-article-image .row,
	.single-article-header .row,
	.single-article-body .row,
	.single-article-related-posts .row-title,
	.archive-title .row,
	.posts-feed .row,
	.subscribe-form .row,
	.footer .row { 
		grid-template-columns: 1fr;
		padding: 0 15px;
		gap: 0px;
	}
	.single-article-image .row {
		margin-bottom: 0;
	}
	.single-article-header .row {
		margin-top: 0px;
	}
	.single-article-related-posts .row {
		padding: 0 15px;
		grid-template-columns: repeat(1, 1fr);
	}
	.posts-feed .row {
		margin-top: 20px;
	}
	.posts-feed .feed {
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
	.posts-feed .feed .row {
		padding: 0;
		grid-template-columns: repeat(1, 1fr);
		grid-template-columns: 1fr;
	}
	.single-article-special-block.api .row {
		margin: 15px;
		border-radius: 15px;
	}
}



/* Header */

.header {
	width: 100%;
}

.header .menu-primary-container .menu {
	list-style: none;
	text-align: right;
	font-size: 16px;
}

.header .menu-primary-container .menu > li {
	display: inline-block;
}

.header .menu-primary-container .menu > li a {
	color: #343C44;
	text-decoration: none;
	margin-right: 10px;
	font-weight: 400;
}

.header .menu-primary-container .menu > li a:hover {
	color: #000DFF;
}

.header .menu-primary-container .menu > li.blue a {
	color: #000DFF;
}

.header .menu-primary-container .menu > li.signup {
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}

.header .menu-primary-container .menu > li.menu-item-has-children {
	position: relative;
}

.header .menu-primary-container .menu .sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
	width: 250px;
	text-align: left;
	margin-left: -20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	transition: 0.3s ease all;
	opacity: 0;
}

.header .menu-primary-container .menu > li.menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header .menu-primary-container .menu .sub-menu li {
	margin: 0;
	padding: 0;
}

.header .menu-primary-container .menu .sub-menu li a {
	color: #343C44;
	display: block;
/* 	background: url("images/icons/icon-new-tab.svg"); */
/* 	background-position: right center; */
/* 	background-repeat: no-repeat; */
	margin-right: 0;
	padding: 10px 0;
}

.header .menu-primary-container .menu .sub-menu li a:hover {
	color: #000DFF;
}


@media (max-width: 900px) {
	body {
		padding-top: 60px;
	}
	.header {
		position: fixed;
		height: 60px;
		top: 0;
		background: #fff;
		display: block;
	}
	.header .row {
		/*display: block;*/
		padding: 0 15px;
	}
	.header .row .logo a {
		display: block;
	}
	.header .row .logo img {
		display: block;
		height: 60px;
	}
	.header .row .main-menu {
		position: absolute;
		top: 60px;
		left: 0;
		height: calc(100vh - 60px);
		width: calc(100vw - 20px);
		display: block;
		background: #fff;
		padding-right: 20px;
		display: none;
	}
	.header .row .main-menu .menu {
		padding-left: 20px;
	}
	.header .row .main-menu .menu > li {
		display: block;
		text-align: left;
	}
	.header .menu-primary-container .menu .sub-menu {
		display: block;
		position: relative;
		opacity: 1;
		background: none;
		box-shadow: none;
		border-radius: none;
		padding: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.header .menu-primary-container .menu .sub-menu li a {
		width: 100%;
		display: block;
		padding: 0;
	}
	.header .menu-primary-container .menu > li.signup {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #eee;
		padding-top: 20px;
		margin-top: 20px;
	}
	.header .row .main-menu .menu a {
		padding: 10px 0 !important;
		display: block;
	}
	.header .menu-primary-container .menu > li.menu-item-has-children > a {
		display: none;
	}
	.header .menu-primary-container .menu > li.menu-item-has-children {
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.menu-button-burger {
		background: url("images/icons/ic24-menu.svg");
	    width: 24px;
	    height: 24px;
	    display: block;
	    float: right;
	    cursor: pointer;
	}
	.menu-button-burger.close {
		background: url("images/icons/ic24-close.svg");
	}
}




/* Posts */

.post-thumbnail {
	border-radius: 40px;
	width: 100%;
	display: block;
}

.post-preview h2 {
	margin: 0;
}

.post-preview h2 a {
	text-decoration: none;
	color: #111;
}

.post-preview h2 a:hover {
	color: #000DFF;
}

.post-meta {
	margin-bottom: 20px;
}

.post-meta .post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.post-meta .post-categories li {
	display: inline-block;
}

.post-meta .post-categories li a,
.post-meta a[rel=tag] {
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
	text-decoration: none;
	border-radius: 100px;
	color: #000;
	margin-right: 5px;
}

.post-meta a[rel=tag]:before {
	content: "#";
}

.post-meta .post-categories li a:hover,
.post-meta a[rel=tag]:hover {
	color: #000DFF;
	background: #ddd;
}

.post-author {
	display: block;
	font-size: 0.8em;
	color: #999;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.post-author img {
	display: block;
	margin-right: 12px;
	border-radius: 100px;
	width: 48px;
}

.post-author a {
	color: #999;
}

.post-author a:hover {
	color: #000DFF;
}

.wp-block-image,
.wp-caption {
	width: 100% !important;
	background: #fff;
	border-radius: 40px;
	margin: 2em 0;
	padding: 0;
}

.wp-block-image img,
.wp-caption img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 40px;
	margin: 0;
	padding: 0;
}

.wp-block-image figcaption {
	color: #999;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
}

.single-article-related-posts .row-title h2 {
	margin-bottom: 0;
}

.for-audience {
	background: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0;
    text-transform: uppercase;
    color: #666;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

code {
	background: #fff700;
    padding: 3px 5px;
    border-radius: 4px;
}

/* Archive */

h2.featured-post-title {
	margin-top: 0;
	line-height: 1.3;
}

.featured-post-title a {
	text-decoration: none;
	color: #000;
}

.featured-post-title a:hover {
	color: #000DFF;
}

.post-preview {
	margin-bottom: 30px;
}

.post-preview h3 {
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.5;
}

.post-preview h3 a {
	text-decoration: none;
	color: #000;
}

.post-preview h3 a:hover {
	color: #000DFF;
}




/* Sidebar */

.sidebar-block {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: rgba(0,0,255,0.1) 0px 0px 20px;
	margin-bottom: 30px;
}

.sidebar-block h4 {
	margin-top: 0;
}

.sidebar-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-block ul li a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	display: block;
	padding: 5px 0;
}

.sidebar-block a.tag {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

.sidebar-block a.tag:before {
	content: "#";
}




/* Additional Sections */

/* Section About */

.section-about h3 {
	font-size: 2em;
}

.section-about {
	background: #111111;
	color: #FFFFFF;
	padding: 100px 0;
}

.section-about .row-header {
	display: grid;
	grid-template-columns: 1fr 200px;
	gap: 30px;
	max-width: 980px;
	margin: 0 auto;
}

.section-about .row-trusted {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 980px;
	font-size: 14px;
	color: #999;
	margin: 80px auto 40px auto;
	letter-spacing: 2px;
}

.section-about .row-logos {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	max-width: 980px;
	gap: 60px;
	margin: 0 auto;
}

@media (max-width: 900px) {
	.section-about {
		padding: 40px 0;
		text-align: center;
	}
	.section-about h3 {
		font-size: 2em;
		margin-bottom: 3em;
	}
	.section-about .row-header,
	.section-about .row-trusted {
		grid-template-columns: 1fr;
		padding: 0 15px;
		gap: 0;
	}
	.section-about .row-logos {
		padding: 0 10% 0 10%;
		grid-template-columns: repeat(3, 1fr);
		gap: 10%;
	}
}

/* Subscribe */

.subscribe-form {
	background: #000DFF;
	padding: 40px 0;
	color: #FFF;
}

.subscribe-form input[type=email] {
	background: #000;
	color: #000DFF;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 20px;
	font-family: "open-sauce", "Helvetica Neue", sans-serif;
	font-weight: 500;
	border: none;
	user-select: none;
	margin-bottom: 20px;
}

/* Footer */

footer {
	background: #FFF;
	padding: 30px 0;
	font-size: 0.65em;
}

footer .footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-menu ul li {
	padding: 5px 0;
}

footer .disclaimer {
	font-size: 0.8em;
	color: #999;
	margin-top: 20px;
}

footer a {
	text-decoration: none;
	color: #343c44;
}

/* Responsive */

.mobile {
	display: none;
}

@media (max-width: 900px) {

	body {
		font-size: 16px;
	}

	p, ul, li {
		font-size: 18px;
	}

	h1 {
		font-size: 2em;
		letter-spacing: -1px;
		line-height: 1.4;
	}

	h2 {
		font-size: 1.6em;
	}

	h3 {
		font-size: 1.2em;
	}

	.breadcrumbs-gray, .breadcrumbs-gray a {
		font-size: 14px;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.post-thumbnail {
		border-radius: 15px;
	}

	.post-preview {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.button {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}

}