body {
	color: #000;
}

h1, h2, h3, h3, h4, h5, h6 {
	color: #000;
}

label{
	text-transform: none;
}

div.error{
	color: red;
	padding-top: 5px;
	font-size: 0.9rem;
}

.remark{
	color: #888888;
}

.sub-menu-container{
	width: 260px;
}

.font-custom{
	font-family: 'anuphanlight', sans-serif!important;
}

h4.top-rated-header{
	font-size: 13px;
}

.indent-30{
	text-indent: 30px;
}

.filter-block .filter{
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	padding: 10px;
	color: #B3B4B5;
	border-bottom: 2px solid #B3B4B5;
}
.filter-block .filter.active{
	color: #000000;
	border-bottom: 2px solid #000000;
}
.filter-block .filter.active span{
	background-color: #F1EE6D;
}

.bg-yellow{
	background-color: #F1EE6D;
}

.entry-image.sm{
	width: 80%;
	margin: 0 auto;
}

.entry-image.xs{
	width: 50%;
	margin: 0 auto;
}

.closed-title{
	color: red;
}

.content-wrap {
	min-height: 500px;
}

.menu-link {
	padding-left: 10px;
	padding-right: 10px;
}

.bkkif-artist-mark{
	font-size: 18px;
	color: #50BE7F;
}

table.artist{
	word-wrap: anywhere;
	word-break: break-word;
}

.portfolio-desc h3 {
	font-size: 14px;
}

.dropdown-menu {
	z-index: 1000;
}
.reviewer-card{

}
.reviewer-card .header{
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.reviewer-card .reward{
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	font-weight: 100;
	font-size: 20px;
	margin-bottom: 10px;
}
.avatar{
	text-align: center;
	width: 150px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.avatar-sm{
	text-align: center;
	width: 120px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.avatar-inside{
	text-align: center;
	width: 60px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 0;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.avatar-top-rated{
	text-align: center;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 0;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.avatar-top-rated-winner{
	text-align: center;
	width: 200px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.avatar:after, .avatar-sm:after, .avatar-inside:after, .avatar-top-rated:after, .avatar-top-rated-winner:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.directory .avatar{
	text-align: center;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.directory .portfolio-desc h3{
	margin-bottom: 0px;
}

.artist-port .avatar{
	text-align: center;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}
.artist-port .row:not(:last-child){
	border-bottom: 1px solid #000000;
	padding: 30px 0 10px 0;
}

.article-width {
	max-width: 60rem;
	margin: 0 auto;
}
/** YELLOW : #F1EE6D **/

.primary-menu ul li > a {
	color: #000;
}
.primary-menu ul li.current > a, .primary-menu ul li:hover > a {
	color: #000;
}
.primary-menu ul li.current > a div, .primary-menu ul li:hover > a div {
	background-color: #F1EE6D;
}

label.error {
	display: inline-block!important;
}
.form-group.row label.error {
	padding-left: 15px;
}

.content-wrap.content-sm {
	padding: 30px 0;
}

.content-box a{
	text-decoration: underline!important;
}
.content-box a:hover{
	text-decoration: underline!important;
}

.bg-info {
	background-color: #f0eb6b !important;
}
.icon-green{
	color: #27ad78!important;
}
.icon-white{
	color: #FFFFFF!important;
}

.page-content a{
	text-decoration: underline!important;
}

.fbox-icon i {
	line-height: 3.5rem;
}
.fbox-content p {
	color: #000000;
}
.fbox-bg.fbox-center {
	padding: 2rem;
}

.social-vote i{
	font-size: 30px;
}


/** Custom radio **/
.radio-item {
	display: inline-block;
	position: relative;
}
.radio-item input[type='radio'] {
	display: none;
}
.radio-item label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid #444444;
	background-color: transparent;
}
.radio-item input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 4px;
	content: " ";
	display: block;
	background: #444444;
}
/** custom radio end **/

/** Breadcrumb **/
.bc-last {
	background-color: #F1EE6D;
	color: #000000!important;
}
/** breadcrumb end **/

/** Add more link **/
.link-more {
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	font-weight: 100;
	font-size: 14px;
	background-color: #F1EE6D;
	color: #000000!important;
}
/** add more link end **/

.section.white{
	background-color: #FFF;
}
.clients-grid .grid-item::after,
.clients-grid .grid-item::before{
	border: none;
}
.white #copyrights {
	background-color: #FFF;
	padding: 10px 0;
}

.entry::after {
	background-color: #FFFFFF;
}
.entry.review{
	background-color: #EFF1F2;
	padding: 20px;
}

.label-custom{
	color: #000000;
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	font-weight: 100;
	font-size: 14px;
	padding-top: 10px;
}
.radio-label-custom {
	color: #000000;
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	font-weight: 100;
	font-size: 14px;
}
.form-control, .form-control:active, .form-control:focus {
	border: 2px solid #000000 !important;
	background: none !important;
	background-color: #FFFFFF !important;
}
.form-control.error, .has-error .form-control{
	border: 2px solid red !important;
	background: none !important;
}
.form-control{
	font-family: 'anuphanlight', sans-serif;
}
.file-caption.icon-visible .file-caption-name {
	padding-left: 0!important;
}


.btn-light.dropdown-toggle {
	background: none!important;
}

.btn-primary {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}

.btn-primary:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  box-shadow:none;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow:none;
}

.search-highlight{
	background-color: #EBEBEB;
	border-radius: 5px;
	padding: 5px 0;
}
.link-active{
	background-color: #F1EE6D;
	color: #444444;
}

.form-widget h3{
	margin-bottom: 20px;
}
.form-label{
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
}
.portfolio-title{
	font-weight: bold;
	padding-bottom: 10px;
}
.button-dark,.button-dark:hover{
	background-color: #FFFFFF!important;
	color: #444444!important;
	border: 2px solid #444444;
}

.button.button-vote:hover {
	background-color: #444444!important;
	color: #FFFFFF!important;
	border: 1px solid #444444;
}
.button.button-vote {
	padding: 6px 10px;
	font-size: 9px;
	line-height: 9px;
	border: 1px solid #444444;
}

.portfolio-meta li span {
	width: auto;
}

.bg-overlay-content {
	padding: 0px;
}
.portfolio-desc.banner {
	width: 100%;
	padding: 0px;
	position: absolute;
	bottom: 0;
}
.dark .portfolio-desc h3{
	background-color: #222222;
	padding: 10px;
	text-align: left!important;
}
.dark .portfolio-desc h3 a{
	color: #F7F7F7;
	font-size: 14px;
}
.dark .portfolio-desc h3 a:hover {
	color: #F7F7F7;
	text-decoration: none;
}

.owl-carousel.owl-portfolio .owl-item img {
	width: auto;
	max-width: none;
	margin: 0 auto;
}

/** Modal **/
.modal-vote .modal-header{
	border-bottom: 0px;
}

table.artist td{
	padding: 5px 10px;
	vertical-align: top;
}
table.artist td.description{
	padding-top: 20px;
}
table.artist td.header{
	width: 120px;
	font-family: 'Krona One', 'anuphanlight', sans-serif;
	font-weight: 100;
	font-size: 13px;
	padding-top: 10px;
}

@media only screen and (min-width: 450px) and (max-width : 767px) {
	.sponsor{
		margin-bottom: 2rem;
	}
}

/*Extra Large Device*/
@media only screen and (min-width: 1301px){
	.owl-carousel.owl-portfolio.owl-loaded.owl-main {
		display: grid;
		height: 356px;
	}
	.owl-carousel.owl-portfolio.owl-main .owl-item img {
		height: 356px;
	}
	.owl-carousel.owl-portfolio.owl-loaded.owl-sub {
		display: grid;
		height: 285px;
	}
	.owl-carousel.owl-portfolio.owl-sub .owl-item img {
		height: 285px;
	}
}

/*Large Device*/
@media only screen and (min-width: 981px) and (max-width : 1300px) {
	.owl-carousel.owl-portfolio.owl-loaded.owl-main {
		display: grid;
		height: 235px;
	}
	.owl-carousel.owl-portfolio.owl-main .owl-item img {
		height: 235px;
	}
	.owl-carousel.owl-portfolio.owl-loaded.owl-sub {
		display: grid;
		height: 188px;
	}
	.owl-carousel.owl-portfolio.owl-sub .owl-item img {
		height: 188px;
	}
}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width : 980px) {
	.owl-carousel.owl-portfolio.owl-loaded.owl-main {
		display: grid;
		height: 215px;
	}
	.owl-carousel.owl-portfolio.owl-main .owl-item img {
		height: 215px;
	}
	.owl-carousel.owl-portfolio.owl-loaded.owl-sub {
		display: grid;
		height: 160px;
	}
	.owl-carousel.owl-portfolio.owl-sub .owl-item img {
		height: 160px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.owl-carousel.owl-portfolio.owl-loaded.owl-main {
		display: grid;
		height: 280px;
	}
	.owl-carousel.owl-portfolio.owl-main .owl-item img {
		height: 280px;
	}
	.owl-carousel.owl-portfolio.owl-loaded.owl-sub {
		display: grid;
		height: 280px;
	}
	.owl-carousel.owl-portfolio.owl-sub .owl-item img {
		height: 280px;
	}
}

/* Mobile Devices, Tablets */
@media only screen and (max-width: 400px){
	.owl-carousel.owl-portfolio .owl-item img {
		/*height: 300px;*/
	}
	.search-highlight {
    border-radius: 5px;
    padding: 10px 0 15px 0;
	}
	.portfolio-meta li span {
		width: 100%;
	}
	.sm-center{
		text-align: center;
	}
}

/* Mobile Devices, Tablets */
@media only screen and (min-width: 450px) and (max-width : 767px) {
	.owl-carousel.owl-portfolio .owl-item img {
		/*height: 300px;*/
	}
	.search-highlight {
    border-radius: 5px;
    padding: 10px 0 15px 0;
	}
	.portfolio-meta li span {
		width: 100%;
	}
	.sm-center{
		text-align: center;
	}
}
