/*FAQ*/
ol#faq-section {
    margin-left: 0;
}
.base-block {
    border-radius: 19px;
}
.load-more-holder {
    position: relative;
}
.about-list {
    list-style: none;
    counter-reset: newCounter;
}
.about-list .list-item {
    /*padding: 0 10px;*/
    margin-bottom: 25px;
    position: relative;
    list-style: none;
    transition: all 1s linear;
}
.about-list .list-item:before {
    font-size: 1rem;
    background-color: #fff;
    min-width: 47px;
    height: 47px;
    color: #ffffff;
		background-color:#1e73be;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 2px solid #1e73be;
    counter-increment: newCounter;
    content: counters(newCounter,".",decimal-leading-zero) " ";
}
h3.faq {
    font-size: 16px;
    margin-bottom: 0;
}
@media (min-width: 1024px){
.about-list .info-holder {
    padding-top: 10px;
	}}
@media (min-width: 1200px){
.base-block-body {
    padding: 30px 0;
    padding-bottom: 40px;
	}
}

@media (min-width: 1400px){
.vmag-container {
    max-width: 1230px;
    margin: 0 auto;
	}
#primary {
    width: 70%;
    float: left;
    padding: 10px 0 20px;
	}
#secondary {
    width: 25%;
    float: right;
    padding: 10px 0 0;
	}	
.homepage-content-wrapper .vmag-main-content, .vmag-bottom-main-content, .homepage-fullwidth-wrapper .vmag_pro_block_posts_list {
    width: 70%;
    float: left;
	}	
.vmag-home-aside, #secondary, .vmag-home-bottom-aside {
    width: 25%;
    float: right;
    font-size: 13px;
    font-family: Open Sans;
    color: #777777;
	}		
}

@media (min-width: 768px){
.base-block-body {
    padding-top: 0;
	}
.load-more-holder {
    padding-bottom: 50px;
	}
	.about-list .list-item:before {
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    /*font-size: 3.3rem;*/
}
.about-list .list-item {
    /*padding: 0 79px 0 40px;*/
    display: flex;
    align-items: flex-start;
}
}	
@media (max-width: 767px){
.about-list .list-item:before {
    float: left;
}
.about-list .list-item {
    display: inline-flex;
}
	.about-list .list-item:before {
    font-size: 1.5rem;
}
}
/*END FAQ*/
/*Frame with shadow*/
.frame3 {
    /*border: 1px solid #ccc;
    padding: 10px;*/
    /*position: relative;
    margin: 30px 0 20px;*/
	  margin-bottom: 24px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -goog-ms-border-radius: 0;
    border-radius: 0;
}

.frame2 {
    border: 1px solid #ccc;
    border-radius: 12px 12px 12px 12px;
    padding: 20px;
    margin-bottom: 24px;
    /*position: relative;
    margin: 30px 0 20px;*/
    background-color: #eff6fb;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -goog-ms-border-radius: 0;
}

/*Bullet*/
.entry-content ol {
    list-style-type: decimal;
    margin: 0px 0 15px 30px;
    font-size: 16Px;
    font-weight: 300!important;
    line-height: 30px;
    color: #252525;
}
/*---Start layout width---
#primary {
    width: 70%;
    float: left;
	padding: 10px 0 20px;
}
#secondary {
    width: 27%;
    float: right;
    padding: 10px 0 0;
}
.homepage-content-wrapper .vmag-main-content, .vmag-bottom-main-content, .homepage-fullwidth-wrapper .vmag_pro_block_posts_list {
    width: 70%;
    float: left;
}
.vmag-home-aside, #secondary, .vmag-home-bottom-aside {
    width: 27%;
    float: right;
    font-size: 13px;
    font-family: Open Sans;
	color: #777777;
}
#secondary .widget_search label {
    width: 200px;
    float: left;
}*/
/*---Start-HoverEffect---*/
.hovertext a {  
padding: 3px 3px 0 3px; 
border-radius: 1px; 
-webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; transition: all 0.15s ease;
background-size: 100% 200%; background-position: 0 -100%; background-image: linear-gradient(to top, transparent 50%, rgba(255,196,188,0.9) 50%);
border-bottom: 2px solid #f55454;
color: #252525 !important;
}
.hovertext a:hover { 
color:#252525;
background-position: 0 0; 
}
/*---End-HoverEffect---*/
a {
	color:#000000;
}
/*.entry-content a:hover {
	color:#980000;
}*/

b, strong {
    font-weight: 600 !important;
}
h1 {
	line-height: 1.2;
	font-weight: 500;
}
/*HomePage widget*/
.widget h4.block-title, .widget h4.widget-title, h4.block-title {
	font-size: 22px;
	font-weight: 500;
}
.widget .block-post-wrapper .single-post{
	padding-bottom: 10px;
}
.widget.vmag_pro_category_posts_list div + div.single-post{
	padding-top: 10px;
}
h3.small-font a, .widget.vmag_pro_block_posts_carousel .single-post .post-caption h3.small-font a{
	font-size:18px;
}
body p{
	font-weight:300;
	line-height:1.7;
	color:#252525;
}

/*Site Navigation*/
.site-header .main-navigation ul ul,
.main-navigation ul ul a {
	width: 300px
}
.nav-wrapper {
	width: auto;
}
.site-header .main-navigation li a {
    font-size: 13px;
    padding: 0px 9px;
    line-height: 45px;
}


	.site-header .main-navigation .icons-wrapper .icon-search {
		    line-height: 24px;
    width: 25px;
    height: 25px;
    text-align: center;
		margin:0;
    margin-left: 3px;	}
	
	.site-header .main-navigation .icons-wrapper .icon-search:before {
		position:relative;
	}
.site-header .main-navigation {
    display: flex;
		z-index: 999;
}


/*Aside H3*/
.vmag-home-aside h3.small-font a, .vmag-sidebar h3.small-font a{
    font-size: 14px;
		text-transform: capitalize;
		font-weight: 400;
}

/*Post Aside HTML*/
.subs {
	color: #c90606;
	font-weight: 600;
	text-transform: uppercase;
}

/*Site Logo*/
@media (min-width: 1046px) {
.site-header .site-branding .site-title-wrapper p.site-title a {
	display: inline-block;
  width: 550px;
}
}	

/*Text Link Underline*/
.textwidget p a,
.entry-content p a {
    display: inline;
    background-image: linear-gradient(0deg,transparent,transparent 0.1px,#00b1d2 0,#00b1d2 1px,transparent 0);
    position: relative;
    text-decoration: none;
    /*text-shadow: -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
	padding-bottom: 4px;
  padding-top: 3px;

	/*font-weight: 500;*/
	color:#000000;
	background-color:#edfafd;
}
.textwidget p a:hover,
.entry-content p a:hover {
	background-color:#b0e9f5;
	color:#252525;
}

.entry-content h2 a {
    display: inline-block;
    background-image: linear-gradient(0deg,transparent,transparent 2px,#1e73be 0,#1e73be 3px,transparent 0);
    position: relative;
    text-decoration: none;
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
		line-height: 1.2;
}
/*.entry-content a {
	color: #e90303;
}*/
.entry-content h2 a:hover {
    color: #008385;
}

/*Post item title*/
.entry-content h2, .entry-content h2 a {
    font-weight: 400 !important;
    color: #1e73be;
    letter-spacing: -0.8px;
}
.entry-content h2.h2Body {
    font-size: 20px;
    font-weight: 400 !important;
    color: #000000;
}

/*Custom side html*/
.custom-sidebar-navi h3 {
	font-size: 15px;
	color: #F44336;
	padding: 12px 0 0;
	font-weight: 500;
}
li.custom-navi, li.custom-navi a{
    padding: 0 0 3px;
		font-weight: 400;
		color: #595959;
}

/*Author Meta*/
.single .entry-meta, .archive .entry-meta {
    margin-bottom: 20px;
}

/*Top Image Adjust*/
.vmag_pro_fullwidth_slider .fw_slider_layout_2 .lSSlideWrapper ul li:before {
	background: rgba(0,0,0,0.1);
}

/*Adjust Category*/
nav.navigation.pagination {
    clear: both;
}

body.archive.category #primary #main article.post:nth-of-type(1) {
    clear: both;
}

body.archive.category #primary article.post:nth-child(2n+1) {
    float: left;
}
body.archive.category #primary article.post:nth-child(2n) {
    float: right;
    clear: none;
}

body.archive.category #primary #main article.post:not(:nth-of-type(1)) p {
  display:none;
}
body.archive.category #primary #main article.post:not(:nth-of-type(1)) h2.entry-title {
    min-height: 60px;
/*     max-height: 60px; */
    overflow: hidden;
		line-height: 1.15;
}

body.archive.category #primary article.post:nth-of-type(1) {
    margin-left: 0;
}

/*logo position*/
.site-header .site-branding .site-title-wrapper p.site-title a {
	display: inline-block;
}


@media (max-width: 728px) {
.site-header .site-branding {
	max-width: none;
    display: inline;
	}
}

.block-header .view-all {
	top: 4px;
}
.vmag_pro_fullwidth_slider .fw_slider_layout_2 .slide-info-wrapper h2.slide-title a:hover {
    color: #fff;
}

figure {
    margin: 0;
}

.vmag_pro_fullwidth_slider .fw_slider_layout_2 .lSSlideOuter .lSPager.lSpg {
	display:none;
}

/*weather table*/
.weather-block {
    position: relative;
}

.weather-block:after {
    content: '';
    clear: both;
    display: block;
}
table.t-weather {
  width: 220px;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 90%;
  float: right;
}
table.t-weather td, table.t-weather th {
  border: 1px solid #000000;
  padding: 2px 2px;
}
table.t-weather tbody td {
  text-align: center;
}
table.t-weather thead {
  background: #1E73BE;
}
table.t-weather thead th {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}


/*Mobile header*/
@media (max-width: 639px) { 
  .single-layout2-header .layout2-header-info-wrapper h1.entry-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 479px) { 
  .single-layout2-header .layout2-header-info-wrapper span.cat-links {
    display: none;
  }
  .single-layout2-header .layout2-header-info-wrapper .entry-meta {
    display: none;
  }
}

.site-header .site-branding .site-title-wrapper p.site-title a {
    color: #007eb0;
}
.core A {
font-weight: lighter;
}
img {
    vertical-align: middle;
}
.panel-footer {

   display: none;

}

/* Flag */
.entry-content p a.inline-flag-fr,.entry-content p a.inline-flag-en{
    text-shadow: none;
    padding: 0;
    background: none;
    display: inline-block;
}
a.inline-flag-fr i {
    background-image: url('https://content.phuket101.net/wp-content/uploads/20181006183420/french-flag-350x233.png');
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 17px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
a.inline-flag-en i {
    background-image: url('https://content.phuket101.net/wp-content/uploads/20181022010619/uk-flag.png');
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

li.lang-item.lang-item-fr a img,
li.lang-item.lang-item-en a img,
li.lang-item.lang-item-it a img,
li.lang-item.lang-item-ja a img,
li.lang-item.lang-item-de a img,
li.lang-item.lang-item-th a img,
li.lang-item.lang-item-zh a img,
li.lang-item.lang-item-es a img{
    display: none;
}
li.lang-item.lang-item-fr a:before,
:lang(fr).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 17px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20181006183420/french-flag-350x233.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}
li.lang-item.lang-item-en a:before,
:lang(en).pll-parent-menu-item a:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20181022010619/uk-flag.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}

li.lang-item.lang-item-it a:before,
:lang(it).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20181023233857/Italy-flag.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}

li.lang-item.lang-item-ja a:before,
:lang(ja).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 17px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20181126220048/japan-flag1.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}

li.lang-item.lang-item-de a:before,
:lang(de).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20181126214737/germany-flag-8x5.gif);
    background-size: 100%;
    position: relative;
    top: 3px;
}

li.lang-item.lang-item-th a:before,
:lang(th).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20190121212600/thai-flag.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}

li.lang-item.lang-item-zh a:before,
:lang(zh).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20191212221636/cn-flag.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}


li.lang-item.lang-item-es a:before,
:lang(es).pll-parent-menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(https://content.phuket101.net/wp-content/uploads/20200119230145/spain-flag.png);
    background-size: 100%;
    position: relative;
    top: 3px;
}

:lang(fr).pll-parent-menu-item a img,
:lang(en).pll-parent-menu-item a img,
:lang(it).pll-parent-menu-item a img,
:lang(ja).pll-parent-menu-item a img,
:lang(de).pll-parent-menu-item a img,
:lang(th).pll-parent-menu-item a img,
:lang(zh).pll-parent-menu-item a img,
:lang(es).pll-parent-menu-item a img{
	display:none;
}
.entry-content ul {
	font-family: Helvetica;
    font-size: 16px;
}
.site-title a, .site-description {
    white-space: nowrap;
}

/*frame*/
.frame {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 24px;
    /*position: relative;
    margin: 30px 0 20px;*/
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -goog-ms-border-radius: 0;
    border-radius: 0;
}

.frame-grey {
    border: 1px solid #ccc;
    padding: 10px;
		margin-bottom: 24px;
	background-color:#dfdfdf
}

/*frame2
.frame2 {
    border: 1px solid #ccc;
    padding: 10px;
		margin-bottom: 24px;
		background-color:#eff6fb
}*/

.frame-grey {
    border: 1px solid #ccc;
    padding: 10px;
		margin-bottom: 24px;
	background-color:#dfdfdf
}


/* remove advanced ads yellow bg */
ins {
	background: #FFFFFF;
}

/* table */
div.paleBlueRows {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #1C6EA4;
  width: 100%;
  /*height: auto;*/
  text-align: center;
  border-collapse: collapse;
}
.divTable.paleBlueRows .divTableCell, .divTable.paleBlueRows .divTableHead {
  border: 1px solid #4b8cb7;
  padding: 3px 2px;
}
.divTable.paleBlueRows .divTableBody .divTableCell {
  font-size: 13px;
  width: 16.66%
}
.divTable.paleBlueRows .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.paleBlueRows .divTableHeading {
  background: #1C6EA4;
  border-bottom: 2px solid #444444;
}
.divTable.paleBlueRows .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
.divTable.paleBlueRows .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.paleBlueRows .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  border-top: 2px solid #444444;
}
.paleBlueRows .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/*Table-2*/
div.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #4b8cb7;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
	padding:5px;
	color:#333333;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  /*background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;*/
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  /*border-left: 2px solid #D0E4F5;*/
	width:15%;
	text-align:center;
}
.divTable.blueTable .divTableHeading .divTableHead2 {
	 font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  /*border-left: 2px solid #D0E4F5;*/
	width:100%;
	text-align:center;
}

.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/*Start Table Plugin*/
.tablepress tfoot th, .tablepress thead th {
  background-color: #0278b3;
  font-weight: 700;
  vertical-align: middle;
	color: #ffffff;
	text-align:center;
}
.tablepress .even td {
    background-color: #fff;
    border-right: 1px solid #dcdcdc;
}
.tablepress .odd td {
    background-color: #f9f9f9;
    border-right: 1px solid #dcdcdc;
}
.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0!important;
  border: 1px solid #dcdcdc;
	font-family: Helvetica;
}
/*End Table Plugin*/


/*Start FAQ*/
.schema-faq-question {
	font-family: Helvetica;
	font-size: 16px;
	color: #636363
}
.schema-faq-answer {
	font-family: verdana;	
	font-size: 14px;
	color: #636363
}
/*End FAQ*/
		
.wpvr-mobile-notice {
display: none;
}
/* Teasers Home Page*/
h3.small-font a {
    text-transform:capitalize;
}
/*End Teasers Home Page*/