/*
Theme Name: Vatican
Theme URI: https://vatican.modeltheme.com/
Description: Church WordPress Theme
Version: 1.1
Author: ModelTheme
Author URI: http://modeltheme.com/
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vatican

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DATE: 14-AUG-2019;

*/



/*------------------------------------------------------------------
[Main Theme Stylesheet]

[Table of contents]

1. Reset CSS
2. General styling
3. Buttons
4. Blocks
5. Statistics
6. Boostrap styling
7. Product Page
8. PAGE PRELOADER
9. Project Details

-------------------------------------------------------------------*/
@font-face {
	font-family:sukhumvit;
	src:url(fonts/sukhumvit-set_bold-webfont.eot);
	src:url(fonts/sukhumvit-set_bold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/sukhumvit-set_bold-webfont.woff2) format("woff2"),url(fonts/sukhumvit-set_bold-webfont.woff) format("woff"),url(fonts/sukhumvit-set_bold-webfont.ttf) format("truetype"),url(fonts/sukhumvit-set_bold-webfont.svg#sukhumvit_setbold) format("svg");
	font-weight:bold;
}
@font-face {
	font-family:sukhumvit;
	src:url(fonts/sukhumvit-set_medium-webfont.eot);
	src:url(fonts/sukhumvit-set_medium-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/sukhumvit-set_medium-webfont.woff2) format("woff2"),url(fonts/sukhumvit-set_medium-webfont.woff) format("woff"),url(fonts/sukhumvit-set_medium-webfont.ttf) format("truetype"),url(fonts/sukhumvit-set_medium-webfont.svg#sukhumvit_setmedium) format("svg");
	font-weight:400;
	font-style:normal
}
@font-face {
	font-family:sukhumvit_setsemi_bold;
	src:url(fonts/sukhumvit-set_semibold-webfont.eot);
	src:url(fonts/sukhumvit-set_semibold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/sukhumvit-set_semibold-webfont.woff2) format("woff2"),url(fonts/sukhumvit-set_semibold-webfont.woff) format("woff"),url(fonts/sukhumvit-set_semibold-webfont.ttf) format("truetype"),url(fonts/sukhumvit-set_semibold-webfont.svg#sukhumvit_setsemi_bold) format("svg");
	font-weight:900;
	font-style:normal
}
@font-face {
	font-family:sukhumvit_settext;
	src:url(fonts/sukhumvit-set_text-webfont.eot);
	src:url(fonts/sukhumvit-set_text-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/sukhumvit-set_text-webfont.woff2) format("woff2"),url(fonts/sukhumvit-set_text-webfont.woff) format("woff"),url(fonts/sukhumvit-set_text-webfont.ttf) format("truetype"),url(fonts/sukhumvit-set_text-webfont.svg#sukhumvit_settext) format("svg");
	font-weight:400;
	font-style:normal
}

/* 1. Reset CSS */
html {
	font-family: sukhumvit;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

.skm{
	font-family: sukhumvit;
}
.skm-b{
	font-family:sukhumvit_setsemi_bold;
}

body {
	margin: 0;
}
mark {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*header .logo-infos{
	overflow: hidden;
}*/
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
    background: #fff none repeat scroll 0 0;
    color: #151515;
    font-family: monospace;
    font-size: 12px;
}

optgroup,
select{
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/*box-sizing: content-box;*/
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
table, th, td {
   border: 1px solid #e6e6e6;
} 
body td, body th {
    padding: 10px !important;
    text-align: center;
}
.blog-posts .single-post .post-details .post-excerpt blockquote p{
	color: #000;
}
.post-password-form input[type="submit"] {
    background: rgb(236, 29, 35) none repeat scroll 0 0;
    border: 0 none;
}
.blog-posts .single-post .post-excerpt.row > h1,
.blog-posts .single-post .post-excerpt.row > h2,
.blog-posts .single-post .post-excerpt.row > h3,
.blog-posts .single-post .post-excerpt.row > h4,
.blog-posts .single-post .post-excerpt.row > h5,
.blog-posts .single-post .post-excerpt.row > h6{
	color: #151515;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6{
	color: #151515;
}
.post-excerpt.row > h1,
.post-excerpt.row > h2,
.post-excerpt.row > h3,
.post-excerpt.row > h4,
.post-excerpt.row > h5,
.post-excerpt.row > h6{
	color: #151515;
}

.page-links,
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
    color: #9aa7af;
}
dd {
    padding-left: 20px;
    margin-bottom: 5px;
}
/* 2. General styling */
section {
	position: relative;
}
section.cover {
	background-size: cover;
}
img {
    max-width: 100%;
}
.mt-full-screen {
	width: 100%;
	height: 100%;
}
.mt-half-page {
	width: 100%;
	height: 50%;
}
.mt-uppercase {
	text-transform: uppercase;
}
.mt-blue {
	background: #00adf1;
}

p.subtitle {
	font-size: 20px;
	font-weight: 600;
	color: rgba(255,255,255,0.7);
}

.top-margin {
	padding-top: 60px;
}
.mediu-margin {
	padding-top: 25px;
	padding-bottom: 25px;
}
/* 3. Buttons */
.button{
    display: -webkit-inline-box;
    background: #ffb716;
    color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    font-weight: 600;
    border-style: none;
    padding: 10px 30px;
    position: relative;
    z-index:1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.button:hover{
    background: #151515;
    color: #ffffff;
}
.button,
.button::after{
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-background {
	height: 100%;
}
.more-link {
    display: -webkit-inline-box;
    color: #ffffff;
    font-weight: 600;
    border-style: none;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden!important;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    text-transform: uppercase;
    margin-top: 30px;
}
.more-link::before, .more-link::after {
    border-radius: 30px;
}
.more-link:hover,
.more-link:focus {
    color: #ffffff;
}

/* 4. Blocks */
.block-triangle {
	width: 80px;
	height: 80px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	margin: 0 auto;
	position: relative;
	top: 25px;
	box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
	-webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
	color: #2f383d;
	font-size: 16px;
	font-weight: 500;
}
.block-content p {
	font-size: 15px;
	color: #9aa7af;
	font-weight: 300;
}
.block-icon i {
	color: #FFFFFF;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

/* Left Block */
.left-block-container {
	margin-bottom: 20px;
}
.left-block-container .block-title p {
	text-transform: uppercase;
}
.left-block-container .block-title {
	padding-top: 20px;
}
.left-block-container {
	border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
	border-bottom: 0 none;
}

/* Filters */
.filters {
	list-style: none;
	text-align: center;
	width: 100%;
}
.filters .filter {
	display: inline-block;
}
/* Testimonial */
.testimonials-container ul {
	list-style: none;
	padding: 0;
}
.testimonials-container blockquote {
	border: 0 none;
	text-align: center;
	padding: 40px 0 60px 0;
	font-size: 26px;
	color: rgba(255,255,255,0.5);
	position: relative;
}
.testimonials-container blockquote * {
	font-size: 26px;
}
/* Members */

/* 5. Statistics */
.timeline .post-cotnent-left {
	padding-right: 60px;
}
.timeline .post-cotnent-right {
	padding-left: 60px;
}
.timeline{
	position: relative;
}
.timeline article {
	padding-bottom: 40px;
	position: relative;
}
.timeline:before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 2px;
	background: #00adf1;
}
.timeline article:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 90px;
	background: url("images/timeline-dot.jpg");
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -45px;
}



body.single-post {
	border: 0 none;
}
/* Section: Contact */
#contact_form .contact_input_holder {
    margin-bottom: 15px;
}
.contact_input_holder {
    margin-bottom: 20px;
}
.contact_input_holder i {
    font-size: 20px;
    left: 15px;
    opacity: 0.5;
    top: 9px;
}
#contact_form input[type="text"]::-webkit-input-placeholder, 
#contact_form input[type="text"]:-moz-placeholder, 
#contact_form input[type="text"]::-moz-placeholder, 
#contact_form input[type="text"]:-ms-input-placeholder, 
#contact_form textarea::-webkit-input-placeholder,
#contact_form textarea:-moz-placeholder,
#contact_form textarea::-moz-placeholder,
#contact_form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1);
}
#contact_form {
    background-color: rgb(242, 245, 248);
    overflow: hidden;
    padding: 21px 7px;
}
#contact_form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Ketchup validator */
.ketchup-error {
    display: none !important;
}

/* 6. Boostrap styling */
.btn-default:after {
	background: #2c3e50;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.btn-default:hover:after {
	width: 100%;
}
.btn-primary:hover{
	background: rgba(52, 73, 94,1.0);
}
.navbar {
	margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
}
.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* WordPress */
.alignright{
	text-align: right;
}
.no-author-pic .author-name {
    margin: 0;
    padding-top: 5px;
}
.alignleft{
	text-align: left;
	float: left;
}
.aligncenter {
	text-align: center;
}
.wp-caption.alignleft{
	margin: 10px 20px 10px 0 !important;
}
.clearfix {
	clear: both;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 15px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 40px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/* buttons */
.wpb_button {
	border: 1px solid #FFFFFF;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	background-color: transparent;
	color: #FFFFFF;
	text-shadow: none;
}
.wpb_button:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}
.wpb_button:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.wpb_button:hover:after {
	width: 100%;
}
body .vc_btn, 
body a.vc_btn, 
body button.vc_btn {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 0;
}
/* Remove margin bottom from rows in section with high padding */
.vc_container .vc_row:nth-last-of-type(2) {
	margin-bottom: 0;
}
/* Top bar on One Page */
.mt-top-bar > div {
	padding: 20px 0;
}
.mt-top-bar h1.logo {
    margin: 0;
}

.list-view .post-thumbnail {
	margin-left: 0;
	padding-left: 0;
}
.clear_both_class:nth-child(3n+1) .grid-three-columns {
    clear: both !important;
}
.clear_both_class:nth-child(2n+1) .grid-two-columns {
    clear: both !important;
}
.full-width-part {
	width: 100%;
}


/* 7. Product Page */
.heading-holder h2,
.heading-holder{
	font-size: 18px;
	color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
	display: block;
}
.heading-holder i {
	float: right;
	padding: 5px;
	color: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	cursor: pointer;
}
.heading-holder h2 {
	float: left;
}
.form-holder-addon {
	width: 48%;
	float:left;
}
.wpb_tabs .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
	position: absolute;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
	border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #FFF;
}
.wpb_tabs{
	border-top: 0 none;
	border-bottom: 1px solid #dfe5e9;
	border-left: 1px solid #dfe5e9;
	border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #FFF;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	background: #FFF;
	position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
	background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
	border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	position: relative;
	border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #FFF;
	opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-right: 1px solid #dfe5e9;
}
.wpb_tour {
	border-right: 1px solid #dfe5e9;
	border-top: 1px solid #dfe5e9;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 10px;
	padding-left: 10px;
}
.wpb_tour_next_prev_nav {
	padding-right: 10px;
	padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
	border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
	border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
	border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	border-color: #dfe5e9;
	position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	background: #FFF;
	opacity: 1;
}
.widget-title{
	margin-bottom: 15px;
}
.no-margin-head .section-title {
    margin-top: 0;
}
.widget-title{
	line-height: 29px !important;
}
.widget-title,
h3#reply-title,
h2.heading-bottom {
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #151515;
}
.post_thumbnails_slider{
    overflow: hidden;
}
h2.heading-bottom.text-left:after {
	right: auto;
	left: 0;
}
h2.heading-bottom.text-right:after {
	left: auto;
	right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
	margin: 10px 0 2px;
}

.smartowl_call-to-action h2 {
	font-size: 20px;
	color: #FFF;
}
.smartowl_call-to-action p {
	font-size: 12px;
	color: rgba( 255,255,255,0.8 );
	font-weight: normal;
	margin: 0;
}
.smartowl_call-to-action .vc_col-md-4 {
	padding-right: 0;
	text-align: center;
}
.smartowl_call-to-action .vc_col-md-8 {
	padding-left: 0;
}
.smartowl_call-to-action {
	padding: 40px 0;
}
.vc_row {
	background-size: cover;
}
.smartowl_call-to-action .wpb_button {
	margin-top: 20px;
}
.smartowl_shortcode_blog {
  padding: 0;
  overflow: hidden;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background: #FFFFFF;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {	
	border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: #FFF;
}
.wpb_accordion_section {
	margin-bottom: 10px;
	border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
	color: #FFF;
}
.masonry_banner a {
    display: block;
}
.masonry_banner a:before, 
.masonry_banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.masonry_banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.masonry_banner:hover a:before, 
.masonry_banner:hover a:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.masonry_holder {
    margin: 30px 40px;
    position: absolute;
    top: 0;
    width: 80%;
}
.masonry_holder .category_name {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.masonry_banner .read-more {
    border: 1px solid;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    margin-top: 7px;
    padding: 4px 6px;
}
.button-winona {
	border-radius: 4px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

/* Winona */
.button-winona:hover span {
	color: #fff !important;
}
.button-winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona > span {
	display: block;
}
.button-winona::after,
.button-winona > span {
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
.button-winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.menu-multipage-01-container {
    float: left;
}

.wpb_row {
	margin-bottom: 80px;
}
.wpb_row#submit-ico {
    margin-bottom: 0px !important;
}
.shop_feature {
	margin-top: 40px;
	padding-bottom: 40px;
}

.wpb_column > .wpb_wrapper > .clients-container {
	margin: 20px 0;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
	margin-bottom: 0;
}
.top_section .wpb_wrapper h1 span {
    font-size: 80px;
}

/*SINGLE POST*/
.related-posts .post-author > a {
    display: inline;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.related-posts .post-author > a:hover {
    color: #4f4f4f !important;
}
.related-posts .post-name a {
    color: black;
    line-height: 140%;
    margin-bottom: 6px;
    font-weight: bold;
}
.related-posts .post-author {
    color: #a7a7a7;
}
.single-post .love-it-wrapper {
    display: none;
}
.related_blog_details {
    background: #fff none repeat scroll 0 0;
    padding: 14px 31px;
    text-align: left;
    padding-bottom: 7px;
}
.related_event_details {
	background: #fff none repeat scroll 0 0;
    padding: 15px 15px;
    text-align: left;
    padding-bottom: 10px;
}
.related-event-head p {
    color: #F1C40F;
    margin-top: 10px;
    font-style: italic;
    font-size: 13px;
}
.related-event-date {
	width: 21%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.01);
    background: #ffb716;
    padding: 0px 0px;
    margin-top: -12px;
    padding-bottom: 0px;
    margin-left: 32px;
}
.related-event-date p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.single .label-info.edit-t {
    background: black none repeat scroll 0 0;
    display: block;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 6px;
}
.single .label-info.edit-t a {
    color: #fff;
    font-weight: 300;
}
.page-links {
    background-color: rgb(245, 245, 245);
    color: rgba(37, 37, 37, 0.8);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px !important;
}
.post-author > a {
    display: inline !important;
}
.comment-list .heading-bottom {
    margin-bottom: 0;
}
.single-post-tags > span {
    background: black none repeat scroll 0 0;
    color: white;
    padding: 5px 8px;
}
.portfolio-bottom-description .love-it-wrapper {
    display: none;
}
.portfolio-bottom-icons h4.single-post-love {
    display: inline-table;
    margin: 0;
}
.single-post .post-categories,
.single-post .post-date,
.single-post .single-post-tags {
    display: -webkit-inline-box;
    margin-bottom: 10px;
}


/* 8. PAGE PRELOADER*/
.vatican_preloader_holder {
    background: #009dde none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
}
.vatican_preloader_holder .loaders {
    left: 50%;
    position: absolute;
    top: 50%;
}

/*9. Project Details*/
.project-details-top{
    padding: 30px;
    background: #ffb716;
}
.project-details-top h3{
    margin: 0px;
    color: #fff;
    font-weight: 700;
}
.project-details-content{
	background: #ffffff;
	padding: 30px;
}
.project-details-content table,
.project-details-content th,
.project-details-content td{
    border: 0px solid #e6e6e6;
}
.project-details-content th,
.project-details-content td{
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
}
.project-details-content > table > tbody > tr > td:nth-child(1){
    font-weight: 700;
}
.project-details-content > table > tbody > tr:nth-child(1) > td{
    padding-top: 0px !important;
}

.vatican_sidebar_menu{
	margin-bottom: 50px !important;
}
.vatican_sidebar_menu .widget_nav_menu li:before{
	display: none;
}
.vatican_sidebar_menu .widgettitle{
    font-size: 24px;
    font-weight: 700;
    background: #ffb716;
    padding: 30px;
    margin: 0px;
    color: #fff;
}
.vatican_sidebar_menu .menu .menu-item{
    border-left: 3px solid #ffb716;
    background: #fbf3e3;
}
.vatican_sidebar_menu .menu .menu-item.current-menu-item{
    border-left: 3px solid #151515;
}
.vatican_sidebar_menu .menu .menu-item:hover{
    border-left-color: #151515;
}
.vatican_sidebar_menu .menu .menu-item:hover a{
    color: #151515;
}
.vatican_sidebar_menu .menu .menu-item a{
    padding: 7px 15px;
    display: block;
}
.vatican_sidebar_menu .menu {
	list-style-type: none;
    padding-left: 0;
}
/* Events */
h3.mt_event_content_heading {
    background-color: #ffb716;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ffb716;
    padding: 10px;
    color: #fff;
    margin: 40px 22px 10px;
}
.article-event-detail {
	margin: 0px 0px 0px 14px;
    width: 31%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding-bottom: 2px;
    background: #fff;
}
span.right-event {
    float: right;
}
.event-detail-wrapper span {
    font-size: 16px;
    color: #666666;
}
.event-detail-wrapper {
    padding: 18px 23px;
}
.event-detail-wrapper span.right-event, .event-detail-wrapper span.right-event a {
    color: #ffb716;
    font-weight: bold;
}
.event-detail-wrapper .event-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
    padding: 12px 0px;
}
.event-detail-wrapper .event-line-last {
    padding: 12px 0px;
}
.map_event .fullwidth.container {
    margin: 0 auto;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.article-details {
    margin-bottom: 30px;
}
article.tribe_events.type-tribe_events .vatican-meta-group .meta-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}
.blogloop-v2.single-post {
    background: none !important;
    box-shadow: none !important;
}
#event-countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    background: #ffb716;
}
#event-countdown li span {
  display: block;
  font-size: 4.5rem;
}

/** Custom **/
.wpb_single_image .vc_single_image-wrapper{
	width:100%;
}
article.mt-sermon .post-name{
	margin-top:15px;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-name a {
    font-size: 18px;
    line-height: 24px;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom .post-details {
    padding: 20px 18px 10px 18px!important;
	min-height:152px;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom p {
    margin-bottom: 0;
    float:none;
	font-size:14px;
}
.blog-posts-shortcode .post-excerpt.row {
    margin-bottom: 12px; 
}
h1.section-title,.header-button a{
	font-family:sukhumvit_setsemi_bold;
}
.copyright_left{
	font-family:sukhumvit !important;
}
.eg-washington-element-1, .eg-washington-element-3{
	display:none !important;
}
footer .container .copyright {
    border-top: none !important;
}

#tmt_timeline .row {
    position: relative;
}
#tmt_timeline.cbp_tmtimeline::before {
    /*background: #eaeaea none repeat scroll 0 0;*/
    background: none;
    bottom: 50px;
    content: "";
    left: 8%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 1px;
}
#tmt_timeline.cbp_tmtimeline {
	background: url(https://s3-ap-southeast-1.amazonaws.com/thaipbs-coronavirus/coronavirus/wp-content/uploads/2020/03/07084315/bg-timeline.jpg) left top repeat-y;
    background-position: 13px;
    margin: 0px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-bottom: 30px;
}
#tmt_timeline.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0px 0 0px 80px;
    font-weight: 300;
    box-shadow: 1px 0px 11px rgba(0, 0, 0, 0.2);
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
}
#tmt_timeline.cbp_tmtimeline > li .cbp_tmlabel .cbp_tmlabel_content {
    padding: 20px;
    padding-left: 25px;
}
/*#tmt_timeline.cbp_tmtimeline > li .cbp_tmicon {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #ffb716;
    border-radius: 50%;
    height: 20px;
    left: 19.3%;
    margin: 0 0 0 -66px;
    position: relative;
    top: 70px;
    width: 20px;
}*/


#tmt_timeline.cbp_tmtimeline > li .cbp_tmicon {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #ffb716;
    border-radius: 50%;
    height: 20px;
    left: 19.3%;
    margin: 0 0 0 -66px;
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
}

img.buton_image_class {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%) !important;
    z-index: 99;
}
.post-details.col-md-12.custom_post_details {
    min-height: auto !important;
}
h6.post-name.row.skm-b a {
    font-size: 16px;
    line-height: 1.5;
}
h6.post-name.row.skm-b a:hover {
    color: #16a085;
    box-shadow: 2px 2px rgba(22,160,133,0.7);
}

article.mt-sermon .blog_custom {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
}
article.mt-sermon .blog_custom:hover{
    z-index: 1;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
}

.timeline-title.skm-b {
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 1.65;
}
.timeline-subtitile.skm {
    font-size: 18px;
    color: rgba(0,0,0,0.6);
}
.timeline-date.skm {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
}
ul#tmt_timeline {
    height: 620px;
    overflow-y: scroll;
}
.play-btn {
    color: #FFF;
    background: #FA5001;
    padding: 10px 20px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    z-index: 99;
}
.wpb_content_element{
	margin-bottom:0px !important;
}
.html5gallery-elem-1 iframe + a{
	display:none;
}
.html5gallery-title-text-1,.html5gallery-tn-title-1{
	font-family:sukhumvit !important;
}

.header-title-breadcrumb-overlay {
	
	background-image:none !important;
	padding:20px 0px !important;
	
}

.thumb-title {
    font-size: 0.9em !important;
    line-height: 1.7 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: auto !important;
    margin-top: 5px !important;
}
.mobile-home{
		display:none;
		margin:20px 0px 20px 0px;
	}
	
.logo img, .navbar-header .logo img {
	max-width:180px !important;
}
.btn-world{
	margin-top:30px;
	padding-bottom:40px;
}
.btn-world a img{
	max-width:280px;
}
.btn-world a img:hover{
	opacity: 0.4;
	 transition: 300ms;
}
	
#partners .wpb_wrapper>div{
	text-align:center;
	margin:0 auto;
}
.html5gallery-tn-title-2 {
	text-align:left !important;
	font-family: Sukhumvit !important;
}
.section-title.absolute.section-title-opacity{
	font-size:60px !important;
}
.section-title{
	font-size:38px !important;
}
.eg-overlay-layout-14 .eg-overlay-wrapper .eg-mask .eg-caption span.eg-title {
    font-size: 20px !important;
	line-height:inherit !important;
}
.title_subtitle_style_v2{
	display:inherit;
	text-align:center;
}
.title_subtitle_style_v2 .section-title{
	font-size:32px !important;
}
.section-subtitle{
	padding-top:10px !important;
	font-size:18px !important;
	font-family:Sukhumvit !important;
}

.grid-infographic .grid-item {

  position: relative;
 
}
.filters-button-group{
	margin-bottom: 30px;
    text-align: center;
    justify-content: center;
}
 
.grid-infographic .grid-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.no-margin{
	margin:0px !important;
}

.live-child {
    position: relative;

    .owl-theme {
        .custom-nav {
            position: absolute;
            top: 20%;
            left: 0;
            right: 0;

            .owl-prev, .owl-next {
                position: absolute;
                height: 100px;
                color: inherit;
                background: none;
                border: none;
                z-index: 100;

                i {
                    font-size: 2.5rem;
                    color: #cecece;
                }
            }

            .owl-prev {
                left: 0;
            }

            .owl-next {
                right: 0;
            }
        }
    }
}

.pro-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    top: 0;
    left: 0;
    background: rgba(235, 205, 30, 0.66);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    text-align: center;
    overflow: hidden;
	    text-align: left;
    padding-left: 20px;
}
.project--hover .project__item .pro-title {
    font-family: 'kanit';
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin-bottom: 6px;
}
.project--hover .project__item .cat-name {
    line-height: 1;
    text-align: left;
    position: absolute;
    bottom: -18px;
    left: 30px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    font-size: 20px;
}

.pro-link:hover>.pro-info {
    opacity: 1;
}

h4.pro-title {
   color:#fff;
	padding-top:20px;
   position:absolute;
   padding-right: 20px;
    line-height: 24px;
}

.pro-link:hover>.pro-info>.pro-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.pro-link:hover>.pro-info>.pro-cat-name {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
}

.pro-info--darker {
    background: rgba(0, 0, 0, 0.8);
}
.no-gutters{
	padding:0;
}
.gutters-1{
	padding:1px;
}
.gutters-2{
	padding:2px;
}
.gutters-3{
	padding:3px;
}
.gutters-4{
	padding:4px;
}
.filters-button-group button.is-checked{
	background:#151515;
	color:#fff;
}
.filters-button-group button.is-checked:hover{
	color:#fff;
}
.filters-button-group button.is-checked:active{
	border:none;
}
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
 
.video-thumbnail::before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content:"\f04b";
    font-family: FontAwesome;
    font-size: 52px;
    color:#c0f9ee;
    opacity: 0.7;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	transition: font-size 1s;
}
 
.video-thumbnail:hover::before {
    color: #16A085;
	font-size: 72px;
	
}
.video-thumbnail:hover{
	opacity:0.8;
}


.image-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
 
.image-thumbnail::before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content:"\f002";
    font-family: FontAwesome;
    font-size: 52px;
    color: #fff;
    opacity: 0.9
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	transition: font-size 1s;
}
 
.image-thumbnail:hover::before {
    color: #98dedb;
	font-size: 72px;
}
.image-thumbnail:hover{
	opacity:0.8;
}

.grid-gallery .grid-item{ 
	margin-bottom:15px;
	
}
.grid-gallery .grid-item a img:hover{
	opacity:0.8;
}

.slick-slide {
    margin: 0 5px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -5px;
  }
  
.heateor_sss_sharing_title{
	float:left;โพ
	margin-right:10px;
	vertical-align:middle;
}
.in-page-bars{
	margin-bottom:20px;
}

.slick-arrow{
	background:#16a085;
	color:#fff;
	font-size:24px;
	padding:10px;
	cursor:pointer;
	position:absolute;
	top:40%;
	z-index:99;
}
.slick-arrow.arrow-left{
	left:-45px;
}
.slick-arrow.arrow-right{
	right:-45px;
}
.slick-arrow:hover{
	background:#151515;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
  height:262px;
  width:100%;
  object-fit:cover;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  position: absolute;
  width:100%;
  bottom:50px;
  font-size: 16px;
  line-height:24px;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.video-title.white h4{
	color:#fff;
}
.video-title.white:hover h4{
	color:#1abc9c;
}
.video-title.black h4{
	color:#151515;
}
.video-title.black:hover h4{
	color:#fff;
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
	
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.mt-1{
	margin-top:10px;
}

.mt-2{
	margin-top:20px;
}
.mt-3{
	margin-top:30px;
}

.mt-4{
	margin-top:40px;
}
.mt-5{
	margin-top:50px;
}

.card.faq .card-header{
	background:#16a085;
	padding: .5rem 1.25rem;
	color:#fff;
	font-family:Sukhumvit_setsemi_bold;
	padding: 1.5rem 1.75rem;
    font-size: 22px;
}

.card.faq .card-body .accordion .card{
	 position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
   
}

.card.faq .card-body .accordion .card .card-header{
	padding: 1.5rem 1.25rem;
    margin-bottom: 0;
	line-height:24px;
    background-color: rgba(0,0,0,.03);
    
}
.card.faq .card-body .accordion .card .card-header:hover{
	background:#c0f9ee;
}
.card.faq .card-body .accordion .card .card-header a{
	font-family:Sukhumvit_setsemi_bold;
	font-size:16px;
	
}
.card.faq .card-body .accordion .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card.faq .card-body .accordion .card .card-body p{
	font-family:Sukhumvit;
	font-size: 16px;
}
.no-border{
	border:none !important;
}
.video-title h4{
	margin-top: 0px;
    line-height: 24px;
	padding:5px 10px 10px 10px;
	font-size:16px;
	min-height: 64px;
    overflow: hidden;
}
.video-title.in-page h4{
	min-height: 87px;
}
.hover-opacity img:hover{
	opacity:0.8;
}
.live-main-img{
	margin-bottom:10px;
}
.live-main-text .title h3{
	line-height:34px;
	margin-top:0px;
}
.live-main-text .content{
	height:300px;
	overflow-y:scroll;
}
.share{
	float:left;
}
.share .text{
	font-size:16px;
	margin-right:20px;
	float:left;
	    margin-top: -1px;
}
.share .share-item{
		float:left;
		margin-right:5px;
}
.count-view{
	float:left;
	margin-left:20px;
	color:#7a7a7a;
}

.card-header .has-toggle-arrow:before {
   content:"\f078";
    font-family: FontAwesome;
   float: right;
   transition: all 0.5s;
   margin-left: 30px;
}
.card-header.active .has-toggle-arrow:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.slick-frame {
    visibility: hidden;
}
.slick-frame.slick-initialized {
    visibility: visible;
}
.faq-answer{
	font-size:16px;
	line-height:26px;
}
.faq-answer span.a-tags{
	font-weight:700;
	display:inline;
}
.faq-answer span.a-tags+p{
	display:inline;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container.square {
    width:60%;
	margin:0 auto;
}
.video-container.square::after {
    padding-top: 100%;
}


.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mb-30{
	margin-bottom:30px;
}
.mb-40{
	margin-bottom:40px;
}
.post-content p,.post-content ul li, .post-content ol li{
	font-family:Sukhumvit;
}
.gray-bg{
	background: #F9F9F9;
    box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.related_blog_custom{
	margin-bottom:20px;
}
.related_blog_custom.infographic a img{
	height:189px;
	object-fit:contain;
	width:100%;
}
.related_event_details{
	min-height:77px;
}
.related_blog_custom.video .related_event_details{
	min-height:100px;
}
.related-posts .post-name a{
	font-size:16px;
}
.tx-content p{
	font-family: Sukhumvit;
}
.related_blog_custom.gallery a img{
	height:240px;
	object-fit:cover;
	width:100%;
}

.related_blog_custom.faq a img{
	height:137px;
	object-fit:cover;
	width:100%;
}
.related_blog_custom.faq .related_event_details{
	min-height:100px;
	padding-bottom:5px;
}
.related_blog_custom.faq-main .related_event_details h4{
	margin-bottom:8px;
	font-size:14px;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.related_blog_custom.faq-main .related_event_details p{
	font-family: Sukhumvit;
	font-size:14px;
	margin-bottom:5px;
}
.related_blog_custom.faq-main .more{
	margin-bottom:10px;
}
.related_blog_custom.faq-main .more a{
	padding:6px 20px;
}
.related_blog_custom.faq a img{
	height:160px;
	object-fit:cover;
	width:100%;
}
.related_blog_custom.faq-main{
	height:auto;
	object-fit:cover;
	width:100%;
	margin-bottom:4px;
}
	
.related_blog_custom.gallery .related_event_details{
	min-height:99px;
}
body .navbar-default #navbar .menu-item.current-menu-item.current_page_item > a{
	color: #151515 !important;
}
.pb20{
	padding-bottom:20px !important;
}

.page-timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.page-timeline.front-page {
  padding: 0px 0 0px;
}
.page-timeline.front-page > li > .timeline-panel {
	padding:16.5px;
}
.page-timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-left: -1.5px;
}
.page-timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.page-timeline > li:before,
.page-timeline > li:after {
  content: " ";
  display: table;
}
.page-timeline > li:after {
  clear: both;
}
.page-timeline > li:before,
.page-timeline > li:after {
  content: " ";
  display: table;
}
.page-timeline > li:after {
  clear: both;
}
.page-timeline > li > .timeline-panel {
  width: calc( 100% - 55px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.page-timeline > li.active > .timeline-panel,.page-timeline > li:hover > .timeline-panel {
	background:#16a085;
	border: 1px solid #558381;
	color:#fff;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.page-timeline > li.active > .timeline-panel:before ,.page-timeline > li:hover > .timeline-panel:before {
	border-left: 0 solid #558381;
	border-right: 15px solid #558381;
	-webkit-transition: border-color 500ms linear;
    -ms-transition: border-color 500ms linear;
    transition: border-color 500ms linear;
	
}
.page-timeline > li.active > .timeline-panel:after , .page-timeline > li:hover > .timeline-panel:after {
	border-left: 0 solid #16a085;
	border-right: 14px solid #16a085;
	-webkit-transition: border-color 500ms linear;
    -ms-transition: border-color 500ms linear;
    transition: border-color 500ms linear;
	
}
.page-timeline > li.active > .timeline-badge, .page-timeline > li:hover > .timeline-badge{
	background: #16a085;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.page-timeline > li.active > .timeline-panel > .timeline-body > p , .page-timeline > li:hover > .timeline-panel > .timeline-body > p{
	color:#fff;
}

.page-timeline > li > .timeline-panel > .timeline-heading > h4{
	font-size:18px;
}
.page-timeline > li > .timeline-panel > .timeline-heading > .btn-group{
	top: -30px;
}
.page-timeline > li > .timeline-panel > hr{
	margin-top:8px;
	margin-bottom:10px;
}
.page-timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.page-timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -13px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.page-timeline > li > .timeline-badge {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 15px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.page-timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.page-timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.page-timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.share-box{
	margin-top: -30px;
}
.c-share{
	border: 2px solid #ccc;
    padding: 2px 6px;
    border-radius: 50%;
    background: #fff;
	cursor: pointer;
}
.c-share:hover{
	background: #23282d;
	color:#fff;
	border-color:#23282d;
}

#share {
	width: 100%;
  	text-align: center;
}

/* buttons */

#share a{
	width: 30px;
  	height: 30px;
  	display: inline-block;
  	margin: 5px;
  	border-radius: 50%;
  	font-size: 20px;
  	color: #fff;
	opacity: 1;
	
}
#share .line-it-button {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:5px;
	vertical-align:middle;
}

#share a:hover {
	opacity: 0.75;
	transition: opacity 0.15s linear;
}

/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
	line-height: 24px;
}
.popover-content {
    padding: 0px;
}
.popover-title{
	display:none;
}
/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}
iframe.square-video{
	width: 480px;
  
}

a.quickview h4{
	min-height:87px;
}
.h-100{
	height:100%;
}

.testimonial02_text::after {
  content:"\f059";
}
.faq-answer p, .faq-answer ol li, .faq-answer ul li{
	font-family : Sukhumvit;
}
h4.testimonial02_title {
	font-size:24px;
	line-height: 34px; !important;
}
.testimonial02_media_content {
	margin: 30px 0px 30px 0px;
	text-align:center;
}
.testimonial02_media_content a{
	width:60%;
}

.testimonial02_text:hover {
    background: #fff;
}

.related_blog_custom.faq-main .related_event_details h4 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
     height: auto;
    overflow: hidden;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header2 .menu .live-menu a{
   font-family:sukhumvit_setsemi_bold;
}
.navstyle-v1.header2 #navbar .menu > .menu-item > a {
    padding: 37px 12px 30px !important; 
}
.live-button{
	background:#2F5047 !important;
}
.search-bar{
		margin-bottom:30px;
}

.button-set {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width: 1199px)
{
    .vc_col-sm-6 {
        width: 100% !important;
    }
	.video-title h4{
		font-size:16px !important;
	}
}

@media only screen and (max-width: 1024px){
	body .header-button .button {
		display: block !important;
	}
	.video-title h4{
		font-size:16px !important;
	}
}

@media only screen and (max-width: 990px)
{
    .mt-sermon .post-details-holder {
        padding: 0px 25px 15px 25px!important;
    }
	.video-title h4{
		font-size:16px !important;
	}
    .related_blog_custom.faq-main .related_event_details h4 a{
		font-size:14px;
	}
	.related_blog_custom.faq-main .related_event_details h4{
		
		
		line-height:22px;
		height:auto;
	}
	.related_blog_custom.faq a img {
		height:auto;
	}
}


@media only screen and (max-width: 768px)
{
	#tmt_timeline.cbp_tmtimeline {
	    background: url(https://s3-ap-southeast-1.amazonaws.com/thaipbs-coronavirus/coronavirus/wp-content/uploads/2020/03/07084315/bg-timeline.jpg) left top repeat-y;
	    background-position: 5px;
	    margin: 0px 0 0 0;
	    padding: 0;
	    list-style: none;
	    position: relative;
	    padding-bottom: 30px;
	}
    .mt-sermon.single-post.col-xs-12 {
        width: 100% !important;
        padding-right: 15px;
    }
    #tmt_timeline.cbp_tmtimeline::before {
        /*background: #eaeaea none repeat scroll 0 0;*/
        background: none;
        bottom: 50px;
        content: "";
        left: 5%;
        margin-left: -10px;
        position: absolute;
        top: 0px;
        width: 1px;
    }

    #tmt_timeline.cbp_tmtimeline > li .cbp_tmicon {
        background: #fff none repeat scroll 0 0;
        border: 5px solid #ffb716;
        border-radius: 50%;
        height: 20px;
        left: 13.3%;
        margin: 0 0 0 -66px;
        position: absolute;
        /*top: 77px;*/
        width: 20px;
        top: 50%;
    	transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767px) {

    header #navbar {
        transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
         height: auto !important;
    }
	.mobile-home{
		display:block;
	}
	.hovereffect h2 {
		font-size:14px !important;
	}
	.video-title h4{
		font-size: 16px !important;
		height:auto !important;
	}
	.filters-button-group button{
		margin-bottom:10px;
	}
	.slick-arrow.arrow-left{
	left:-10px;
	}
	.slick-arrow.arrow-right{
		right:-10px;
	}
	.section-title {
		font-size: 28px !important;
	}
	.section-title.absolute.section-title-opacity {
		font-size: 40px !important;
	}
	.related_blog_custom{
		margin-bottom:5px;
	}
	.related_event_details, .related_blog_custom.gallery .related_event_details{
		min-height:auto;
	}
	.video-container.square {
		width:90%;
		margin:0 auto;
	}
	.related_blog_custom.video .related_event_details{
		min-height:auto;
	}
	a.quickview h4{
		min-height:60px;
	}
	.video-title h4{
		font-size:16px;
	}
	.testimonial02_text {
		padding:20px;
	}
	h4.testimonial02_title {
		line-height: 30px !important;
	}
	.testimonial02_media_content a{
		width:100%;
	}
	.related_blog_custom.faq a img{
		height:auto;
	}
	.related_blog_custom.faq .related_event_details{
		min-height:auto;
	}
	.related_blog_custom.faq-main .related_event_details h4{
		
		
		line-height:22px;
		height:auto;
	}
	.related_blog_custom.faq-main .related_event_details h4 a{
		font-size:14px;
	}
}


@media only screen and (max-width: 479px) and (min-width: 320px) {

    #tmt_timeline.cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0px 0 0px 30px;
    }
    .timeline-title.skm-b {
        font-size: 19px !important;
    }
    .timeline-subtitile.skm {
        font-size: 16px;
    }
    .timeline-date.skm {
        font-size: 14px;
    }
    .cbp_tmlabel::before {
        content: '';
        position: absolute;
        top: 45%;
        left: -10px;
        border-right: none;
        animation: none;
        border-top: none;
    }
    .mt-sermon.single-post.col-xs-12 {
        width: 100% !important;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 15px;
    }
    .blog-posts.simple-posts.blog-posts-shortcode.wow.fadeIn.animated.animated {
        padding: 0 15px;
    }
    .vc_custom_1580722355654 {
        padding-right: 15px !important;
    }
	
}
@media only screen and (max-width: 479px){
	#tmt_timeline.cbp_tmtimeline {
	    background: none;
	}
	.header-title-breadcrumb .header-title-breadcrumb-overlay .breadcrumb {
		display:block !important;
	}
	
}
