
/* Form Controls */

input[type="text"].otb-form-control,
input[type="number"].otb-form-control,
input[type="range"].otb-form-control,
select.otb-form-control,
.input-group-addon {
	width: 159px;
}

input[type="text"].otb-form-control.long {
	width: 300px;
}

input[type="text"].otb-form-control,
input[type="number"].otb-form-control,
input[type=checkbox].otb-form-control,
select.otb-form-control,
.input-group-addon,
.input-group input {
	border: 1px solid #CCCCCC;
}

input[type="text"].otb-form-control:focus,
input[type="number"].otb-form-control:focus,
input[type=checkbox].otb-form-control:focus,
select.otb-form-control:focus,
.input-group input:focus {
	border: 1px solid #7e8993;
	box-shadow: none;
}

/* Range field labels */

.range-container {
	display: inline-block;
}

.labels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	list-style: none;
	position: relative;
}

.labels:before,
.labels li:first-of-type:before,
.labels li:last-of-type:after {
	content: ' ';
	background: #000000;
	background: #444444;
	width: 1px;
	margin-top: -30px;
	height: 18px;
	position: absolute;
	z-index: -1;
}

.labels:before {
	left: 50%;
	margin-left: -1px;
}

.labels li:first-of-type:before {
	margin-left: 1px;
}

.labels li:last-of-type:after {
	margin-left: -2px;
}

.labels li {
	float: left;
	width: auto;
	text-align: center;
}

/* Inputs with a prefix and /or suffix */

.input-group {
	margin: 5px 0 5px 0;
	position: relative;
	display: table;
	border-collapse: separate;
	width: 159px;
}

.input-group.full-width {
	width: 100%:
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eeeeee;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

.input-group-addon.prefix {
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.input-group-addon.suffix {
	border-left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.input-group input {
	width: 100%;
	display: table-cell;
	margin: 0;
}

.input-group.prefix input {
	padding-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group.suffix input {
	padding-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.prefix.suffix input {
	border-radius: 0;
}


label.full-width {
	display: block;
}

.update-badge {
	margin-left: 5px !important;
	position: absolute;
}

.new-badge {
	display: inline-block;
	margin: 0 0 0 4px;
	height: 17px;
	width: 17px;
	text-align: center;
	color: #fff;
	background: #d54e21;
    font-size: 9px;
    line-height: 17px;
    font-weight: 600;
	border-radius: 50%;
}

.new {
	color: #FF0000;
	font-style: italic;
	margin: 0 0 0 5px;	
}

.coming-soon {
	color: #60afbe;
	font-style: italic;
	font-size: 1.2em;
	text-align: center;	
	margin: 0 0 0 5px;
}

.nav-tab.highlighted {
	color: #FFFFFF;
	background-color: #d54e21;
}

ul.vanilla {
	list-style: none;
}

ul.vanilla li {
	display: inline-block;
}

ul.themes,
ul.plugins {
	list-style: none;
    padding: 0;
    margin: 2% 0 3em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.themes li,
ul.plugins li {
	width: 30%;
	display: inline-block;
	padding: 2em 0 0 0;
}

.themes:after,
.plugins:after {
    content: "";
    width: 30%;
}

ul.themes li:nth-of-type(-n+3),
ul.plugins li:nth-of-type(-n+3) {
	padding-top: 0;
}

ul.themes li img,
ul.plugins li img {
	float: left;
	max-width: 100%;
	margin-right: 1.5%;
	
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */	
}

ul.themes li .details,
ul.plugins li .details {
	width: 100%;
	display: inline-block;
}

ul.themes li .details h2,
ul.plugins li .details h2 {
	margin-top: 0;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0.6em 0 .55em 0;
}

ul.themes li .details h2 a,
ul.plugins li .details h2 a {
	color: #3c3c3c;
	font-size: 18px;
	text-decoration: none;
	box-shadow: none;
}

ul.themes li .details h2 a:hover,
ul.plugins li .details h2 a:hover {
	color: #4b8b99;
}

ul.themes li .details h3,
ul.plugins li .details h3 {
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 .8em 0;
}

ul.themes li .details p,
ul.plugins li .details p {
	margin: 0 0 20px 0;
	width: 100%;
	float: right;
	display: inline-block;
	
	font-size: 15px;
	line-height: 22px;
}

ul.call-to-action-buttons {
	max-width: 432px;
	list-style: none;
    margin: 0;
    padding: 0;
	display: inline-block;
}
ul.call-to-action-buttons li:first-child {
    padding-top: 0;
}
ul.call-to-action-buttons li {
    box-sizing: border-box;
    float: left;
    margin: 0 0 4px 0;
    display: inline-block;
    width: 48%;
    margin: 0 2% 2% 0;
}

a.otb-button {
	width: 160px;
	height: auto;
	background-color: #60afbe;
	color: #FFFFFF !important;
	text-decoration: none;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 12px;
    padding: 11px 20px 10px 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-radius: 4px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;

	whitespace: nowrap;
	text-align: center;
	vertical-align: middle;
	line-height: 1.42857143;
}
a.otb-button:hover {
	background-color: #4b8b99;
}

a.otb-button.purchase,
a.otb-button.green {
	background-color: #67cea6;
}
a.otb-button.purchase:hover,
a.otb-button.green:hover {
	background-color: #4c997b;
}

.color-text {
	font-size: 15px;
	line-height: 22px;
	color: #60afbe;
}
