/*this is customize view in wordpress*/

#customize-preview.iframe {
	height: 100%;
}

/*advetisement widget img*/
#custom_html-7 .inview {
	margin-left:auto;
	margin-right: auto;
}

/*SOLVING GOOGLEBOT VIEW PROBLEM*/

/*breaking news prev button*/
.carousel-prev {
	margin-right: 0.5em;
}

/*footer widget button*/
.site-footer button {
	width: 95%;
}

/*footer menu*/
.footer-menu ul li {
	margin-bottom: 0.6em;
	font-size: 14px;
}

/*comment area*/
#comments .logged-in-as a:nth-child(2) {
	margin-left: 0.5em;
}

.single-post .entry-meta {
	font-size: 14px;
}

/*
RESTYLING MAIN THEME
*/

.page .entry-title {
}

/*link color*/
a, .comments-area .logged-in-as a {
	color: #008f95;
}

/*entry title for every post & page except for archives must stand out*/
h1 { 
	font-size: 38px;
	font-weight: 600;
	color: #013243 !important;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0.8em;
	margin-top: 1.3em;
}

.post p {
	margin-bottom: 0.8em;
}

/*blockquote must stand out*/
blockquote {
	font-size: 1.1em;
	position: relative;
	font-weight: 100;
	color: #336E7B;
	margin-left: 3em;
	width: 60%;
	min-width: 240px;
}

blockquote:before {
	content:"''";
	display: inline-block;
	position: absolute;
	left: -1em;
	font-weight: 800;
}
blockquote:after {
	content:"''";
	display: inline-block;
	position: absolute;
	right: 0em;
	bottom: 0 ;
	font-weight: 800;
}

/*reposition the reply comment, too deep*/
#comments ol.children {
	padding-left: 0;
}

/*readjust the front page hero small widget*/
.hero_1_widget .hero_1_post.small {
	float: right;
}

/*hero image overlay color*/
.hero_1_widget .hero_1_post .featured-image::before {
	background: rgba(0,0,0,0.05)
}

/*hero area text*/
.hero_1_widget .hero_1_post .featured-image .entry-content .entry-title {
	text-shadow	: 3px 0px 5px black, -3px 0px 5px black, 0px 3px 5px black, 0px -3px 5px black;
}

/*menu background color*/
.navigation-wrapper .navigation-search-wrapper {
	background-color: #22313f;
}

/*front-page block area 1st section*/
#glob_hero_1-3 .block-title {
	border-bottom: 2px solid #22313f;
}

#glob_hero_1-3 .block-title span {
	background: #22313f;
}

/*front-page block area*/
.home .content-area .block-title a {
	background-color: #22313f;
}

.home .content-area .block-title {
	border-bottom: 2px solid #22313f;
}

/*adjust logo*/
#site-branding .site-logo img {
	width: 50%;
	min-width: 100px;
}

.main-navigation {
	margin-right: 20px;
}

.main-navigation a {
	padding: 10px 22px;
}

@media screen and (min-width: 900px) {
.site-header-sidebar {
	width: 60%;
}
}

.frame-bulat {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

#footer-menu-infosantai ul {
	list-style-type: circle;
	margin-left: 20px;
}

/*intro style for every post*/
.intro {
	font-size: 1.6em;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0.6em;
}

/*intro inside or mid of content*/
.in-post-intro {
	font-size: 1.4em;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0.6em;
	line-height: 1.2em;
}

/*some pro and cons point style*/
.pro-cons {
	margin-bottom:1.5em;
}

.pro-cons p {
	margin-left: 1.5em;
	margin-bottom: 0.3em;
}

/*category box end of each post*/
.entry-footer .cat-links {
	margin-top: 3em;
}

/*decoration in post*/
.attention-box {
		margin: 1em 0;
    background: #DCC6E0;
    border-left: 5px solid #C0392B;
    padding: 16px 25px 16px 20px;
}

.in-post-mention {
	  margin: 1em 0;
    background: #C8F7C5;
    border-left: 5px solid #008f95;
    padding: 16px 25px 16px 20px;
}

.in-post-mention2 {
	  margin: 1em 0;
    border: 1px solid #008f95;
	  border-radius: 6px;
    padding: 16px 25px 16px 20px;
}

.in-post-warning {
	  margin: 1em 0;
    background: #DCC6E0;
    border-left: 5px solid #C0392B;
    padding: 16px 25px 16px 20px;
}

.in-post-step {
	background: #44DBE1;
	padding: 3px 0px 3px 6px;
	border-left: 3px solid #008F95;
	margin-right: 15px;
}

.in-post-step::after {
content: " ";
position: absolute;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #44DBE1;
border-right: 0px solid transparent;
}

/*box and bordered title*/
	
.rak-no {
	display:block;
	text-align: center;
	font-weight: 700;
}

.petak-biru {
	display: block;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	text-align: center;
	background-color: #22313f;
	color: white;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

@media screen and (min-width: 620px) {
.rak-no {
	display:block;
	text-align: left;
	font-weight: 700;
	border-top: 1px solid #ABB7B7;
	border-bottom: 1px solid #ABB7B7;
}

.petak-biru {
	display: inline-block;
	background-color: #22313f;
	color: white;
	margin-right: 0.3em;
	margin-bottom: 0;
}
}

.rak-no-rv1 {
	display: inline-block;
	background-color: #22313f;
	color: #fff;
	padding: 6px 12px;
}

/*box with blue background for step or etc*/
.blueback-box {
	display: inline-block;
	background-color: #22313f;
	color: white;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-right: 0.3em;
	margin-bottom: 2px;
}

/*in post link or download button*/
.butang-link {
	background-color: #86E2D5;
	color: #000;
  display: inline-block;
  margin: 10px 6px 20px 6px;
  padding: 8px 16px 8px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.butang-link:hover {
	background-color: #049372;
	color: white;
}

/*in post link or download version 2, glow bright center*/
/*for Lazada*/
.butang-link-v2 {
	background-color: #f57224;
	color: white;
	font-weight: 700;
	text-align: center;
	display: block;
	max-width: 300px;
	padding: 14px 16px 14px 16px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.butang-link-v2:hover {
	background-color: #e67e22;
	color: white;
}

.butang-link-v2:visited {
	color: white;
}

/*butang link for shopee*/
.butang-link-v3 {
	background-color: #fb5533;
	color: white;
	font-weight: 700;
	text-align: center;
	display: block;
	max-width: 300px;
	padding: 14px 16px 14px 16px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.butang-link-v3:hover {
	background-color: #e67e22;
	color: white;
}

.butang-link-v3:visited {
	color: white;
}

/*butang link for watson*/
.butang-link-v4 {
	background-color: #009aa9;
	color: white;
	font-weight: 700;
	text-align: center;
	display: block;
	max-width: 300px;
	padding: 14px 16px 14px 16px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.butang-link-v3:hover {
	background-color: #009aa9;
	color: white;
}

.butang-link-v3:visited {
	color: white;
}

/*section title dalam post & page*/
.section-title {
	display: block;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	color: #013243;
	padding: 10px 10px;
	margin-top: 2em;
	text-transform: uppercase;
}

/*no underline for link*/
.no-underline {
	text-decoration: none;
}

/*bahagian akan datang*/
.akan-datang {
	display: block;
	width: 100%;
	padding: 10px;
	height: auto;
	margin-bottom: 2em;
	background-color: #E4F1FE;
}

/*Image carousel for post*/
.infosantai-carousel {
	display: inline-block;
	width: 49%;
	min-width: 280px;
	height: auto;
	margin-bottom: 5px;
	vertical-align: middle;
}

/*excerpt style for each post*/
.entry-excerpt {
	font-size: 15px;
}

/*horizontal line added*/
.hl {
	background-color: #e8e8e8;
	height: 1px;
}

/*banner & widget specification*/

/*hantar artikel banner/widget*/
.main-hantar-artikel {
	display: block;
	width: 100%;
	height: 280px;
	border: 10px solid #5c97bf;
	background-color: rgba(92, 151, 191, 0.15);
}

.img-hantar-artikel {
	display: block;
	height: 100px;
	width: 100px;
	padding: 5%;
	margin: auto;
}

.p-hantar-artikel {
	display: block;
	width: 95%;
	height: 80px;
	padding-top: 3%;
	padding-right: 2%;
	padding-left: 2%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.b-hantar-artikel {
	display: block;
	width: 100px;
	height: 40px;
	padding: 10px;
	margin: auto;
	background-color: #d35400;
	color: white !important;
	font-weight: bold;
	text-align: center;
	text-shadow: 3px 0px 4px black
}

.b-hantar-artikel:hover {
	transition: all 300ms;
	background-color: #e67e22;
	color: white;
}

/*widget title*/
.sidebar .widget-title, .sidebar .widget-title a {
	font-weight: 700;
	color: #336e7b;
	text-align: center;
}

.sidebar .widget-title::after {
	content: "";
	width: 25%;
	height: 3px;
	background-color: #F89406;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

/*css for custom page*/
.postid-2669 .nf-form-fields-required {
	display: none;
}

/*style for infosantai ads*/
.is-iklan {
	background-color: #336e7b;
	background-color: #22313f;
	color: white;
	padding: 15px 30px;
}

.is-iklan h3 {
	display: inline-block;
	padding: 10px 5px;
	margin: 0.8em 0em;
	color: #336e7b;
	color: #22313f;
	background-color: #F89406;
}

.is-iklan p {
	font-size: 0.9em;
}

.is-iklan a {
	font-size: 1.2em;
	font-weight: bold;
	color: #c5eff7;
}

/*Tag harga for post*/

.tanda-harga {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

/*small but its heading*/
.small-heading {
	font-size: 18px;
}

/*Infomation box style used in some post*/
.info-box {
	display: block;
	max-width: 350px;
	padding-top: 10px;
	padding-bottom: 1.3em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.3em;
	text-align: center;
	box-shadow: 1px 0px 5px #e8ecf1, 0px 1px 5px #e8ecf1;
}
.info-box p {
	margin-bottom: 5px;
}
.info-box strong {
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
}

/*COMPANY CARD INFO STYLE
id=post-2925 
 */

#post-2917 .card-area p, #post-2917 .card-area ul, #post-2917 .card-area ol, 
#post-3048 .card-area p, #post-3048 .card-area ul, #post-3048 .card-area ol, #post-2669 .card-area p, #post-2669 .card-area ul, #post-2669 .card-area ol {
	font-size: 12px;
}

#post-2917 .card-area p, #post-3048 .card-area p, #post-2669 .card-area p {
	margin: 4px;
}

#post-2917 .card-area ul, #post-2917 .card-area ol, #post-3048 .card-area ul, #post-3048 .card-area ol, #post-2669 .card-area ul, #post-2669 .card-area ol {
	margin-left: 14px;
	margin-top: -4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

/*kawasan liputan card*/
.card-area {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px
}

/*nombor @ kedudukan kad tangga ke berape ya?*/
.nombor-card {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0;
	left: calc(50% - 180px);
	top: -2%;
	border-radius: 50%;
	background-color: rgba(92, 151, 191, 0.4);
	background-color: #F9BF3B;
}

/*nombor kedudukan card, bulat*/
.nombor-card {
	display: block;
	font-weight: 800;
	text-align: center;
	line-height: 2.6em;
}

/*frame isi card utama*/
.card-content {
	display: block;
	width: 280px;
	height: auto;
	margin: auto;
	padding-bottom: 10px;
	border: 1px solid lightgray;
}

.card-section-1 {
	display: block;
	width: 100%;
	height: 110px;
}

/*alternative size if name too long*/
.card-box-67 h3.ad-title-small {
	font-size: 15px;
}

.card-box-33 {
	display: block;
	position: relative;
	width: 33%;
	height: 100%;
	float: left;
}

.card-box-33 img {
	display: block;
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tanda-premium {
	clear: both;
	display: block;
	position: absolute;
	left: -60%;
	top: 5%;
	min-width: 130px;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #F5AB35;
	transform: rotate(-40deg);
	box-shadow: 1px 0px 4px darkblue;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 800;
	z-index:1;
}

.tanda-premium .fa-star {
	color: #F5D76E;
	color: #fff;
}

.card-box-67 {
	display: block;
	width: 65.5%;
	height: 100%;
	float: left;
}

.card-box-67 h3 {
	margin: 0;
	margin-top: 20px;
	margin-left: 4px;
	font-size: 20px;
	font-weight: 600;
}

.card-box-67 p {
	padding: 0px;
	margin-top: 0px;
	line-height: 1.4em;
}

.card-section-2 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.card-section-2 img {
	vertical-align: middle;
	margin: auto;
}

.card-section-2 p {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 8px;
	background-color: rgba(0,0,0,0.5);
	font-weight: 600;
}

.card-section-3 {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.card-box-50 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

#post-2917 .card-box-50 p, #post-3048 .card-box-50 p, #post-2669 .card-box-50 p {
	font-size: 11px;
	margin-left: 10px;
}

#post-2917 .fa, #post-3048 .fa,  #post-2669 .fa {
	font-size: 14px;
	margin-right: 4px;
}

#post-2917 .card-box-50 ul, #post-3048 .card-box-50 ul, #post-2669 .card-box-50 ul {
	margin-top: -20px;
}

#post-2917 .card-box-50 ul li, #post-3048 .card-box-50 ul li, #post-2669 .card-box-50 ul li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	padding-left: 22px;
}

.card-section-3 .card-box-50:nth-child(2) {
	padding-left: 2px;
}

.card-section-3 .card-box-50:nth-child(2) p:nth-child(1) a {
	margin-left: 0px
}

.info-card-button {
	display: inline-block;
	background-color: rgb(34, 49, 63);
	border-radius: 2px;
	padding: 4px 8px;
	margin: 0px;
	font-weight: bold;
	color: white;
	font-size: 12px;
}

.card-section-3 a {
	text-decoration: none;
}

/*add text before rating result*/

.rmp-results::before { 
  content: "Rating: ";
	float: left;
	margin-right: 4px;
}

/*end of post 2669 custom style*/

/*hide link if broken*/
.bio-penulis {
	vertical-align: text-top;
	margin-top: 2.5em;
	margin-bottom: 2em;
	font-size: 15px;
	border-top: 1px solid #e8ecf1;
	border-bottom: 1px solid #e8ecf1;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.bio-penulis img {
	border-radius: 50%;
	max-width: 80px;
	margin: auto;
}

/*style guest post bio*/
.bio-penulis .kotak-1 {
	width: calc(100%/3);
	max-width: 100px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 0.5em;
	
}

.bio-penulis .kotak-2 {
	width: calc(100%/1.65);
	display: inline-block;
	vertical-align: text-top;
}

/*img inline with text*/
.img-in-txt {
	vertical-align: text-bottom;
}