img {
	max-width: 100%;
	height: auto;
}

#menu-posts-sp_logo_carousel .wp-menu-image img {
	width: 16px;
	height: 16px;
}

.post-type-sp_logo_carousel img.list-logo {
	width: auto;
	height: 50px;
}


/* License activation */
.logo-carousel-pro-license {
	padding: 80px 0;
}

.logo-carousel-pro-license .logo-carousel-pro-license-area {
	display: inline-block;
}

.logo-carousel-pro-license h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
}

.logo-carousel-pro-license p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 24px;
	color: #666;
}

.logo-carousel-pro-license .logo-carousel-pro-license-key {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.logo-carousel-pro-license .logo-carousel-pro-license-key-input.license-key-active {
	border: 1px solid #28a745;
	pointer-events: none;
	padding-right: 68px;
	color: #a9a9a9;
}

.logo-carousel-pro-license .logo-carousel-pro-license-key-input.license-key-active:focus {
	border-color: #28a745;
}

.logo-carousel-pro-license .logo-carousel-pro-license-key span {
	position: absolute;
	top: 7px;
	right: 7px;
	background: #28a745;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	line-height: 20px;
}

.logo-carousel-pro-license .logo-carousel-pro-license-key-input {
	padding: 6px 14px;
	min-width: 400px;
}

.logo-carousel-pro-license .button-secondary {
	min-height: 42px;
	text-transform: uppercase;
	padding: 6px 16px;
}

.logo-carousel-pro-license .button-secondary:focus,
.logo-carousel-pro-license .logo-carousel-pro-license-key-input:focus {
	outline: none;
	box-shadow: 0 0 0;
}

.logo-carousel-pro-license .btn-license-save-activate {
	color: #fff;
	border-color: #1689de;
	background: #1689de;
}

.logo-carousel-pro-license .btn-license-save-activate:hover,
.logo-carousel-pro-license .btn-license-save-activate:focus {
	background: #0b7acc;
	border-color: #0b7acc;
	color: #fff;
}

.logo-carousel-pro-license .logo-carousel-pro-license-error-notices {
	color: #dc3545;
	text-align: left;
	margin-top: 7px;
	font-size: 14px;
	font-style: italic;
	-webkit-animation: seconds 1.0s forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 3s;
	animation: seconds 1.0s forwards;
	animation-iteration-count: 1;
	animation-delay: 3s;
	position: relative;
}

@-webkit-keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
		position: absolute;
	}
}

@keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
		position: absolute;
	}
}

.lcp-stats-notice {
	padding: 20px 20px 0 0;
	font-size: 16px;
	color: #444;
}

/* Live preview */
.post-type-sp_lc_shortcodes #splcp-show-preview {
	position: fixed;
	right: 144px;
	bottom: 30px;
	z-index: 1001;
	width: 155px;
	text-align: center;
	padding: 10px 0px;
	background: #54b154;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 0;
	box-sizing: border-box;
	border-color: #44a944;
	overflow: hidden;
}

#splcp_live_preview #splcp-show-preview,
.post-type-sp_logo_carousel #splcp-show-preview {
	display: none;
}

#splcp_live_preview .handle-order-higher,
#splcp_live_preview .handle-order-lower {
	display: none;
}

/* Gutenberg selector field style */
.splcp-gutenberg-shortcode.editor-styles-wrapper {
	padding: 0;
	line-height: 24px;
}

.block-editor-page .editor-styles-wrapper select.splcp-shortcode-selector,
.block-editor-page select.splcp-shortcode-selector,
.block-editor-page select.splcp-shortcode-selector:focus,
.block-editor-page select.splcp-shortcode-selector:focus-visible {
	width: 250px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
	padding-right: 24px;
}

iframe#TB_iframeContent[src*="edd_sl_action=view_plugin_changelog&plugin=logo-carousel-pro"] {
	max-height: calc(100% - 30px);
}
[dir=ltr] .post-type-sp_logo_carousel .lcp-menu-new-indicator {
	padding-left: 2px;
}

/* Remove default metabox header */
#sp_lcp_layout_options .handlediv,
#sp_lcp_layout_options .hndle,
#sp_lcp_layout_options .postbox-header,
.post-type-sp_logo_carousel .postbox-header {
    display: none;
}