body {
	background: #f3f3f3;
	font-family: 'Open Sans';
}

header .site-header {
	border-bottom: 8px solid #fcb712 !important;
	margin-bottom: 30px;
}

.wp-block-site-logo a {
	opacity: .9;
	transition: ease all .2s;
}

.wp-block-site-logo a:hover {
	opacity: 1;
}

a.wp-block-navigation-item__content {
	opacity: .75;
	transition: ease all .3s;
}

a.wp-block-navigation-item__content:hover {
	text-decoration: none;
	opacity: 1;
}


@media (max-width: 599px) {
	.wp-site-blocks .site-header .wp-block-site-logo {
		flex-basis: auto;
		text-align: left;
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 400px) {
.wp-block-site-logo a {width: 225px;}
}

/* Search Bar */
.wp-block-search__inside-wrapper {border: none !important; padding: 0!important;}
#wp-block-search__input-1 {border: none!important; border-radius: 7px 0 0 7px; background: rgba(0,0,0,.2); color: #fff; padding: 0 8px; transition: ease all .3s;}
#wp-block-search__input-1:focus {background: rgba(0,0,0,.4);}
.wp-block-search .wp-block-search__input::placeholder {color: rgba(255,255,255,.3);}
.wp-block-search .wp-block-search__input {color:#fff;}
.wp-block-search__button {border-radius: 0 7px 7px 0; background: #fcb712!important; margin-left: 0; padding: 8px!important; border: none!important; transition: ease all .3s;}
.wp-block-search__button:hover {background:#ffc539 !important;}

@media(max-width:600px) {
.wp-block-search {width: 100%:}
	.wp-block-site-logo + .wp-block-group {width: calc(100% - 50px);}
	
	.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {color: navy;}
.wp-block-navigation__responsive-container-close {background: #2f368e;}
}

/* Banner Ads */

#banner-ads  {margin: 0 auto 10px; 20px; width: 100%;}
#banner-ads iframe {border: none; margin: 0 auto;}
#banner-ads .dt {display: block; width: 100%; height: 90px; max-width: 728px;}
#banner-ads .mobile {display: none; max-width: 300px; width: 100%; height: 250px;}
@media (max-width: 767px) {
#banner-ads .dt {display: none;}
#banner-ads .mobile {display: block;}
}

/* Layout */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 728px;
}

#wp--skip-link--target {
	max-width: 960px;
	margin: 25px auto 0;
}

/* Content */

.wp-block-query.wp-container-39 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 728px;
}

.wp-block-group.wp-container-9 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

main.block-editor-block-list__layout a, .wp-block-post a {
	text-decoration: none;
	color: #2f3190;
	transition: ease all .3s;
}

main.block-editor-block-list__layout a, .wp-block-post a:hover {
	color: #5356e4;
}

main .wp-block-post {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 35px;
}

.wp-block-spacer {
	display: none;
}

.wp-block-post-title {
	font-size: min(max(2rem, 6vw), 3rem);
	margin-bottom: 0 !important;
}

.wp-block-post figure a {
	opacity: .95;
	border-radius: 5px;
	overflow: hidden;
}

.wp-block-post figure a:hover {
	opacity: 1;
}

main .wp-block-post .wp-block-template-part {
	background: navy;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

.wp-block-post-author__name {
	color: #fcb712;
}

.is-style-post-author-icon::before {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url('https://blog.rotomolding.org/wp-content/uploads/2022/08/pen-nib.png');
	background-size: 100%;
	width: 15px;
	height: 15px;
	content: '';
	background-color: transparent;
}

.is-style-post-date-icon::before {
	mask-image: none;
	-webkit-mask-image: none;
	background-color: transparent;
	background-image: url('https://blog.rotomolding.org/wp-content/uploads/2022/08/calendar-days2.png');
	background-size: 100%;
}

.is-style-post-category-icon::before {
	mask-image: none;
	-webkit-mask-image: none;
	background-color: transparent;
	background-image: url('https://blog.rotomolding.org/wp-content/uploads/2022/08/icon-folder.png');
	background-size: 100%;
}

.post-meta a, .post-meta a:hover {
	color: #fff;
}

.wp-block-post-date, .wp-block-post-terms {
	opacity: .7;
	transition: ease all .3s;
}

.wp-block-post-date:hover, .wp-block-post-terms:hover {
	opacity: 1;
}

/* Single Post */
.wp-block-group.wp-container-7 > .alignwide {
	margin-top: 20px !important;
}

.wp-block-group.wp-container-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.wp-container-7 > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-post-content.wp-container-8 > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.wp-container-10 > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.wp-container-15 > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .wp-block-group.wp-container-18 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 728px;
}

.wp-block-post-featured-image img {
	border-radius: 5px;
}

.is-layout-flow.wp-container-8.entry-content.wp-block-post-content {
	max-width: 728px;
	margin: 0 auto;
	margin-top: 0;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-top: 30px;
}

.single .is-style-post-category-icon::before {
	background-image: url('https://blog.rotomolding.org/wp-content/uploads/2022/08/icon-folder2.png');
}

.single .is-style-post-date-icon::before {
	background-image: url('https://blog.rotomolding.org/wp-content/uploads/2022/08/icon-calendar2.png');
}

.single .post-meta a, .single .post-meta a:hover {
	color: #555;
	text-decoration: none;
}

.single .wp-block-post-author__name {
	color: #fcb712;
}

.single .is-style-post-author-icon::before {
	background-image: url('https://blog.rotomolding.org/wp-content/uploads/2022/08/icon-pen-nib2.png');
}

.single .wp-block-post-author__name {
	color: #2f368e;
}

.next-prev-links {
	border-top: 5px solid #fcb712;
}

.wp-block-post-navigation-link {
	border: none;
}

#respond form {
	background: none;
}

#respond #comment-form-comment {
	border-radius: 5px;
	box-shadow: none;
}

.wp-block-post-navigation-link a, .post-navigation-link__label {
	color: #888;
	position: relative;
	transition: ease all .3s;
}

.wp-block-post-navigation-link:hover .post-navigation-link__label {
	color: #555;
	position: relative;
}

.post-navigation-link-previous .post-navigation-link__label {
	left: 0;
}

.post-navigation-link-previous:hover .post-navigation-link__label {
	left: -5px;
}

.post-navigation-link-next .post-navigation-link__label {
	right: 0;
}

.post-navigation-link-next:hover .post-navigation-link__label {
	right: -5px;
}

.wp-block-post-navigation-link a:hover, .wp-block-post-navigation-link a:focus {
	-webkit-text-decoration-line: none !important;
	text-decoration-line: none !important;
	text-decoration: none;
	color: #555;
}

/* Typography */
h1 {
	margin-bottom: 40px !important;
	font-family: Raleway;
}

h2 {
	font-family: Raleway;
	font-size: min(max(2.25rem, 4.5vw), 4.0625rem);
}

h3 {
font-family: Raleway;
	font-weight: 400!important;
}

.wp-block-post-title {
	font-weight: 400;
}

.wp-block-image figcaption {
	line-height: 1.3;
	font-size: 14px;
	margin-top: 10px;
}



@media (max-width: 480px) {
	body .is-layout-constrained > .alignleft, 
	body .is-layout-constrained > .alignright
	{float: none; margin-inline-start: 0; margin-inline-end: 0;}
}