@charset "UTF-8";
/*
Theme Name: BSCertificate
Theme URI: https://iranet.co
Author: Saeed Tajabadi Farahani
Author URI: https://iranet.co
Description: base theme description.
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html {
	height: 100%;
	overflow-x: hidden;
}
body {
	font-size: 16px;
	font-family: sans-serif, Tahoma;
	background-color: #282828;
}
.flex-space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap {
	width: 80%;
	margin: 0 auto;
}
header {
	display: flex;
	align-items: center;
	height: 90px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #1e1e1e;
	z-index: 1;
	padding: 0 10px;
	border-bottom: 2px solid #84681c;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.logo {
	height: 64px;
	display: flex;
	align-items: center;
}
.logo img {
	height: 100%;
}
.logo-titles {
	margin-left: 10px;
}
.logo-titles h1 {
	font-size: 24px;
	color: #d3a528;
	font-weight: 600;

}
.logo-titles h2 {
	font-size: 14px;
	color: #777777;
	font-weight: 200;
}
.intro {
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("img/intro-bg.jpg");
	background-size: cover;
}
.single-certificate, .single {
	margin-top: 50px;
}
.single-certificate {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single-certificate-left {
	width: 350px;
	padding-right: 50px;
	border-right: 1px solid #f5f5f5;
}
.single-certificate-left h2 {
	color: #ffd147;
}
.single-certificate-right {
	width: calc(100% - 410px);
	direction: rtl;
}
.single-certificate-right img {
	width: 90%;
	height: auto;
}
.cert-detail-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.cert-detail-item span {
	background-color: #282828;
	position: relative;
	color: #ffe79f;
}
.cert-detail-item::before {
	content: "";
	border-bottom: 1px dashed #cccccc;
	width: 95%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.intro-box {
	display: flex;
	align-items: center;
	width: 50%;
	height: 500px;
	overflow: hidden;
	border-radius: 0.5rem;
	background: #FFFFFF;
	box-shadow: 0 0 5px -1px #cccccc;
}
.certificate-search {
	width: 48%;
	padding: 15px;
}
.certificate-search .probox {
	border-bottom: 1px solid rgb(104,174,199) !important;
}
.certificate-search p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.intro-pik {
	width: 48%;
	position: relative;
	height: 100%;
	background: #fff3e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro-pik img {
	width: 80%;
	height: auto;
}
.qr-download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	border-top: 1px solid #fff8bb;
	padding-top: 10px;
}
.export-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: #000;
	margin-bottom: 10px;
	border-radius: 0.4rem;
	text-align: center;
	color: #f9c958;
	font-weight: 600;
	border: 1px solid #333;
	overflow: hidden;
	transition: all 0.3s;
}
.export-box a:hover {
	opacity: 0.8;
}
.qr-code {
	width: 148px;
	margin-right: 10px;
	border: 1px dashed #cccccc;
}
.qr-code img {
	width: 100%;
	height: auto;
	display: block;
}
.protected-post-form {
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.protected-post-form label {
	margin-bottom: 15px;
	font-weight: 600;
	font-family: inherit;
}
.protected-post-form input[type="submit"] {
	border: none;
	background-color: #0ECAD4;
	color: #fff3e6;
	padding: 5px 10px;
	border-radius: 0.2rem;
	font-weight: 600;
	font-family: inherit;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	width: 60px;
}
.protected-post-form input[type="submit"]:hover {
	opacity: 0.8;
}
.protected-post-form input[type="password"] {
	width: calc(100% - 80px);
	font-family: inherit;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
}
#main-menu {
	display: flex;
}
#main-menu li {
	list-style: none;
	margin-left: 10px;
}
#main-menu li.current-menu-item a {
	color: #ffffff;
}
#main-menu li a {
	color: #9d9f6a;
	font-weight: 600;
	transition: all 0.3s;
}
#main-menu li:hover a {
	color: #38807e;
}
.bs-page {
    color: #ffffff;
    background-color: #1e1e1e;
    padding: 15px;
    border-radius: 0.5rem;
}
.bs-page-top {
    margin-top: 120px;
    margin-bottom: 20px;
    color: #f5f5f5;
}
#gform_1 input,
#gform_1 select,
#gform_1 textarea {
    background-color: #282828;
    color: #f5f5f5;
}
#input_1_4 {
    width: 100%;
}
footer {
    margin-top: 50px;
    padding: 10px 0;
	width: 100%;
}
footer .wrap {
   border-top: 1px solid #999999;
   color: #f9f9f9;
   padding: 5px 0;
   font-size: 11px;
}
@media only screen and (max-width: 980px) {
	header {
		height: auto;
		padding: 10px 0;
	}
	.wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.header-left {
		width: 100%;
		margin-top: 15px;
		justify-content: center;
	}
	.intro-box {
		width: 90%;
		flex-wrap: wrap;
		height: auto;
	}
	.intro-pik {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.certificate-search {
		width: 100%;
	}
	.single-certificate, .single {
		margin-top: 70px;
	}
	.single-certificate-left {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.single-certificate-right {
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
	.single-certificate-right img {
		width: 100%;
	}
	.export-box a {
		font-size: 14px;
	}
}