.guttypress-admin *, .guttypress-wizard *, .guttypress_variation * {
	box-sizing: border-box;
}

.guttypress-admin, .guttypress-wizard, .post-type-guttypress_cpt_lib, .post-type-guttypress_tax_lib, .post-type-wp_block, .guttypress_variation {
	--wp-admin-theme-color: #3858E9;
	--wp-admin-theme-color-darker-10: #2145e6;
	--wp-admin-theme-color-background: #1d2327;
	--secondaryBackground: #E8E8E8;
	--secondaryBackgroundLight: #FCFCFC;
	--mainColor: #171717;
	--headingsColor: #171717;
	--descColor: #787878;
	--fontSize: 16px;
	--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--borderColorLight: #DBDBDB;
}

body.guttypress_page_guttypress-admin-marketplace {
	background-color: #fff;
}

body.admin-color-light {
	--wp-admin-theme-color:#0085ba;
	--wp-admin-theme-color-darker-10:#0073a1;
	--wp-admin-theme-color-background:#e5e5e5;
}

body.admin-color-modern {
	--wp-admin-theme-color:#3858e9;
	--wp-admin-theme-color-darker-10:#2145e6;
	--wp-admin-theme-color-background:#1e1e1e;
}

body.admin-color-blue {
	--wp-admin-theme-color:#096484;
	--wp-admin-theme-color-darker-10:#07526c;
	--wp-admin-theme-color-background:#52accc;
}

body.admin-color-coffee {
	--wp-admin-theme-color:#46403c;
	--wp-admin-theme-color-darker-10:#383330;
	--wp-admin-theme-color-background:#59524c;
}

body.admin-color-ectoplasm {
	--wp-admin-theme-color:#523f6d;
	--wp-admin-theme-color-darker-10:#46365d;
	--wp-admin-theme-color-background:#523f6d;
}

body.admin-color-midnight {
	--wp-admin-theme-color:#e14d43;
	--wp-admin-theme-color-darker-10:#dd382d;
	--wp-admin-theme-color-background:#363b3f;
}

body.admin-color-ocean {
	--wp-admin-theme-color:#627c83;
	--wp-admin-theme-color-darker-10:#576e74;
	--wp-admin-theme-color-background:#738e96;
}

body.admin-color-sunrise {
	--wp-admin-theme-color:#dd823b;
	--wp-admin-theme-color-darker-10:#d97426;
	--wp-admin-theme-color-background:#cf4944;
}

.guttypress-admin input[type="checkbox"],
.guttypress-wizard input[type="checkbox"] {
	font-family: var(--fontFamily);
	box-shadow: 0 0 0 transparent;
	transition: box-shadow 0.1s linear;
	border-radius: 2px;
	border: 1px solid var(--mainColor);
	font-size: 16px;
	line-height: normal;
	margin-right: 12px;
	transition: none;
	border-radius: 2px;
	background: #fff;
	color: var(--mainColor);
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	margin: -1px 4px 0 0 !important;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: top;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	transition: 0.1s border-color ease-in-out;
}

.guttypress-admin input[type="checkbox"]:checked::before,
.guttypress-wizard input[type="checkbox"]:checked::before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
	background: var(--wp-admin-theme-color);
	margin: -1px;
	width: 20px;
	height: 20px;
}

.guttypress-admin input[type="checkbox"]:focus,
.guttypress-admin input[type="checkbox"]:active,
.guttypress-wizard input[type="checkbox"]:focus,
.guttypress-wizard input[type="checkbox"]:active {
	box-shadow: 0 0 0 2px var(--wp-admin-theme-color);
	border-color: transparent;
}

.guttypress-admin iframe {
	max-width: 100%;
}

.guttypress-setup-content::after,
.guttypress-admin .guttypress-dashboard-wrapper::after {
	content: '';
    width: 300px;
    height: 300px;
    background: url(../img/guttypress-letter-blue.svg) no-repeat 100% 0px;
    background-size: 300px 300px;
    filter: grayscale(1);
    opacity: 0.1;
    position: fixed;
    top: 130px;
    right: 0;
	z-index: -1;
}

.guttypress-admin-post .nav-tab-wrapper,
.guttypress-admin .nav-tab-wrapper {
    padding: 0;
    margin: 0;
    border: 0;
    flex-wrap: wrap;
    gap: 24px;
}

.guttypress-admin-post .nav-tab-wrap-actions .button,
.guttypress-admin .nav-tab-wrap-actions {
	display: flex;
    gap: 8px;
}

.guttypress-admin-post .nav-tab-wrap-actions .button,
.guttypress-admin .nav-tab-wrap-actions .button {
	line-height: 38px;
}

.guttypress-admin-post .nav-tab,
.guttypress-admin .nav-tab {
	padding: 10px;
    border-bottom: 1.5px solid transparent;
    border-radius: 0;
    height: auto;
    border: 0;
    background: inherit;
    font-weight: 500;
	margin: 0;
}

.guttypress-admin-post .nav-tab-active,
.guttypress-admin .nav-tab-active {
	background: inherit;
	border-bottom: 1.5px solid var(--wp-admin-theme-color);
	margin-bottom: 0;
}

.guttypress-admin .nav-tab:hover,
.guttypress-admin-post .nav-tab:hover,
.guttypress-admin-post .nav-tab:focus,
.guttypress-admin .nav-tab:focus {
	color: var(--wp-admin-theme-color-darker-10);
}

.guttypress-admin-post #screen-meta-links {
    z-index: 1100;
    position: relative;
}

.guttypress-admin .guttypress-option {
    padding: 24px 32px;
    border-radius: 0 0 12px 12px;
    margin: 0 auto;
    position: relative;
    top: 64px;
}

.guttypress-admin .guttypress-option .postbox {
	background: none;
    border: none;
    box-shadow: none;
    min-width: inherit;
}

.guttypress-admin #wpcontent {
    padding-left: 0;
}

.guttypress-admin .guttypress-notice {
	display: flex;
    align-items: center;
    top: 80px;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 70px);
}

.guttypress-option .guttypress-notice {
	width: 100%;
	top:0;
	left: 0;
	margin: 1rem 0;
	display: block;
}

.toplevel_page_guttypress-admin-dashboard .guttypress-notice {
	z-index: 50;
}

.guttypress-admin p.submit {
	margin-top: 50px;
    position: sticky;
    bottom: 0px;
    z-index: 100;
    width: calc(100% - 10px);
    padding: 1rem 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    left: 0px;
	background-color: #f1f1f1;
}

.guttypress-admin .w-100,
.guttypress-option .w-100,
.post-type-guttypress_cpt_lib .w-100,
.post-type-guttypress_tax_lib .w-100,
.post-type-wp_block .w-100,
.post-type-guttypress_variation .w-100 {
	width: 100%;
}

.guttypress-admin .block,
.guttypress-option .block,
.post-type-guttypress_cpt_lib .block
.post-type-guttypress_tax_lib .block,
.post-type-wp_block .block,
.post-type-guttypress_variation .block {
	display: block;
}

.guttypress-admin .flex,
.guttypress-option .flex,
.post-type-guttypress_cpt_lib .flex,
.post-type-guttypress_tax_lib .flex,
.post-type-wp_block .flex,
.post-type-guttypress_variation .flex {
	display: flex;
}

.guttypress-admin .align-center,
.post-type-guttypress_cpt_lib .align-center,
.post-type-guttypress_tax_lib .align-center,
.post-type-wp_block .align-center,
.post-type-guttypress_variation .align-center {
	align-items: center;
}

.guttypress-admin .justify-content-center,
.guttypress-option .justify-content-center,
.post-type-guttypress_cpt_lib .justify-content-center,
.post-type-guttypress_tax_lib .justify-content-center,
.post-type-wp_block .justify-content-center,
.post-type-guttypress_variation .justify-content-center {
	justify-content: center;
}

.guttypress-admin .justify-content-between,
.guttypress-option .justify-content-between,
.post-type-guttypress_cpt_lib .justify-content-between,
.post-type-guttypress_tax_lib .justify-content-between,
.post-type-wp_block .justify-content-between,
.post-type-guttypress_variation .justify-content-between {
	justify-content: space-between;
}

.post-type-guttypress_cpt_lib .guttypress-group-field,
.post-type-guttypress_tax_lib .guttypress-group-field,
.post-type-wp_block .guttypress-group-field,
.post-type-guttypress_variation .guttypress-group-field {
	line-height: 2rem;
	margin: 0.5rem 0;
	grid-template-columns: 300px auto;
	display: grid;
	gap: 10px;
}
.post-type-guttypress_cpt_lib .guttypress-group-field .desc,
.post-type-guttypress_tax_lib .guttypress-group-field .desc,
.post-type-wp_block .guttypress-group-field .desc,
.post-type-guttypress_variation .guttypress-group-field .desc {
	font-size: 12px;
	margin: 0.5em 0;
	color: var(--descColor);
}

.post-type-guttypress_cpt_lib .guttypress-group-field.block .col > label,
.post-type-guttypress_tax_lib .guttypress-group-field.block .col > label,
.post-type-wp_block .guttypress-group-field.block .col > label,
.post-type-guttypress_variation .guttypress-group-field.block .col > label {
	font-weight: bold;
}

.post-type-guttypress_cpt_lib .guttypress-group-field input[type=checkbox],
.post-type-guttypress_tax_lib .guttypress-group-field input[type=checkbox],
.post-type-wp_block .guttypress-group-field input[type=checkbox],
.post-type-guttypress_variation .guttypress-group-field input[type=checkbox],
.post-type-guttypress_cpt_lib .guttypress-group-field input[type=radio],
.post-type-guttypress_tax_lib .guttypress-group-field input[type=radio],
.post-type-wp_block .guttypress-group-field input[type=radio],
.post-type-guttypress_variation .guttypress-group-field input[type=radio] {
	margin: 0 5px 0 0;
}

#TB_window.guttypress-modal-container {
	box-shadow: 0px 5px 15px 0px #00000014;
	padding: 24px;
	border-radius: 8px;
}

#TB_window.guttypress-modal-container #TB_title {
	background: none;
    border: none;
    height: inherit;
	display: none;
}

#TB_window.guttypress-modal-container #TB_ajaxWindowTitle {
	display: none;
}

#TB_window.guttypress-modal-container #TB_closeWindowButton {
	top: 5px;
    right: 5px;
}

.post-type-guttypress_cpt_lib .guttypress-cpt-presets {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    flex-direction: row;
    flex-wrap: wrap;
}

#guttypress_cpt_lib_metabox .postbox-header,
#guttypress_tax_lib_metabox .postbox-header {
	display: none;
}

.post-type-guttypress_cpt_lib .guttypress-cpt-presets .guttypress-cpt-item {
	border: 2px solid #dbdbdb;
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100px;
	transition: all 150ms linear;
}

.post-type-guttypress_cpt_lib .guttypress-cpt-presets .guttypress-cpt-item:hover {
	cursor: pointer;
	border-color: var(--wp-admin-theme-color);
}

.post-type-guttypress_cpt_lib .guttypress-cpt-presets .guttypress-cpt-item .dashicons {
	font-size: 30px;
    width: 30px;
    height: 30px;
}

.guttypress-option .flex-wrap {
	flex-wrap: wrap;
}

.guttypress-topbar {
    padding: 1rem 2rem;
    height: 64px;
    margin: 0 auto;
    width: calc(100% - 160px);
    background: var(--secondaryBackgroundLight);
    position: fixed;
    top: 32px;
    z-index: 110;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.04), 0px 7.7771px 6.22168px rgba(0, 0, 0, 0.02);
    flex-wrap: nowrap;
    flex-direction: row;
}

.guttypress-topbar-logo {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.folded.guttypress-admin .guttypress-navbar-header,
.folded.post-type-guttypress_cpt_lib .guttypress-navbar-header,
.folded.post-type-guttypress_tax_lib .guttypress-navbar-header,
.folded.post-type-wp_block .guttypress-navbar-header,
.folded.post-type-guttypress_variation .guttypress-navbar-header {
	left: -20px;
}

.post-type-guttypress_cpt_lib .guttypress-topbar,
.post-type-guttypress_tax_lib .guttypress-topbar,
.post-type-wp_block .guttypress-topbar,
.post-type-guttypress_variation .guttypress-topbar {
    left: 160px;
    top: 32px;
    width: calc(100% - 160px);
    padding: 0 2rem;
    box-sizing: border-box;
}

.folded.guttypress-admin .guttypress-topbar,
.folded.post-type-guttypress_cpt_lib .guttypress-topbar,
.folded.post-type-guttypress_tax_lib .guttypress-topbar,
.folded.post-type-wp_block .guttypress-topbar,
.folded.post-type-guttypress_variation .guttypress-topbar {
	left: 36px;
    width: calc(100% - 36px);
}

.guttypress-topbar .guttypress-logo {
	top: 5px;
	position: relative;
}

.guttypress-topbar .guttypress-topbar-quick-links {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.guttypress-navbar-header {
    box-sizing: border-box;
    padding: 0 32px;
    position: relative;
    width: 100%;
    top: 64px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    margin: 0 auto;
    z-index: 100;
}

.guttypress-navbar-header .wrap-top-menu {
    display: flex;
    align-items: center;
    min-height: 60px;
    justify-content: space-between;
    padding: 24px 10px 10px 10px;
    width: 100%;
}

.post-type-guttypress_cpt_lib .guttypress-navbar-header .wrap-top-menu,
.post-type-guttypress_tax_lib .guttypress-navbar-header .wrap-top-menu,
.post-type-wp_block .guttypress-navbar-header .wrap-top-menu,
.post-type-guttypress_variation .guttypress-navbar-header .wrap-top-menu {
	padding: 0 10px;
	min-height: inherit;
}

.guttypress-navbar-header .wrap-sub-menu {
	display: flex;
	align-items: center;
}

.post-type-guttypress_cpt_lib #screen-meta,
.post-type-guttypress_tax_lib #screen-meta,
.post-type-wp_block #screen-meta,
.post-type-guttypress_variation #screen-meta {
	z-index: 150;
}

.post-type-guttypress_cpt_lib .guttypress-navbar-header,
.post-type-guttypress_tax_lib .guttypress-navbar-header,
.post-type-wp_block .guttypress-navbar-header,
.post-type-guttypress_variation .guttypress-navbar-header {
    position: relative;
    left: -20px;
    width: calc(100% + 20px);
    max-width: inherit;
    border-radius: inherit;
	top: 54px;
}

.post-type-guttypress_cpt_lib .wrap,
.post-type-guttypress_tax_lib .wrap,
.post-type-wp_block .wrap,
.post-type-guttypress_variation .wrap {
	position: relative;
    top: 64px;
	margin-bottom: 64px;
}

.guttypress-headings-1 {
	line-height: 1.2;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	color: #000;
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.guttypress-navbar-header .dashicons {
	text-decoration: none;
}

body .guttypress-option input[type="text"],
body .guttypress-option input[type="password"],
body .guttypress-option select,
body .guttypress-option textarea {
	max-width: 35rem;
	width: 100%;
	margin: 0 1px 10px 1px;
}

#toplevel_page_guttypress-admin li:last-child a {
	color: orange;
}

.guttypress-blankstate-buttons .guttypress-blankstate-cta {
	font-size: 1.2em;
	padding: 0.75em 1.5em;
	margin: 0 0.25em;
}

.guttypress-blankstate {
	text-align: center;
	padding: 5em 0 0;
}

.guttypress-blankstate .guttypress-blankstate-message {
	color: #aaa;
	margin: 0 auto 1.5em;
	line-height: 1.5em;
	font-size: 1.2em;
	max-width: 500px;
}

.guttypress-blankstate .guttypress-blankstate-message::before {
	color: #ddd;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 8em;
	display: block;
	position: relative !important;
	top: auto;
	left: auto;
	line-height: 1em;
	margin: 0 0 0.1875em;
}

.guttypress-blankstate .guttypress-blankstate-cta {
	font-size: 1.2em;
	padding: 0.75em 1.5em;
	margin: 0 0.25em;
}

.guttypress-blankstate {
	max-width: 764px;
	text-align: center;
	margin: auto;
}

.guttypress-blankstate .guttypress-blankstate-message {
	color: var(--titleColor);
	font-size: 1.5em;
	margin: 0 auto 1em;
}

.guttypress-blankstate .guttypress-blankstate-message::before {
	font-size: 120px;
}

.guttypress-blankstate .guttypress-blankstate-buttons {
	margin-bottom: 4em;
}

/* Tabs */
#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: -1px 0.2em 0 0;
	padding: 0;
	white-space: nowrap;
	border: none;
	background: 0 0;
}

#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li a,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0.38em 1em 0.75rem;
	outline: 0;
	border-bottom: 2px solid #fff;
}

#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-tabs-active,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
}

#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-tabs-loading a,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	border-bottom: 2px solid var(--wp-admin-theme-color);
	color: #23282d;
}

#guttypress-cpt-tabs.guttypress-ui-tabs .ui-tabs-nav li a,
#guttypress-tax-tabs.guttypress-ui-tabs .ui-tabs-nav li a,
#guttypress-cpt-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,
#guttypress-tax-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
	color: var(--wp-admin-theme-color);
	text-decoration: none;
}

#guttypress-cpt-tabs.wrap,
#guttypress-tax-tabs.wrap {
	background: #fff;
	display: block;
	width: 64rem;
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	#guttypress-cpt-tabs.wrap,
	#guttypress-tax-tabs.wrap {
		width: 100%;
	}
}

#guttypress-cpt-tabs .guttypress-tab,
#guttypress-tax-tabs .guttypress-tab {
	width: 100%;
	display: none;
}

#guttypress-cpt-tabs .guttypress-tab.active,
#guttypress-tax-tabs .guttypress-tab.active {
	visibility: visible;
	overflow: inherit;
	opacity: 1;
	transform: translateX(0);
	display: inherit;
	position: relative;
}

#guttypress-cpt-tabs .ui-tabs-nav,
#guttypress-tax-tabs .ui-tabs-nav {
	margin: 0;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid var(--borderColorLight);
	padding: 5px 0 0 0;
}

/* Dashboard */
.guttypress-dashboard-header-wrapper {
    padding: 104px 32px 0;
    position: relative;
}

.guttypress-dashboard-header, .guttypress-dashboard-content {
    max-width: 1400px;
    margin: 24px auto;
}

.guttypress-dashboard-header .main-title {
	font-size: 2rem;
	line-height: 1.2;
}

.guttypress-dashboard-header .tagline {
	font-size: 1.2rem;
}

.guttypress-dashboard-get-started {
	display: flex;
	gap: 2rem;
	margin: 2rem 0 0 0;
}

.guttypress-dashboard-get-started .section-title {
	font-size: 1.4rem;
}

.guttypress-dashboard-get-started p {
	font-size: 1rem;
    line-height: 1.4rem;
    margin: 0;
}

.guttypress-dashboard-get-started .guttypress-integrations {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.guttypress-dashboard-get-started .guttypress-dashboard-section {
    margin: 0;
    gap: 1rem;
}

.guttypress-dashboard-get-started .button-primary { 
	color: rgb(56, 89, 232);
    background: #fff;
    width: max-content;
    padding: 0.3rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    text-align: center;
    margin: 1rem 0;
}

.guttypress-dashboard-get-started .button-primary:hover,
.guttypress-dashboard-get-started .button-primary:focus {
	background: var(--wp-admin-theme-color-background);
}

.guttypress-dashboard-content-wrapper {
	padding: 0 32px 32px 32px;
    border-radius: 0 0 12px 12px;
    position: relative;
    z-index: 20;
}

.guttypress-dashboard-section {
    display: block;
    margin: 2rem 0;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
}

.guttypress-dashboard-section:first-child {
	margin-top: 0;
}

.guttypress-dashboard-wrap-right-column {
	gap: 2rem;
    display: flex;
    flex-direction: column;
}

.guttypress-dashboard-section-wizard {
    margin: 0;
    padding: 2rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guttypress-dashboard-section .section-title {
	font-size: 1.4rem;
	margin: 0.5rem 0 1.5rem 0;
	line-height: 1.4;
}

.guttypress-dashboard-section .section-desc {
	font-size: 1rem;
	line-height: 1.8;
	margin: 1rem 0 2rem 0;
}

.guttypress-todo-items .guttypress-todo-item {
	display: flex;
	gap: 1rem;
	align-items: center;
	border-top: 1px solid var(--borderColorLight);
	padding: 1rem;
	text-decoration: none;
}

.guttypress-todo-items .guttypress-todo-item:hover {
	background: #f6f7f7;
}

.guttypress-todo-items .guttypress-todo-item .guttypress-todo-item-icon {
	border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #f0f0f0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guttypress-todo-items .guttypress-todo-item.completed .guttypress-todo-item-icon {
    border-color: var(--wp-admin-theme-color);
    background: var(--wp-admin-theme-color);
}

.guttypress-todo-items .guttypress-todo-item .guttypress-todo-item-icon * {
	display: none;
}

.guttypress-todo-items .guttypress-todo-item.completed .guttypress-todo-item-icon * {
	display: block;
}

.guttypress-todo-items .guttypress-todo-item .guttypress-todo-item-icon svg {
	width: 24px;
	height: 24px;
}

.guttypress-todo-items .guttypress-todo-item .guttypress-todo-item-icon svg path {
	fill: #fff;
}

.guttypress-todo-items .guttypress-todo-item .guttypress-todo-item-text {
	color: var(--wp-admin-theme-color);
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.25rem;
}

.guttypress-todo-items .guttypress-todo-item.completed .guttypress-todo-item-text {
	color: #757575;
	font-weight: normal;
}

.guttypress-todo-items .guttypress-todo-item .guttypress-todo-item-description {
	color: #757575;
	font-weight: 400;
	font-size: 12px;
}

.guttypress-dashboard-section .section-title span {
	color: var(--wp-admin-theme-color-darker-10);
    opacity: 0.4;
}

.guttypress-dashboard-cards {
	gap: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.guttypress-dashboard-card {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    outline: none;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.guttypress-dashboard-card h3 {
	width: 100%;
}

/* Integrations */
.guttypress-integrations {
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 5), calc(25% - 0.75rem)));
}

.guttypress-wrap-integrations .guttypress-notice {
	width: 100%;
	top: inherit;
}

.guttypress-integration {
    display: flex;
    gap: 1rem;
    width: 100%;
    border: 1px solid var(--borderColorLight);
    padding: 0.5rem 1rem;
    align-items: center;
	border-radius: 4px;
}

.guttypress-integrations-wrap {
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.guttypress-integration .name {
    margin: 0 0 0.2rem 0;
    font-size: 14px;
}

.guttypress-wrap-details {
	gap: 0.5rem;
}

.guttypress-marketplace-item .status,
.guttypress-dashboard-section-variation .status,
.guttypress-integration .status {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.guttypress-dashboard-section-variation .status {
	margin: -20px 0 1rem 0;
}

.guttypress-marketplace-item .status .badge,
.guttypress-dashboard-section-variation .status .badge,
.guttypress-integration .status .badge {
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: var(--wp-admin-theme-color);
}

.guttypress-integration .status.upgrade a {
	background: var(--wp-admin-theme-color);
    padding: 0.1rem 0.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    transition: all 150ms linear;
    gap: 0.2rem;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.55rem;
    font-weight: 600;
    color: #fff;
}

.guttypress-integration .status.upgrade a .dashicons {
	font-size: 14px;
    width: 14px;
    height: 16px;
    vertical-align: middle;
}

.guttypress-marketplace-item .status .badge.status-inactive,
.guttypress-integration .status .badge.status-inactive {
    background: #CABCF8;
}

/* RSS */

.guttypress-rss-section {
	background: #f6f6f6;
    padding: 2rem;
	position: relative;
}

.guttypress-rss-section .section-title {
    font-family: Garamond, serif;
    display: block;
    font-size: 34px;
    font-weight: normal;
    margin: 1rem 0 3rem 0;
    line-height: 1;
    font-style: italic;
}

.guttypress-rss-section .section-title span {
	display: block;
    font-style: normal;
    font-size: 44px;
    color: var(--wp-admin-theme-color);
}

.guttypress-rss-section .guttypress-dashboard-card {
	box-shadow: inherit;
	padding: inherit;
}

.guttypress-item-category {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: var(--wp-admin-theme-color);
}

.guttypress-item-title {
	line-height: 1.3;
	margin: 0;
}

.guttypress-item-title a {
	text-decoration: none;
	color: var(--headingsColor)
}

.guttypress-item-title a:hover {
	text-decoration: underline;
}

.guttypress-item-category {
    margin: 0;
}

.guttypress-item-content {
	margin-top: 1rem;
}

.guttypress-credits {
	text-align: center;
}

/* Block / Pattern Manager */
.guttypress-wrap-blocks {
	display: grid;
	gap: 20px;
	margin: 1rem 0;
}

.guttypress-wrap-blocks.guttypress-wrap-blocks-patterns {
	grid-template-columns: repeat(2, 1fr);
}

.guttypress-wrap-block-cat {
	border: 1px solid var(--borderColorLight);
	background: #fff;
}

.guttypress-block-cat-title {
	font-weight: bold;
	padding: 1rem;
	border-bottom: 1px solid var(--borderColorLight);
	position: sticky;
	top: 96px;
	background: #fff;
}

.guttypress-block-list {
	padding: 1rem;
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 1rem 0;
}

.form-table .guttypress-block-list p {
	margin: 0;
}

.guttypress-admin .img-placeholder {
    max-width: 100%;
    margin: 10px 0;
    border: 2px dashed var(--borderColorLight);
    padding: 2px;
    border-radius: 6px;
    max-height: 100px;
    width: auto;
	display: flex;
}

/* Toggle Switch Style */
.guttypress-admin .guttypress_switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.guttypress-admin .guttypress_switch input {
	height: 0;
	opacity: 0;
	width: 0;
}

.guttypress-admin .slider {
	background-color: #ccc;
	border-radius: 17px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.guttypress-admin .slider:before {
	background-color: white;
	border-radius: 50%;
	bottom: 3px;
	content: "";
	height: 14px;
	left: 3px;
	position: absolute;
	transition: .2s;
	width: 14px;
}

.guttypress-admin input:checked + .slider {
	background-color: var(--wp-admin-theme-color); /* TODO: use var(--wp-admin-theme-color, #007cba) */
}

.guttypress-admin input:focus + .slider {
	box-shadow: 0 0 1px var(--wp-admin-theme-color); /* TODO: use var(--wp-admin-theme-color, #007cba) */
}

.guttypress-admin input:checked + .slider:before {
	transform: translateX( 20px );
}

/* Notice */
.guttypress-notice-actions {
    gap: 0.2rem;
    display: flex;
    margin: 0.5em 0;
    padding: 2px;
}

.guttypress-notice {
    margin: 1rem 0;
	border-left-width: 4px;
	border-left-style: solid;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	padding: 0.5rem 1rem;
	align-items: center;
	position: relative;
	background: #fff;
}

.guttypress-notice.guttypress-notice-primary {
	border-color: #72aee6;
}

.guttypress-notice.guttypress-notice-error {
	border-color: #d63638;
}

.guttypress-notice.guttypress-notice-warning {
	border-color: #dba617;
}

.guttypress-notice.guttypress-notice-success {
	border-color: #00a32a;
}

/* Badge */
.guttypress-badge {
	border-radius: 4px;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}

.guttypress-badge.guttypress-badge-primary {
	background-color: #DFF4FF;
	color: #1B2C68;
}

.guttypress-badge.guttypress-badge-error {
	background-color: #FFE3DA;
	color: #681F1B;
}

.guttypress-badge.guttypress-badge-warning {
	background-color: #FFF2D7;
	color: #4D3716;
}

.guttypress-badge.guttypress-badge-success {
	background-color: #DAFFE0;
	color: #144722;
}

/* Snackbar */
.guttypress-components-snackbar-list {
    position: fixed;
    right: 40px;
    bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    visibility: hidden;
	opacity: 0;
    z-index: 100000;
}

.guttypress-components-snackbar__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
    gap: 2rem;
}

.guttypress-components-snackbar__content a {
	color: #fff;
}

.guttypress-components-snackbar {
    font-family: var(--fontFamily);
    background-color: #32373c;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 16px 24px;
    cursor: pointer;
}

/* Dashicons Modal */
#guttypress-cpt-dashicon-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#guttypress-cpt-dashicon-list {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
	margin: 2rem 0;
}

.guttypress-cpt-dashicon-item {
	cursor: pointer;
    font-size: 24px;
    display: block;
    transition: all 150ms linear;
    width: auto;
    height: auto;
}

.guttypress-cpt-dashicon-item:hover {
	transform: scale(1.2);
}

.guttypress-admin .guttypress-pattern-library {
	display: flex;
	gap: 48px;
	margin: 2rem 0;
}

.guttypress-admin .guttypress-all-patterns {
	gap: 24px;
	display: grid;
	grid-template-columns: repeat(auto-fit, min(400px));
	max-width: calc(100% - 344px);
	width: 100%;
}

.guttypress-admin .pattern-categories-list {
	min-width: 200px;
}

.guttypress-admin .pattern-categories-list ul {
	padding: 0;
	margin: 0;
}

.guttypress-admin .pattern-categories-list li {
	display: block;
	margin: 0;
}

.guttypress-admin .pattern-categories-list li a {
	cursor: pointer;
	padding: 12px;
	line-height: 24px;
	height: 100%;
	text-decoration: none;
	width: 100%;
	-webkit-appearance: none;
	background: none;
	display: block;
	border: 0;
	border-radius: 2px;
	box-sizing: border-box;
	color: #1e1e1e;
	transition: box-shadow .1s linear;
}

.guttypress-admin .pattern-categories-list li.current-cat a,
.guttypress-admin .pattern-categories-list li.current-cat a:hover {
	color: #fff;
	background-color: #1a1a1a;
}

.guttypress-admin .pattern-categories-list li a:hover {
	color: var(--wp-admin-theme-color);
}

.guttypress-admin .pattern-categories-list li a:hover svg {
	fill: var(--wp-admin-theme-color);
}

.guttypress-admin .pattern-categories-list li a svg {
	vertical-align: middle;
	margin-right: 1rem;
}

.guttypress-admin kbd {
	font-family: Consolas, Monaco, monospace;
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
	border: 1px solid #ccc;
	background: none;
	text-align: center;
	width: max-content;
}

.guttypress-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guttypress-modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	max-width: 500px;
	width: 90%;
}

.guttypress-modal-actions {
	margin-top: 20px;
	text-align: right;
}

.guttypress-modal-actions button {
	margin-left: 10px;
}

/* Marketplace */
.guttypress_page_guttypress-admin-marketplace .guttypress-dashboard-header,
.guttypress_page_guttypress-admin-marketplace .guttypress-dashboard-content {
	max-width: 1600px;
	margin: auto;
}

.guttypress-marketplace-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}

.guttypress-marketplace-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background-color: rgb(255, 255, 255);
	color: rgb(30, 30, 30);
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	outline: none;
	border-radius: 4px;
	padding: 16px;
}

.guttypress-dashboard-content-inner {
	padding: 24px 0;
}

.guttypress-dashboard-content-inner .section-title {
	flex: 1 0 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.guttypress-marketplace-grid .guttypress-marketplace-item-header {
	display: flex;
	gap: 1rem;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-details {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-details .guttypress-marketplace-item-title,
.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-details .guttypress-marketplace-item-author,
.guttypress-marketplace-grid.guttypress-marketplace-themes .guttypress-marketplace-item-details .guttypress-marketplace-item-title,
.guttypress-marketplace-grid.guttypress-marketplace-themes .guttypress-marketplace-item-details .guttypress-marketplace-item-author {
	margin: 0;
	padding: 0;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-title,
.guttypress-marketplace-grid.guttypress-marketplace-themes .guttypress-marketplace-item-title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: -4px 0 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-title a,
.guttypress-marketplace-grid.guttypress-marketplace-themes .guttypress-marketplace-item-title a {
	text-decoration: none;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-title a::after,
.guttypress-marketplace-grid.guttypress-marketplace-themes .guttypress-marketplace-item-title a::after {
	bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-description,
.guttypress-marketplace-grid.guttypress-marketplace-themes .guttypress-marketplace-item-description {
	color: #646970;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.guttypress-marketplace-grid.guttypress-marketplace-plugins .guttypress-marketplace-item-image {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 8px;
}

.guttypress-marketplace-item:hover {
	outline: 1.5px solid var(--wp-admin-theme-color);
}

.guttypress-marketplace-themes .guttypress-marketplace-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guttypress-marketplace-item-content {
	justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.guttypress-marketplace-item-footer {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0 0 0;
}

.guttypress-marketplace-item-price {
	display: flex;
    align-items: flex-end;
    gap: 4px;
    text-decoration: none !important;
    color: #1a1a1a !important;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
	align-items: center;
}

.guttypress-marketplace-item-price-label {
	color: #646970;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.guttypress-reinsurance-wrapper {
    display: flex;
    gap: 2rem;
    background: #f6f7f7;
    border-radius: 4px;
    max-width: 1600px;
    margin: auto;
    flex-wrap: wrap;
    padding: 48px 32px;
	justify-content: space-around;
}

.guttypress-reinsurance-item {
	color: #1a1a1a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 389px;
    margin: 0 0 32px;
}

.guttypress-reinsurance-wrapper .section-title {
    color: #101517;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 8px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.guttypress-reinsurance-content {
	color: #646970;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}


/* Responsive */
@media only screen and (max-width: 782px) {
	.guttypress-topbar {
		width: 100%;
        padding: 22px;
        top: 46px;
        position: absolute;
	}
	.guttypress-topbar-logo {
		display: block;
	}
	.guttypress-admin #wpcontent {
		padding: 0;
	}
	.post-type-guttypress_cpt_lib .guttypress-topbar,
    .post-type-guttypress_tax_lib .guttypress-topbar,
    .post-type-wp_block .guttypress-topbar,
    .post-type-guttypress_variation .guttypress-topbar {
        left: -10px;
        top: 46px;
		width: 100%;
		padding: 0 2rem;
	}
    .guttypress-navbar-header {
        top: 64px;
        position: relative;
        margin: 0;
        left: 0px;
        width: 100%;
	}
	.guttypress-admin-bar-sync-child-theme {
		display: none;
	}
	.guttypress-dashboard-header {
		display: inherit;
	}
	.guttypress-dashboard-get-started {
		flex-wrap: wrap;
	}
	.guttypress-dashboard-cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.guttypress-item-img img {
		width: 100%;
		height: auto;
	}
	.post-type-guttypress_cpt_lib .guttypress-navbar-header,
    .post-type-guttypress_tax_lib .guttypress-navbar-header,
    .post-type-wp_block .guttypress-navbar-header {
        width: calc(100% + 10px);
        top: 20px;
        position: relative;
        margin: 0;
        left: -10px;
	}
	.post-type-guttypress_cpt_lib .guttypress-group-field,
	.post-type-guttypress_tax_lib .guttypress-group-field,
	.post-type-wp_block .guttypress-group-field {
		grid-template-columns: auto;
	}
	.post-type-guttypress_cpt_lib .guttypress-cpt-presets {
		flex-direction: column;
	}
	#TB_window.guttypress-modal-container {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        top: 0;
        left: 0;
	}
	#TB_window.guttypress-modal-container #TB_ajaxContent {
		width: 100% !important;
        height: 100% !important;
	}
	.guttypress-integrations {
		grid-template-columns: repeat(auto-fit, minmax(calc(100% / 1), 100%));
	}
}
