/*
 * Citadela Theme - Admin styles
 *
 */

/* BASIC STYLES */

.wp-block	{ max-width: 768px; }

/* TRIAL */

.notice, div.error, div.updated	{ border-radius: 8px 10px 10px 8px; border-left-width: 8px; }

.citadela-notice-trial			{ padding: 10px 20px 8px 20px; margin-left: -20px; background: #ff3c3c; color: #ffffff; text-align: left; }
.citadela-notice-trial a		{ color: #fff; font-weight: 700; text-decoration: underline; }
.citadela-notice-trial:before   { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='200' height='200' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd'%3E%3Cpath d='M69 63c14-12 31-18 49-18 42 0 76 34 76 76 0 37-27 68-63 75-11 2-22-6-24-17-2-12 6-22 17-24 16-3 29-17 29-34 0-19-16-35-35-35-8 0-16 4-22 9-9 8-22 7-30-2-8-8-7-22 2-29 0-1 1-1 1-1z' style='fill:%23ffffff'/%3E%3Cpath d='M131 137c-14 12-31 18-49 18-42 0-76-34-76-76C6 42 33 11 69 4c11-2 22 6 24 17 2 12-6 22-17 24-16 3-29 17-29 34 0 19 16 35 35 35 8 0 16-4 22-9 9-8 22-7 30 2 8 8 7 22-2 29 0 1-1 1-1 1z' style='fill:%23ffffff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 100% auto; background-position: center; margin-top: -0.2em; margin-right: 0.5em; vertical-align: middle; }
.citadela-dashboard-settings .citadela-notice-trial		{ border-radius: 8px; padding-left: 10px; }

#citadela-installation						{ display: flex; padding: 15px 20px; font-size: 16px; box-sizing: border-box; position: relative; }
#citadela-installation p        			{ font-size: 15px; padding: 0px 0px 0px 36px; position: relative; box-sizing: border-box; margin: 5px 0; }
#citadela-installation p.notice-info		{ flex: 1 1 auto; align-self: center; padding-right: 160px; }
#citadela-installation p.notice-info:before { content: ""; display: inline-block; width: 24px; height: 24px; position: absolute; top: -1px; left: 0; margin-right: 0px; vertical-align: middle; background-repeat: no-repeat; background-size: 22px auto; background-position: center; }
#citadela-installation p.notice-buttons     		{ flex: 0 0 auto; position: relative; }
#citadela-installation p.notice-buttons:after		{ content: ''; display: block; width: 180px; height: 86px; background-size: auto; position: absolute; right: calc(100% - 36px); bottom: -20px;  }
#citadela-installation a							{ display: inline-block; padding: 13px 20px 13px 46px;  background-image: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); font-size: 16px; line-height: 1.25; font-weight: 700; text-decoration: none; border-radius: 6px; position: relative; transition: background-color 0.3s; }
#citadela-installation a.hidden 					{ display: block; visibility: hidden; height: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; pointer-events: none; }
#citadela-installation a:before						{ content: ''; display: block; width: 16px; height: 16px; position: absolute; top: 14px; left: 20px; background-size: 100% auto; background-position: center; background-repeat: no-repeat; }
#citadela-installation .citadela-installation-notice			{ flex: 1 0 auto; justify-content: center; max-width: 237px; font-size: 16px; line-height: 1.25; font-weight: 400; margin: 0; padding: 13px 20px; box-sizing: border-box; border-radius: 6px; position: relative; }
#citadela-installation .citadela-installation-notice.visible 	{ display: flex; }
#citadela-installation .citadela-installation-notice:before 	{ content: ''; display: block; flex-shrink: 0; width: 18px; height: 20px; position: static; margin-right: 8px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-size: 100% auto; background-position: center; background-repeat: no-repeat; }
#citadela-installation .citadela-installation-progress			{ color: #169ae4; }
#citadela-installation .citadela-installation-progress:before	{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23169ae4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-loader'%3E%3Cline x1='12' y1='2' x2='12' y2='6'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3Cline x1='4.93' y1='4.93' x2='7.76' y2='7.76'%3E%3C/line%3E%3Cline x1='16.24' y1='16.24' x2='19.07' y2='19.07'%3E%3C/line%3E%3Cline x1='2' y1='12' x2='6' y2='12'%3E%3C/line%3E%3Cline x1='18' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cline x1='4.93' y1='19.07' x2='7.76' y2='16.24'%3E%3C/line%3E%3Cline x1='16.24' y1='7.76' x2='19.07' y2='4.93'%3E%3C/line%3E%3C/svg%3E"); -webkit-animation:ctdl-install 2s linear infinite; -moz-animation:ctdl-install 2s linear infinite; animation:ctdl-install 2s linear infinite; }
#citadela-installation .citadela-installation-error				{ color: #F54753; }
#citadela-installation .citadela-installation-error:before		{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23F54753' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-triangle'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E"); -webkit-animation:ctdl-error 1s linear infinite; -moz-animation:ctdl-error 1s linear infinite; animation:ctdl-error 1s linear infinite;}

#citadela-installation.hidden 										{ display: none; }
.citadela-installation-notice.citadela-installation-success.visible { display: block; }

/* color schemes */

#citadela-installation									{ background-image: linear-gradient(100deg, #0087D5, #0072C6); border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-color: #0064B7; }
#citadela-installation p.notice-info					{ color: #ffffff; }
#citadela-installation p.notice-info:before    			{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-info'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E"); }
#citadela-installation a								{ background-color: #ffffff; color: #1A7FD6; }
#citadela-installation a:hover,
#citadela-installation a:focus							{ background-color: #ffffff; }
#citadela-installation a:before							{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231A7FD6' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); }
#citadela-installation .citadela-installation-notice   	{ background: rgba(255,255,255,0.9); box-shadow: 0 0 0 1px rgba(255, 255, 255, 1); }
#citadela-installation p.notice-buttons:after			{ background: url("img/ctdl-notice-install2-min.png") right bottom no-repeat; }

.citadela-dashboard-settings #citadela-installation									{ background: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-color: #0693e3; }
.citadela-dashboard-settings #citadela-installation p.notice-info					{ color: #28396F; }
.citadela-dashboard-settings #citadela-installation p.notice-info:before    		{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230693e3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-info'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E"); }
.citadela-dashboard-settings #citadela-installation a								{ background-color: #0693E3; color: #fff; }
.citadela-dashboard-settings #citadela-installation a:hover,
.citadela-dashboard-settings #citadela-installation a:focus							{ background-color: #28396F; }
.citadela-dashboard-settings #citadela-installation a:before						{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); }
.citadela-dashboard-settings #citadela-installation .citadela-installation-notice   { background: rgba(40, 57, 111, 0.03); box-shadow: 0 0 0 1px rgba(40, 57, 111, 0.15); }
.citadela-dashboard-settings #citadela-installation p.notice-buttons:after			{ background: url("img/ctdl-notice-install-min.png") right bottom no-repeat; }

.citadela-dashboard-settings #citadela-installation,
.citadela-dashboard-settings .citadela-installation-notice.citadela-installation-success	{ border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; }

@media screen and (max-width: 1000px)
{
	#citadela-installation p.notice-buttons:after	{ display: none; }
	#citadela-installation p.notice-info			{ padding-right: 0; }
}
@media screen and (max-width: 782px)
{
	#citadela-installation										{ display: block; }
	#citadela-installation p.notice-buttons						{ margin-top: 15px; }
	.toplevel_page_citadela-settings .notice				   	{ margin-left: -10px; padding-left: 16px; }
	.citadela-notice-trial										{ margin-left: -10px; }
	.toplevel_page_citadela-settings .citadela-notice-trial		{ padding-left: 20px; }
}

/* DATEPICKER INPUT */

.citadela-control-datepicker .clear-datepicker 			{ display: inline-block; cursor: pointer; padding: 5px; }
.citadela-control-datepicker .clear-datepicker:before 	{ content: "\f057"; font-family: "Font Awesome 5 Free"; font-weight: 900; }

/* COLOR PICKER INPUT */

.components-color-picker .components-color-picker__inputs-fields input::-webkit-outer-spin-button,
.components-color-picker .components-color-picker__inputs-fields input::-webkit-inner-spin-button 	{ -webkit-appearance: none; margin: 0; }
.components-color-picker .components-color-picker__inputs-fields input[type=number] 				{ -moz-appearance: textfield; appearance: none; }

/*** SELECT CONTROL FIX ***/

.css-1wkpk1y-Flex-ItemsColumn.components-select-control { height: auto; }

/* FONTAWESOME SELECT INPUT */

.citadela-fontawesome-select-container .selected-icon 					{ display: inline-block; background: #fff; padding: 10px 50px 10px 10px; border: 1px solid #ddd; border-radius: 4px; position: relative; cursor: pointer; }
.citadela-fontawesome-select-container .selected-icon:before 			{ content: ""; position: absolute; height: 26px; border-left: 1px solid #ddd; top: 50%; right: 40px; transform: translateY(-50%); }
.citadela-fontawesome-select-container .selected-icon:after 			{ content: "..."; display: block; position: absolute; top: 50%; line-height: 30px; height: 30px; margin-top: -25px; font-size: 30px; opacity: 0.4; right: 12px; letter-spacing: -0.03em; }
.citadela-fontawesome-select-container .selected-icon i					{ font-size: 1.5em; width: 1.5em; text-align: center; }
.citadela-fontawesome-select-container .iconpicker-popover.popover    	{ width: auto; margin-top: 3px; border-radius: 4px; border: 1px solid #dddddd; }
.citadela-fontawesome-select-container .iconpicker-popover.popover
.popover-title input[type=search].iconpicker-search  						{ width: 100%; }
.citadela-fontawesome-select-container .iconpicker-popover.popover.inline   { display: block; }
.citadela-fontawesome-select-container .iconpicker .iconpicker-item			{ margin-right: 8px; margin-bottom:8px; }
.citadela-fontawesome-select-container .iconpicker .iconpicker-loader i		{ position: absolute; top: 50%; left: 50%; margin-left: -36px; margin-top: -35px; }
.citadela-fontawesome-select-container .iconpicker .no-results				{ padding: 10px; line-height: 1.3; display: block; }
.citadela-fontawesome-select-container .iconpicker .no-results.hidden		{ display: none; }


/* DASHBOARD */

.appearance_page_citadela-settings #wpcontent .notice			{ margin: 20px 20px 20px 10px; }
@media screen and (max-width: 782px)
{
	.appearance_page_citadela-settings #wpcontent .notice		{ margin: 20px 10px 20px 0px; }
}

.citadela-dashboard-settings .citadela-notice-trial		{ margin-left: 0; margin-right: 0; }

.citadela-dashboard-settings					{ }
.citadela-dashboard-settings ul#adminmenu>li.current>a.current:after		{ border-right-color: #284675; }
.citadela-dashboard-settings #wpwrap			{ background-image: url('img/ctdl-header-top-bck-large-min.png'), linear-gradient(120deg, #244475, #181C59); background-position: top center; background-size: 100% auto; background-repeat: no-repeat; box-shadow: 0px -500px 0px #D1DDE8 inset; }
.citadela-dashboard-settings #wpcontent     	{ padding-left: 0; box-shadow: 0px 500px 0px 0px #D1DDE8; }
.citadela-dashboard-settings #wpbody			{ }
.citadela-dashboard-settings #wpbody-content								{ padding-bottom: 0;  }
.citadela-dashboard-settings #wpbody-content > *:not(.citadela-dashboard)	{ margin-top: 10px; margin-bottom: 10px; }
.citadela-dashboard-settings #wpbody-content > .clear						{ margin: 0; }
.citadela-dashboard-settings #wpbody-content > #citadela-installation,
.citadela-dashboard-settings #wpbody-content > .citadela-notice-trial		{ margin-left: 15px; margin-right: 15px; }

@media screen and (min-width: 783px)
{
	.citadela-dashboard-settings #wpwrap			{ background-image: url('img/ctdl-header-top-bck-min.png'), linear-gradient(120deg, #244475, #181C59); background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
}

.citadela-screen-section							{ padding: 1.5em 0 1.5em; }
.citadela-screen-section.ctdl-section-space			{ padding: 3em 0 1.5em; }
.citadela-screen-section .citadela-screen-title 	{ font-size: 1.8em; line-height: 1.4; margin: 0; }
.citadela-screen-section .citadela-screen-subtitle 	{ margin: 0.2em 0 0 0; }

.citadela-screen-holder 								{ padding: 0px; }
.citadela-screen-holder .ctdl-screen-items				{ display: flex; flex-flow: wrap; margin: 0 auto; }
.citadela-screen-holder .ctdl-screen-item				{ flex: 1 1 auto; width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px; }
.citadela-screen-holder .ctdl-screen-body				{ display: flex; flex-direction: column; height: 100%; box-sizing: border-box; background: #ffffff; border: 1px solid #dddddd; border-radius: 10px; overflow: hidden; color: #dddddd; }
.citadela-screen-holder .ctdl-screen-thumb 				{ flex: 0 1 auto; }
.citadela-screen-holder .ctdl-screen-thumb img			{ width: 100%; height: auto; vertical-align: top; }
.citadela-screen-holder .ctdl-screen-content							{ flex: 1 1 auto; display: flex; flex-direction: column; padding: 30px 20px 20px 20px ; color: #999999; }
.citadela-screen-holder .ctdl-screen-content > * 						{ flex: 0 1 auto; }
.citadela-screen-holder .ctdl-screen-content .ctdl-item-title      		{ font-size: 1.6em; line-height: 1.1; margin: 0; }
.citadela-screen-holder .ctdl-screen-content .ctdl-item-subtitle		{ margin-top: 0.4em; line-height: 1.4; margin-bottom: 0em; color: #0F96CE; }
.citadela-screen-holder .ctdl-screen-content .ctdl-item-desc			{ font-size: 14px; line-height: 1.65; margin-top: 1.8em; margin-bottom: 2em;}
.citadela-screen-holder .ctdl-screen-content .ctdl-item-list			{ list-style-type: none; padding: 0; border-bottom: 1px solid #eee; margin: 0 0 2em 0; }
.citadela-screen-holder .ctdl-screen-content .ctdl-item-list li			{ position: relative; padding: 8px 0 8px 1.2em; border-top: 1px solid #eee; margin: 0; }
.citadela-screen-holder .ctdl-screen-content .ctdl-item-list li:before	{ content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 100%; background: #222222; position: absolute; top: 8px; left: 0; margin-top: 7px; }
.citadela-screen-holder .ctdl-item-cta									{  margin-top: auto; padding-top: 1.5em;  }

/* free dashboard */

.citadela-dashboard .citadela-screen-header.ctdl-free .citadela-screen-header-wrap			{ max-width: 1020px; }
.citadela-dashboard .citadela-screen-header.ctdl-free .ctdl-intro							{ padding: 10px; }
.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1						{ font-weight: 700; color: #ffffff; font-size: 2.2em; line-height: 1.2; margin: 0 0 0.2em 0; padding: 0px 0px; position: relative; }
.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1:before  				{ content: ""; display: none; width: 65px; height: 65px; position: absolute; top: 0; left: -100px; background: url('img/ctdl-logo-white-big-min.png') center center no-repeat; background-size: 100% auto; margin: 0px 10px; }
.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1:after					{ content: ''; display: inline-block; vertical-align: top; width: 1.0em; height: 1.0em; margin-left: 0.4em; margin-top: 0.2em; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='253.564' height='233.882' style='overflow:visible;enable-background:new 0 0 253.564 233.882' xml:space='preserve'%3E%3Cpath d='M159.406 206.744c0 14.989-12.149 27.139-27.139 27.139-14.988 0-27.138-12.149-27.138-27.139 0-14.987 12.15-27.138 27.138-27.138 14.989 0 27.139 12.15 27.139 27.138zm-27.139-16.446c-9.083 0-16.445 7.362-16.445 16.445 0 9.084 7.362 16.446 16.445 16.446s16.446-7.362 16.446-16.446c0-9.082-7.363-16.445-16.446-16.445zm111.983-34.196c0 20.632-16.725 37.356-37.356 37.356s-37.356-16.725-37.356-37.356 16.725-37.356 37.356-37.356 37.356 16.725 37.356 37.356zm-37.357-22.322c-12.329 0-22.322 9.993-22.322 22.322 0 12.33 9.993 22.322 22.322 22.322s22.322-9.992 22.322-22.322c0-12.329-9.993-22.322-22.322-22.322zm46.671-87.518c0 25.549-20.712 46.261-46.262 46.261S161.04 71.811 161.04 46.262C161.041 20.712 181.752 0 207.302 0s46.262 20.712 46.262 46.262zm-46.262-28.544c-15.764 0-28.543 12.779-28.543 28.543s12.779 28.543 28.543 28.543 28.543-12.779 28.543-28.543-12.779-28.543-28.543-28.543zm-53.135 74.029c0 42.571-34.512 77.083-77.083 77.083C34.512 168.83 0 134.318 0 91.747c0-42.572 34.512-77.084 77.084-77.084s77.083 34.511 77.083 77.084zM77.084 39.608c-28.795 0-52.138 23.343-52.138 52.138s23.343 52.138 52.138 52.138c28.794 0 52.138-23.343 52.138-52.138s-23.344-52.138-52.138-52.138z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%2308a4ff'/%3E%3C/svg%3E"); background-position: center; background-size: 100% auto; background-repeat: no-repeat; }
.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro p							{ font-size: 16px; line-height: 1.4; margin-bottom: 0;  }

.citadela-dashboard .citadela-screen-holder.ctdl-free										{ position: relative;  }
.citadela-dashboard .citadela-screen-holder.ctdl-free:before								{ content: ''; display: none; width: 100%; height: 230px; background: url('img/ctdl-content-bck-min.png') no-repeat top center; background-size: 1760px auto; position: absolute; top: 0; left: 0; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-items					{ max-width: 1020px; top: -90px; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content					{ position: relative; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content .ctdl-item-label	{ display: block; position: absolute; top: 13px; right: 13px; padding: 5px 15px; background: #E4F6F3; color: #00927E; text-transform: uppercase; letter-spacing: 0.1em; font-size: 11px; font-weight: 700; border-radius: 3px; z-index: 10; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content .ctdl-item-title	{ margin-top: 1.0em; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content .ctdl-item-desc	{ margin-top: 1.5em; }

.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install						{ width: 100% !important; max-width: 100% !important; position: relative; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install:after				{ content: ''; display: block; background: #ffffff; width: 14px; height: 14px; transform: rotate(45deg); position: absolute; left: 90px; bottom: 4px; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-screen				{ }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button 				{ padding: 0px 0px 7px 0px; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button a			{ display: block; padding: 24px 40px 24px 80px; background-color: #0693E3; background-image: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); color: #ffffff; text-decoration: none; font-weight: 700; border-radius: 6px; font-size: 22px; line-height: 1.3; position: relative; transition: background-color 0.3s; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button a:hover,
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button a:focus		{ background-color: #28396F; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button a.hidden 	{ visibility: hidden; height: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; pointer-events: none; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button a:before		{ content: ''; display: block; width: 24px; height: 24px; position: absolute; top: 26px; left: 36px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-size: 100% auto; background-position: center; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-notice			{ flex: 1 0 auto; justify-content: center; font-size: 16px; line-height: 1.287; font-weight: 600; margin: 0; padding: 28px; box-sizing: border-box; background: rgba(40, 57, 111, 0.03); border-radius: 6px; box-shadow: 0 0 0 1px rgba(40, 57, 111, 0.15); position: relative; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-notice.visible 	{ display: flex; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-notice:before 	{ content: ''; display: block; flex-shrink: 0; width: 18px; height: 20px; position: static; margin-right: 8px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-size: 100% auto; background-position: center; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-progress			{ color: #169ae4; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-progress:before	{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23169ae4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-loader'%3E%3Cline x1='12' y1='2' x2='12' y2='6'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3Cline x1='4.93' y1='4.93' x2='7.76' y2='7.76'%3E%3C/line%3E%3Cline x1='16.24' y1='16.24' x2='19.07' y2='19.07'%3E%3C/line%3E%3Cline x1='2' y1='12' x2='6' y2='12'%3E%3C/line%3E%3Cline x1='18' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cline x1='4.93' y1='19.07' x2='7.76' y2='16.24'%3E%3C/line%3E%3Cline x1='16.24' y1='7.76' x2='19.07' y2='4.93'%3E%3C/line%3E%3C/svg%3E"); -webkit-animation:ctdl-install 2s linear infinite; -moz-animation:ctdl-install 2s linear infinite; animation:ctdl-install 2s linear infinite; }
@-moz-keyframes ctdl-install 	{ 100% { -moz-transform: rotate(360deg); }}
@-webkit-keyframes ctdl-install { 100% { -webkit-transform: rotate(360deg); }}
@keyframes ctdl-install 		{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-error				{ color: #F54753; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-error:before		{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23F54753' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-triangle'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E"); -webkit-animation:ctdl-error 1s linear infinite; -moz-animation:ctdl-error 1s linear infinite; animation:ctdl-error 1s linear infinite;}
@-moz-keyframes ctdl-error 		{ 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; }}
@-webkit-keyframes ctdl-error 	{ 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; }}
@keyframes ctdl-error 			{ 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; }}
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-success			{ color: #5FB65B; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-success:before	{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235FB65B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E"); }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-item-desc     { max-width: 500px; font-size: 16px; margin: 0.5em 0; box-sizing: border-box; }

.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item .ctdl-screen-body			{ position: relative; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item .ctdl-screen-body:after		{ content: ''; display: block; width: 100%; height: 8px; position: absolute; bottom: 0; left: 0; background: #aaaaaa; z-index: 10; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-screen-body:after			{ display: none; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-pro-info .ctdl-screen-body:after		{ background: #7A5CCF; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-dir-info .ctdl-screen-body:after		{ background: #D23F81; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-layouts-info .ctdl-screen-body:after	{ background: #0693E3; }

.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-pro-info .ctdl-screen-content .ctdl-item-title 		{ color: #7A5CCF; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-dir-info .ctdl-screen-content .ctdl-item-title 		{ color: #D23F81; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-layouts-info .ctdl-screen-content .ctdl-item-title 	{ color: #0693E3; }

.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item .ctdl-screen-content:after		{ content: ''; display: block; width: 100%; max-width: 320px; height: 180px; position: absolute; bottom: 0; right: 0; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-screen-content:after          { display: none; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-pro-info .ctdl-screen-content:after         { background-image: url('img/ctdl-info-pro-min.png'); background-size: 100% auto; background-position: right bottom; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-dir-info .ctdl-screen-content:after         { background-image: url('img/ctdl-info-dir-min.png'); background-size: 100% auto; background-position: right bottom; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-layouts-info .ctdl-screen-content:after     { background-image: url('img/ctdl-info-layouts-min.png'); background-size: 100% auto; background-position: right bottom; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item .ctdl-info-icon					{ display: block; width: 53px; height: 33px; margin-top: auto; padding-top: 55px; margin-bottom: 35px; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-pro-info .ctdl-info-icon					{ background-image: url('img/ctdl-info-pro-icon-min.png'); background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-dir-info .ctdl-info-icon					{ background-image: url('img/ctdl-info-dir-icon-min.png'); background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-layouts-info .ctdl-info-icon				{ background-image: url('img/ctdl-info-layouts-icon-min.png'); background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat; }

/* PRO dashboard */

.citadela-dashboard													{ padding: 30px 0px 0px 0px; color: #999999; }
.citadela-dashboard	.citadela-screen-header    						{ background-image: url('img/ctdl-header-bottom-bck-min.png'); background-size: 1500px auto; background-position: right bottom; background-repeat: no-repeat; padding: 40px 10px 160px 10px; color: #ffffff; box-sizing: border-box; }
.citadela-dashboard	.citadela-screen-header-wrap					{ display: flex; flex-flow: wrap; margin: 0 auto; max-width: 1520px; padding: 0px; box-sizing: border-box; }
.citadela-dashboard	.citadela-screen-header .ctdl-brand,
.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc		{ flex: 1 1 auto; width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px; position: relative; }
.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc		{ margin-top: -20px; }
.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc:after  { content: ""; display: none; width: 60px; height: 60px; position: absolute; top: 0; right: 0px; background: url('img/ctdl-logo-white-min.png') center center no-repeat; background-size: 100% auto; margin: 10px; }
.citadela-dashboard	.citadela-screen-header .ctdl-brand h1			{ font-weight: 700; color: #ffffff; font-size: 2.2em; line-height: 1.1; margin: 0 0 0.2em 0; padding: 0px 0px; }
.citadela-dashboard	.citadela-screen-header .ctdl-brand p			{ padding: 0px 0px; font-size: 15px; font-weight: 500; margin-top: 0; color: rgba(255,255,255,0.8); }
.citadela-dashboard	.citadela-screen-header .ctdl-brand p:after		{ content: ''; display: inline-block; vertical-align: top; width: 1.3em; height: 1.3em; margin-left: 0.5em; margin-top: 0.15em; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='253.564' height='233.882' style='overflow:visible;enable-background:new 0 0 253.564 233.882' xml:space='preserve'%3E%3Cpath d='M159.406 206.744c0 14.989-12.149 27.139-27.139 27.139-14.988 0-27.138-12.149-27.138-27.139 0-14.987 12.15-27.138 27.138-27.138 14.989 0 27.139 12.15 27.139 27.138zm-27.139-16.446c-9.083 0-16.445 7.362-16.445 16.445 0 9.084 7.362 16.446 16.445 16.446s16.446-7.362 16.446-16.446c0-9.082-7.363-16.445-16.446-16.445zm111.983-34.196c0 20.632-16.725 37.356-37.356 37.356s-37.356-16.725-37.356-37.356 16.725-37.356 37.356-37.356 37.356 16.725 37.356 37.356zm-37.357-22.322c-12.329 0-22.322 9.993-22.322 22.322 0 12.33 9.993 22.322 22.322 22.322s22.322-9.992 22.322-22.322c0-12.329-9.993-22.322-22.322-22.322zm46.671-87.518c0 25.549-20.712 46.261-46.262 46.261S161.04 71.811 161.04 46.262C161.041 20.712 181.752 0 207.302 0s46.262 20.712 46.262 46.262zm-46.262-28.544c-15.764 0-28.543 12.779-28.543 28.543s12.779 28.543 28.543 28.543 28.543-12.779 28.543-28.543-12.779-28.543-28.543-28.543zm-53.135 74.029c0 42.571-34.512 77.083-77.083 77.083C34.512 168.83 0 134.318 0 91.747c0-42.572 34.512-77.084 77.084-77.084s77.083 34.511 77.083 77.084zM77.084 39.608c-28.795 0-52.138 23.343-52.138 52.138s23.343 52.138 52.138 52.138c28.794 0 52.138-23.343 52.138-52.138s-23.344-52.138-52.138-52.138z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%2308a4ff'/%3E%3C/svg%3E"); background-position: center; background-size: 100% auto; background-repeat: no-repeat; }
.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc p		{ padding: 5px 0px; font-size: 15px; color: rgba(255,255,255,0.8); margin: 0; height: 100%; max-width: 820px; box-sizing: border-box; }

.citadela-dashboard .citadela-screen-holder 						{ background-image: url('img/ctdl-footer-bottom-bck-min.png'), linear-gradient(170deg, #EAF3F4, #D1DDE8); background-size: 200% auto; background-position: right bottom; background-repeat: no-repeat; padding: 0px 10px 1vw 10px; box-shadow: 0 -45px 30px -30px #d1dde8 inset; }
.citadela-dashboard .citadela-screen-holder .ctdl-screen-items		{ max-width: 1520px; position: relative; top: -100px; }
.citadela-dashboard .citadela-screen-holder .ctdl-screen-body		{ border: none; box-shadow: 0px 15px 30px rgba(40,57,111,0.05); }
.citadela-dashboard .citadela-screen-holder .ctdl-screen-item h2    { font-size: 22px; color: #28396F; font-weight: 700; }
.citadela-dashboard .citadela-screen-holder .ctdl-screen-content    { color: #28396F; position: relative; z-index: 10; }

.citadela-dashboard .citadela-screen-holder .ctdl-status										{ position: relative; }
.citadela-dashboard .citadela-screen-holder .ctdl-status:after									{ content: ''; display: block; background: #ffffff; width: 14px; height: 14px; transform: rotate(45deg); position: absolute; left: 46px; bottom: 4px; }
.citadela-dashboard .citadela-screen-holder .ctdl-status .ctdl-screen-body						{ position: relative; overflow: hidden; }
.citadela-dashboard .citadela-screen-holder .ctdl-status .ctdl-screen-body:after				{ content: ''; display: block; width: 100%; height: 8px; position: absolute; top: 0; left: 0; background: #aaaaaa; z-index: 10; }
.citadela-dashboard .citadela-screen-holder .ctdl-status h2	                                    { margin-top: 0px; }
.citadela-dashboard .citadela-screen-holder .ctdl-status .ctdl-screen-content .ctdl-item-desc 	{ margin-top: 15px; margin-bottom: 10px; }
.citadela-dashboard .citadela-screen-holder .ctdl-status.ctdl-activated .ctdl-screen-body:after	{ background: #5FB65B; }
.citadela-dashboard .citadela-screen-holder .ctdl-status.ctdl-activated h2:after				{ content: ''; display: inline-block; width: 20px; height: 20px; vertical-align: top; margin-top: 2px; margin-left: 8px; background: #5FB65B; border-radius: 100%; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-size: 10px 10px; background-repeat: no-repeat; background-position: center;}
.citadela-dashboard .citadela-screen-holder .ctdl-status.ctdl-trial .ctdl-screen-body:after     { background: #F54753; }
.citadela-dashboard .citadela-screen-holder .ctdl-status.ctdl-trial h2							{ color: #F54753; }
.citadela-dashboard .citadela-screen-holder .ctdl-status.ctdl-trial .ctdl-screen-body a			{ color: #F54753; font-weight: 700; }

.citadela-dashboard .citadela-screen-holder .ctdl-api .ctdl-item-settings					{ height: 100%; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .ctdl-item-settings form				{ height: 100%; display: flex; flex-direction: column; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain                  		{ margin-top: 0em; margin-bottom: 2em; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain button				{ font-size: 11px; border: none; min-width: 52px; height: 28px; text-transform: uppercase; background: #4F5D89; color: #fff; font-weight: 500; position: absolute; top: 9px; right: 9px; border-radius: 3px; cursor: pointer; overflow: hidden; transition: all 0.3s; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain button:hover,
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain button:focus			{ background: #28396F; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain button.copied			{ font-size: 0; color: transparent;  }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain button:before			{ opacity: 0; content: ''; display: block; width: 14px; height: 14px; position: absolute; top: 50%; left: 50%; margin-top: -7px; margin-left: -7px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-size: 10px 10px; background-repeat: no-repeat; background-position: center; transition: opacity 0.3s; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain button.copied:before	{ opacity: 1; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-key							{ margin-top: 0em; margin-bottom: 2em; }
.citadela-dashboard .citadela-screen-holder .ctdl-api.tf-purchase .setting-key				{ margin-top: 2em; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-part .label					{ font-weight: bolder; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.7em; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-part .setting input				{ border-radius: 6px; width: 100%; box-sizing: border-box; margin: 0px; padding: 5px 20px; border-color: #DEE0E9; color: #28396F; height: 46px;  }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-part .setting input[readonly]	{ background: #ECEDF2; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-part .setting input:focus		{ box-shadow: none; border-color: #0693e3; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-part .setting p.description		{ font-size: 12px; margin-top: 10px; color: inherit; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-part .setting p.description a	{ font-weight: 700; color: #0693e3; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain .setting						{ position: relative; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain .setting input.with-button	{ padding-right: 76px; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain .citadela-bubble				{ font-size: 13px; min-width: 66px; background: #0693E3; color: #fff; font-weight: 400; position: absolute; bottom: calc(100% + 7px); right: 2px; border-radius: 5px; padding: 6px 6px; text-align: center; box-sizing: border-box; transform-origin: 50% 100%; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-domain .citadela-bubble:after		{ content: ''; display: block; width: 8px; height: 8px; background: #0693E3; position: absolute; top: 100%; left: 50%; margin-left: -4px; margin-top: -4px; transform: rotate(45deg); }

.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-submit					{ margin-top: auto; margin-bottom: 1em; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-submit input				{ display: inline-block; padding: 13px 20px; box-sizing: border-box; vertical-align: top; min-width: 120px; max-width: 100%; min-height: 46px; font-size: 16px; line-height: 20px; color: #ffffff; background-color: #65BA5A; background-image: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); border-width: 0px; transition: all 0.3s; text-decoration: none; border-radius: 6px; font-weight: 700; letter-spacing: 0.02em; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-submit input:focus		{ outline: none; box-shadow: none; }
.citadela-dashboard .citadela-screen-holder .ctdl-api .setting-submit input:hover		{ background-color: #28396F; }

.citadela-dashboard .citadela-screen-holder .ctdl-item-cta								{ display: flex; margin-top: auto; margin-bottom: 1em; }
.citadela-dashboard .citadela-screen-holder .ctdl-item-cta a							{ margin-top: auto; display: inline-block; padding: 10px 18px; box-sizing: border-box; vertical-align: top; min-width: 120px; max-width: 100%; min-height: 40px; font-size: 16px; line-height: 20px; color: #ffffff; background-color: #65BA5A; background-image: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); border-width: 0px; transition: all 0.3s; text-decoration: none; border-radius: 5px; letter-spacing: 0.02em; }
.citadela-dashboard .citadela-screen-holder .ctdl-item-cta a:focus						{ outline: none; box-shadow: none; }
.citadela-dashboard .citadela-screen-holder .ctdl-item-cta a:hover						{ background-color: #28396F; }

.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-screen-body,
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-screen-body,
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-screen-body				{ position: relative; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-screen-body             { background-image: linear-gradient(120deg, #664DAD, #56408E); }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-screen-body:after,
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-screen-body:after,
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-screen-body:after       { content: ''; display: block; width: 75%; max-width: 400px; height: 185px; position: absolute; right: 0; bottom: -1px; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-screen-body:after		{ background-image: url('img/ctdl-icon-layouts-min.png'); background-position: right bottom; background-size: 100% auto; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-screen-body:after			{ background-image: url('img/ctdl-icon-doc-min.png'); background-position: right bottom; background-size: 100% auto; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-screen-body:after		{ background-image: url('img/ctdl-icon-support-min.png'); background-position: right bottom; background-size: 100% auto; background-repeat: no-repeat; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-screen-content          { color: #ffffff; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts h2							{ color: #ffffff; }
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-screen-content:after		{ content: ''; display: block; width: 100%; height: 8px; position: absolute; bottom: 0; left: 0; background: #0793E3; z-index: 10; }
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-screen-content:after	{ content: ''; display: block; width: 100%; height: 8px; position: absolute; bottom: 0; left: 0; background: #CE3E80; z-index: 10; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta,
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-item-cta,
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-item-cta 				{ margin-bottom: 13vw; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta a              { background-color: #ffffff; color: #6249A5; }
.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta a:hover		{ color: #28396F; }
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-item-cta a                  { background-color: #0793E3; }
.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-item-cta a:hover			{ background-color: #28396F; }
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-item-cta a              { background-color: #CE3E80; }
.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-item-cta a:hover		{ background-color: #28396F; }

@media screen and (min-width: 600px)
{
	.citadela-dashboard .citadela-screen-header.ctdl-free										{ background-image: url('img/ctdl-header-bottom-free-bck-min.png'); background-size: 100% auto; background-position: right 80%; background-repeat: no-repeat; }
	.citadela-dashboard .citadela-screen-header.ctdl-free .ctdl-intro							{ padding-left: 100px; }
	.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1:before  				{ display: block; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item						{ width: 50%; max-width: 50%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button					{ display: inline-block; vertical-align: top; padding-top: 0; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button a				{ font-size: 22px; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button .citadela-installation-notice { max-width: 355px; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item .ctdl-info-icon		{ width: 43px; }

	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-screen-item					{ width: 50%; max-width: 50%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-status,
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api							{ width: 100%; max-width: 100%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .ctdl-screen-body  		{ flex-direction: row; }
  	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .ctdl-item-settings form	{ flex-flow: row wrap; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-domain,
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-key,
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-submit			{ margin: 0 0 0 0; padding-right: 20px; box-sizing: border-box; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-domain			{ flex: 0 0 auto; width: 40%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-key				{ flex: 1 1 auto; width: 60%;}
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-submit			{ flex: 0 0 auto; width: 100%; padding-top: 27px; padding-right: 0; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-submit input		{ width: 130px; }

	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-layouts						{ width: 100%; max-width: 100%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-layouts .ctdl-screen-content  { max-width: 65%; }
	.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta					{ margin-bottom: 1em;  }
	.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-item-cta,
	.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-item-cta					{ margin-bottom: 40px; }
}
@media screen and (min-width: 783px)
{
	.citadela-dashboard .citadela-screen-header									{ padding-left: 20px; padding-right: 20px; }
	.citadela-dashboard .citadela-screen-holder 								{ padding-left: 20px; padding-right: 20px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand,
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc				{ width: 50%; max-width: 50%; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc				{ margin-top: 0; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand p					{ margin: 0; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc p				{ box-shadow: 1px 0px 0px rgba(255,255,255,0.2) inset; padding-left: 20px; }

	.citadela-dashboard .citadela-screen-header.ctdl-free										{ background-position: right 85%; }
	.citadela-dashboard .citadela-screen-header.ctdl-free .ctdl-intro							{ padding-left: 120px; }
	.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1						{ font-size: 2.6em; }
	.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1:before                 { width: 85px; height: 85px; left: -120px; }

	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .ctdl-item-settings form	{ flex-flow: row nowrap; }
   	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api .setting-submit			{ width: 130px; }
}
@media screen and (min-width: 980px)
{
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-screen-content    { padding-bottom: 30px; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-screen					{ display: flex; flex-flow: row nowrap; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install-button 					{ flex: 0 0 auto; padding-bottom: 0; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-item-desc     	{ flex: 1 1 auto; padding-left: 20px; padding-right: 90px; margin: 0.8em 0; }
}
@media screen and (min-width: 1124px)
{
	.citadela-dashboard .citadela-screen-header.ctdl-free										{ background-position: right 90%; }
	.citadela-dashboard .citadela-screen-header.ctdl-free .ctdl-intro							{ padding-left: 160px; padding-right: 160px; }
	.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1						{ font-size: 2.9em; }
	.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro h1:before     			{ left: -120px; }
	.citadela-dashboard	.citadela-screen-header.ctdl-free .ctdl-intro p							{ font-size: 20px; }
	.citadela-dashboard .citadela-screen-holder													{ background-size: 100% auto; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free:before								{ display: block; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item .ctdl-info-icon		{ width: 33px; }

	.citadela-dashboard	.citadela-screen-header									{ background-size: auto auto; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand						{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc				{ width: 66.667%; max-width: 66.667%; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc:after			{ display: block; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc p				{ padding-right: 120px; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active						{ background-image: url('img/ctdl-footer-bck-min.png'), linear-gradient(170deg, #EAF3F4, #D1DDE8); }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-screen-item 	{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-status		{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api			{ width: 66.667%; max-width: 66.667%; }

    .citadela-dashboard .citadela-screen-holder .ctdl-status:after						{ left: auto; bottom: auto; top: 46px; right: 4px; }
	.citadela-dashboard .citadela-screen-holder .ctdl-status .ctdl-screen-body:after	{ top: auto; bottom: 0; }
	.citadela-dashboard .citadela-screen-holder .ctdl-status h2        					{ margin-top: 0; }

	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-layouts						{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-layouts .ctdl-screen-content  { max-width: none; }
	.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta a					{ max-width: 160px; }
	.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta,
	.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-item-cta,
	.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-item-cta					{ margin-bottom: 40px; }

	.citadela-dashboard .citadela-screen-holder:not(.ctdl-pro-active) .ctdl-doc,
	.citadela-dashboard .citadela-screen-holder:not(.ctdl-pro-active) .ctdl-support		{ width: 50%; max-width: 50%; }

	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-item				{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-item-desc	{ font-size: 18px; margin: 0.5em 0; }
}
@media screen and (min-width: 1267px)
{
	.citadela-screen-holder .ctdl-screen-content 			        			{ padding: 30px; }
	.citadela-dashboard .citadela-screen-header									{ padding-left: 40px; padding-right: 40px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand h1,
	.citadela-dashboard	.citadela-screen-header .ctdl-brand p					{ padding-left: 30px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc:after			{ right: 30px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc p				{ padding-left: 30px; padding-right: 140px; }
	.citadela-dashboard .citadela-screen-holder 								{ padding-left: 40px; padding-right: 40px; }
	.citadela-dashboard .citadela-screen-holder .ctdl-status:after				{ top: 46px; }

	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-item-desc	{ padding-left: 30px; }
}
@media screen and (min-width: 1400px)
{
	.citadela-dashboard .citadela-screen-header.ctdl-free						{ background-position: right bottom; padding-top: calc(20px + 1.0vw); padding-bottom: 140px; }

	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-screen-item 	{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-status		{ width: 33.333%; max-width: 33.333%; }
	.citadela-dashboard .citadela-screen-holder.ctdl-active .ctdl-api			{ width: 66.667%; max-width: 66.667%; }

	.citadela-dashboard .citadela-screen-holder:not(.ctdl-pro-active) .ctdl-doc,
	.citadela-dashboard .citadela-screen-holder:not(.ctdl-pro-active) .ctdl-support					{ width: 50%; max-width: 50%; }
	.citadela-dashboard .citadela-screen-holder:not(.ctdl-pro-active) .ctdl-doc .ctdl-item-cta,
	.citadela-dashboard .citadela-screen-holder:not(.ctdl-pro-active) .ctdl-support .ctdl-item-cta	{ margin-bottom: 40px; }
}
@media screen and (min-width: 1440px)
{
	.citadela-dashboard	.citadela-screen-header .ctdl-brand h1              	{ font-size: 2.7em; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand p,
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc p				{ font-size: 18px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand h1,
	.citadela-dashboard	.citadela-screen-header .ctdl-brand p					{ padding-left: 40px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc:after			{ right: 40px; }
	.citadela-dashboard	.citadela-screen-header .ctdl-brand-desc p				{ padding-left: 40px; }
	.citadela-dashboard .citadela-screen-holder .ctdl-screen-content 			{ padding: 40px; }
	.citadela-dashboard .citadela-screen-holder .ctdl-status:after				{ top: 56px; }

	.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta,
	.citadela-dashboard .citadela-screen-holder .ctdl-doc .ctdl-item-cta,
	.citadela-dashboard .citadela-screen-holder .ctdl-support .ctdl-item-cta	{ margin-bottom: 1em; }

	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-screen-content    { padding-bottom: 40px; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-install .ctdl-item-desc			{ padding-left: 40px; }
}
@media screen and (min-width: 1540px)
{
	.citadela-dashboard .citadela-screen-holder .ctdl-layouts .ctdl-item-cta a	{ max-width: none; }
}
@media screen and (min-width: 1660px)
{
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-body             			{ flex-flow: row wrap; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-thumb						{ width: 50%; padding: 0px; box-sizing: border-box; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content          			{ width: 50%; box-sizing: border-box; justify-content: center; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content .ctdl-item-list   	{ display: flex; flex-flow: row wrap;}
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content .ctdl-item-list li	{ flex: 1 1 auto; width: 50%; box-sizing: border-box; padding-right: 2em; }
	.citadela-dashboard .citadela-screen-holder.ctdl-free .ctdl-screen-content .ctdl-item-cta		{ margin: 0; padding: 0; }
}


/* layouts */

.citadela-screen-holder.ctdl-layouts .ctdl-screen-items							{ margin: 0px -12px; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-item							{ padding: 12px; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-item > a						{ display: block; height: 100%; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-item a,
.citadela-screen-holder.ctdl-layouts .ctdl-screen-item a:focus,
.citadela-screen-holder.ctdl-layouts .ctdl-screen-item a:hover					{ text-decoration: none; outline: none; box-shadow: none; }

.citadela-screen-holder.ctdl-layouts .ctdl-screen-body							{ padding: 20px; border: none; box-shadow: 0px 15px 30px rgba(40, 57, 111, 0.05); }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-thumb							{ position: relative; height: auto; overflow: hidden; border-radius: 6px; box-shadow: 0px 10px 20px rgba(30, 35, 60, 0.1); }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-thumb:before 					{ content: ""; display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; box-shadow: 0px 0px 60px rgba(0,0,0,0.15) inset; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-content 		              	{ flex-direction: row; flex-flow: row wrap; padding: 20px 0 0 0; text-align: center;  }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-content .ctdl-item-title      { width: 100%; margin-bottom: 16px; font-size: 1.5em; font-weight: 500; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-content .ctdl-item-subtitle	{ font-size: 0.85em; margin-top: 0.6em; text-transform: uppercase; letter-spacing: 0.03em; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-content a     				{ color: var(--ctdl-text); background-color: #E9EBF0; flex: 1 1 auto; align-self: end; border-radius: 6px; width: calc(50% - 4px); min-width: 100px; box-sizing: border-box; padding: 7px 10px; border: 0px solid currentColor; font-size: 12px; text-align: center; transition: all 0.3s; margin: 2px; }
.citadela-screen-holder.ctdl-layouts .ctdl-screen-content a:hover				{ color: var(--ctdl-dtext); background-color: var(--ctdl-decor); }

@media screen and (min-width: 500px)
{
	.citadela-screen-holder.ctdl-layouts .ctdl-screen-item				{ width: 50%; max-width: 50%; }
}
@media screen and (min-width: 1267px)
{
	.citadela-screen-holder.ctdl-layouts .ctdl-screen-item				{ width: 33.333%; max-width: 33.333%; }
}
@media screen and (min-width: 1660px)
{
	.citadela-screen-holder.ctdl-layouts .ctdl-screen-item				{ width: 25%; max-width: 25%; }
}


/*** CITADELA SETTINGS ***/

.citadela-settings textarea.regular-text							{ width: 100%; }

/* inspector */

.components-panel .components-base-control span.components-base-control__label             	{ display: inline-block; padding-bottom: 4px; }


/* BLOCK STATUS ICONS */

.citadela-status-icons 						{ display: inherit; z-index: 20; position: absolute; top: -20px; right: 0; margin: 5px; }
.citadela-status-icons .status-icon 		{ padding: 5px; margin: 5px; color: #555d66; background-color: #ffffff; border: 2px solid #555d66; border-radius: 100%; display: inline-block; }
.citadela-status-icons .status-icon svg,
.citadela-status-icons .status-icon span.dashicon 		{ display: block; }

.citadela-status-icons .status-icon.option-indicator 	{ color: #ffffff; border-color: #e61c54; background-color: #e61c54; fill: #ffffff; }


/*** BLOCKCARDS ***/

.ctdl-blockcard-title								{ border-bottom: 1px solid #cccccc; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; font-family: sans-serif, arial; padding: 14px; margin: -14px -14px 0 -14px; background-color: #f5f5f5; color: #1e1e1e; text-align: left; }
.ctdl-blockcard-title .ctdl-blockcard-icon			{ width: 36px; -webkit-flex: 0 0 auto; -moz-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.ctdl-blockcard-title .ctdl-blockcard-text			{ line-height: 1.5; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }
.ctdl-blockcard-title .ctdl-blockcard-name			{ font-weight: 700; margin: 0 0 0.2em 0;  border-width: 0; padding: 0; }
.ctdl-blockcard-title .ctdl-blockcard-desc			{ font-size: 13px; line-height: 1.4; opacity: 0.5; transition: all 0.3s; }
.ctdl-blockcard-title:hover .ctdl-blockcard-desc    { opacity: 1; }

.wp-block-citadela-blocks .citadela-block-header		{ margin-top: 0.5em; }
.wp-block-citadela-blocks span.line                 	{ display: inline-block; vertical-align: top; background-color: rgba(200,200,200,0.5); margin: 0.7em 6px 0px 0px; height: 1em; }
.wp-block-citadela-blocks span.line:nth-child(10n+1)  	{ width: 20%; }
.wp-block-citadela-blocks span.line:nth-child(10n+2)  	{ width: 40%; }
.wp-block-citadela-blocks span.line:nth-child(10n+3)  	{ width: 15%; }
.wp-block-citadela-blocks span.line:nth-child(10n+4)  	{ width: 35%; }
.wp-block-citadela-blocks span.line:nth-child(10n+5)  	{ width: 50%; }
.wp-block-citadela-blocks span.line:nth-child(10n+6)  	{ width: 10%; }
.wp-block-citadela-blocks span.line:nth-child(10n+7)  	{ width: 15%; }
.wp-block-citadela-blocks span.line:nth-child(10n+8)  	{ width: 45%; }
.wp-block-citadela-blocks span.line:nth-child(10n+9)  	{ width: 30%; }
.wp-block-citadela-blocks span.line:nth-child(10n+0) 	{ width: 50%; }


.ctdl-blog-posts,
.ctdl-posts							{ padding: 14px; border: 1px solid #cccccc; }


/*** GRID TYPE 1 ***/

.wp-block-citadela-blocks.grid-type-1 .citadela-block-articles-wrap > *											{ width: 100%; max-width: 100%; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *							{ width: 50%; max-width: 50%; }
}
@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *							{ width: 100%; max-width: 100%; }
	.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *							{ width: 50%; max-width: 50%; }
	.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *							{ width: 33.333%; max-width: 33.333%; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *	   	{ width: 50%; max-width: 50%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *	   	{ width: 33.333%; max-width: 33.333%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *	   	{ width: 25%; max-width: 25%; }
}
@media all and (min-width: 1400px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *   	{ width: 33.333%; max-width: 33.333%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *   	{ width: 25%; max-width: 25%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *   	{ width: 20%; max-width: 20%; }
}

/*** GRID TYPE 1 - CAROUSEL calc for numbers of items ***/

.wp-block-citadela-blocks.grid-type-1.use-carousel .citadela-block-articles-wrap > * 						{ display: none; }
.wp-block-citadela-blocks.grid-type-1.use-carousel .citadela-block-articles-wrap > *:nth-child(-n + 1)		{ display: block; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }
}

@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 1)	{ display: block; }
	.wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }
	.wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4)	{ display: block; }
}
@media all and (min-width: 1400px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 4)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 5),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 5)	{ display: block; }
}


/*** GRID TYPE 2 ***/

.wp-block-citadela-blocks.grid-type-2 .citadela-block-articles-wrap > *											{ width: 100%; max-width: 100%; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *							{ width: 50%; max-width: 50%; }
}
@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *							{ width: 50%; max-width: 50%; }
	.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *							{ width: 50%; max-width: 50%; }
	.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *							{ width: 33.333%; max-width: 33.333%; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *		{ width: 33.333%; max-width: 33.333%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *		{ width: 33.333%; max-width: 33.333%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *		{ width: 25%; max-width: 25%; }
}
@media all and (min-width: 1400px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *      { width: 25%; max-width: 25%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *   	{ width: 25%; max-width: 25%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *      { width: 20%; max-width: 20%; }
}

/*** GRID TYPE 2 - ITEMS-AUTO calc for numbers of items ***/

.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel) .citadela-block-articles-wrap > * 						{ display: none; }
.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel) .citadela-block-articles-wrap > *:nth-child(-n + 3)		{ display: block; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 4)		{ display: block; }
}

@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 4)		{ display: block; }
	.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 4)		{ display: block; }
	.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 6)		{ display: block; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 6),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 6),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 6),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 6)		{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 6),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 6),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 6),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 6)		{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 8),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 8),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 8),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 8)		{ display: block; }
}
@media all and (min-width: 1400px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 8),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-large .citadela-block-articles-wrap > *:nth-child(-n + 8)		{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 8),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-medium .citadela-block-articles-wrap > *:nth-child(-n + 8)		{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 10),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.items-auto:not(.use-carousel).size-small .citadela-block-articles-wrap > *:nth-child(-n + 10)		{ display: block; }
}

/*** GRID TYPE 2 - CAROUSEL calc for numbers of items ***/

.wp-block-citadela-blocks.grid-type-2.use-carousel .citadela-block-articles-wrap > * 						{ display: none; }
.wp-block-citadela-blocks.grid-type-2.use-carousel .citadela-block-articles-wrap > *:nth-child(-n + 1)		{ display: block; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }
}

@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }
	.wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }
	.wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 3),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 4)	{ display: block; }
}
@media all and (min-width: 1400px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 4)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 4),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 4)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 5),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 5)	{ display: block; }
}


/*** GRID TYPE 3 ***/

.wp-block-citadela-blocks.grid-type-3 .citadela-block-articles-wrap > *											{ width: 100%; max-width: 100%; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *							{ width: 100%; max-width: 100%; }
}
@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *							{ width: 100%; max-width: 100%; }
	.wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *							{ width: 100%; max-width: 100%; }
	.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *							{ width: 100%; max-width: 100%; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *	   		{ width: 100%; max-width: 100%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *	   		{ width: 50%; max-width: 50%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *	   		{ width: 50%; max-width: 50%; }
}
@media all and (min-width: 1400px)
{

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *   	{ width: 50%; max-width: 50%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *   	{ width: 50%; max-width: 50%; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *   	{ width: 33.333%; max-width: 33.333%; }
}

/*** GRID TYPE 3 - CAROUSEL calc for numbers of items ***/

.wp-block-citadela-blocks.grid-type-3.use-carousel .citadela-block-articles-wrap > * 						{ display: none; }
.wp-block-citadela-blocks.grid-type-3.use-carousel .citadela-block-articles-wrap > *:nth-child(-n + 1)		{ display: block; }

@media all and (min-width: 400px)
{
	.wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 1)	{ display: block; }
}

@media all and (min-width: 600px)
{
	.wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 1)	{ display: block; }
	.wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 1)	{ display: block; }
	.wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 1)	{ display: block; }
}
@media all and (min-width: 1025px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 1),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 1),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 1),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 1)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 2),
	.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-wide 		.wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }
}
@media all and (min-width: 1400px)
{
	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.use-carousel.size-large .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.use-carousel.size-medium .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block; }

	.page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > * > * > * > .wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 3),
	body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.use-carousel.size-small .citadela-block-articles-wrap > *:nth-child(-n + 3)	{ display: block; }
}

/*** GRIDS in WIDGETS ***/

@media all and (min-width: 1025px)
{
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap > * 	{ width: 50% !important; max-width: 50% !important; }
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
	.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *	{ width: 100% !important; max-width: 400px !important; }
}

/*** CAROUSEL GRID in WIDGETS ***/

.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.use-carousel .citadela-block-articles-wrap > *,
.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-2.use-carousel .citadela-block-articles-wrap > *,
.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-3.use-carousel .citadela-block-articles-wrap > * 						{ display: none !important;  }
.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.use-carousel .citadela-block-articles-wrap > *:nth-child(-n + 1),
.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-2.use-carousel .citadela-block-articles-wrap > *:nth-child(-n + 1),
.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-3.use-carousel .citadela-block-articles-wrap > *:nth-child(-n + 1)				{ display: block !important; }
.customize-widgets__sidebar-section .wp-block-citadela-blocks.grid-type-1.use-carousel.size-mini .citadela-block-articles-wrap > *:nth-child(-n + 2)	{ display: block !important; }



/*** CAROUSEL ***/

.wp-block-citadela-blocks.use-carousel:after		{ content: "."; display: block; height: 0; overflow:hidden; clear: both; visibility: hidden; }

.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper		{ margin: 0.5em 0; }
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev,
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next			{ text-align: center; color: rgba(200,200,200,0.7); width: 30px; height: 30px; line-height: 30px; }
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev			{ float: left; }
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next    		{ float: right; }

.wp-block-citadela-blocks.use-carousel.carousel-navigation:not(.carousel-pagination) .carousel-navigation-wrapper:after	{ content: "."; display: block; height: 0; overflow:hidden; clear: both; visibility: hidden; }

.wp-block-citadela-blocks.use-carousel.carousel-pagination .carousel-pagination-wrapper		{ display: block; width: auto; margin: 0.5em 60px; padding: 2px 0; text-align: center; }
.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet				{ display: inline-block; border-radius: 100%; vertical-align: middle; width: 10px; height: 10px; margin: 5px; background-color: rgba(200,200,200,0.7); }

.wp-block-citadela-blocks.use-carousel.carousel-pagination:not(.carousel-navigation) .carousel-pagination-wrapper	{ display: block; margin-left: 0; margin-right: 0; }


/*** POSTS ITEMS LISTS ***/

.ctdl-blog-posts .citadela-block-articles,
.ctdl-posts .citadela-block-articles        							 	{ margin-top: 6px; }

.ctdl-blog-posts:not(.layout-simple) .citadela-block-articles-wrap,
.ctdl-posts:not(.layout-simple) .citadela-block-articles-wrap				{ display: flex; flex-flow: row wrap; justify-content: flex-start; margin: 0px -8px; }
.ctdl-blog-posts:not(.layout-simple) article,
.ctdl-posts:not(.layout-simple) article   									{ flex: 1 1 auto; padding: 8px; box-sizing: border-box; }

.ctdl-blog-posts:not(.layout-simple) .item-content,
.ctdl-posts:not(.layout-simple) .item-content								{ border: 2px solid rgba(200,200,200,0.5); padding: 10px; background: rgba(200,200,200,0.2); }

.ctdl-blog-posts:not(.layout-simple) .item-thumbnail,
.ctdl-posts:not(.layout-simple) .item-thumbnail		   						{ background-color: rgba(200,200,200,0.7); text-align: center; position: relative; color: #ffffff; height: 9vw; min-height: 150px; margin: -10px -10px 10px -10px; }
.ctdl-blog-posts:not(.layout-simple) .item-thumbnail:before,
.ctdl-posts:not(.layout-simple) .item-thumbnail:before						{ content: "\f03e"; font-size: 70px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Font Awesome 5 Free'; font-weight: 400; }

.ctdl-blog-posts:not(.layout-simple) .item-text,
.ctdl-posts:not(.layout-simple) .item-text									{ padding: 0; margin-top: 0.8em; }
.ctdl-blog-posts:not(.layout-simple) .item-title .post-title,
.ctdl-posts:not(.layout-simple) .item-title .post-title						{ height: 0.8em; max-width: 65%; background-color: rgba(200,200,200,0.7); }
.ctdl-blog-posts:not(.layout-simple) .item-title .post-subtitle,
.ctdl-posts:not(.layout-simple) .item-title .post-subtitle					{ height: 0.4em; max-width: 50%; background-color: rgba(200,200,200,0.5); margin-top: 0.2em; }

.ctdl-blog-posts:not(.layout-simple) .item-description,
.ctdl-posts:not(.layout-simple) .item-description								{ font-size: 0.5em; margin-top: 1em; }
.ctdl-blog-posts:not(.layout-simple) .item-description span.line,
.ctdl-posts:not(.layout-simple) .item-description span.line						{ width: auto !important; display: block; margin-right: 0; }
.ctdl-blog-posts:not(.layout-simple) .item-description span.line:last-child,
.ctdl-posts:not(.layout-simple) .item-description span.line:last-child			{ width: 60% !important; }

.ctdl-blog-posts:not(.layout-simple) .item-footer,
.ctdl-posts:not(.layout-simple) .item-footer						{ margin-top: 0.5em; }
.ctdl-blog-posts:not(.layout-simple) .item-data,
.ctdl-posts:not(.layout-simple) .item-data 							{ display: flex; flex-flow: wrap; padding: 3px 0 0 0;  }
.ctdl-blog-posts:not(.layout-simple) .item-data .label,
.ctdl-posts:not(.layout-simple) .item-data .label					{ flex: 0 1 auto; width: 40px; height: 10px; margin-right: 5px; background-color: rgba(200,200,200,0.7); }
.ctdl-blog-posts:not(.layout-simple) .item-data .values,
.ctdl-posts:not(.layout-simple) .item-data .values					{ flex: 1 1 auto; height: 10px; background-color: rgba(200,200,200,0.5); }

.ctdl-blog-posts.size-medium .item-title .post-title,
.ctdl-posts.size-medium .item-title .post-title						{ height: 0.9em; }
.ctdl-blog-posts.size-large .item-title .post-title,
.ctdl-posts.size-large .item-title .post-title						{ height: 1em; }

.ctdl-blog-posts:not(.layout-simple):not(.show-item-featured-image) .item-thumbnail,
.ctdl-posts:not(.layout-simple):not(.show-item-featured-image) .item-thumbnail				{ display: none; }
.ctdl-blog-posts:not(.layout-simple):not(.show-item-subtitle) .item-title .post-subtitle,
.ctdl-posts:not(.layout-simple):not(.show-item-subtitle) .item-title .post-subtitle			{ display: none; }
.ctdl-blog-posts:not(.layout-simple):not(.show-item-description) .item-text,
.ctdl-posts:not(.layout-simple):not(.show-item-description) .item-text						{ display: none; }
.ctdl-blog-posts:not(.layout-simple):not(.show-item-locations) .item-data.location,
.ctdl-posts:not(.layout-simple):not(.show-item-locations) .item-data.location				{ display: none; }
.ctdl-blog-posts:not(.layout-simple):not(.show-item-address) .item-data.address,
.ctdl-posts:not(.layout-simple):not(.show-item-address) .item-data.address					{ display: none; }
.ctdl-blog-posts:not(.layout-simple):not(.show-item-web) .item-data.web,
.ctdl-posts:not(.layout-simple):not(.show-item-web) .item-data.web							{ display: none; }
.ctdl-blog-posts:not(.layout-simple):not(.show-item-categories) .item-data.categories,
.ctdl-posts:not(.layout-simple):not(.show-item-categories) .item-data.categories			{ display: none; }

.ctdl-blog-posts:not(.layout-simple):not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-posts:not(.layout-simple):not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer			{ display: none; }

/* dates */

.ctdl-blog-posts.layout-box.show-item-date .item-date,
.ctdl-posts.layout-box.show-item-date .item-date								{ display: block; width: 40px; height: 40px; background: rgba(200,200,200,0.7); color: #ffffff;  }
.ctdl-blog-posts.layout-box.show-item-date .item-date:before,
.ctdl-posts.layout-box.show-item-date .item-date:before							{ content: "\f073"; font-size: 1.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Font Awesome 5 Free'; font-weight: 400; }

.ctdl-blog-posts.layout-box.show-item-date .item-thumbnail .item-date,
.ctdl-posts.layout-box.show-item-date .item-thumbnail .item-date				{ position: absolute; top: 0px; left: 0px; }
.ctdl-blog-posts.layout-box.show-item-date .item-title .item-date,
.ctdl-posts.layout-box.show-item-date .item-title .item-date					{ position: relative; display: block; margin-bottom: 0.5em; }

.ctdl-blog-posts.layout-list.show-item-date .item-date,
.ctdl-posts.layout-list.show-item-date .item-date											{ height: 1em; width: 60px;  background-color: rgba(200,200,200,0.7); }

.ctdl-blog-posts.layout-list.show-item-date .item-title .item-date,
.ctdl-posts.layout-list.show-item-date .item-title .item-date								{ height: 0.6em; margin-top: 0.3em; }
.ctdl-blog-posts.layout-list.show-item-date .item-description span.line:first-of-type,
.ctdl-posts.layout-list.show-item-date .item-description span.line:first-of-type			{ margin-left: 65px; }
.ctdl-blog-posts.layout-list.show-item-date .item-description .item-date,
.ctdl-posts.layout-list.show-item-date .item-description .item-date							{ float: left; }


@media all and (min-width: 400px)
{
    .ctdl-blog-posts.layout-list .item-thumbnail,
	.ctdl-posts.layout-list .item-thumbnail									{ margin: 0 0 10px 0; width: 18em; max-width: 100%; }
}
@media all and (min-width: 600px)
{
	.ctdl-blog-posts.layout-list .item-content,
	.ctdl-posts.layout-list .item-content									{ display: flex; flex-flow: row wrap; }

	.ctdl-blog-posts.layout-list .item-thumbnail,
	.ctdl-posts.layout-list .item-thumbnail  								{ flex: 0 1 auto; width: 8em; max-width: 35%; height: auto; min-height: 5em; margin: 0; }
	.ctdl-blog-posts.layout-list .item-thumbnail:before,
	.ctdl-posts.layout-list .item-thumbnail:before 							{ font-size: 50px; }
	.ctdl-blog-posts.layout-list.size-small .item-thumbnail:before,
	.ctdl-posts.layout-list.size-small .item-thumbnail:before 				{ font-size: 40px; }
	.ctdl-blog-posts.layout-list .item-body,
	.ctdl-posts.layout-list .item-body										{ flex: 1 1 auto; width: 65%; padding-left: 10px; }
	.ctdl-blog-posts.layout-list .item-title,
	.ctdl-posts.layout-list .item-title										{ margin-top: 0; }

	.ctdl-blog-posts.layout-list.size-medium .item-thumbnail,
	.ctdl-posts.layout-list.size-medium .item-thumbnail							{ width: 10em; }
	.ctdl-blog-posts.layout-list.size-large .item-thumbnail,
	.ctdl-posts.layout-list.size-large .item-thumbnail							{ width: 12em; }

	.ctdl-blog-posts:not(.show-item-featured-image).layout-list .item-body,
	.ctdl-posts:not(.show-item-featured-image).layout-list .item-body			{ padding-left: 0px; }

	.ctdl-blog-posts:not(.layout-simple):not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description).layout-list .item-body,
	.ctdl-posts:not(.layout-simple):not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description).layout-list .item-body { align-self: center; }
}

/*** POSTS SIMPLE LAYOUT ***/

.ctdl-blog-posts.layout-simple .citadela-block-articles,
.ctdl-posts.layout-simple .citadela-block-articles         		{ margin-top: 14px; }
.ctdl-blog-posts.layout-simple article,
.ctdl-posts.layout-simple article								{ margin-bottom: 1em; }

.ctdl-blog-posts.layout-simple .item-content,
.ctdl-posts.layout-simple .item-content							{ border: 2px solid rgba(200,200,200,0.5); padding: 10px; background: rgba(200,200,200,0.2); }

.ctdl-blog-posts.layout-simple .item-thumbnail,
.ctdl-posts.layout-simple .item-thumbnail		   				{ background-color: rgba(200,200,200,0.7); text-align: center; position: relative; color: #ffffff; height: 9vw; min-height: 150px; margin: 1em 0px 0px 0px; max-width: 768px; }
.ctdl-blog-posts.layout-simple .item-thumbnail:before,
.ctdl-posts.layout-simple .item-thumbnail:before				{ content: "\f03e"; font-size: 70px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Font Awesome 5 Free'; font-weight: 400; }
.ctdl-blog-posts.layout-simple .item-text,
.ctdl-posts.layout-simple .item-text							{ padding: 0; margin-top: 1em; }
.ctdl-blog-posts.layout-simple .item-title .post-title,
.ctdl-posts.layout-simple .item-title .post-title				{ height: 1em; max-width: 75%; background-color: rgba(200,200,200,0.7); }
.ctdl-blog-posts.layout-simple .item-title .post-meta,
.ctdl-posts.layout-simple .item-title .post-meta				{ height: 0.6em; max-width: 40%; background-color: rgba(200,200,200,0.5); margin-top: 0.5em; }

.ctdl-blog-posts.layout-simple .item-description,
.ctdl-posts.layout-simple .item-description									{ font-size: 0.5em; margin-top: 1em; }
.ctdl-blog-posts.layout-simple .item-description span.line,
.ctdl-posts.layout-simple .item-description span.line						{ width: auto !important; display: block; margin-right: 0; }
.ctdl-blog-posts.layout-simple .item-description span.line:last-child,
.ctdl-posts.layout-simple .item-description span.line:last-child			{ width: 70% !important; }

.ctdl-blog-posts.layout-simple .item-footer,
.ctdl-posts.layout-simple .item-footer						{ margin-top: 0.8em; }
.ctdl-blog-posts.layout-simple .item-data,
.ctdl-posts.layout-simple .item-data 						{ display: flex; flex-flow: wrap; padding: 3px 0 0 0; max-width: 50%; }
.ctdl-blog-posts.layout-simple .item-data .label,
.ctdl-posts.layout-simple .item-data .label					{ flex: 0 1 auto; width: 40px; height: 14px; margin-right: 5px; background-color: rgba(200,200,200,0.7); }
.ctdl-blog-posts.layout-simple .item-data .values,
.ctdl-posts.layout-simple .item-data .values				{ flex: 1 1 auto; height: 14px; background-color: rgba(200,200,200,0.5); }

.ctdl-blog-posts.layout-simple:not(.show-item-featured-image) .item-thumbnail,
.ctdl-posts.layout-simple:not(.show-item-featured-image) .item-thumbnail							{ display: none; }
.ctdl-blog-posts.layout-simple:not(.show-item-description) .item-text,
.ctdl-posts.layout-simple:not(.show-item-description) .item-text									{ display: none; }
.ctdl-blog-posts.layout-simple:not(.show-item-categories) .item-footer .item-data.categories,
.ctdl-posts.layout-simple:not(.show-item-categories) .item-footer .item-data.categories				{ display: none; }
.ctdl-blog-posts.layout-simple:not(.show-item-locations) .item-footer .item-data.location,
.ctdl-posts.layout-simple:not(.show-item-locations) .item-footer .item-data.location				{ display: none; }
.ctdl-blog-posts.layout-simple:not(.show-item-categories):not(.show-item-locations) .item-footer,
.ctdl-posts.layout-simple:not(.show-item-categories):not(.show-item-locations) .item-footer 		{ display: none; }

.ctdl-blog-posts.layout-simple article,
.ctdl-posts.layout-simple article 								{ display: none; }
.ctdl-blog-posts.layout-simple article:nth-child(-n + 3),
.ctdl-posts.layout-simple article:nth-child(-n + 3)				{ display: block; }

/* Custom Colors */

.ctdl-posts-search-results.custom-text-color .item-title .post-title,
.ctdl-blog-posts.custom-text-color .item-title .post-title,
.ctdl-posts.custom-text-color .item-title .post-title						{ background: currentColor; }
.ctdl-posts-search-results.custom-text-color .item-description span.line,
.ctdl-blog-posts.custom-text-color .item-description span.line,
.ctdl-posts.custom-text-color .item-description span.line   				{ background: currentColor; opacity: 0.7; }
.ctdl-posts-search-results.custom-text-color .item-data,
.ctdl-blog-posts.custom-text-color .item-data,
.ctdl-posts.custom-text-color .item-data									{ color: currentColor !important; }
.ctdl-posts-search-results.custom-text-color .item-data .label,
.ctdl-blog-posts.custom-text-color .item-data .label,
.ctdl-posts.custom-text-color .item-data .label								{ background: currentColor; }
.ctdl-posts-search-results.custom-text-color .item-data .values,
.ctdl-blog-posts.custom-text-color .item-data .values,
.ctdl-posts.custom-text-color .item-data .values            				{ background: currentColor; opacity: 0.7; }

.ctdl-posts-search-results.layout-list.custom-text-color.show-item-date .item-date,
.ctdl-blog-posts.layout-list.custom-text-color.show-item-date .item-date,
.ctdl-posts.layout-list.custom-text-color.show-item-date .item-date						{ background: currentColor; }
.ctdl-posts-search-results.layout-simple.custom-decor-color .item-title .post-meta,
.ctdl-blog-posts.layout-simple.custom-decor-color .item-title .post-meta,
.ctdl-posts.layout-simple.custom-decor-color .item-title .post-meta     				{ background: currentColor; }

.ctdl-posts-search-results.custom-background-color .item-thumbnail,
.ctdl-blog-posts.custom-background-color .item-thumbnail,
.ctdl-posts.custom-background-color .item-thumbnail										{ background: rgba(0,0,0,0.1); }
.ctdl-posts-search-results.layout-simple.custom-background-color .item-content,
.ctdl-blog-posts.layout-simple.custom-background-color .item-content,
.ctdl-posts.layout-simple.custom-background-color .item-content 						{ background: none; }
.ctdl-posts-search-results.layout-simple .item-content,
.ctdl-blog-posts.layout-simple .item-content,
.ctdl-posts.layout-simple .item-content										{ border:none; }
.ctdl-posts-search-results:not(.layout-simple).border-none .item-content,
.ctdl-posts-search-results.layout-simple.border-none article,
.ctdl-blog-posts:not(.layout-simple).border-none .item-content,
.ctdl-blog-posts.layout-simple.border-none article,
.ctdl-posts:not(.layout-simple).border-none .item-content,
.ctdl-posts.layout-simple.border-none article								{ border: none; }
.ctdl-posts-search-results:not(.layout-simple).border-thin .item-content,
.ctdl-posts-search-results.layout-simple.border-thin article,
.ctdl-blog-posts:not(.layout-simple).border-thin .item-content,
.ctdl-blog-posts.layout-simple.border-thin article,
.ctdl-posts:not(.layout-simple).border-thin .item-content,
.ctdl-posts.layout-simple.border-thin article 								{ border: 1px solid rgba(200,200,200,0.5); background-clip: padding-box; }
.ctdl-posts-search-results:not(.layout-simple).border-thick .item-content,
.ctdl-posts-search-results.layout-simple.border-thick article,
.ctdl-blog-posts:not(.layout-simple).border-thick .item-content,
.ctdl-blog-posts.layout-simple.border-thick article,
.ctdl-posts:not(.layout-simple).border-thick .item-content,
.ctdl-posts.layout-simple.border-thick article                          	{ border: 2px solid rgba(200,200,200,0.5); background-clip: padding-box; }

/*** IMAGE FIX ***/

.wp-block-image:not(.is-focused) .components-resizable-box__container { /* width: 100% !important; max-width: 100% !important; height: auto !important; */ }

/*** COVER FIX ***/

.wp-block-columns .wp-block-cover											{ height: 100%; }
.wp-block-columns .wp-block-cover:not(:first-child),
.wp-block-columns .wp-block-cover:not(:last-child):not(.is-selected),
.wp-block-columns .wp-block-cover:not(:nth-last-child(2)).is-selected		{ height: auto; }

/*** STANDARD BLOCKS FIX ***/

h1.wp-block-site-title 					{ margin-top: 0px; margin-bottom: 0px; }
p.wp-block-site-tagline     			{ margin-top: 0px; margin-bottom: 0px; }
.wp-block-post-date.has-background,
.wp-block-post-excerpt.has-background,
.wp-block-post-terms.has-background		{ padding: 20px; }
.wp-block-post-terms.has-text-color a	{ color: currentColor; }

.wp-block-table table thead th								{ text-align: left; }
.wp-block-table table thead th.has-text-align-right			{ text-align: right; }
.wp-block-table table thead th.has-text-align-center		{ text-align: center; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd)	{ background: rgba(125,125,125,0.1); }
.wp-block-table figcaption									{ margin-top: 0.5em; }

.wp-block-nextpage		{ clear: both; }

/* Installation */

.citadela-installation-notice 	{ display: none; }
.citadela-installation-error	{ color: red; }


/*** CITADELA ADMIN DESIGN ***/

:root
{
	--ctdl-bck: #ffffff;
	--ctdl-text: #28396F;
	--ctdl-desc: rgba(40, 57, 111, 0.8);
	--ctdl-title: #1D2A63;
	--ctdl-tabs: #1D2A63;
	--ctdl-lines: rgba(31, 44 ,100 ,0.12);
	--ctdl-decor: #0693e3;
	--ctdl-dtext: #ffffff;
	--ctdl-input: rgba(20, 38 ,97 ,0.14);
	--ctdl-input-bck: #ffffff;
	--ctdl-input-dark: #49565e;
	--ctdl-required: #D5405C;
	--ctdl-accent: --ctdl-decor;
}
.citadela-listing-settings 	{ --ctdl-accent: #D93C71; }
.citadela-pro-settings		{ --ctdl-accent: #7547DE; }

.citadela-settings-page									{ background: var(--ctdl-bck); color: var(--ctdl-text); }
.citadela-settings-page #wpcontent						{ padding: 0; }
.citadela-settings-page.citadela-dashboard-settings		{ background: #f0f0f1; }
.citadela-settings-page .citadela-settings-wrap	 		{ margin: 0; padding: 0px 20px; }
.citadela-settings-page .citadela-settings-content		{ margin: 0px -20px; padding: 40px 20px 65px 20px; }
.citadela-settings-page .citadela-settings-wrap a		{ color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap input   { margin: 0; }

.citadela-settings-page .notice											{ margin: 10px 15px; }
.citadela-settings-page #wpbody-content									{ padding-bottom: 0px; }
.citadela-settings-page.citadela-pro-settings #wpbody-content           { background: #3C2572; }
.citadela-settings-page.citadela-listing-settings #wpbody-content       { background: #732548; }
.citadela-settings-page.wp-core-ui #citadela-layout-exporter-root		{ min-height: 0; }

.citadela-settings-page .citadela-settings-wrap .notice,
.citadela-settings-page .citadela-settings-wrap .error,
.citadela-settings-page .citadela-settings-wrap .updated				{ width: 100%; margin: 0 0 30px 0; box-sizing: border-box; }
.citadela-settings-page .citadela-settings-wrap .notice p				{ margin: 0.5em 0; }
.citadela-settings-page .citadela-settings-wrap .notice .notice-title   { margin-top: 0; padding: 0; }

.citadela-settings-page .citadela-settings-wrap .notice + .notice,
.citadela-settings-page .citadela-settings-wrap .notice + .error,
.citadela-settings-page .citadela-settings-wrap .notice + .updated,
.citadela-settings-page .citadela-settings-wrap .error + .notice,
.citadela-settings-page .citadela-settings-wrap .error + .error,
.citadela-settings-page .citadela-settings-wrap .error + .updated,
.citadela-settings-page .citadela-settings-wrap .updated + .notice,
.citadela-settings-page .citadela-settings-wrap .updated + .error,
.citadela-settings-page .citadela-settings-wrap .updated + .updated		{ margin-top: -20px; }

.citadela-settings-page .citadela-settings-wrap h1			{ padding: 40px 80px 43px 20px; margin: 0px -20px; font-size: 22px; font-weight: 700; line-height: 1.2; color: #ffffff; position: relative; }
.citadela-settings-page .citadela-settings-wrap h1:before   { display: none; content: ""; width: 33px; height: 33px; position: absolute; top: 36px; left: 20px; background-size: 100% auto; background-repeat: no-repeat; background-position: center; }
.citadela-settings-page .citadela-settings-wrap h1 i		{ position: absolute; top: 34px; right: 20px; width: 40px; height: 40px; background-size: 40px auto; }
.citadela-settings-page.citadela-pro-settings .citadela-settings-wrap h1:before		{ background-image: url('img/ctdl-info-pro-icon-light-min.png'); }
.citadela-settings-page.citadela-pro-settings .citadela-settings-wrap h1 i			{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='200' height='200' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd'%3E%3Cpath d='M69 63c14-12 31-18 49-18 42 0 76 34 76 76 0 37-27 68-63 75-11 2-22-6-24-17-2-12 6-22 17-24 16-3 29-17 29-34 0-19-16-35-35-35-8 0-16 4-22 9-9 8-22 7-30-2-8-8-7-22 2-29 0-1 1-1 1-1z' style='fill:%23DFD1FF'/%3E%3Cpath d='M131 137c-14 12-31 18-49 18-42 0-76-34-76-76C6 42 33 11 69 4c11-2 22 6 24 17 2 12-6 22-17 24-16 3-29 17-29 34 0 19 16 35 35 35 8 0 16-4 22-9 9-8 22-7 30 2 8 8 7 22-2 29 0 1-1 1-1 1z' style='fill:%239227c5'/%3E%3C/svg%3E"); }
.citadela-settings-page.citadela-listing-settings .citadela-settings-wrap h1:before	{ background-image: url('img/ctdl-info-dir-icon-light-min.png'); }
.citadela-settings-page.citadela-listing-settings .citadela-settings-wrap h1 i		{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='200' height='200' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd'%3E%3Cpath d='M69 63c14-12 31-18 49-18 42 0 76 34 76 76 0 37-27 68-63 75-11 2-22-6-24-17-2-12 6-22 17-24 16-3 29-17 29-34 0-19-16-35-35-35-8 0-16 4-22 9-9 8-22 7-30-2-8-8-7-22 2-29 0-1 1-1 1-1z' style='fill:%23FFD9E7'/%3E%3Cpath d='M131 137c-14 12-31 18-49 18-42 0-76-34-76-76C6 42 33 11 69 4c11-2 22 6 24 17 2 12-6 22-17 24-16 3-29 17-29 34 0 19 16 35 35 35 8 0 16-4 22-9 9-8 22-7 30 2 8 8 7 22-2 29 0 1-1 1-1 1z' style='fill:%23db2c5e'/%3E%3C/svg%3E"); }

.citadela-settings-page.citadela-pro-settings #wpwrap,
.citadela-settings-page.citadela-pro-settings .citadela-settings-content	{ background-color: #F1F0F7; }
.citadela-settings-page.citadela-pro-settings .citadela-settings-wrap		{ background-image: url('img/ctdl-header1-min.png'), url('img/ctdl-pro-header2-min.png'), linear-gradient(100deg, #4B3586, #3C2572); background-size: 50% auto, auto, auto; background-position: top left, top 9px right -20px, center; background-repeat: no-repeat; }
.citadela-settings-page.citadela-listing-settings #wpwrap,
.citadela-settings-page.citadela-listing-settings .citadela-settings-content	{ background-color: #F8F0F4; }
.citadela-settings-page.citadela-listing-settings .citadela-settings-wrap		{ background-image: url('img/ctdl-header1-min.png'), url('img/ctdl-dir-header2-min.png'), linear-gradient(100deg, #8C2954, #732548); background-size: 50% auto, auto, auto; background-position: top left, top 9px right -20px, center; background-repeat: no-repeat; }

.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper					{ border: none; margin-bottom: 2rem; }
.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a					{ line-height: 1.3; margin: 0 5px 5px 0; padding: 12px 15px; border: 0px solid var(--ctdl-lines); background-image: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); background-color: #ffffff; color: var(--ctdl-tabs); border-radius: 6px; box-shadow: 0px 5px 15px rgba(30, 57, 111, 0.05); white-space: normal; }
.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a:hover			{ color: var(--ctdl-accent); }
.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a:focus			{ color: var(--ctdl-accent); box-shadow: none; border-color: var(--ctdl-lines); }
.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a.nav-tab-active 	{ background-color: var(--ctdl-accent); color: var(--ctdl-dtext); }

.citadela-settings-page .citadela-settings-wrap h2									{ font-size: 1.32rem; line-height: 1.2; font-weight: 700; letter-spacing: 0.0em; color: var(--ctdl-title); margin-top: 2rem; margin-bottom: 1rem; }
.citadela-settings-page .citadela-settings-wrap h2 + p								{ margin-top: -0.5rem; margin-bottom: 2rem; }
.citadela-settings-page .citadela-settings-wrap .citadela-section h2.section-title	{ margin-top: 0; }
.citadela-settings-page .citadela-settings-wrap .citadela-section					{ margin-top: 0rem; margin-bottom: 2.75rem; }

.citadela-settings-page .citadela-settings-content p								{ margin: 1rem 0; }
.citadela-settings-page .citadela-settings-content p.description					{ color: var(--ctdl-desc); }
.citadela-settings-page .citadela-settings-wrap .form-table							{ margin: 0; }
.citadela-settings-page .citadela-settings-wrap .form-table th						{ display: block; width: 100%; padding: 15px 0px 0px 0px; margin: 0; font-size: 1.2rem; color: var(--ctdl-title); }
.citadela-settings-page .citadela-settings-wrap .form-table th label				{ vertical-align: top; }
.citadela-settings-page .citadela-settings-wrap .form-table td						{ display: block; width: 100%; padding: 10px 0px 25px 0px; margin: 0; border-bottom: 1px solid var(--ctdl-lines); }
.citadela-settings-page .citadela-settings-wrap .form-table td p					{ margin-top: 8px; margin-bottom: 0; }
.citadela-settings-page .citadela-settings-wrap .CodeMirror         				{ border: 1px solid var(--ctdl-input); background-clip: padding-box; border-radius: 6px; }
.citadela-settings-page .citadela-settings-wrap .CodeMirror.CodeMirror-focused		{ border-color: var(--ctdl-decor); box-shadow: 0px 0px 0px 1px var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap ::placeholder 						{ color: #939CB7; opacity: 1; }
.citadela-settings-page .citadela-settings-wrap :-ms-input-placeholder 				{ color: #939CB7; }
.citadela-settings-page .citadela-settings-wrap ::-ms-input-placeholder 			{ color: #939CB7; }
.citadela-settings-page .citadela-settings-wrap input,
.citadela-settings-page .citadela-settings-wrap select,
.citadela-settings-page .citadela-settings-wrap textarea							{ color: var(--ctdl-text); border-radius: 6px; border: 1px solid var(--ctdl-input); background-clip: padding-box; background-color: var(--ctdl-input-bck); vertical-align: top; padding: 8px 20px; }
.citadela-settings-page .citadela-settings-wrap select								{ padding-right: 40px; background-position: right 11px top 13px; background-size: 18px 18px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237E88A9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); }
.citadela-settings-page .citadela-settings-wrap textarea							{ padding-top: 12px; padding-bottom: 12px; }
.citadela-settings-page .citadela-settings-wrap input:focus,
.citadela-settings-page .citadela-settings-wrap select:focus,
.citadela-settings-page .citadela-settings-wrap textarea:focus						{ box-shadow: 0px 0px 0px 1px var(--ctdl-decor); border-color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap input[type=checkbox],
.citadela-settings-page .citadela-settings-wrap input[type=radio]		    		{ width: 24px; height: 24px; vertical-align: middle; margin: 0em 0.4em 0 0; box-shadow: none; }
.citadela-settings-page .citadela-settings-wrap input[type=checkbox]:before			{ width: 100%; height: 100%; margin: 0; }
.citadela-settings-page .citadela-settings-wrap input[type=checkbox]:checked		{ background-color: var(--ctdl-decor); border-color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap input[type=checkbox]:checked:before { line-height: 24px; content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); }
.citadela-settings-page .citadela-settings-wrap input[type=radio]					{ border-radius: 100%; }
.citadela-settings-page .citadela-settings-wrap input[type=radio]:checked			{ border-color: var(--ctdl-decor); border-width: 2px; }
.citadela-settings-page .citadela-settings-wrap input[type=radio]:before			{ width: 14px; height: 14px; margin: 3px; background-color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap input[type=number]					{ width: 100px; padding-right: 8px; }
.citadela-settings-page .citadela-settings-wrap input[type=number].small-text       { width: 100px; }
.citadela-settings-page .citadela-settings-wrap field-type-datetime-clear			{ color: var(--ctdl-decor); }

.citadela-settings-page .citadela-settings-wrap .type-checkbox label,
.citadela-settings-page .citadela-settings-wrap .type-radio-list label				{ position: relative; display: block; padding-left: 34px; min-height: 1.3em; padding-top: 3px; padding-bottom: 3px; }
.citadela-settings-page .citadela-settings-wrap .type-checkbox input,
.citadela-settings-page .citadela-settings-wrap .type-radio-list input				{ position: absolute; top: 0; left: 0; margin-right: 0; }
.citadela-settings-page .citadela-settings-wrap .form-table .type-radio-list p		{ line-height: 1.3; margin-top: 0; }
.citadela-settings-page .citadela-settings-wrap .form-table .type-radio-list p + p	{ margin-top: 4px; }

.citadela-settings-page .citadela-settings-wrap .type-datetime td					{ position: relative; }
.citadela-settings-page .citadela-settings-wrap .type-datetime td > input			{ padding-right: 50px; }
.citadela-settings-page .citadela-settings-wrap .type-datetime .dashicons			{ position: absolute; top: 19px; right: 20px; margin-top: 6px; }
.citadela-settings-page .flatpickr-months .flatpickr-month							{ height: 54px; }

.citadela-settings-page .citadela-settings-wrap .form-table .type-code-editor td			{ border-bottom: none; }
.citadela-settings-page .citadela-settings-wrap .form-table .type-code-editor:last-child td { padding-bottom: 0; }

.citadela-settings-page .citadela-settings-wrap .type-background p.label								{ margin-top: 0; margin-bottom: 4px; }
.citadela-settings-page .citadela-settings-wrap .type-background .citadela-background-select-params		{ margin-bottom: -5px; }
.citadela-settings-page .citadela-settings-wrap .citadela-image-preview-container		{ background: none; box-sizing: border-box; max-width: 360px; }
.citadela-settings-page .citadela-settings-wrap .citadela-image-preview-container img	{ background: #dddddd; border: 3px dashed var(--ctdl-input); box-sizing: border-box; }
.citadela-settings-page .citadela-settings-wrap .citadela-control-image                 { margin-bottom: 22px; }
.citadela-settings-page .citadela-settings-wrap .citadela-image-container               { width: 100%; max-width: 360px; padding: 2px; border: none; border-radius: 6px; box-sizing: border-box; box-shadow: none; background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23D1D2E1' stroke-width='4' stroke-dasharray='8%2c 7' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e"); }
.citadela-settings-page .citadela-settings-wrap .citadela-image-select-container		{ background-color: var(--ctdl-input-bck); box-sizing: border-box; padding: 10px; border-radius: 6px; }
.citadela-settings-page .citadela-settings-wrap .citadela-image-preview-container   	{ box-shadow: 0px 1px 0px 0px var(--ctdl-lines) inset, 0px -6px 0px 0px var(--ctdl-input-bck); background: rgba(20, 38 ,97 ,0.05); box-sizing: border-box; margin-top: 0; border-radius: 0px 0px 6px 6px; position: relative; max-width: 100%; }
.citadela-settings-page .citadela-settings-wrap .citadela-image-preview-container img   { border: none; padding: 10px 10px 10px 10px; background: none;  }
.citadela-settings-page .citadela-settings-wrap .citadela-image-select-container .button					{ border-radius: 3px; line-height: 23px; font-size: 14px; font-weight: 700; background-color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap .citadela-image-select-container .button-secondary			{ background-color: var(--ctdl-input); float: right; font-size: 0; width: 43px; height: 43px; position: relative; background-position: center; background-size: 17px auto; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2328396F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='icon icon-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); }
.citadela-settings-page .citadela-settings-wrap .citadela-image-select-container .button-secondary:hover,
.citadela-settings-page .citadela-settings-wrap .citadela-image-select-container .button-secondary:focus    { background-color: var(--ctdl-input); }

.citadela-settings-page .citadela-settings-wrap .form-table .type-item-extension-clone th					{ font-size: 1.32rem; line-height: 1.2; font-weight: 700; color: var(--ctdl-title); margin-top: 0rem; margin-bottom: 1rem; padding-top: 0; }
.citadela-settings-page .citadela-settings-wrap .form-table .type-item-extension-clone td					{ padding-top: 0; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row					{ border: none; border-radius: 6px; background-color: var(--ctdl-input-bck); box-shadow: 0px 5px 30px rgba(40, 57, 111, 0.05), 0px 1px 0px var(--ctdl-lines); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row.closed				{ box-shadow: 0px 5px 30px rgba(40, 57, 111, 0.05), 0px -1px 0px rgba(40, 57, 111, 0.03); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row .heading					{ background: var(--ctdl-input-bck); border-radius: 6px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row .heading .handle			{ padding-top: 14px; padding-bottom: 14px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row:not(.closed) .heading		{ background: var(--ctdl-accent); border-radius: 6px 6px 0px 0px;}
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row.closed .heading			{ box-shadow: 0px 1px 0px var(--ctdl-lines); color: var(--ctdl-text); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row.closed .heading .handle .part-icon-move:before			{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 19' xmlns='http://www.w3.org/2000/svg' width='11' height='18' xml:space='preserve' fill='%2328396F' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M9.013 14a2.011 2.011 0 1 1 0 4.02C7.9 18.02 7 17.12 7 16.01 7 14.9 7.9 14 9.013 14ZM9.013 7a2.011 2.011 0 1 1 0 4.02C7.9 11.02 7 10.12 7 9.01 7 7.9 7.9 7 9.013 7ZM9.013 0a2.011 2.011 0 1 1 0 4.02C7.9 4.02 7 3.12 7 2.01 7 .9 7.9 0 9.013 0ZM2.013 14a2.011 2.011 0 1 1 0 4.02C.9 18.02 0 17.12 0 16.01 0 14.9.9 14 2.013 14ZM2.013 7a2.011 2.011 0 1 1 0 4.02C.9 11.02 0 10.12 0 9.01 0 7.9.9 7 2.013 7ZM2.013 0a2.011 2.011 0 1 1 0 4.02C.9 4.02 0 3.12 0 2.01 0 .9.9 0 2.013 0Z'/%3E%3C/svg%3E"); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row.closed .heading .handle .part-icon-collapse:before  	{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2328396F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row.closed .heading .handle .part-validation-message 		{ color: #df9c46; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row .heading .remove-button								{ padding-top: 14px; padding-bottom: 14px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .repeater-row.closed .heading .remove-button:before					{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2328396F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E"); }
.citadela-settings-page .citadela-settings-wrap .citadela-control .setting.input-group .label-part label    { display: block; width: 100%; padding: 15px 0px 10px 0px; margin: 0; font-size: 1.2rem; color: var(--ctdl-title);}
.citadela-settings-page .citadela-settings-wrap .citadela-control .setting.input-group .settings-part p		{ margin-top: 0; padding: 13px 0px 12px 0px; }
.citadela-settings-page .citadela-settings-wrap .citadela-control .setting.duplicate-row					{ padding: 0px 10px; margin-bottom: -10px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .label-part label					{ padding-top: 12px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part input:not([type="checkbox"]),
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part select,
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part textarea				{ border-width: 1px; border-radius: 6px; border-color: var(--ctdl-input); background-color: var(--ctdl-bck); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part input:not([type="checkbox"]):focus,
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part select:focus,
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part textarea:focus		{ border-color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part input[required],
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part input[required]:focus	{ border-left-width: 5px; border-left-color: var(--ctdl-required); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part select:hover			{ color: var(--ctdl-text); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part input[type=checkbox]	{ margin-top: -3px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part .description      	{ margin-top: 0; padding: 12px 0px 5px 0px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-use-url-label .settings-part,
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-filter .settings-part         		{ padding: 12px 0px 5px 0px; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-use-url-label .settings-part .description,
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-filter .settings-part .description	{ padding: 0; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .button-secondary											{ font-size: 16px; line-height: 30px; border: none; border-radius: 6px; padding: 7px 20px; transition: all 0.3s; background-color: var(--ctdl-decor); font-size: 14px; font-weight: 700; }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .button-secondary 					{ padding: 6px 19px; background-color: #ffffff; color: var(--ctdl-text); border: 1px solid var(--ctdl-lines); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .button-secondary:hover,
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .button-secondary:focus				{ border-color: var(--ctdl-decor); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper.ui-sortable-placeholder          	{ background-color: var(--ctdl-input-bck);  border: none; border-radius: 6px; background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23D1D2E1' stroke-width='4' stroke-dasharray='8%2c 7' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e"); }
.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-description .settings-part .description	{ padding-top: 8px; }
@media (max-width: 1150px)
{
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part .description 					{ margin-left: 0px; padding-top: 8px; }
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-use-url-label .settings-part,
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-filter .settings-part         		{ padding-top: 12px; }
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-use-url-label .settings-part .description,
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-filter .settings-part .description	{ padding: 0; }
}
@media (max-width: 599px)
{
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .label-part label,
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .settings-part .description					{ padding-top: 8px; padding-bottom: 10px; }
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-use-url-label .settings-part,
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-filter .settings-part         		{ padding-top: 8px; padding-bottom: 10px; }
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-use-url-label .settings-part .description,
	.citadela-settings-page .citadela-settings-wrap .citadela-repeater-control .input-settings-wrapper .input-filter .settings-part .description	{ padding: 0; }
}

.citadela-settings-page .citadela-settings-wrap .submit .button			{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' stroke='rgb(255,255,255)' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E"), linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); background-position: 20px 50%, center; background-repeat: no-repeat ; padding: 10px 20px 10px 48px; }

.citadela-settings-page .citadela-settings-wrap .button					{ padding: 10px 20px; font-size: 17px; font-weight: 600; line-height: 26px; border: none; transition: all 0.3s; border-radius: 6px; background-image: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0)); }
.citadela-settings-page .citadela-settings-wrap .button:focus			{ box-shadow: none; }
.citadela-settings-page .citadela-settings-wrap .button-primary			{ background-color: var(--ctdl-accent); color: var(--ctdl-dtext); }
.citadela-settings-page .citadela-settings-wrap .button-primary:hover,
.citadela-settings-page .citadela-settings-wrap .button-primary:focus   { background-color: var(--ctdl-title); color: var(--ctdl-bck); }
.citadela-settings-page .citadela-settings-wrap .button-secondary		{ background-color: var(--ctdl-decor); color: var(--ctdl-bck); }
.citadela-settings-page .citadela-settings-wrap .button-secondary:hover,
.citadela-settings-page .citadela-settings-wrap .button-secondary:focus	{ background-color: var(--ctdl-title); color: var(--ctdl-bck); }

.citadela-settings-page .citadela-settings-wrap .confirm-buttons		{ margin-top: 2rem; }

.citadela-settings-page .citadela-settings-wrap .citadela-colorpicker-container									{ position: relative; }
.citadela-settings-page .citadela-settings-wrap .citadela-colorpicker-container .citadela-colorpicker-preview	{ border: 0px solid var(--ctdl-input); margin-right: 0px; position: absolute; top: 10px; left: 10px; border-radius: 3px; }
.citadela-settings-page .citadela-settings-wrap .citadela-colorpicker-container .citadela-colorpicker-preview i	{ width: 26px; height: 26px; line-height: 29px; border: none; box-shadow: 0 0 0 1px rgb(20 38 97 / 14%) inset; border-radius: 3px; }
.citadela-settings-page .citadela-settings-wrap .citadela-colorpicker-container .citadela-colorpicker-color     { width: 120px !important; height: auto; display: inline-block; padding-left: 48px; padding-right: 10px; }

.citadela-settings-page .citadela-settings-wrap .citadela-section.citadela-section-ga,
.citadela-settings-page .citadela-settings-wrap .citadela-section.citadela-section-google-maps 	{ margin-top: 1rem; }

/* layouts */

.citadela-settings-page .citadela-settings-wrap .citadela-screen-section	{ padding-top: 0; margin-top: 1rem; }
.citadela-settings-page .citadela-settings-wrap .citadela-screen-section h2	{ margin-top: 0; }
.citadela-settings-page .citadela-settings-wrap .m-auto						{ width: 100%; min-width: 0; }
.citadela-settings-page .citadela-settings-wrap .import-card,
.citadela-settings-page .citadela-settings-wrap .upload-card						{ border-radius: 6px; box-sizing: border-box; width: auto; max-width: 100%; margin: auto; }
.citadela-settings-page .citadela-settings-wrap .upload-card						{ border: none; background-color: #fff; box-sizing: border-box; box-shadow: none; background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23D1D2E1' stroke-width='4' stroke-dasharray='8%2c 7' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e"); }
.citadela-settings-page .citadela-settings-wrap .upload-card h2						{ margin-top: 0; }
.citadela-settings-page .citadela-settings-wrap .upload-card #uploader-selector     { text-align: center; font-size: 16px; }

#citadela-layouts-root										{ padding-bottom: 24px; }
#citadela-layouts-root .citadela-screen-section				{ padding-bottom: 0; }
#citadela-layouts-progress									{ margin-top: 2px; min-height: 0 !important; }
#citadela-layouts-progress h2								{ margin-top: 0; }
#citadela-layouts-progress .text-gray-600                   { color: var(--ctdl-desc); }
#citadela-layouts-progress .import-card,
#citadela-layouts-progress .upload-card,
#citadela-layouts-progress #uploader-selector,
#citadela-layouts-progress #uploader-progress,
#citadela-layouts-progress #uploader-error,
#citadela-layouts-progress #import-requirements-install-progress,
#citadela-layouts-progress #import-requirements-install-error				{ padding: 3rem 2.5rem 3.5rem 2.5rem; overflow: hidden; position: relative; border-radius: 6px; }
#citadela-layouts-progress .import-card:after,
#citadela-layouts-progress .upload-card:after,
#citadela-layouts-progress #uploader-error:after,
#citadela-layouts-progress #import-requirements-install-error:after  		{ content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 7px; background: var(--ctdl-decor); }
#citadela-layouts-progress .import-card #import-status      { margin: 1.5rem 0 0 0; width: 300px; max-width: 100%; }
#citadela-layouts-progress .button         									{ font-size: 16px; font-weight: 700; }
#citadela-layouts-progress .button-primary                                  { background-color: var(--ctdl-decor); }
#citadela-layouts-progress .button-primary:hover,
#citadela-layouts-progress .button-primary:focus							{ background-color: var(--ctdl-title); }
#citadela-layouts-progress .button-secondary                                { padding: 9px 19px; background-color: #ffffff; color: var(--ctdl-text); border: 1px solid var(--ctdl-lines); }
#citadela-layouts-progress .button-secondary:hover,
#citadela-layouts-progress .button-secondary:focus							{ border: 1px solid var(--ctdl-decor); }

#citadela-layouts-progress #uploader-progress progress::-moz-progress-bar,
#citadela-layouts-progress #import-requirements-install-progress progress::-moz-progress-bar		{ background: #DFE1E9; border-radius: 10px; }
#citadela-layouts-progress #uploader-progress progress::-webkit-progress-bar,
#citadela-layouts-progress #import-requirements-install-progress progress::-webkit-progress-bar		{ background: #DFE1E9; border-radius: 10px; }
#citadela-layouts-progress #uploader-progress progress::-moz-progress-value,
#citadela-layouts-progress #import-requirements-install-progress progress::-moz-progress-value 		{ background: var(--ctdl-decor); border-radius: 10px; }
#citadela-layouts-progress #uploader-progress progress::-webkit-progress-value,
#citadela-layouts-progress #import-requirements-install-progress progress::-webkit-progress-value	{ background: var(--ctdl-decor); border-radius: 10px; }
#citadela-layouts-progress #uploader-progress progress,
#citadela-layouts-progress #import-requirements-install-progress progress		{ -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none;  border-radius: 10px; background: #DFE1E9; color: var(--ctdl-decor); box-shadow: none; height: 14px; max-width: 650px; }

#citadela-layouts-progress #uploader .upload-card								{ padding: 0; }
#citadela-layouts-progress #uploader .upload-card:after 						{ display: none; }
#citadela-layouts-progress #uploader #uploader-error 							{ text-align: center; }
#citadela-layouts-progress #uploader #uploader-error:after						{ background: #D5405C; }
#citadela-layouts-progress #import-confirmation-requirements .import-card:after	{ background: #F89B66; }
#citadela-layouts-progress #import-confirmation-requirements .confirm-buttons   { text-align: left; }
#citadela-layouts-progress #import-confirmation-requirements ul			{ padding-left: 1.2rem; font-size: 16px; }
#citadela-layouts-progress #import-confirmation-requirements ul strong	{ color: var(--ctdl-title); font-weight: 700; }
#citadela-layouts-progress #import-requirements-install .upload-card			{ padding: 0; }
#citadela-layouts-progress #import-requirements-install .upload-card:after		{ display: none; }
#citadela-layouts-progress #import-requirements-install-error 					{ text-align: center; }
#citadela-layouts-progress #import-requirements-install-error:after 			{ background: #D5405C; }
#citadela-layouts-progress #import-confirmation .import-card:after				{ background: #F89B66; }
#citadela-layouts-progress #import-confirmation .confirm-buttons    			{ text-align: left; }
#citadela-layouts-progress #import-complete .import-card:after					{ background: #66BA5A; }
#citadela-layouts-progress #import-complete .text-center						{ text-align: left; }

#citadela-layout-exporter-root .exporter-containter-wrap   	{ max-width: 780px; }
#citadela-layout-exporter-root .mt-6						{ margin-top: 0.5rem; color: var(--ctdl-desc); }

/* responsive */

@media screen and (min-width: 600px)
{
	.citadela-settings-page .citadela-settings-wrap h1			{ padding-left: 66px; }
	.citadela-settings-page .citadela-settings-wrap h1:before	{ display: block; }
}
@media screen and (min-width: 783px)
{
	.citadela-settings-page .citadela-settings-wrap	 							{ padding: 0px 40px; }
	.citadela-settings-page.citadela-pro-settings .citadela-settings-wrap,
	.citadela-settings-page.citadela-listing-settings .citadela-settings-wrap	{ background-size: auto, auto, auto; background-position: top left, top 9px right 0px, center; }

	.citadela-settings-page .citadela-settings-content			{ margin: 0px -40px; padding-left: 40px; padding-right: 40px; }
	.citadela-settings-page .citadela-settings-wrap h1			{ padding-left: 86px; padding-right: 100px; margin: 0px -40px; }
	.citadela-settings-page .citadela-settings-wrap h1:before   { left: 40px; }
	.citadela-settings-page .citadela-settings-wrap h1 i		{ right: 40px; }

	.citadela-settings-page .citadela-settings-content						{ display: flex; flex-flow: row nowrap; }
	.citadela-settings-page .citadela-settings-content .nav-tab-wrapper		{  }
	.citadela-settings-page .citadela-settings-content .nav-tab-wrapper + *	{ flex: 1 1 auto; padding-left: 4vw; padding-left: min(4vw, 3.75rem); }

	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper					{ flex: 0 0 auto; width: 25%; max-width: 280px; box-sizing: border-box; padding: 7px 0px 130px 0px; background: url('img/ctdl-settings-tabs-bck-min.png') bottom center no-repeat #ffffff; background-size: 100% auto; border-radius: 10px; box-shadow: 0px 15px 30px rgba(30, 57, 111, 0.05); position: relative; overflow: hidden; }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper:after				{ content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 7px; background-color: var(--ctdl-accent); }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a					{ display: block; float: none; margin: 0; padding: 16px 26px; background: none; box-shadow: none; border-top-width: 1px; border-radius: 0; position: relative; }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a:first-child		{ border-top-width: 0; }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a:before			{ content: ""; display: block; width: 4px; position: absolute; top: 11px; bottom: 11px; left: 0; border-radius: 0px 4px 4px 0px; background: transparent; }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a:hover			{ }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a:focus			{ }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a.nav-tab-active   		{ font-weight: 700; background: none; color: var(--ctdl-accent); position: relative; }
	.citadela-settings-page .citadela-settings-wrap .nav-tab-wrapper a.nav-tab-active:before	{ background: var(--ctdl-accent); }

	.citadela-settings-page .citadela-settings-wrap .type-datetime .dashicons			{ position: relative; top: auto; right: auto; margin-left: -40px; margin-top: 13px; }

}


/* CITADELA CUSTOM HEADER BACKGROUND */

.citadela-custom-header #wpcontent {
	position: relative;

	--ctdl-header-height: 0px;
	--ctdl-header-padding-Y: 40px;
}

.citadela-custom-header:not(.citadela-custom-header-active)	#wpbody	{ visibility: hidden; }

.citadela-custom-header #wpcontent::before 						{ content: ""; position: absolute; top: 0; left: 0; right: 0; height: var(--ctdl-header-height); background-image: url("img/ctdl-header-narrow-bottom-left-bck-min.png"), url("img/ctdl-header-narrow-bottom-right-bck-min.png"), linear-gradient(100deg, #244475, #1B2660); background-position: bottom left -110px, bottom right, left; background-size: auto, 0, auto; background-repeat: no-repeat; }

.citadela-custom-header #wpbody-content > .wrap					{ margin-top: calc(var(--ctdl-header-padding-Y) - 12px); }
.citadela-custom-header h1.wp-heading-inline					{ margin-right: 0.6em; padding: 9px 0 4px; color: #fff; font-size: 22px; font-weight: 700; line-height: 32px; min-height: 32px; }
.citadela-custom-header h1.wp-heading-inline::before 			{ margin-right: 0.3em; vertical-align: top !important; }
.citadela-custom-header h1.wp-heading-inline ~ .wp-header-end 	{ margin: calc(var(--ctdl-header-padding-Y) - 4px) 0 20px; }

.citadela-custom-header .page-title-action,
.citadela-custom-header .page-title-action:hover,
.citadela-custom-header .page-title-action:focus,
.citadela-custom-header .page-title-action:active				{ all: unset; position: relative; top: -3px; padding: 0.45em 0.85em; background: #fff; color: #28396f; font-weight: 600; border-radius: 4px; white-space: nowrap; cursor: pointer; transition: 0.2s; }
.citadela-custom-header .page-title-action:hover				{ background: var(--ctdl-decor); color: #fff; }

.citadela-custom-header #screen-meta							{ border-color: rgba(0,0,0,0); border-radius: 0 0 0 6px; }
.citadela-custom-header #screen-meta-links .show-settings 		{ border-color: rgba(0,0,0,0); }

@media screen and (min-width: 783px)
{
	.citadela-custom-header #wpcontent::before 					{ background-size: auto; }
}
