/*
Theme Name: WIBIOFARM
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
	font-size:14px;
}
.logo_footer {
	img {
		width:auto;
		height:200px;
		object-fit:contain;
		filter: brightness(0) invert(1);
	}
}
.header_phone {
	white-space:nowrap;
	a {
		color:#fff;
	}
}
#top-bar {
	padding:5px 0;
	.top-bar-nav {
		display:flex;
		align-items:center;
		flex-wrap: nowrap;
	}
}
.section-title {
	>b {
		opacity:0;
	}
	.section-title-main {
		position:relative;
		&:before {
			position: absolute;
			bottom:-15px;
			content: '';
			left: 50%;
			transform:translatex(-50%);
			width: 70px;
			background: #f00;
			height: 3px;
		}
	}
}
.header-main  {
	.header-nav-main {
		>li {
			>.sub-menu {
				padding:0;
				border:none;
				border-radius:6px;
				overflow:hidden;
				>li {
					>a {
						border:none;
					}
					&:hover {
						background:#ffc107d9;
					}
				}
			}
			&.has-dropdown {
				&:before,
				&:after{
					bottom:0!important;
				}
				&:before {
					border-bottom-color: transparent;
				}
			}
			&:hover {
				>a {
					color:#d36a54!important ;
				}
			}
			&.active {
				>a {
					color:#155d85;
				}
			}
			>a {
				color:#141212;
				font-size:14px;
				text-transform:uppercase;
				font-weight:500;
			}
		}
	}
}
.home_intro {
	h1 {
		font-weight:900;
	}
	.is-link {
		color:#f5821f;
	}
	.img {
		border-radius:16px;
		overflow:hidden;
	}
}
.home_product {
	.box {
		.box-text {
			background: linear-gradient(#52303000, #0000006b);
			padding:10px;
			text-shadow:unset;
			color:#fff;
			font-weight:900;
			font-size:16px;
			text-transform:uppercase;
		}
		.box-image {
			img {
				aspect-ratio:1;
			}
		}
	}
}
.home_news {
	h4 {
		letter-spacing: 8px;
	}
	.tabbed-content {
		.nav-divided>li+li>a:after {
			border-left:1px solid #ccc;
			height:20px;
			top: 20px;
        	left: -2px;
		}
		.nav {
			>li {
				padding:0 20px;
				>a {
					font-size:20px;
					font-weight:500;
				}
			}
		}
	}
}
.absolute-footer {
	padding:10px 0;
	background-color:#262626;
}
.footer_form {
	>.col {
		padding-bottom:0;
	}
	.evf-container  {
		margin:0;
	}
	.everest-form {
		display:flex;
		align-items:center;
		.evf-field-container {
			flex: 1 1;
			.evf-field {
				input {
					background:none;
					height:40px;
					border:none;
					margin:0;
					border-bottom:1px solid #939393 ;
					box-shadow:none!important;
				}
			}
		}
		.evf-submit-container  {
			flex: 0 0 165px;
			
			.evf-submit {
				height:40px;
				border-radius:0;
				background:#ffc000;
				color:#fff;
				border:none;
				margin:0;
				width:100%;
			}
		}
	}
}
.footer-2 {
	#block_widget-2 {
		margin:0;
	}
	.footer_main {
		.section-title-container {
			margin-bottom:10px;
		}
		.section-title {
			border:none;
			.section-title-main {
				border:none;
				text-transform:uppercase;
				&:before {
					left:0;
					transform:none;
					bottom:-5px; 
					background:#ffc000;
				}
			}
		}
		position:relative;
		&:before,
		&:after{
			position:absolute;
			top:0;
			width:1000px;
			height:100%;
			background:rgb(49, 53, 55);
			content:'';
			z-index:1;
		}
		&:before {
			right:100%;
		}
		&:after {
			left:100%;
		}
	}
}
.breadcrumb_main {
	padding:20px 0!important;
	.col {
		padding-bottom:0;
	}
	h1 {
		margin-bottom:0;
	}
	.ux-menu {
		display:flex;
		align-items:center;
		flex-direction:row;
		gap:20px;
		.ux-menu-link {
			position:relative;
			&:first-child {
				color:#f5821f;
				>a {
					color:#f5821f;
				}
			}
		}
		.ux-menu-link+.ux-menu-link {
			&:after {
				content:'»';
				position:absolute;
				top: 4px;
                left: -12px;
				z-index:1;
			}
		}
	}
}
.form-lay-tt-kh {
    position: fixed;
    right: 19px;
    height: 44px;
    width: 44px;
    bottom: 166px;
}

.form-lay-tt-kh form.wpcf7-form input {
    width: 100%;
    max-width: 600px;
    margin-bottom: 0px !important;
    padding: 9px;
    border-radius: 7px;
    max-height: 70px;
    margin: auto;
    display: table;
}

.webseo-button-goingay {
    font-size: 20px;
    border: 2px solid #fff !important;
    background-image: linear-gradient(#86cf33, #509600) !important;
    color: #fff !important;
    cursor: pointer;
    height: 44px;
    text-decoration: none;
    width: 44px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    transition: all .2s ease-in-out;
}

#popup1986884000 form {
    overflow: hidden;
}

#popup1986884000 span {
    width: calc(100% - 140px);
    float: left;
}

#popup1986884000 .wpcf7-submit {
    float: right;
    width: 130px !important;
    color: #fff !important;
    border-radius: 5px !important;
    text-transform: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 13px 15px !important;
    background: #1888e0 !important;
}

#popup1986884000 .f-m2 {
    background: #f5f6fa;
    padding: 15px;
}

#popup1986884000 .f-m2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#popup1986884000 .f-m2 ul li {
    background: #fff;
    margin: 8px 0;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
}

#popup1986884000 .f-m2 li:before {
    content: "\f095";
    font-family: FontAwesome;
    color: #0eb313;
    font-size: 13px;
    height: 40px;
    padding-right: 7px;
    width: 40px;
    border-radius: 50%;
}

.webseo-button-goingay:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
}

.webseo-button-goingay:hover .bubble-msg {
    display: block;
}

.webseo-button-goingay .bubble-msg {
    top: -20px;
}
.post-sidebar {
	.is-divider {
		display:none;
	}
	.widget-title  {
		display:block;
		margin-bottom:15px;
		font-size:18px;
		text-transform:uppercase;
	}
}
.contact_main {
	.icon-box {
		display:flex; 
		align-items:center;
		margin-bottom:10px;
	}
	.evf-field-container {
		.evf-field {
			.evf-error {
				font-size:12px;
			}
			input, textarea {
				box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
				width: 100%;
				margin-bottom: 12px;
				max-height: 100px;
				border-radius: 8px;
				padding: 15px 10px;
				border: 1px solid #ffffff;
				background-color: #f9f9f9;
				color: #222;
			}
		}
	}
	.everest-forms {
		.evf-submit-container {
			display:flex; 
			justify-content:center;
			.evf-submit {
				border: 1px solid #ababab;
				color: #ffffff;
				text-transform: uppercase;
				display: table;
				border-radius: 50px;
				width: 200px;
				margin: 26px auto;
				font-size:16px; 
				color:#fff!important;
				background: #636363!important;
				padding: 20px 25px;
			}
		}
	}
	
}
@media only screen and (min-width: 1200px) {
	.contact_main {
		.evf-field-container,
		.evf-submit-container {
			padding:0;
		}
	}
	.home_intro, .home_news, .breadcrumb_main {
		 h1 {
			font-size:40px;
		}
	}
	.home_product {
		.row {
			>.large-3 {
				flex-basis: 20%;
        		max-width: 20%;
				>.col-inner {
					>.row {
						>.col {
							padding-bottom:0;
						}
					}
				}
			}
		}
	}
	.home_news {
		.row {
			>.col {
				padding-bottom:0;
			}
		}
	}
}
@media only screen and (max-width: 1200) {
	
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	
}
@media only screen and (max-width: 767px) {
	.menu-item-home >a {
		&:first-child {
			display:none;
		}
	}
	.html_topbar_left {
		text-align:center;
	}
	.home_product {
		.row {
			>.col {
				>.col-inner {
					>.row {
						>.col {
							padding-bottom:0;
						}
					}
				}
			}
		}
	}
}