/*
Theme Name: Diy-Family
Theme URI: http://localhost
Author: me
Author URI: http://localhost
Description: ...
Version: 1.1
Text Domain: Diy-Family
*/
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

html 
{
  	scroll-behavior: smooth;
}
body
{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
    background: #ddd;
    padding-right: 0px !important;
}
a
{
	transition: 0.2s all;
}
body.modal-open
{
	overflow: auto;
}
body::-webkit-scrollbar, .diy-sidebar::-webkit-scrollbar
{
  width: 5px;
}
 
body::-webkit-scrollbar-track, .diy-sidebar::-webkit-scrollbar-track 
{
  background: silver;
}
 
body::-webkit-scrollbar-thumb, .diy-sidebar::-webkit-scrollbar-thumb
{
  background-color: gray;
}

::selection
{
	background: #0cb4ce;
    color: #ffffff;
}
/* Home */
.author-tools-btn-wrapper
{
	position: relative;
	min-height: 35px;
	margin-top: -15px;
}
.author-tools-toggle-btn
{
	display: flex;
	margin-left: auto;
	position: absolute;
	top:-15px;
	right:0;
	background:white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border:none;
	padding: 5px 15px;
	color: rgba(0,0,0,.5);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.129);
	transition: .3s;
}
.author-tools-toggle-btn:hover
{
	opacity: 0.5;
}
.author-tools-toggle-btn:focus
{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.129);
	outline: 0;
	text-decoration: none;
}
.homepage-search-bar
{
	display: none;
}
.homepage-search-bar .search-field
{
	border-radius: 10px;
	padding: 10px;
	font-size: 0.8rem;
}
.homepage-post-stuff .quick-draft-title
{
	width: 100%;
	font-size: 1.5rem;
	border:none;
	border-bottom: 1px solid silver;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.homepage-post-stuff .quick-draft-text
{
	margin-top: 15px;
	border-radius: 15px;
	border: 1px solid silver;
	width: 100%;
	height: 150px;
	padding: 15px;
	display: block;
	min-height: 55px;
}
.homepage-post-stuff .homepage-post-stuff-btn
{
	margin-top: 15px;
	border:none;
	color:rgb(212,70,57);
	background:transparent;
	display: flex;
	transition: .3s;
}
.homepage-post-stuff .homepage-post-stuff-btn:focus
{
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}
.homepage-post-stuff .homepage-post-stuff-btn:hover
{
	color:rgba(212,70,57,0.5);
}
.homepage-post-stuff .homepage-post-stuff-btn.quick-draft-btn
{
	margin-left: auto;
}
.homepage-post-stuff .close-btn
{
	position: absolute;
	right:15px;
	top:15px;
}
div#user-quick-draft.homepage-quick-draft
{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.129);
	padding: 15px;
	border-radius: 15px;
}
.homepage-post-stuff .quick-draft-text:focus, .homepage-post-stuff .quick-draft-title:focus
{
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}
.row.homepage-description-container 
{
    background-color: #eff4f7;
}
/* Header */
.diy-shop-navbar
{
	position: fixed;
	z-index: 10;
	background: #EFF4F7;
	color:black;
	height: 40px;
	display: flex;
	color:white;
	align-items: center;
	left:25%;
	right:0;
	top:0px;
}
.diy-shop-navbar *
{
	color:black;
}
.diy-shop-navbar .currency-purchase
{
	border-radius: 50%;
	background: rgba(0,0,0,0.2);
	width: 24px;
	height: 24px;
	color:white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	transition: .3s;
}
.diy-shop-navbar .currency-purchase:hover
{
	background: rgba(0,0,0,0.05);
}
.diy-shop-navbar .currency-purchase a,
.diy-shop-navbar .currency-purchase a:focus,
.diy-shop-navbar .currency-purchase a:active,
.diy-shop-navbar .currency-purchase a:visited
{
	font-weight: 600;
	font-size: 22px;
	color:white;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}
.diy-shop-navbar.diy-container
{
	width: 75%;
}
.d-flex.diy-shop-navbar-col
{
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.diy-shop-navbar-wallet-showcase
{
	margin-top: 2px;
	display: flex;
	align-items: center;
	margin-left:auto;
}
.diy-shop-navbar-link,
.diy-shop-navbar-link:visited,
.diy-shop-navbar-link:focus,
.diy-shop-navbar-link:active
{
	color:white;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	transition: .3s;
	padding-left: 10px;
	display: flex;
}
.diy-shop-navbar-link.diy-shop-navbar-author-link
{
	padding-left: 0px;
}
.diy-shop-navbar-link img
{
	transition: .3s !important;
}
.diy-shop-navbar-link:hover span, 
.diy-shop-navbar-link.diy-shop-navbar-author-link:hover span, 
.diy-shop-navbar-link
{
	color:rgba(0,0,0,0.4) !important;
	text-decoration: none !important;
}

.diy-shop-navbar-link:hover img
{
	opacity: 0.4 !important;
}

.diy-shop-navbar-link span
{
	display: block;
	margin-top: 2px;
	margin-left: 10px;
	transition: .3s;
}

.content-container
{
	max-width: 1920px;
	margin: auto;
	box-shadow: 0 0 16px -6px rgba(0,0,0,.54);
	background: white;
}
.diy-sidebar
{
	height: 100%;
	background: #F7F7F7;
	border:1px solid #F0F0F0;
	position: fixed;
	overflow-y: scroll;
}
.diy-sidebar .sidebar-search input
{
	border-radius: 8px;
}
.diy-sidebar-bottom-menu ul.navbar-nav > li.menu-item > a.nav-link
{
	color:#7E7E7E;
	transition: .3s;
}
.diy-sidebar-bottom-menu ul.navbar-nav > li.menu-item > a.nav-link:hover
{
	color:silver;
}
.content-col, .sidebar-col
{
	display: flex;
	flex-direction: column;
	position: relative;
    width: 100%;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

}
.sidebar-col, div.diy-sidebar.diy-container.diy-container-y.diy-container-yt
{
	width: 25%;
}
.content-col
{
	width: 75%;
}

.wp-tag-cloud-header
{
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.menu-item:first-child a 
{
	padding-left: 0 !important;
}
.menu-item:last-child a , .nav-item:last-child a
{
	padding-right: 0 !important;
}
.single-header-logo
{
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 140px;
	justify-content: center;
}
.absolute-pos-container
{
	position: absolute;
    right: 0;
    padding-right: 1rem;
    bottom: 20px;
}
.live-search-opener
{
	font-size:20px;
}
.single-header-logo > a > img
{
	width: 150px;
    height: 90px;
}
.page-header-image
{
	min-height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-color: rgba(0,0,0,0.035);
	position: relative;
	overflow: hidden;
}
.page-header-content-container
{
    margin: auto;
    text-align: center;
    background: rgba(255,255,255,0.65);
    border: 1px solid gray;
    padding:25px 0px;
}
.page-header-content-container h1
{
	color:#303133;
	font-family: Poppins;
	font-weight: 600;
	font-size: 35px;
}
h3.page-header-paragraph
{
	padding-top: 15px;
	color:#303133;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.header-arrow-down
{
	position: absolute;
	left:0;
	right:0;
	bottom:5px;
	font-size: 32px;
}
.header-arrow-down > .container > a
{
	justify-content: center;
    text-align: center;
    margin: auto;
    display: flex;
    width: 32px;
}
/* Post / Page */
.single-post-author-block
{
	display: flex;
	height: 100px;
	width: 100%;
	flex-wrap: wrap;
}
.single-post-author-block .author-general-info
{
	width: 65%;
	display: flex;
}
.single-post-author-block .author-general-info .author-text-info
{
	margin-left: 15px;
	margin-top: auto;
	margin-bottom: auto;
}
.single-post-author-block div.author-general-info div.author-text-info span.author-numbers
{
	color:black !important;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
}
.single-post-author-block .author-general-info .author-text-info .author-name
{
	font-size: 1rem;
}
.single-post-author-block .author-general-info .author-text-info .author-misc
{
	font-size: 0.9rem;
	display: flex;
	margin-top: 10px;
}
.single-post-author-block div.author-general-info div.author-text-info div.author-misc span.likes
{
	color:#D15F55 !important;
}
.single-post-author-block .author-buttons
{
	width: 35%;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	justify-content: flex-end;
}
.single-post-author-block .author-buttons .like-button
{
	font-size:2rem;
	color:#F0CDCB !important;
	display: flex;
    align-items: center;
    margin-right: 25px;
}
div.single-post-author-block div.author-buttons a.profile-button
{
	padding: 10px 40px;
	background-color: rgb(212,70,57);
	color:white !important;
	transition: .3s;
	border-radius: 10px;
	line-height: 2;
}
div.single-post-author-block div.author-buttons a.profile-button:hover
{
	color:white !important;
	background-color: rgba(212,70,57,0.6);
}
.single-post-author-block .author-general-info .author-photo
{
	border-radius: 50%;
	width: 96px;
	height: 96px;
	margin-top: auto;
	margin-bottom: auto;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.single-post-author-block .author-general-info .author-photo:after
{
	padding-top: 100%;
}
.single-post-content
{
	font-size: 15px;
}
.single-post-content img 
{
	max-width: 100%;
	object-fit: cover;
}
.single-post-content, .single-post-comments-block
{
	width: 100%;
}
.single-post-content p,
.single-post-content label,
.single-post-content small,
.single-post-content pre,
.single-post-content code
{
	line-height: 1.75;
    margin: 18px 0 0;
}
.single-page-title-row
{
	min-height: 100px;
	background-color:#f7f7f7;
	border:1px solid #eaeaea; 
}
.single-page-title-row:not(.search-pagination-row)
{
	color: #777777;
}
.single-post-content > div.row > h1.single-post-title
{
	font-weight: 600;
	font-size:35px;
	letter-spacing: 0.025em;
	color:black !important;
}
.single-post-content h1:not(.single-post-title), 
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
a.diy-link.post-title,
.search-results h4
{
	font-weight: 600 !important;
	margin-top:2rem;
	font-size: 20px;
	color:initial !important;
}
a.diy-link.post-title
{
	font-size: 18px;
}
.single-post-content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(a):not(i):not(strong):not(.recommended-block)
:not([class*="has-"]):not(.gsr-share-button):not([class*="fa-"]):not(.-amp-pinterest-embed-pin-repin):not([class$=_repin]):not([class^=PIN_]):not(.homepage-category-image-text):not(.link-page-image-text)
{
	color:gray;
}
.single-post-content .comments-form-container-row *
{
	color:initial !important;
}
.card-head
{
	padding: 12px;
}
.card-body
{
	padding: 15px;
}
.card-body > h4
{
	margin-bottom: 15px;
}
.diy-card-footer
{
	position: relative;
}
.card-title-image-overlay
{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s opacity;
	z-index: 2;
}
.diy-card-post-author
{
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
	background: #F5F5F5;
	display: flex;
    align-items: center;
    position: relative;
}
.diy-card-post-author a.diy-card-post-author-profile
{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display: flex;
	width: 100%;
	height: 100%;
}
.diy-card-post-author a.diy-card-post-author-profile:hover ~ span.diy-card-post-author-name
{
	color:#0cb4ce;
}
.diy-card-post-author > img.diy-card-post-author-photo
{
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 50%;
}
.diy-card-post-author > span.diy-card-post-author-name
{
	margin-left: 15px;
	font-size:14px;
	transition: .3s;
}
.diy-card-tags
{
	padding: 15px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: -15px;
	margin-left: -15px;
	border-top:1px solid silver;

	font-size:0.9rem;
	color:rgba(0,0,0,0.8);
	text-align: center;
}
.card-head-image
{
	position: relative;
	overflow: hidden;
}
.card-head-image:hover .card-title-image-overlay
{
	opacity: 1;
}
.card-head-image:hover picture > img
{
	transform: scale(1.1);
}
.card-head-image picture > img
{
	transition: 1.2s transform;
}
.grid
{
	min-height: 70vh;
	margin: auto;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.grid-item > .card
{
	border-radius: 10px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	transition: 1.2s all;
}
#container, .diy-container
{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.diy-container-y
{
	padding-bottom: 15px;
}
.diy-container-yt
{
	padding-top: 15px;
}
.diy-container-yt > div > .diy-container-yt:first-child
{
	padding-top: 0px;
}
.bookmark-me-btn,.share-me-btn
{
	transition: 0.2s all;
}
.bookmark-btn.unregistered
{
	line-height: 2;
}
.bookmark-me-btn
{
	color:white;
	background-color: rgb(181,179,179);
	font-size: 12px;
	border-radius: 7px;
	font-weight: 600;
	padding: 6px;
}
.bookmark-me-btn:hover,.bookmark-me-btn:focus,.bookmark-me-btn:visited, .bookmark-me-btn:active
{
	color:gray;
	background-color: rgba(181,179,179,0.7);
	text-decoration: none;
	outline: 0;
}
.bookmark-me-btn.disabled
{
	color:gray;
	background-color: rgba(181,179,179,0.7);
	text-decoration: none;
	outline: 0;
	pointer-events: none;
}
.share-me-btn
{
	position: absolute;
    bottom: 0;
    right: 1px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-me-btn > svg
{
	fill:#A0A0A0;
}
.readme-btn , .readme-btn:visited .readme-btn:active , .readme-btn:focus, .diy-button
{
	padding: 15px;
	color:white;
	background:black;
	border:1px solid black;
	margin-top:15px;
	display: flex;
	justify-content: center;
	width:100%;
	transition: 0.3s all;
	text-decoration: none;
	outline: 0;
}
.diy-button
{
	width: 100%;
}
.readme-btn:hover
{
	text-decoration: none;
	color:black;
	background: transparent;
}
.btn-diy-red
{
	background-color: rgb(212,70,57);
	color:white;
}
.btn-diy-gray
{
	background-color: rgb(181,179,179);
	color:white;
}
.btn.diy-btn.btn-diy-gray:hover
{
	color:white;
	background-color: rgba(0,0,0,0.5);
}
.readme-btn-red.readme-btn
{
	width: 65%;
}
.readme-btn-red.readme-btn , .diy-button.readme-btn-red
{
	color:white;
	font-weight: 600;
	border-radius: 5px;
	font-size: 0.85rem;
	background-color: rgb(212,70,57);
	padding: 7px;
	border: 0px;
}
.readme-btn.readme-btn-red:hover
{
	color:white;
	background-color: rgb(175,55,47);
}
div.listitem-title > h3
{
	color:black;
	font-size:29px;
	margin-bottom: 35px;
	margin-top:35px;
}
.listitem-embed
{
	display: flex;
	justify-content: center;
}
.listitem-text
{
	margin-bottom: 15px;
}
.listitem-embed
{
	padding-top: 25px;
	padding-bottom: 25px;
}
.recommended-block
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.recommended-single-link-container
{
	margin-top: 25px;
	margin-bottom: 25px
}
.diy-link.recommended-link
{
	color:#0cb4ce !important;
}
.diy-link.recommended-link:hover
{
	color:black !important;
}
div.recommended-title-container h2
{
	font-size: 29px;
}
/* PAGINATION  FOR PAGE */
.paginate
{
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.paginate-link:visited,.paginate-link:active,.paginate-link:focus
{
	color:#0cb4ce;
	text-decoration: none;
	outline: 0;
}
.paginate-link:hover
{
	color:inherit;
	text-decoration: none;
	outline: 0;
}
.paginate-link
{
	display: inline-block;
	color:#0cb4ce;
	margin-left:12px;
	margin-right: 12px;
	line-height: 36px !important;
	transition: 0.5s;
}
div.grid + div.paginate > a.paginate-link:first-child, div.grid + div.paginate > a.paginate-link:last-child
{
	margin: 0;
}
.paginate-link.static:hover
{
	color:black !important;
}
.paginate-link.static:visited,.paginate-link.static:active,.paginate-link.static:focus
{
	color:#0cb4ce;
}
.paginate-link.active
{
	width: 36px;
	height:36px;
	text-align: center;
	border-radius: 50%;
	background-color: #eeeeee;
	color:#333333;
}
.category-pages-block-page-thumbnail
{
	background-position: center;
	background-size: cover;
	padding-left: 100%;
	padding-top: 75%;
}
.category-pages-block-page-title
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 20px;
}
/* COMMENTS ON SINGLE PAGE */
.comments-form-container .add-comment-label
{
	font-weight: 600;
}
.comments-form-container .add-comment-label.unregistered
{
	font-weight: normal;
}
.comments-form-container textarea
{
	resize: none;
	max-height: 200px;
	min-height: 200px;
}
.comments-form-container input:not(#submit),.comments-form-container textarea
{
	width: 100%;
	padding: 15px;
	border: 1px solid silver;
	border-radius: 3px;
	font-size:14px;
}
.comments-form-container input[type=checkbox]
{
	width: initial !important;
}
.comments-form-container input:not(#submit):hover,.comments-form-container textarea:hover,
.comments-form-container input:not(#submit):focus,.comments-form-container textarea:focus,
.comments-form-container input:not(#submit):active,.comments-form-container textarea:active,
.comments-form-container input:not(#submit):visited,.comments-form-container textarea:visited
{
	outline: 0;
}
.comments-form-container label
{
	font-weight: 600;
	display: initial;
	font-size: 0.9rem;
}
.comment-data-container
{
	position: relative;
}
.comment-data-container .comment-author
{
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
}
a.diy-link.scroll-to-form
{
	position: absolute;
	top:5px;
	right:20px;
}
.diy-single-page-comment
{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.diy-single-page-comment .profile-picture
{
	border:1px solid #ddd;
}
.btn-diy-submit
{
	padding: 15px 35px;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14px;
	background-color: rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.08);
}
.previous-post-link-container i.fas
{
	margin-right:5px;
	transition: 0.2s margin;
}
.previous-post-link-container a.diy-link:hover i.fas
{
	margin-left: -5px;
}
.next-post-link-container i.fas
{
	margin-left: 5px;
	transition: 0.2s margin;
}
.next-post-link-container a.diy-link:hover i.fas
{
	margin-right: -5px;
}
/* Foooter */
.menu-footer-container
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eff4f7;
}
.footer.row
{
	background-color: #eff4f7;
}
.style-dark-bg
{
	background-color: #2e3031;
}
.menu-footer-container ul
{
	list-style: none;
}
.menu-footer-container ul > li > a:hover
{
	text-decoration: underline;
}
.footer .nav-item, .footer .navbar-nav
{
	display: inline-block;
}
.footer-menu-header
{
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.author-general-info b {
    font-weight: 600 !important;
}
.footer-tags,.wp-tag-cloud-header
{
	text-align: center;
}
.footer-tags a 
{
    color: #2c2d4e;
}
.links-footer-container
{
	min-height: 60px;
	align-items: center;
}
.links-footer-container a.nav-link.diy-link:not(:hover)
{
	color:white;
}
.links-footer-container .navbar-nav
{
    flex-direction: row;
}
.links-footer-container .navbar-nav li
{
	padding-left:10px;
	padding-right: 10px;
}
/* LINKS Globally */
a.diy-link-red
{
	color:rgb(212,70,57) !important;
}
a.diy-link-red:hover
{
	color:gray !important;
}
.nav-link 
{
	transition: 0.2s color;
}
.view-all-tags-link
{
	margin-top: 10px;
}
a.diy-link,
a.diy-link:hover,
a.diy-link:visited,
a.diy-link:active,
a.diy-link:focus,
.cat-item a,
.cat-item a:hover,
.cat-item a:visited,
.cat-item a:active,
.cat-item a:focus,
.header-search-btn-container a,
.header-search-btn-container a:hover,
.header-search-btn-container a:visited,
.header-search-btn-container a:active,
.header-search-btn-container a:focus,
.menu-item a,
.menu-item a:hover,
.menu-item a:visited,
.menu-item a:active,
.menu-item a:focus,
.single-post-content a:not(.readme-btn):not(.wp-block-button__link),
.single-post-content a:visited,
.single-post-content a:active,
.single-post-content a:focus
{
	text-decoration: none;
	color:initial;
	outline:0;
	transition: 0.2s all;
}
:root .editor-styles-wrapper .has-white-color, :root .has-white-color
{
	color:#fff !important;
}
:root .editor-styles-wrapper .has-white-color:hover, :root .has-white-color:hover
{
	color:#fff !important;
}
a.diy-link-reverse,
a.diy-link-reverse:visited,
a.diy-link-reverse:active,
a.diy-link-reverse:focus
{
	color:#0cb4ce;
	transition: 0.25s all;
}
a.diy-link.diy-link-reverse:hover, a.diy-link-reverse:hover
{
	text-decoration: none;
	color:black;
}
.single-post-content a:not(.readme-btn):not(.gsr-share-button):not(.wp-block-button__link)
{
	color:#0cb4ce !important;
}
.single-post-content > .share-on-social-media-buttons-container > a.gsr-share-button
{
	color:white;
}
.single-post-content a:not(.readme-btn):not(.gsr-share-button):not(.wp-block-button__link):hover
{
	color:black !important;
}
a.diy-link:hover
{
	color:#0cb4ce !important;
}
/* Search Form */
.search-field:focus
{
	outline:0;
}
.search-field
{
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	padding: 12px;
	border-radius:2px;
	width: 100%;
	background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 95% 50%;
}
.live-search-form
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
.search-field.live-search:focus
{
	border:1px solid #0cb4ce;
}
.search-field.live-search::placeholder
{
	color:white;
}
.search-field.live-search
{
	background-color: transparent;
	height: 50px;
	width: 50%;
	margin: auto;
	color:white;
	transition: 0.3s all;
	opacity: 0;
}
/* Categories Module */

ul.side-block, .footer ul
{
	padding-left: 0;
}
.cat-item
{
	list-style: none;
	margin:10px 0px;
}
.cat-item a,.cat-item a:visited,.cat-item a:active,.cat-item a:focus
{
	color:black;
	font-size: 14px;
	font-weight: 600;
	transition:0.2s all;
}
.cat-item a:hover
{
	color:#0cb4ce;
}
.cat-item a:hover .arrow
{
	border: solid #0cb4ce;
	border-width: 0 1px 1px 0;
}
.arrow
{
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 2px;
	padding: 2px;
	transition: 0.2s border;
}
.dot 
{
  	height: 5px;
    width: 5px;
    background-color: #777777;
    border-radius: 50%;
    display: inline-flex;
    margin: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.right 
{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/* Register Page */
.password-reset-link
{
	font-size:1rem;
	vertical-align:middle;
}
.password-reset-link::before
{
	content: " - ";
}
.login-btn-holder
{
	position: absolute; 
	bottom:0; 
	left:15px; 
	right:15px; 
}
form.login-form a.diy-family-social-login-link
{
	background-color:transparent !important;
	padding: 0px;
	margin: 0px;

	margin-top: 15px;
	margin-bottom: 15px;

	display: block;
	font-size: 1.5rem ;
}
form.login-form .toggle-raffle-mobile-login-form
{
	position: absolute;
	right: 0;
	display: none;
	top:0;
	bottom:0;
}
form.login-form a.diy-family-social-login-link > img
{
	margin-right:10px;
}

form.login-form-min
{
	margin-top: 45px;
}
form.login-form-min .form-group
{
	margin-bottom: 15px;
}
form.login-form-min .form-group input
{
	border-radius: 8px;
}
form.login-form-min .form-group.login-btn-holder > a.readme-btn.readme-btn-red#diy-login-btn
{
	border-radius: 8px;
}
form.login-form-min .login-btn-holder
{
	position: initial;
}
form.login-form-min a.diy-family-social-login-link
{
	background-color:transparent !important;
	padding: 0px;
	margin: 0px;

	margin-top: 15px;
	margin-bottom: 15px;

	display: block;
	font-size: 0.8rem ;
}
form.login-form-min a.diy-family-social-login-link > img
{
	margin-right:10px;
}
form.login-form-min div.or-separator
{
	text-align: center;
	width: 100%;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
form.login-form-min div.or-separator > hr
{
	margin: 0;
	width: 100%;
}
form.login-form-min div.or-separator > span > span
{
	padding-left: 15px;
	padding-right: 15px;
	color: rgba(0,0,0,0.3);
	background: #F7F7F7;
}
form.login-form-min div.or-separator > span
{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
form.login-form-min .go-to-full-register-page
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 25px;
    margin-top: 25px;
}
form.login-form-min .go-to-full-register-page p 
{
	color: #212529;
	margin-bottom: 15px;
}
form.login-form-min .go-to-full-register-page .diy-link-reverse
{
    background: rgb(212,70,57);
    color: #fff;
    padding: 7px;
	font-weight: 600;
	width: 100%;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 44px;
}
form.login-form-min .go-to-full-register-page .diy-link-reverse:hover
{
	color: #fff;
	background: rgb(175,55,47);
}
#sign-up-button
{
	width: 25%;
	font-size: 1rem;
	height: 44px;
}
.form-control
{
	border-radius: 0px;
  	-webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.login-form .form-row input[type="text"], .form-row a
{
	width: 98%;
}
.form-control:focus
{
	outline: 0;
	box-shadow: none;
	border-color:inherit;
}
.register-card-icon
{
	font-size: 48px;
	width: 64px;
	min-width: 64px;
	text-align: center;
}
.register-card-body
{
    flex-direction: column;
    align-content: center;
    align-self: center;
}
.register-card-body-text
{
	font-size: 0.9rem;
}
.diy-check-input
{
	width: 20px;
	height: 20px;
}
.diy-check-label
{
	line-height: 1.7;
	margin-left: 5px;
}
/* Account Page */
.account-details-header
{
	position: relative;
}
.account-download-json-link
{
	font-size: 1rem;
}
.account-details-header-absolute-container
{
	position: absolute;
	right:0;
	bottom:2px;
}
.account-update-alert p
{
	margin: 0;
}
button[type=submit].readme-btn-red.save-account-data-button
{
	width: 100%;
	display: flex;
	margin: auto;
}
/* MISC */
.pt-15
{
	padding-top:15px;
}
.async-background-image-defer
{
	transition: all .25s ease-in-out;
	opacity: 0.3;
}
.copyright-label
{
	margin-top: auto;
    margin-bottom: auto;
    color: white;
}
.background
{
    background: linear-gradient(90deg, #f7f7f7 50%, #fff 50%);
}
#toggler-categories
{
    text-align: center;
    display: block;
    color: black;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 7px 20px;
    width: 90%;
    background-color: #fff;
}

#toggler-categories:hover
{
    text-decoration: none;
}

#categories-list{
    background-color: #f7f7f7;
}
.search-input{
    background-color: #f7f7f7;
    color: #ccc;
    border-radius: 20px; 
    border: 1px solid #e6e6e6; 
    padding: 7px 20px;
	width: 100%;
	padding-top: 9px;
}
.search-input:focus{
    background-color: #f7f7f7; 
    border-color: #a6a6a6; 
    color: #a6a6a6;
}
.search-input::placeholder{
    color: #ccc;
}
.categories-ul{
    list-style: none; 
    padding-left: 0; 
    padding-right: 0;
}
.categories-ul li{
	width: 100%;
	transition: .5s;
}
.categories-ul li p{
	padding-top: 6px;
	padding-bottom: 5px;
	color: #000;
	transition: .5s;
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}
.categories-ul li p:hover{
    color: #a6a6a6;
	text-decoration: none; 
	cursor: pointer;
}
.main-categories{
    color: #8c8c8c; 
    border: 1px solid #8c8c8c; 
    border-radius: 14px; 
	padding-bottom: 7px;
	padding-top: 7px;
    font-size: 0.8rem;
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}
.main-categories:hover{
	cursor: pointer;
    text-decoration: none; 
    color: black; 
    background-color: #f7f7f7; 
    transition: .5s;
}
.categories-separator{
    border-bottom: 1px solid #e6e6e6; 
    margin-top: 30px;
}
.selected-category{
    color: #fff; 
    background-color: #0cb4ce; 
    border-radius: 14px; 
	padding: 7px 20px; 
	padding-top: 9px;
    padding-right: 60px;
    display: inline-block;
    position: relative;
    opacity: 0;
	transition: all .5s;
}
.remove-category{
    cursor: pointer; 
    position: absolute; 
    top: 9px; 
    right: 20px;
}
/*
	All tags popup
*/
.modal
{
	z-index: 99999999;
}
.modal.all-tags-modal .all-tags-modal-link
{
	display: inline-block;
	margin-left: 10px;
	color:#0cb4ce;
}
/*
	Share modal
*/
.modal.share-modal, .modal.all-tags-modal
{
	background: rgba(0,0,0,0.8);
	overflow-y:hidden;
}
.modal.share-modal .modal-content, .modal.all-tags-modal .modal-content
{
	background-color: transparent;
	color:white;
	border: 0px;
}
.modal.share-modal .modal-content .modal-header, .modal.all-tags-modal .modal-content .modal-header
{
	border-bottom:0px;
}
.modal.share-modal .modal-content button.close > span, .modal.all-tags-modal .modal-content button.close > span
{
	border: 1px solid white;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}
.modal.share-modal .modal-content button.close:focus, .modal.all-tags-modal .modal-content button.close:focus
{
	box-shadow: none;
	outline: 0;
	border:0;
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container
{
	flex-wrap: wrap;
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button
{
	display: block;
	width: 50%;
	text-align: left;
	justify-content: flex-start;
}
.modal.share-modal .share-on-social-media-buttons-container
{
	max-width: unset;
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button 
{
	margin-right: 0;
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button > i
{
	min-width: 25px;
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.facebook-share-button > i
{
    color: rgb(70,86,150);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.twitter-share-button > i
{
    color: rgb(119,168,236);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.sms-share-button > i
{
    color: rgb(238,193,38);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.whatsapp-share-button > i
{
    color: rgb(120,212,105);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.telegram-share-button > i
{
    color: rgb(56,175,226);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.messenger-share-button > i
{
    color: rgb(98,131,252);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.flipboard-share-button > i
{
    color: rgb(195,50,46);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.vk-share-button > i
{
    color: rgb(87,106,144);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.ok-share-button > i
{
    color: rgb(194,123,53);
}
.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button.pinterest-share-button > i
{
    color: rgb(189, 8, 28);
}
/*
	OneSignal
*/
div#onesignal-bell-container 
{
	bottom: 50px !important;
}
/* Hide deferred images */
img.async-load-image
{
	opacity: 0;
	transition: 1.2s all;
}
.diy-btn:nth-child(even)
{
	margin-left: 5px;
}
p.diy-modal-footer-postname 
{
    font-weight: 900;
    display: flex;
    justify-content: flex-start;
    width: 95%;
    margin: 0px;
    font-size: 20px;
}
.live-share-title
{
	font-weight: 900;
}
div.modal-footer.diy-modal-footer
{
	border-top:none;
	padding-top: 0px;
}
#bookmarking-post-image
{
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#bookmark-notice-textarea.form-control
{
	min-height: calc(50% - 32px);
	max-height: calc(50% - 32px);

	margin-bottom: 0px;
}
.bookmark-modal .modal-dialog .modal-content
{
	background-color: #2F3032;
	color:white;
}
.bookmark-modal .modal-dialog .modal-content #bookmarking-post-image,
.bookmark-modal .modal-dialog .modal-content #bookmark-notice-textarea,
.bookmark-modal .modal-dialog .modal-content .bookmark-notice-emoji-container
{
	border-radius: 15px;
}
.bookmark-modal .modal-dialog .modal-content .bookmark-notice-emoji-container
{
	background:white;
}
.bookmark-modal .modal-dialog .modal-content .modal-footer button.diy-btn
{
	padding: 7px 45px;
}
.bookmark-modal .emoji-link:hover,
.bookmark-modal .emoji-link:focus,
.bookmark-modal .emoji-link:active,
.bookmark-modal .emoji-link:visited
{
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}
input.emoji-text-input
{
	border:none;
	display: flex;
	text-align: center;
	width: 48px;
	font-size:32px;
	cursor: pointer;
	overflow: hidden;
}
input.emoji-text-input:focus
{
	box-shadow: none;
	outline:0;
}
.emoji-link
{
	text-align: center;
	display: inline-block;
	width: 48px;
}
.bookmark-notice-emoji-container
{
	min-height: calc(50% - 5px);
	margin-top: 5px;
	overflow: scroll;
	padding:15px;
	border:1px solid #ced4da;
	font-size:2.5rem;
	max-height: 50px;
	text-align: center;
}
.standard-404
{
	max-width: 450px;
}
hr.hr-separator.small
{
	width: 90px;
}
hr.hr-separator
{
	margin-top:36px;
	margin-bottom: 36px;
	border-width: 2px;
}
hr.hr-separator.blue
{
	border-color: #0cb4ce;
}
.bigtext
{
	font-size:200px;
}
.style-light:not(a)
{
    color: #777777 !important;
}
a.style-light:not(:hover)
{
	color: #777777 !important;
}
.spacer
{
	margin-top: 50px;
	margin-bottom: 50px;
}
.unclickable
{
	pointer-events: none;
	color:black !important;
}
.diy-breadcrumb
{
	list-style: none;
}
.breadcrumb-post-title
{
	font-weight: 600;
}
.breadcrumb-tree-scheme
{
	font-weight: 500;
}
.diy-breadcrumb-item
{
	display: inline-block;
}
.diy-breadcrumb-item a.diy-link
{
	color: #777777;
}
.diy-breadcrumb-item a.diy-link:hover
{
	color:#0cb4ce;
}
.diy-breadcrumb-item.active::before
{
	display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #777777;
    content: "/";
}
.breadcrumb-left
{
	justify-content: flex-start;
}
.breadcrumb-right
{
	justify-content: flex-end;
}
.no-margin
{
	margin: 0px !important;
}
.no-padding
{
	padding: 0px !important;
}
.preload
{
	display: none;
}
.search-overlay
{
	position: fixed;
	display: none;
	opacity: 0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 1;
	background-color: rgba(0,0,0,0.7);
}
.close-search-overlay
{
	position: absolute;
	z-index: 10;
	top:25px;
	right: 25px;
	font-size:24px;
}
#diy-login-btn
{
	margin-top:0;
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1rem;
}
.module-title
{
	font-family: Poppins;
	margin:25px 0px;
	margin-top: 35px;
	font-size: 0.75rem;
	letter-spacing: 0.07em;
    text-transform: uppercase;
	font-weight: 800;
}
.color-light
{
	color:#777777;
}
.grid
{
	position: relative;
	margin: 15px 0px;
	padding-bottom: 15px;
}
/* clearfix */
.grid:after 
{
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,.grid-item
{
	width: calc((100% - (30px * 3)) / 4);
}
.gutter-sizer
{
	width: 30px;
}
.grid-item
{
	margin-bottom: 30px;
	transition: opacity .3s;
}
.grid-item:last-child
{
	margin-bottom: 0px;
}
/* Font Sizes */
.fs-13
{
	font-size: 13px;
}
.fs-14
{
	font-size: 14px;
}
.fs-16
{
	font-size: 16px;
}
.fs-17
{
	font-size: 17px;
}
.fs-18
{
	font-size: 18px;
}
/* SHARE LINKS */
.share-on-social-media-buttons-container
{
	justify-content: space-between;
}
.share-on-social-media-buttons-container minified
{
	margin-left: -5px;
}
.share-on-social-media-buttons-container.minified > a.gsr-share-button
{
	float: left;
    margin: auto;
    margin-left: 5px;
    margin-bottom: 5px;
}
a.gsr-share-button {
cursor: pointer;
padding: 6px 0;
width: 70px;
flex-direction: column;
justify-items: center;
text-align: center;
color: #fff;
border-radius: 10px;
margin-bottom: 5px;
}
a.gsr-share-button.gsr-share-button-live
{
	background-color: transparent !important;
}
a.gsr-share-button>i 
{
font-size: 25px;
}
a.gsr-share-button[data-pin-custom="true"]
{
	color:white;
}
a.gsr-share-button[data-pin-custom="true"]:hover
{
	color:white;
}

.single-post-content .share-on-social-media-buttons-container a.gsr-share-button, .share-page-block a.gsr-share-button
{
	color:white;
	width: 48px;
}
.single-post-content .share-on-social-media-buttons-container a.gsr-share-button:hover
{
	color:white;
}
.diy-side-block-col .share-on-social-media-buttons-container.minified
{
	margin-left: -5px;
}
a.gsr-share-button:hover
{
    color:white;
    text-decoration: none;
}
a.gsr-share-button:active ,a.gsr-share-button:focused, a.gsr-share-button:visited,a.gsr-share-button:hover
{
    text-decoration: none;
    outline: 0;
}
a.gsr-share-button > i
{
    font-size:16px;
}
a.gsr-share-button.facebook-share-button
{
    background-color: rgb(70,86,150);
}
a.gsr-share-button.twitter-share-button
{
    background-color: rgb(119,168,236);
}
a.gsr-share-button.sms-share-button
{
    background-color: rgb(238,193,38);
}
a.gsr-share-button.whatsapp-share-button
{
    background-color: rgb(120,212,105);
}
a.gsr-share-button.telegram-share-button
{
    background-color: rgb(56,175,226);
}
a.gsr-share-button.messenger-share-button
{
    background-color: rgb(98,131,252);
}
a.gsr-share-button.flipboard-share-button
{
    background-color: rgb(195,50,46);
}
a.gsr-share-button.vk-share-button
{
    background-color: rgb(87,106,144);
}
a.gsr-share-button.ok-share-button
{
    background-color: rgb(194,123,53);
}
a.gsr-share-button.pinterest-share-button
{
    background-color: rgb(189, 8, 28);
}
.long-word-wrap , .single-post-content a
{
	overflow-wrap:break-word;
	word-wrap:break-word;
	-ms-word-break:break-all;
	word-break:break-all;
	word-break:break-word;
	-ms-hyphens:auto;
	-moz-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.bookmarked-times.remove-bookmark
{
	cursor: pointer;
}
.bookmarked-times
{
	padding-right: 5px;
}
.card-title .far.fa-bookmark
{
	font-size:12px;
}
div.card-title
{
	margin-bottom: 0;
}
/* Categories on bookmarks page */
/* CAT TEST */
/* width */
.sub-search-categories-holder::-webkit-scrollbar {
  height:calc(2px + 0.5vw);
}

/* Track */
.sub-search-categories-holder::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
 
/* Handle */
.sub-search-categories-holder::-webkit-scrollbar-thumb {
  background: transparent; /* Scrollbar thumb */ 
  border-radius: 10px;
}
.cat-col:first-child
{
    margin-left:0px;
}
.cat-col
{
    padding: 3px 10px !important;
	text-align: center;
	display: inline-block;
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	border-radius: 7px;
}
a.cat-col,a.cat-col:visited
{
    color: grey;
	font-weight: lighter;
	border: 1px solid #ddd;
	font-size: 17px;
	text-decoration: none;
	transition: 0.25s all;
}
a.cat-col.active-cat-label
{
	color:silver;
}
a.cat-col:hover
{
    color:silver;
    text-decoration: none;
}
a.cat-col:active
{
    color:silver;
    text-decoration: none;
}
.sub-search-categories-holder 
{
	height: 36px;
	transition: 0.3s all;
	overflow-x: hidden;
	overflow-y: hidden;
	background: transparent;
}
a.cat-show-all, a.cat-show-all:active, a.cat-show-all:visited 
{
	margin-bottom: auto;
	color: #A3A3A3;
	width: 100%;
	padding: 3px;
	text-align: center;
	color: gray;
	font-weight: 300;
	font-size: 17px;
	text-decoration: none;
	transition: 0.25s all;
	border-radius: 7px;
	border: 1px solid #ddd;
}
.attachment-info a.edit-attachment
{
	display: none;
}
a.cat-show-all:hover
{
    background: rgba(75,75,75,0.75);
    text-decoration: none;
    outline: 0;
    color:white;
}
.menu-image-title-after img
{
	margin-right: 15px;
}
.diy-mobile-footer-menu .menu-item *
{
	font-size: 0.55rem;
	text-align: center;
}
.diy-mobile-footer-menu .menu-item a > img
{
	margin-bottom: 7px;
	width: 25px;
	height: 25px;
	margin: auto;
}
.wp-block-columns
{
	margin-bottom: 0px;
}

div.wp-block-columns:last-child div.wp-block-column div.diy-container-y
{
	padding-bottom: 0px;
}
.diy-gutter.row
{
	margin-left: -15px;
	margin-right: -15px;
}
.diy-gutter > [class^="col-"], .gutter-2 > [class^=" col-"] 
{
   padding-right: 15px;
   padding-left: 15px;
}
ins.adsbygoogle
{ 
	position: relative;
	height: unset;
}
ins.adsbygoogle *
{
	overflow-x: hidden;
}
/* MEDIA QUERIES */

@media screen and (min-width: 1200px)
{
	.sidebar-col, div.diy-sidebar.diy-container.diy-container-y.diy-container-yt
	{
		width: 20% 
	}
	.diy-shop-navbar
	{
		left: 20%;
	}
	.diy-shop-navbar.diy-container
	{
		width: 80%;
	}
	.content-col
	{
		width: 80%;
	}
}
@media screen and (min-width: 1921px)
{
	div.diy-sidebar.diy-container.diy-container-y.diy-container-yt
	{
		position: relative;
		width: 100%;
	}
}
@media screen and (min-width: 1600px)
{
	.grid-sizer,.grid-item
	{
		width: calc((100% - (50px * 3)) / 4);
	}
	.gutter-sizer
	{
		width: 50px;
	}
	.grid-item
	{
		margin-bottom: 50px;
		transition: opacity .3s;
	}
	#container, .diy-container
	{
		width: 100%;
		padding-right: 50px;
		padding-left: 50px;
	}
	.paginate
	{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	div.homepage-category-link div.homepage-category-image-text
	{
		left:25px;
		right:25px;
	}
	.wp-block-column:not(:first-child)
	{
		margin-left: 50px;
	}
	.diy-container-y
	{
		padding-bottom: 50px;
	}
	.diy-container-yt
	{
		padding-top: 50px;
	}
	.diy-gutter.row 
	{
	    margin-right: -25px;
	    margin-left: -25px;
	}
	.diy-gutter > [class^="col-"], .gutter-2 > [class^=" col-"] 
	{
	    padding-right: 25px;
	    padding-left: 25px;
	}
	.author-tools-btn-wrapper
	{
		margin-top: -35px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1599px)
{
	div.card div.card-head *
	{
		font-size: 0.8rem;
	}
	div.card div.card-head .unregistered, div.card div.card-head .unregistered a 
	{
		font-size: 0.6rem;
	}
	#container, .diy-container
	{
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	.paginate
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	div.homepage-category-link div.homepage-category-image-text
	{
		left:15px;
		right:15px;
	}
	.diy-container-y
	{
		padding-bottom: 30px;
	}
	.diy-container-yt
	{
		padding-top: 30px;
	}
	.grid-sizer,.grid-item
	{
		width: calc((100% - (30px * 3)) / 4);
	}
	.gutter-sizer
	{
		width: 30px;
	}
	.grid-item
	{
		margin-bottom: 30px;
	}
	.wp-block-column:not(:first-child)
	{
		margin-left: 30px;
	}
}
@media screen and (max-width: 1199px)
{
	.selected-category
	{
		border-radius: 8px;
	}
	#categories-list
	{
		height: 72px;
		max-height: 72px;
	}
	.diy-gutter.row 
	{
	    margin-right: -7.5px;
	    margin-left: -7.5px;
	}
	.diy-gutter > [class^="col-"], .diy-gutter > [class^=" col-"] 
	{
	    padding-right: 7.5px;
	    padding-left: 7.5px;
	}
	div.homepage-category-link div.homepage-category-image-text
	{
		left:7.5px;
		right:7.5px;
	}
	.author-tools-btn-wrapper
	{
		margin-top: -7.5px;
	}
	.grid-sizer,.grid-item
	{
		width: calc((100% - (15px * 2)) / 3);
	}
	.gutter-sizer
	{
		width: 15px;
	}
	.grid-item
	{
		margin-bottom: 15px;
		transition: opacity .3s;
	}
	.wp-block-column:not(:first-child)
	{
		margin-left: 15px;
	}
	.share-on-social-media-buttons-container
	{
		display: inline-block !important;
	}
	a.gsr-share-button
	{
		margin: auto;
		float:left;
		margin-right:5px;
		margin-bottom: 5px;
	}
	.grid-sizer,.grid-item
	{
		width: calc((100% - (20px * 2)) / 3);
	}
	.single-post-author-block 
	{
		height: auto;
	}
	.single-post-author-block .author-general-info
	{
		width: 100%;
	}
	.single-post-author-block .author-buttons
	{
		width: 100%;
		margin-top: 15px;
		flex-direction: row-reverse;
	}
	.single-post-author-block .author-buttons .like-button
	{
		margin-left: 25px;
		margin-right: 0;
	}
}
@media screen and (min-width: 992px)
{
	.post-container .col-lg-4 .live-search-form
	{
		margin-top: 15px;
	}
	.wp-block-columns:lash-child .wp-block-column .diy-container-y
	{
		padding-bottom: 0px !important; 
	}
	.diy-mobile-footer-menu, .diy-mobile-header-menu
	{
		display: none;
	}
	.sidebar-col div.mobile-sidebar-close-toggler
	{
		display: none;
	}
}
@media screen and (min-width: 782px) and (max-width: 991px)
{
	div.wp-block-columns div.wp-block-column:nth-child(2n)
	{
		margin-left: 15px;
	}
}
/* Collapse */
@media screen and (max-width: 991px)
{
	.diy-side-block-col
	{
		margin-top: 15px;
	}
	div.card div.card-head *
	{
		font-size: 0.65rem;
	}
	.wp-block-columns
	{
		flex-wrap: wrap !important;
	}
	.wp-block-columns .wp-block-column
	{
		margin-left: 0px !important;
	}
	div.wp-block-columns:last-child div.wp-block-column:not(:last-child) div.diy-container-y
	{
		padding-bottom: 15px;
	}
	div.wp-block-columns:last-child div.wp-block-column:last-child div.diy-container-y .homepage-user-list
	{
		margin-bottom: -15px;
	}
	div.wp-block-columns:last-child div.wp-block-column:last-child div.diy-container-y .homepage-user-list-item
	{
		margin-bottom: 15px;
	}
	.diy-shop-navbar-user-link
	{
		display: none;
	}
	.wp-block-columns.reverse
	{
		flex-wrap: wrap-reverse;
	}
	div.wp-block-columns div.wp-block-column
	{
		flex-basis: 100%!important;
	}
	.author-tools-btn-wrapper
	{
		display: none;
	}
	.homepage-post-stuff
	{
		display: none;
	}
	form.login-form-min a.diy-family-social-login-link > img
	{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	div.sidebar-col.mobile-sidebar
	{
		width: 45%;
		left:unset;
		right:0;
	}
	div.diy-sidebar.diy-container.diy-container-y.diy-container-yt
	{
		width: 45%;
	}
	.gutter-sizer
	{
		width: 10px;
	}
	#wpadminbar
	{
		z-index: 10;
		top:0px;
	}
	#wp-toolbar
	{
		z-index: 10;
	}
	.sidebar-col
	{
		display: none;
	}
	.content-col
	{
		width: 100%;
	}
	.sidebar-col .diy-logo-brand
	{
		display: none;
	}
	.sidebar-col.mobile-sidebar
	{
		display: flex;
		position: fixed;
		top:0;
		bottom:0;
		right:-100%;
		z-index: 99999;
		transition: .3s;
	}
	.sidebar-col div.mobile-sidebar-close-toggler
	{
		display: block;
		position: absolute;
		right:15px;
		top:15px;
		z-index: 999999;
	}
	.sidebar-col .diy-sidebar
	{
		padding-top: 45px;
	}
	.diy-mobile-footer-menu,.diy-mobile-header-menu
	{
		position: fixed;
		bottom:0;
		left:0;
		right:0;
		height: 75px;
		background: white;
		align-content: center;
		z-index: 10000;
		display: flex;
		justify-content: space-between;
		padding-left:15px;
		padding-right: 15px;
		flex-wrap: wrap;

		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

	}
	.diy-mobile-header-menu
	{
		bottom:unset;
		top:0;
	}
	.homepage-search-bar
	{
		display: block;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-link
	{
		flex-direction: row;
		display: flex;
		justify-content: center;
		align-items: center;
		color:black;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-link.logo img
	{
		height: 55px !important;
	}
	.diy-mobile-footer-menu .navbar-nav
	{
		flex-direction: row;
	    display: flex;
	    align-content: flex-end;
	    justify-content: space-between;
	    align-items: center;
	    color: black;
	    width: 100%;
	}
	#overlay-button div
	{
		right: 25px !important;
		bottom: 105px !important;
	}
	.diy-mobile-footer-menu .navbar-nav li.menu-item
	{
		display: flex;
		flex-direction: column;
	}
	.diy-mobile-footer-menu .menu-image-title-after
	{
		display: flex;
		flex-direction: column;
		word-break: break-word;
	}
	.diy-mobile-footer-menu .menu-image-title-after img
	{
		margin-right: 0px;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-search-container
	{
		background: white;
		display: none;
		width: 100%;
	}
	div.row.content-container
	{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.banner-margin-top
	{
		margin-top: 20px;
	}
	.banner-margin-bottom
	{
		margin-bottom: -40px;
	}
	/*
		AMP
	*/
	div.collapse.amp-collapsed-menu#navbar-content
	{
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		white-space: nowrap;
		overflow: scroll;
	}
	div.collapse.amp-collapsed-menu#navbar-content > ul.navbar-nav
	{
		margin-right:0 !important;
		margin-left: 0 !important;
		display: flex;
		flex-direction: row;
		white-space: nowrap;
	}
	div.collapse.amp-collapsed-menu#navbar-content > ul.navbar-nav > li.menu-item
	{
		margin-right: 10px;
	}
	html[amp] #wpadminbar
	{
		position: fixed;
	}
	.wp-block-image img
	{
		height: auto;
	}
	.header-border-left
	{
		margin-left: 0;
		padding-left: 0;
		border:none;
	}
	.categories-navbar-container
	{
		display: flex !important;
    	overflow: scroll;
	}
	.categories-navbar-container > .navbar-nav
	{
		flex-direction: row;
		white-space: nowrap;
	}
	.categories-navbar-container > .navbar-nav > li
	{
		margin-right: 10px;
		display: inline;
	}
	.seasonal-categories-bar > li:first-child
	{
		padding-left: 10px;
	}
	.absolute-pos-container
	{
		bottom: -55px;
    	right: 75px;
    	z-index: 10;
	}
	.live-search-opener
	{
		font-size: 24px;
	}
	.search-field.live-search
	{
		width: 90%;
	}
	.footer-menu-header
	{
		font-size: 1.2rem;
	}
	.footertitle
	{
		font-size: 1.5rem;
	}
	form.login-form-min a.diy-family-social-login-link
	{
		display: inline-flex;
	    width: calc(33.33% - 7.5px);
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	    justify-content: center;
	    font-size: 0.55rem;
	    padding: 5px;
	    background-color: white !important;
	    border-radius: 8px;
	    height: 100%;
	    margin-top: 0px;
	    border:1px solid rgba(0,0,0,0.3);
	}
	form.login-form-min a.diy-family-social-login-link > svg
	{
		margin-right: 0px;
		margin-bottom: 5px;
	}
	form.login-form-min .socila-login-links-container
	{
		display: flex;
		height: 80px;
		margin-bottom: 15px;
		justify-content: space-between;
	}
	form.login-form-min .login-btn-holder:after
	{
		display: none;
	}

	.background
	{
		background: #fff;
	}

	.register-form-row
	{
		flex-direction: column-reverse;
	}
	.diy-register-form
	{
		margin-bottom: 30px;
	}
	.register-card:last-child
	{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) and (orientation:portrait)
{
	#wpadminbar
	{
		z-index: 10;
		top:75px;
		position: fixed;
	}
}
@media screen and (max-width: 991px) and (orientation:portrait)
{
	.sidebar-col .sidebar-search
	{
		display: none;
	}
	div.row.content-container
	{
		padding-top: 75px;
	}
	.diy-mobile-header-menu
	{
		height: 75px;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-search-container
	{
		display: inline-block;
	}

}
@media screen and (max-width: 991px) and (orientation:landscape)
{
	.grid-sizer,.grid-item
	{
		width: calc((100% - (15px * 2)) / 3);
	}
	.gutter-sizer
	{
		width: 15px;
	}
	.grid-item
	{
		margin-bottom: 15px;
		transition: opacity .3s;
	}
	.sidebar-col .sidebar-search
	{
		display: none;
	}
	div.row.content-container
	{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 100px;
		padding-right: 100px
	}
	.diy-mobile-footer-menu, .diy-mobile-header-menu
	{
		height: 100%;
		width: 100px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		z-index: 1;

		left:unset;
		top:0;
		right: 0;
		bottom:0;

		z-index: 1;
	}
	.diy-mobile-header-menu 
	{
		left:0;
		top:0;
		right: unset;
		bottom:0;
		flex-direction: column;
		justify-content: space-between;
	}
	.diy-mobile-footer-menu .navbar-nav
	{
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	#overlay-button div
	{
		right: 125px !important;
		bottom:25px !important;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-link:not(.logo)
	{
		order:999;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-link.logo
	{
		order: 1; 
	}
	body div div.diy-mobile-header-menu a.diy-mobile-header-menu-link.logo img
	{
		width: 100% !important;
		height: auto !important;
	}
	.diy-mobile-header-menu .diy-mobile-header-menu-search-container
	{
		display: none;
	}
}
@media screen and (max-width: 782px)
{
	div.wp-block-columns div.wp-block-column:nth-child(2n)
	{
		margin-left: 0px;
	}
}
@media screen and (max-width: 767px)
{
	.single-page-content, .single-post-title
	{
		word-break: break-word;
	}
	div.sidebar-col.mobile-sidebar
	{
		width: 80%;
		left:unset;
		right:0;
	}
	.grid-sizer,.grid-item
	{
		width: calc((100% - (10px * 1)) / 2);
	}
	.grid-item
	{
		margin-bottom: 10px;
	}
	.gutter-sizer
	{
		width: 10px;
	}
	.content-col img
	{
		max-width: 100%;
	}
	div.diy-sidebar.diy-container.diy-container-y.diy-container-yt
	{
		width: 80%;
	}
	.sidebar-col.mobile-sidebar
	{
		overflow: scroll;
		background: #F7F7F7;
	}
	.sidebar-col.mobile-sidebar .diy-sidebar form.login-form.login-form-min
	{
		padding-bottom: 15px;
	}
	.shortened-row .col:last-child
	{
		display: none;
	}
	.account-settings-row-holder
	{
		flex-direction: column-reverse;
	}
	.form-row.login-form-row
	{
		flex-direction: column;
	}
	.form-row.login-form-row input
	{
		width: 100%;
		margin: 0;
	}
	.form-row.login-form-row div:not(:first-child)
	{
		margin-top: 15px;
	}
	#sign-up-button
	{
		margin-right: 0 !important;
	}
	.register-page-btn
	{
		margin-left: auto;
	}
	.login-btn-holder
	{
		position: initial;
	}
	.login-btn-holder:after
	{
		content:'';
		display: flex;
		border-bottom: 1px solid silver;
		width: 100%;
		padding-top: 15px;
		height: 1px;
	}
}
@media screen and (min-width: 768px)
{
	.diy-mobile-footer-menu .menu-item *
	{
		font-size: 0.9rem;
		text-align: center;
	}
}
@media screen and (max-width: 600px) and (orientation:landscape)
{
	#wpadminbar
	{
		position: fixed;
		left:100px;
		right:100px;
		min-width: calc( 100% - 200px ) !important;
    	width: calc( 100% - 200px );
	}
}
/* Any smartphone in portrait view */
@media screen and (max-width: 575px)
{
	#overlay-button div
	{
		font-size: 13px !important;
		width: 130px !important;
		height: 130px !important;
		border-radius: 50% !important;
	}
	.password-reset-link::before
	{
		content: "";
	}
	.password-reset-link
	{
		display: block;
	}
	form.login-form:not(.login-form-min) a.diy-family-social-login-link
	{
		font-size: 1.2rem;
	}
	.login-form .form-row input[type="text"], .form-row a
	{
		width: 100%;
	}
	a.diy-link.post-title
	{
		margin-top: 0px;
		font-size: 1rem;
	}
	.bookmark-btn.unregistered
	{
		font-size: 55%;
		padding-top: 3px;
	}
	#sign-up-button
	{
		width: 100%;
	}
	.card-head
	{
		padding: 5px;
	}
	.card-body
	{
		padding: 12px;
	}
	.diy-card-post-author, .diy-card-tags
	{
		margin-right: -12px;
		margin-left: -12px;

		padding: 12px;
	}
	.diy-card-tags
	{
		font-size: 0.7rem;
		padding-bottom: 0px;
	}

	div.diy-card-post-author img.diy-card-post-author-photo
	{
		width: 48px;
		height: 48px;
	}
	div.diy-card-post-author span.diy-card-post-author-name
	{
		margin-left: 12px;
	}
	.diy-link.post-title
	{
		font-size: 0.9rem;
		font-weight: 900 !important;
		line-height: 1.2;
		display: block;
	}
	.breadcrumb-left,.breadcrumb-right
	{
		justify-content: center;
	}
	.bigtext
	{
		font-size: 150px;
	}
	.bookmark-me-btn
	{
		font-size: 0.5rem;
	}
	.bookmarked-times
	{
		font-size: 0.8rem;
	}
	.readme-btn-red.readme-btn:not(.register-page-btn):not(#diy-login-btn):not(.save-account-data-button)
	{
		width: 70%;
		font-size: 0.55rem;
	}
	.share-me-btn
	{
		width: 21px;
	}
	.share-me-btn > svg
	{
		width: 21px;
		height: 21px;
	}
	.menu-footer-container .footer-mobile-centered
	{
		display: flex;
		justify-content: center;
	}
	.menu-footer-container .container
	{
		padding: 0;
	}
	a.cat-show-all
	{
		font-size: 12px;
	}
	a.cat-col
	{
		font-size: 12px;
	}
	.sub-search-categories-holder
	{
		height: 28px;
	}
	.account-download-json-link:before
	{
		content: '\A';
		display: block;
	}
	.account-details-header-absolute-container
	{
		position: relative;
		margin-top: 30px;
	}
	.readme-btn.readme-btn-red.save-account-data-button
	{
		font-size:16px;
	}
	.grid-sizer,.grid-item
	{
		width: calc((100% - (10px * 1)) / 2);
	}
	.grid-item
	{
		margin-bottom: 10px;
	}
	.gutter-sizer
	{
		width: 10px;
	}
	.modal.share-modal .modal-content .share-on-social-media-buttons-container a.gsr-share-button 
	{
		width: 100%;
	}
	.diy-card-post-author > span.diy-card-post-author-name
	{
		font-size: 12px;
	}
}

@media screen and (max-width: 350px)
{
	.copyright-label
	{
		font-size: 0.7rem;
	}
	.readme-btn-red.readme-btn:not(.register-page-btn):not(#diy-login-btn):not(.save-account-data-button)
	{
		width: 70%;
		font-size: 0.45rem;
	}
	.diy-card-post-author > span.diy-card-post-author-name
	{
		font-size: 8px;
	}
	div.card div.card-head *, div.vard div.card-title div.card-head .far.fa-bookmark
	{
		font-size: 0.35rem !important;
	}
	.bookmarked-times
	{
		margin-right: 0px !important;
	}
	.footer-menu-header
	{
		font-size: 0.9rem;
	}
	.footermenu li.menu-item,.footermenu li.menu-item *
	{
		font-size: 0.75rem;
	}
	form.login-form-min .register-form-min-login-text
	{
		font-size: 0.6rem !important;
	}

}

.wp-block-media-text__media img, .wp-block-media-text__media video
{
	height: 100%;
}

.diy-family-info-box{
	flex: 1 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 70vh;
}
.diy-family-info-icon{
	margin-bottom: 30px;
}
/*
	Animations
*/
.pulsate-fwd{-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;animation:pulsate-fwd .5s ease-in-out infinite both}
@-webkit-keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}

/* Posts header for mobiles */
.diy-post-mobile-header {
	width: 100%;
    height: auto;
    position: relative;
}

.diy-post-mobile-header img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}