/* Add New Image Slide CSS Admin */
.new-images {
	float:left;
	overflow: hidden;
	text-align: center;
	cursor:pointer;
	background-color: #496481;
    border-bottom: 3px solid #2D3E50;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
	margin-left:20px;
}

.new-images .dashicons {
	text-align: center !important;
    margin-top: 16% !important;
    padding-right: 60% !important;
    font-size: 100px;
}
.new-images .add-text {
	text-align: center !important;
    font-size: 20px;
    margin-top: 45% !important;
    width: 100%;
}

/* All Slider Gallery CSS Admin */
.sbox {
	float:left;
	width:100%;
	/*margin-left: 20px;*/
}

.sbox .image {
	margin: 0 4% 2% 0;
	width:20%;
	cursor:move;
	float:left;
	position:relative;
}
/* .image a {
	position: absolute;
    top: 5%;
    text-decoration: none;
} */
.pw-edit-icon {
	background-color: #0073AA;
	 right: 0px;
}
.pw-trash-icon {
	background-color: #DA5855;
	 right: 10px;
}
.image a span {
	color:#FFFFFF;
}

.sbox img {
	width: 215px;
    height: 170px;
    display: block;
    margin-bottom: 2px;
}

.new-image {
	margin: 0 15px 15px 0;
	width: 28%;
	cursor: move;
	float: left;
	background-color: #24bbe4;
    border-bottom: 3px solid #2D3E50;
}

/* For desktop: */
@media (max-width:768px) {
	.sbox .image {
		margin: 0 15px 15px 0;
		padding: 10px;
		width:35%;
		cursor:move;
		float:left;
	}
	.sbox img {
		width: 160px;
		height: 160px;
	}
}
/* For mobile phones: */
@media (max-width:500px) {
	.sbox .image {
		margin: 0 15px 15px 0;
		padding: 10px;
		width:90%;
		cursor:move;
		float:left;
	}
	.sbox img {
		width: 160px;
		height: 160px;
	}
}

/* Settings CSS */
.input-text-wrap {
	margin-top: 30px;
	margin-left: 15px;
}
.input-text-wrap input[type=text] {
	width: 50%;
	border: 1px solid #3366FF;
	border-left: 6px solid #3366FF;
}
.input-text-wrap input[type=radio] {
	border: 1px solid #3366FF;
	margin-bottom: 6px;
}
.input-text-wrap label {
	font-size: 14px;
	font-weight: bolder;
}
/* Delete All Slide Button */
#remove-all-images, #sort-all-slides {
	color: #FFF;
    border-color: #D9534F;
    background: #D9534F;
    background-color: #D9534F;
    -webkit-box-shadow: inset 0 1px 0 #d9534f, 0 1px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 #d9534f, 0 1px 0 rgb(0 0 0 / 8%);
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}

#sort-all-slides {
	right:130px !important;
	color: #FFF !important;
}
#sort-all-slides button {
	color: #FFF !important;
}

#remove-image {
	color: #FFF;
	border-color: #D9534F;
	background: #D9534F;
	background-color: #D9534F;
	-webkit-box-shadow: inset 0 1px 0 #D9534F,0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 #D9534F,0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
}

#sort-all-slides li {
    color: #000;
    padding: 0px 10px 0px 10px;
    /* border-radius: 0; */
    cursor: pointer;
    font-size: 16px;
}
#sort-all-slides .dropdown-menu {
 top:unset !important
}