/*
Theme Name: StarNgage
Template: unitheme
*/
@import url("../unitheme/style.css");

@font-face {
	font-family: 'fontawesome';
	src: url(https://use.fontawesome.com/releases/v5.2.0/css/all.css);
}

.header .logo a img {
	max-width: 150px;
}

/*========== Menu ==========*/

.stuck-true .desk-menu>ul>li>a {
	font-family: Open Sans;
	padding: 15px 15px 50px 15px;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.stuck-true .desk-menu>ul>li>a:hover {
	color: #ff7822 !important;
}

.desk-menu .sub-menu li {
	margin-bottom: 0;
}

ul.sub-menu li a .txt {
	font-size: 14px;
}

.translate-links li {
	display: inline-block;
}

.stuck-true.stuck-top-false .header-top {
	display: block;
}

.mob-header .header-top .ls a {
	background-color: transparent !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	padding: 5px !important;
	border-bottom: none !important;
}

.mob-header .header-top .ls a:hover {
	color: #ff7822;
	text-decoration: underline;
}

/*========== General ==========*/
body,
button,
input,
pre,
code,
kbd,
samp,
dt,
p {
	line-height: 1.7;
	font-size: 16px;
}

h1,
h2,
h3 {
	font-family: 'Open sans', roboto, arial, hevetica !important;
	font-weight: 700;
	line-height: 1.2 !important;
}

li {
	list-style-position: outside;
	margin-bottom: 10px;
}

span.ngage-color-main {
	color: #ff7822;
}

.header-menu-vi #header-menu>.menu-item a {
	margin-top: 10px;
}

.header-menu-vi li .txt {
	letter-spacing: 1px;
}

.button.ngage-btn-orange-ghost {
	box-shadow: inset 0 0 0 2px #ff7822 !important;
	color: #ff7822;
}

.animate-false.button-ghost.hover-fill.ngage-btn-orange-ghost:hover {
	color: #fff;
	background-color: #fd4f00;
}

.button.ngage-btn-grey-ghost {
	box-shadow: inset 0 0 0 2px #333333;
	color: #333;
}

.animate-false.button-ghost.hover-fill.ngage-btn-grey-ghost:hover {
	color: #333;
	background-color: #fff;
}

.button.ngage-btn-white-ghost {
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
}

.animate-false.button-ghost.hover-fill.ngage-btn-white-ghost:hover {
	color: #ff7822;
	background-color: #fff;
}

.bg-contain {
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}

ul.check-orange-box {
	/* list-style-image: ; */
}

/*========== Shortcodes ==========*/
.ngage-icon-text img {
	display: block;
	margin: auto;
}

.ngage-icon-text .ngage-icon-txt {
	color: #999;
	text-align: center;
}

.ngage-icon-text .ngage-icon-txt h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: normal;
}

.ngage-icon-text .ngage-icon-txt p {
	font-size: 14px;
	line-height: 2;

}

/*========== Footer ==========*/
.footer-widget-area .widget_title {
	font-family: 'Open sans';
	font-weight: 500;
	font-size: 20px;
	border-bottom: 0;
}

.footer-widget-area ul {
	list-style-type: none;
	padding-left: 0;
}

.footer-widget-area ul li {
	margin-bottom: 10px;
}

.footer-widget-area a:not(.button) {
	color: #ff7822 !important;
}

.footer-widget-area a:hover {
	text-decoration: underline;
}

/* Footer Languages */
html[lang] .ftr-th,
html[lang] .ftr-id,
html[lang="id-ID"] .ftr-en,
html[lang="th"] .ftr-en,
html[lang="en-SG"] .ftr-th,
html[lang="en-SG"] .ftr-id {
	display: none;
}
html[lang="th"] .ftr-th,
html[lang="id-ID"] .ftr-id{
	display: block;
}


/*========== Home ==========*/
#home-s1 .home-s1-1 {
	margin-top: 30px;
}

#home-s2 .home-s2-1,
#home-s2 .home-s2-2 {
	margin-bottom: 0;
	padding: 100px 60px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#home-s2 .home-s2-1 {
	background: url(/wp-content/uploads/2015/04/home-adv-bg.jpg) center center no-repeat;
}

#home-s2 .home-s2-2 {
	background: url(/wp-content/uploads/2015/04/home-inf-bg.jpg) center center no-repeat;
}

/*========== About ==========*/

/*========== Shortcode CTA Box ==========*/
.skl-ctabox {
	padding: 40px;
	display: none;
}

.skl-ctabox .skl-ctabox-btncol {
	margin-bottom: 0;
}

.skl-ctabox.skl-ctabox-spotlight {
	display: block;
}

/*========== Custom Posts ==========*/
.single-spotlight article .nz-thumbnail .post-date,
.post-type-archive-spotlight article .nz-thumbnail .post-date,
.tax-photo-story-category article .nz-thumbnail .post-date,
.single-photostory article .nz-thumbnail .post-date {
	display: none;
}

/* ====== Blog EN ===== */
.hide-el{
	display: none;
}
.sn-blog-item > .vc_grid-item-mini{
	box-shadow: 0 1px 5px 3px rgb(241 244 251);
	border-radius: 15px;
	overflow: hidden;
}

.sn-btn a{
	border: 1px rgba(251, 111, 103, 1) solid;
	background-image: linear-gradient(to right, rgba(255, 137, 80, 1), rgba(251, 111, 103, 1)) !important;
	border-radius: 120px !important;
	padding: 3px 7px !important;
	font-weight: bold;
	color:#fff !important;
}

/* ====== Blog Sidebar ===== */
.widget_title, .widget_rss .widget_title a {
    color: #2c090b;
}
.sidebar ._form_1 form {
    padding: 0 !important;
}
.sidebar ._form_1 form ._submit {
    background: #fd9152 !important;
}
.sidebar .tagcloud a {
    border: 1px solid #fd9152 !important;
    color: #fd9152 !important;
    border-radius: 120px;
    font-size: 10px !important;
}

/* ====== BLOG AD: Rate Card ===== */
.ad {
	background-color: #ffeaed;
	background-image: url(https://starngage.com/app/image/rate-card/ad-bg1.png), url(https://starngage.com/app/image/rate-card/ad-bg2.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
	background-size: contain;
	color: #6d468d;
	border-radius: 1.5rem;
	padding: 0.5em 3rem 2rem;
	margin-bottom: 2rem;
}

.ad h1 {
	margin: 2rem 0 0.5rem !important;
}

.ad .btn,
.ad .btn:not(:disabled):not(.disabled):active {
	background-image: linear-gradient(to right, rgba(255, 137, 80, 1), rgba(251, 111, 103, 1));
	border-radius: 120px;
	color: #fff;
	padding: 7px 20px;
}

@media screen and (max-width: 480px) {
	.ad {
		background-image: none;
	}
}

/*========== Blog Posts ==========*/
.single-post .blog-post .post-body {
	border-bottom: 0;
}

.single-post .blog-post .ssbp-set--one.ssbp-wrap.ssbp--.ssbp--theme-2 {
	float: right;
}

.blog-post h1 {
	margin: 40px 0 20px;
}

.single .blog-post h2 {
	margin-top: 40px;
}

.single .blog-post img {
	margin-bottom: 10px;
	border-radius: 7px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*========== Blog TH Styling ==========*/

html[lang="th"] .pgafu-post-grid-main.pgafu-design-2 .pgafu-content-above-image {
	margin-top: -20px;
}

.pgafu-post-content a:hover {
	background-color: orange;
}

.pgafu-post-content a {
	background-color: #ff7822;
	color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 7px 20px;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content {
	border-bottom: 1px solid #ddd;
}

.pgafu-post-pagination a,
.pgafu-post-pagination a {
	background-color: #ff7823;
	transition: background-color 0.3s ease;
	border: 0;
}

/*========== Anspress ==========*/
.ap-cradit,
#anspress postmessage,
#anspress .ap-post-updated,
#anspress .ssbp-wrap,
#anspress .ap-user-reputation {
	display: none;
}

.single-question header {
	background: #444;
}

#anspress {
	background: transparent;
	margin-bottom: 60px;
}

#anspress,
.anspress,
.anspress .ap-comment {
	font-family: 'Open Sans';
	font-size: 15px;
}

#anspress .ap-cell {
	margin-left: 0;
}

#anspress .ap-q-inner {
	background-color: #fff;
	padding: 25px 15px;
	font-size: 15px;
}

.ap-q-metas .skldis-date {
	float: right;
}

#anspress .ap-widget-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	text-transform: uppercase;
	font-weight: 700;
}

#anspress .mce-toolbar .mce-btn button {
	background: #eee;
}

#anspress .ask-button {
	padding: 15px;
	background: #ff7822;
	margin-top: 30px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
}

#anspress .ap-widget-pos {
	margin-bottom: 50px;
}

#anspress .apicon-thumb-up {
	color: #8bc34a;
}

#anspress .apicon-thumb-down {
	color: #f44336;
}

#anspress button.ap-btn-submit {
	background-image: none;
	background-color: #ff7822;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 3px;
}

#anspress button.ap-btn-submit:hover {
	background-color: #17b8aa;
	opacity: 1 !important;
}

#anspress h2 {
	color: #062a2a;
	font-size: 24px;
	font-family: 'Lato';
}

#ap-ask-page .ap-form-label {
	font-size: 18px;
}

#anspress .ap-share {
	margin-top: 30px;
}

#question .ap-q-metas {
	background: #ffcfb0;
}

#answers .ap-q-metas {
	background: #ffcfb0;
}

#answers .ap-comment {
	background-color: #fff;
	padding: 15px;
}

#answers .ap-comment .avatar {
	display: none;
}

#ap-search-form .ap-search-btn,
#answers button.ap-comment-submit {
	border: 1px solid #ff7822;
	color: #ff7822;
}

#answers button.ap-comment-cancel {
	color: #777;
}

#anspress .ap-questions-summery {
	margin: 0;
}

#anspress .ap-questions-title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}

#anspress .ap-pagination br {
	display: none;
}

#anspress .ap-q-back p {
	font-weight: bold;
}

#anspress .ap-list-head {
	margin-bottom: 30px;
	background-color: transparent;
	padding: 20px;
}

#ap-search-form .ap-search-input {
	margin-bottom: 10px;
	display: inline-block;
	height: auto;
	font-size: 16px;
	padding: 5px 10px;
}

#ap-search-form .ap-search-btns {
	text-align: right;
}

#ap-search-form .ap-search-btn,
.ap-list-head #ap-search-form .ap-btn-ask {
	float: none;
}

#ap-search-form .ap-search-btn,
#anspress .ap-list-head .ap-btn-ask {
	padding: 5px 30px !important;
	font-size: 16px !important;
	text-transform: uppercase;
	height: auto;
	margin-left: 5px;
	display: inline-block;
	border-radius: 3px;
}

#anspress .ap-list-head .ap-btn-ask {
	border: 1px solid #ff7800;
	background: #ff7800;
}

#anspress .ap-col-4 .ap-btn-ask {
	display: inline-block;
	background: #ff7822;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

#anspress .ap-answers-label {
	margin-bottom: 10px;
}

.anspress .ap-btn-newcomment {
	color: #ff7800;
}

#anspress .ap-questions-item {
	border: none;
	padding: 30px 20px;
}

#anspress .ap-questions {
	border: none;
}

#anspress .ap-sorting-tab {
	width: 95%;
}

#anspress .ap-questions-item {
	margin-bottom: 20px;
	background-color: #ffecdf;
}

#anspress .ap-questions-count.ap-questions-acount {
	border-color: #f7be68;
}

#anspress #ap-ask-page #wp-form_question-post_content-editor-container {
	background: #eee;
}

#anspress #ap-ask-page .mce-toolbar-grp {
	border-bottom: 2px solid #fff;
}

.single-post figure {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	#anspress .ap-question-right {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 480px) {
	#anspress .ap-single-vote {
		position: relative;
		display: block;
		text-align: right;
		margin-bottom: 10px;
	}

	#ap-search-form .ap-search-btn,
	#anspress .ap-list-head .ap-btn-ask {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}

	#anspress .ap-q-content {
		font-size: 14px;
		line-height: 1.5;
	}
}

/*========== Press Release - Single Page ==========*/
.single-news header {
	background: #555;
}

.single-news .blog-post .post-date {
	color: #fff !important;
	padding-left: 10px;
	margin-bottom: 10px;
}

.single-news .ninzio-overlay,
.single-news .post-author,
.single-news .post-category,
.single-news .post-comments {
	display: none;
}

/*========== CTA - Join or Demo ==========*/
.cta-join-demo {
	width: 100%;
	line-height: 1.2;
	margin: 30px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.cta-join-demo .colm {
	width: calc((100% / 2) - 0px);
	height: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 48px 40px;
	min-height: 310px;
}

.cta-join-demo .col1 {
	background: #fff;
	color: #666;
}

.cta-join-demo .col2 {
	background: #ff7822;
	color: #fff !important;
}

.cta-join-demo .col2 h2 {
	color: #fff
}

.cta-join-demo p {
	min-height: 80px;
	font-size: 16px;
	line-height: 1.5;
}

.cta-join-demo a {
	padding: 10px 20px;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
}

.cta-join-demo .col2 .cta-btn {
	background: #f4ac20;
}

.cta-join-demo .cta-btn {
	background-color: orange;
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	border-radius: 7px;
}

.lang-eng,
.lang-th,
.lang-id {
	display: none;
}

body.single.single-post .blog-post .post_language-bahasa-indonesia .lang-id {
	display: block;
}

body.single.single-post .blog-post .post_language-thailand .lang-th {
	display: block;
}

body.single.single-post .blog-post .post_language-english .lang-eng {
	display: block;
}

@media (max-width:768px) {
	.cta-join-demo .colm {
		width: 100%;
		display: block;
	}
}

/*========== Responsive ==========*/
@media only screen and (min-width: 1024px) {
	.page-title-content .single-post-title {
		font-size: 40px;
		line-height: 1.2;
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1201px) {
	#abt-s2 {
		-moz-background-size: contain !important;
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
}

@media only screen and (max-width: 960px) {
	.footer-widget-area .widget {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.mob-bg-white {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 30px;
	}

	.archive-title-heading {
		font-size: 28px;
	}

	.page-title-content .single-post-title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 480px) {
	nav .menu li {
		margin-bottom: 0;
	}

	.mob-header .header-top>.container {
		margin: 0 !important;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}

/*
@media only screen and (min-width: 320px) {
	.blog-layout-wrap > .container,
	.landing .nz-section > .container,
	.full-width-true > .container,
	.footer .container,
	.header-content > .container {
	width: 100% !important;
    padding: 0 15px;
    max-width: 450px !important;
	}
}
@media only screen and (min-width: 481px) {
	.blog-layout-wrap > .container,
	.landing .nz-section > .container,
	.full-width-true > .container,
	.footer .container,
	.header-content > .container {
	width: 100% !important;
    padding: 0 15px;
    max-width: 750px !important;
	}
}
@media only screen and (min-width: 768px) {
	.blog-layout-wrap > .container,
	.landing .nz-section > .container,
	.full-width-true > .container,
	.footer .container,
	.header-content > .container {
	width: 100% !important;
    padding: 0 15px;
    max-width: 990px !important;
	}
}*/
/*
@media only screen and (min-width: 1025px) {
	.blog-layout-wrap > .container,
	.landing .nz-section > .container,
	.full-width-true > .container,
	.footer .container,
	.header-content > .container {
	width: 100% !important;
    padding: 0 30px;
    max-width: 1200px !important;
	}
}*/