.sktb-first-heading{
	text-align:center;
	font-size:25px !important;
	padding-top:10px !important;
	font-weight:700 !important;
	color:#23282d !important;
}
.sktb-form-area{
	text-align:center;
	padding:10px 0;
	width:40%;
	margin:0 auto;
}
.sktb-templates-button-area{
	display:table;
	margin:35px auto 25px;
}

.sktb-template-button-left{
	float:left;
}
.sktb-template-button-left a{
	background-color:#0196d6;
	color:#FFF;
	padding:15px 30px;
	border-radius:4px;
	text-decoration:none;
	font-size:17px;
	margin-right:20px;
}
.sktb-template-button-right{
	float:right;
}
.sktb-template-button-right a{
	background-color:#0196d6;
	color:#FFF;
	padding:15px 30px;
	border-radius:4px;
	text-decoration:none;
	font-size:17px;
}
.sktb-template-button-left a:hover, .sktb-template-button-right a:hover{
	background-color:#f98315;
}
.activepage{
	background-color:#f98315 !important;
}
#sktb-searchform-template {
    display: block;
    width: 100%;
    height: 50px;
    clear: both;
    margin: 10px 0 0 0;
    outline: none !important;
    border: none !important;
    background-color: #fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sktb-searchform-template span {
    display: block;
    width: 98%;
    height: 54px;
    clear: both;
    margin: 0 0 0 14px;
    outline: none !important;
    border: none !important;
    padding-top: 8px;
}

#sktb-searchform-template input[type="text"] {
    background: none;
    border: none;
	height: 34px;
	width: 90%;
	color: #858484;
	font-size:17px;
}

#sktb-searchform-template input[type=text]:focus{
	outline:none !important;
	border:none !important;
	box-shadow:none !important;
}

.sktb-search-result{
	text-align:center;
	font-size:18px;
	padding:20px 0 25px 0;
	border-bottom:2px solid #eaeaea;
}

.sktb-search-result span{
	font-size:35px;
	font-weight:700;
	color:#0196d6;
}

#sktb-searchform-template #searchsubmit {
    background-color: #0196d6;
    color: #FFF;
    opacity: 1;
    border-radius: 5px;
    background-image: url(../../../../images/search-icon.png) !important;
    background-repeat: no-repeat;
    padding: 0;
    float: right;
    width: 40px;
    height: 35px;
    background-position: center center;
    float: right;
    font-size: 0 !important;
    font-size: 0 !important;
    cursor: pointer;
    position: relative;
    left: -12px;
    border: none;
}

.sktb-template-browser {
	display: grid;
	padding: 35px 0 0;
	grid-gap: 2em;
}

.sktb-template-browser .template-name {
	float: left;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
}

.sktb-template {
	position: relative;
	box-sizing: border-box;

	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
	cursor: pointer;
}
.sktb-preview-wrap {
    margin: 15px 0;
    position: relative;
}

.sktb-preview-wrap .badge,
.sktb-template .badge {
	position: absolute;
	color: #fff;
	z-index: 10;
	background-color: #00a6e3;
	padding: 7px 12px;
	text-transform: uppercase;
	border-radius: 0 0 3px 0;
	top: 1px;
	left: 0;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.25);
	font-weight: 500;
	font-size: 20px;
}

.sktb-template:nth-child(3n) {
	margin-right: 0;
}

.sktb-template:hover .sktb-template-actions,
.sktb-template:hover .sktb-preview-template {
	opacity: 1;
}

.sktb-template:hover .sktb-template-screenshot {
	opacity: 0.4;
}

.sktb-template-actions {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 15px;
	border-left: 1px solid rgba(0,0,0,0.05);
	opacity: 0;
	background: rgba(244,244,244,0.7);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sktb-template-actions .button .dashicons {
	line-height: 27px;
}

.sktb-template-actions .button {
	margin-left: 5px;
}

.sktb-template-screenshot {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	background: #fff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sktb-template img {
	float: left;
	width: 100%;
}

.sktb-template-browser.customizer {
	display: block !important;
	padding: 10px 20px 60px;
}

.sktb-next-prev {
	position: absolute;
	left: 45px;
}

.sktb-next-prev span:hover {
	border-color: #ccc;
	outline: 0;
	color: #000;
	background: #ddd;
	box-shadow: none;
}

.sktb-next-prev .previous-template,
.sktb-next-prev  .next-template {
	display: block;
	float: left;
	position: relative;
	width: 45px;
	height: 45px;
	padding-right: 2px;
	border: none;
	border-right: 1px solid #ddd;
	color: #444;
	background: #eee;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s ease-in-out,background 0.1s ease-in-out;
	transition: color 0.1s ease-in-out,background 0.1s ease-in-out;
}

.sktb-next-prev .previous-template {
	border-left: 1px solid #ddd;
}

.sktb-next-prev .next-template:before {
	position: relative;
	top: 6px;
	left: 14px;
	font: 400 20px/1 dashicons;
	content: "\f345";
}

.sktb-next-prev .previous-template:before {
	position: relative;
	top: 6px;
	left: 14px;
	font: 400 20px/1 dashicons;
	content: "\f341";
}

.sktb-custom-customizer {
	background: #fff;
}

.sktb-template-browser.customizer .sktb-template.active {
	display: inline-block;
}

.customize-controls-preview-toggle {
	float: left;
	position: relative;
	left: 120px;
}

.sktb-template-browser.customizer .template-name {
	padding-left: 0;
}

.sktb-template-browser.customizer .sktb-template-screenshot {
	border: 1px solid #ddd;
}

.sktb-hide {
	display: none !important;
}

.sktb-import-elementor-hidden-form {
	display: inline-block;
}

.sktb-done-import {
	display: block;
	margin: 0;
	padding-top: 10px;
	color: green;
	text-align: center;
}

.sktb-done-import .dashicons {
	font-size: 30px;
}

.sktb-updating.updating-message.button.button-primary {
	padding: 0 4px 0 10px;
}

.sktb-no-elementor-modal-wrapper {
	display: none;
	position: fixed;
	z-index: 900000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.8);
}

.sktb-no-elementor-modal {
	position: relative;
	top: 50%;
	width: auto;
	max-width: 550px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	text-align: right;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sktb-no-elementor-modal p {
	margin: 30px 0 20px;
	text-align: left;
}

.sktb-no-elementor-modal .modal-header {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d4d4d4;
	background: #e6e6e6;
}

.sktb-close-modal {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #7b7b7b;
	cursor: pointer;
}

.sktb-template-preview.theme-install-overlay .install-theme-info.sktb-theme-info .theme-screenshot {
	width: 100%;
	margin: 0;
}

.sktb-template-preview.theme-install-overlay .install-theme-info.sktb-theme-info {
	display: none;
}

.sktb-template-preview.theme-install-overlay .install-theme-info.sktb-theme-info.active {
	display: block;
}

.more-details.sktb-preview-template {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 51px;
	left: 0;
	opacity: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.more-details.sktb-preview-template span {
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	width: 45%;
	padding: 15px 12px;
	border-radius: 3px;
	color: #fff;
	background: #23282d;
	background: rgba(0,0,0,0.7);
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	font-size: 15px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sktb-required-plugins > p {
	margin-top: 20px;
	color: #333;
	font-weight: 800;
}

.sktb-required-plugins .button {
	display: none;
}

#sktb-template-dir-fetch-templates {
	display: block;
	margin: 0 auto;
}
#sktb-template-dir-fetch-templates .dashicons {
	margin: 3px 5px 0 -2px;
}

@media only screen and (max-width: 2000px) {
	.sktb-template-browser {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 1450px) {
	.sktb-template-browser {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 1000px) {
	.sktb-template-browser {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.sktb-template-preview .wp-full-overlay-sidebar {
		width: 100%;
	}
	.sktb-template-browser {
		grid-template-columns: 1fr;
	}
}

@media only screen and (min-width: 2000px) {
	.sktb-template-browser {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}