#toggle-ads-button {
	outline: none;
	cursor: pointer;
	font-size: 12px;
	border-radius: 50px;
	border: 1px solid transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 5px;
	color: #fff;
	background-color: #1ED760;
	min-width:100px;
}
#toggle-ads {	
	display:none;
}
.submit-changes .save-changes, .donate-button {
	outline: none;
	cursor: pointer;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid transparent;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 15px 25px;
	color: #fff;
	background-color: #1ED760;
	min-width:125px;
	white-space: normal;
	height: 48px;
	line-height: 1;	
}
.bigtitle {
	text-align:center;
}
a.donate-button {
	color:#fff;	
}
a.donate-button:hover, p.submit-changes:hover {
	opacity:.75;
}
p.submit-changes {
	text-align:center;
}
.ads-images {
	text-align:center;
	margin-bottom:50px;
}
.toolkit {
	text-align:center;
}

.settings-wrapper {
    margin: 60px auto;
    width: 1100px;	
}

.toolkit ul {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
	list-style:none;
	padding:0px;
	    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.toolkit ul li.search-method {
 background: linear-gradient(116.75deg, #0074d9, #001f3f 66.49%);
}

.toolkit ul li.post-types {
     background: linear-gradient(116.75deg, #2ecc40, #3d9970 66.49%);
}

.toolkit ul li.results-display {
     background: linear-gradient(116.75deg, #7fdbff, #39cccc 66.49%);
}

.toolkit ul li.inline-width {
    background: linear-gradient(116.75deg, #ff851b, #ff4136 66.49%);
}

.toolkit ul li.overlay-width {
       background: linear-gradient(116.75deg, #b10dc9, #85144b 66.49%);
}

.toolkit ul li.placeholder-text {
    background: linear-gradient(116.75deg, #f012be, #b10dc9 66.49%);
}

.toolkit ul li.the-shortcode {
      background: linear-gradient(116.75deg, #2ecc40, #3d9970 66.49%);
}


.toolkit ul li.donate {
   background: linear-gradient(116.75deg, #ff851b, #ff4136 66.49%);
}

.toolkit ul li {
    border-radius: 3px;
    box-shadow: 0 12px 64px 0 rgba(103, 151, 255, .102), 0 4px 24px 0 rgba(103, 151, 255, .102);
    flex: 1;
    padding: 24px;
	    margin-bottom: 6px;
}
.toolkit ul li img {
    height: 194px;
    width: 270px;
	    overflow-clip-margin: content-box;
    overflow: clip;
}

.toolkit ul li h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	    margin: 1em 0;
}

.toolkit ul li p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
	    line-height: 1.5;
    margin: 1em 0;
}


@media only screen and (max-width: 767px) {	
.settings-wrapper {   
    width: 98%;	
}

}