/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* common tweaks */
body {
    font-size: 16px;
	font-weight: 400;
    line-height: 1.625em;
    color: #555;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.625em;
	margin-bottom: 10px !important;
}
p {
	margin-bottom: 1.75em;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.85em;
	text-transform: capitalize;
}
h3 {
	font-size: 1.65em;
}
h4 {
	font-size: 1.15em;
}
@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
	h4 {
		font-size: 1.35em;
	}
}



/* header tweaks */
.header_bottom {
	border-top: 6px solid #952a22;
}
header.sticky .header_bottom {
	border-top: none;
}
.q_logo img {
	top: initial;
}
@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
	.q_logo img {
		top: -55%;
	}
}


/* main nav menu - tweaks */
nav.main_menu > ul > li > a {
	color: #333;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0;
}
header.sticky nav.main_menu > ul > li > a {
	color: #fff;
	font-size: 0.75em;
}
header.sticky nav.main_menu ul li a span.underline_dash {
	background-color: #fff !important;
	bottom: -30%;
	height: 2px;
	width: 20px;
}


/* mobile menu - tweaks */
nav.mobile_menu ul li,
nav.mobile_menu ul li ul li {
    border-bottom: 1px dashed #ccc;
}
nav.mobile_menu ul li a {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a {
    color: #952a22;
}


/* section */
.section {
	padding: 60px 0 60px 0;
}
.section-gray {
	background-color: #f7f7f7;
}
.section-gray h4 {
	text-align: center;
	text-transform: uppercase;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.section-gray h4 {
			text-align: left;
		}
	}

.browse-categories {
	/* padding: 60px 0 160px 0;*/
	padding: 60px 0 50px 0;
}
.blog-tab {
	/*margin-top: -150px;*/
	padding-top: 60px;
}
.section.no-padding {
	padding: 0;
}


/* page banner */
.page-banner {
	padding: 0;
	height: 324px;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.page-banner {
			height: 480px;
		}
	}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.page-banner {
			height: 724px;
		}
	}

.page-banner.home-banner {
	background: url('https://fokai.tv/wp-content/uploads/2023/03/SLINGSTONES-TUMON.jpeg') no-repeat 50% 50%;
	background-size: cover;
}
.page-banner .banner-text {
	padding-top: 20%;
}
.page-banner .banner-text h2,
.page-banner .banner-text h3,
.page-banner .banner-text p {
	color: #fff;
	text-align: left;
}
.page-banner .banner-text h2 {
	font-size: 2em;
	margin-bottom: 10px !important;
	text-shadow: 2px 2px 3px #000;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.page-banner .banner-text h2 {
			font-size: 2.5em;
			text-shadow: 3px 3px 4px #000;
		}
	}

.page-banner .banner-text h3 {
    background-color: #000;
	display: table;
	font-size: 0.75em;
    margin-bottom: 0 !important;
    padding: 4px 8px;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.page-banner .banner-text h3 {
			font-size: 1em;
			padding: 5px 10px;
		}
	}

.page-banner .banner-text p {
	font-size: 1em;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #000;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.page-banner .banner-text p {
			font-size: 1.25em;
			text-shadow: 2px 2px 3px #000;
		}
	}



/* footer tweaks */
.footer_top {
	font-size: 0.875em;
}
.footer_bottom {
	font-size: 0.8125em;
	line-height: 1.5em;
	text-align: center;
}
.footer-copyright p {
	text-align: center;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.footer-copyright p {
			letter-spacing: 1px;
			text-align: left;
		}
	}

.footer-copyright,
.footer-copyright .section {
	padding: 0 !important;
}


/* qbutton - tweaks */
.qbutton.medium.default {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	margin: 0 10px;
}
.qbutton.medium.default:hover {
	background-color: #952a22;
	border: 2px solid #952a22;
	color: #fff;	
}


/* advanced tabs - tweaks */
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav {
	text-align: center;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
	display: inline-block;
	margin: 0 5px 10px;
	width: auto !important;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
			border: 2px solid #000;
			border-radius: 6px;
		}
	}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li h6 {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25em;
	margin-bottom: 0 !important;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li h6 {
			font-size: 13px;
			font-weight: 700;
		}
	}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li h6 a {
	color: #000;
	padding: 6px 8px;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li h6 a {
			color: #000;
			padding: 15px;
		}
	}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {
    background-color: #952a22;
    border: 2px solid #952a22;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active h6 a {
	color: #fff;
}
.qode-advanced-tabs .qode-advanced-tab-container {
	margin-top: 20px;
	padding: 20px;
}


/* latest post 2 - tweaks */
.latest_post_two_holder .latest_post_two_text .separator.small {
	margin: 5px 0 15px;
	width: 22px;
}
.latest_post_two_holder .latest_post_two_text {
    padding: 30px 0 0;
}
.latest_post_two_holder .latest_post_two_excerpt {
	font-size: 0.875em;
}
.latest_post_two_holder .latest_post_two_info {
	border-top: 1px dashed #ccc;
    padding: 10px 0;
}
.latest_post_two_holder .post_info_author {
	display: none;
}
.latest_post_two_holder .latest_post_two_info_inner .post_info_date {
    color: #999;
}

/* page-title bar */
.title.title_size_large h1 {
    font-size: 2.5em;
    line-height: 60px;
    text-shadow: 0 3px 6px #222;
    text-transform: uppercase;
}

@media (min-width: 1000px) {
	.archive.category .content .container_inner.default_template_holder {
		width: 980px;
	}
}

.blog_single.blog_holder article .post_image {
    display: none;
}
.what-is-fokai p:not(:last-child) {
    margin: 0 0 15px 0;
}
.what-is-fokai p,
.what-is-fokai p em {
    font-size: 14px;
}
.what-is-fokai .wpb_wrapper {
    display: table;
    width: auto;
    border: 1px dotted #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 10px;
    background-color: #fafafa;
}
#menu-top-header-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans';
}
.header_top {
    height: auto;
    border-top: 6px solid rgb(149, 42, 34);
}
.header_top #searchform input[type="text"] {
    background-color: #fff;
    color: #333;
    border-radius: 4px;
}
.header_top #searchform input[type="submit"] {
    color: #fff;
    font-size: 18px;
    padding: 0;
    float: left;
    margin-left: 10px;
}
.header_top #searchform input[type="submit"]:hover {
    color: #333;
}