/*
Theme Name: Flash Child
Theme URI: https://wp-themes.com/flash
Author: Abdul Basit
Description: My WordPress Flash child theme.
Template: flash
Version: 1.0.0
Text Domain: flash-child
*/

/*
Custom Styling styling
---------------------------------------------------------------------------------------------------- */

/* Header styling
----------------------------------------------- */

#page #site-navigation .menu > li > a {
	color: #313848;
	position: relative;
}
#page #site-navigation .menu > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	bottom: -10px;
	margin: auto;
	border-bottom: 4px solid #fa7c16;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#page #site-navigation .menu > li:hover > a:after,
#page #site-navigation .menu > .current-menu-item > a:after,
#page #site-navigation .menu > .current-page-ancestor > a:after {
	width: 100%;
}
#page #site-navigation ul.sub-menu li:hover {
	background: #fa7c16;
	color: #fff;
}
#page #site-navigation ul.sub-menu li:hover a {
	color: #fff;
}
body #site-navigation ul li.current-menu-item > a {
	color: #4c5867;
}

/* 
members page styling
---------------------------------------------------------------------------------------------------- */

.page-id-132 #flash-breadcrumbs,
.page-id-2711 #flash-breadcrumbs,
.page-id-6505 #flash-breadcrumbs {
	display: none;
}

/* banner section styling
----------------------------------------------- */

#page-banner-section {
	background-size: cover;
	background-position: center;
	color: #fff;
	min-height: 350px;
	padding-top: 50px;
	padding-bottom: 100px;
}
#page-banner-section .widget,
.large-container {
	margin-left: -210px;
	margin-right: -210px;
}
#page-banner-section .so-widget-sow-editor {
	max-width: 780px;
}
#page-banner-section h1 {
	font-size: 55px;
	text-transform: uppercase;
}
#page-banner-section h2 {
	font-weight: 300;
}

/* search filter styling
----------------------------------------------- */

#search-filter {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin: -50px -210px 50px;
}
#search-filter:before {
	content: '';
	display: block;
	background: #eee;
	width: 1000%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -400%;
	z-index: -1;
}
.cat-search {
	width: 645px;
	flex: 0 0 645px;
	padding-right: 45px;
	min-height: 64px;
	position: relative;
}
.cat-search .default-select {
	padding: 21px 25px 22px 0;
	cursor: pointer;
	position: relative;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
}
.cat-search .default-select:after {
	content: "\f347";
	display: inline-block;
	font-family: dashicons;
	position: absolute;
	right: 0;
	background: #eee;
	padding-left: 5px;
}
.cat-search ul {
	background: #fff;
	box-shadow: 0 5px 15px #e0e0e0;
	position: absolute;
	top: 100%;
	width: 100%;
	max-height: 220px;
	overflow-y: scroll;
	margin: 0;
	display: none;
	z-index: 5;
}
.cat-search .search-member-type {
	width: 190px;
	position: relative;
	margin-right: 150px;
	float: left;
}
.cat-search ul li {
	display: block;
	text-transform: capitalize;
}
.cat-search ul li:not(.init) {
	width: 100%;
	background: #ffffff;
}
.cat-search ul li a {
	font-size: 14px;
	padding: 5px 5px;
	display: block;
}
.cat-search ul li.init a {
	color: #737373;
}
.cat-search ul li a:hover, 
.cat-search ul li a.selected {
	background: #fa7c16;
	color: #fff;
}

.cat-search select {
	background: transparent;
	border: none;
	padding: 21px 0 22px;
	min-width: 170px;
	margin-right: 150px;
	outline: none;
	max-width: 190px;
	position: absolute;
	top: 0;
}
.cat-search option {
	background: #fff;
}
.cat-search .search-organisation-type {
	margin-right: 0;
	width: 240px;
	float: left;
	position: relative;
}
select option:checked, 
select option:hover {
	background: #fa7c16 !important;
	background-color: #fa7c16 !important;
	box-shadow: 0 0 10px 100px #fa7c16 inset !important;
	color: #fff;
}

.text-search-box {
	width: 100%;
}
.text-search-form {
	position: relative;
}
.text-search-form .search-field {
	width: 100%;
	border-radius: 5px;
	border: none;
	padding: 7px 15px;
	height: auto;
}
.text-search-form:active .search-field, 
.text-search-form:focus .search-field, 
.text-search-form:focus-within .search-field {
	padding: 7px 80px 7px 15px;
}
.text-search-form ::-webkit-input-placeholder {
	text-align: center;
}
.text-search-form ::-moz-placeholder {
	text-align: center;
}
.text-search-form .search-submit-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px 15px 13px;
	display: none;
}
.text-search-form:active .search-submit-btn, 
.text-search-form:focus .search-submit-btn, 
.text-search-form:focus-within .search-submit-btn {
	display: inline-block;
}

/*
tab style styling
----------------------------------------------- */

.sow-tabs :focus {
	outline: none;
}
#content .tabs-section .sow-tabs-tab-container {
	background-color: rgb(255 255 255 / 0%);
	padding: 0;
	margin: -41px -210px 0;
}
#content .tabs-section .sow-tabs-tab {
	background: #008ec800;
	border: 2px solid #fff;
	border-bottom: none;
	border-radius: 9px 9px 0 0;
	color: #fa7c16;
	font-size: 15px;
	padding: 12px 15px;
	margin: 0 16px 0 0;
	text-align: center;
	min-width: 183px;
	justify-content: center;
}
#content .tabs-section .sow-tabs-tab.sow-tabs-tab-selected {
	background: #ffffff;
	color: #fa7c16;
}
#content .tabs-section .sow-tabs-title {
	width: 100%;
	text-align: center;
	display: block;
}
#content .tabs-section .sow-tabs-tab:last-child {
	margin-right: 0;
}
#content .tabs-section .sow-tabs-panel-container {
	background-color: #f9f9f900;
}
#content .tabs-section .sow-tabs-panel {
	padding: 50px 0 0;
}
#content .tabs-section .sow-tabs-panel-content {
	font-size: 15px;
}

#content .tabs-section .tab-style2 .sow-tabs-tab {
	color: #ffffff;
	min-width: 145px;
	margin-right: 5px;
}
#content .tabs-section .tab-style2 .sow-tabs-tab.sow-tabs-tab-selected {
	color: #fa7c16;
}
.tabs-section h3 {
	margin-bottom: 30px;
}
.tabs-section h6 {
	margin-bottom: 20px;
}
.tabs-section .team-wrapper .team-title {
	margin-bottom: 0;
}
.tabs-section .team-wrapper .team-designation {
	font-size: 14px;
}
.events-section .widget-title {
	font-size: 20px;
	color: #fa7c16;
	margin-bottom: 7px;
}
.events-section h6 {
	margin-bottom: 7px;
}
.media-section h4 {
	color: #fa7c16;
}
.media-section a {
	color: #fa7c16;
}

/*
members styling
----------------------------------------------- */

.all-members {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.53%;
}
.recent-member {
	width: 30.3%;
	margin: 0 1.5% 40px;
}
.member-logo {
	height: 125px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 5px;
}
.member-logo img {
	max-height: 100%;
	max-width: 95% !important;
	width: auto !important;
	margin: 0 auto;
}
.member-info {
	min-height: 75px;
	border-bottom: 4px solid #fa7c16;
	margin-bottom: 5px;
}
.member-info h4 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.176;
	margin-bottom: 0;
}
.member-info h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.176;
	margin-bottom: 0;
}
span.separator:last-child {
	display: none;
}
.organisation-cat:before {
	content: '-';
	display: inline-block;
	margin-right: 4px;
}
.organisation-cat:empty {
	display: none;
}
.left-side-links {
	float: left;
}
.right-side-links {
	float: right;
}
.member-links img {
	padding: 0;
	height: 20px;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.member-links a:hover img {
	opacity: 0.8;
}

#page-banner-section .icon-left-widget {
	background-size: 120px;
	background-position: left top;
	background-repeat: no-repeat !important;
	padding-left: 155px;
}

.light-widget * {
	color: #fff;
}


.entry-content .website-link {
	background: url(images/website-icon.svg) no-repeat left top;
	background-size: 22px;
	padding: 2px 0 2px 28px;
	color: #666666;
	font-weight: 700;
}

/*
jobs styling
----------------------------------------------- */

.all-jobs {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 20px;
	width: 100%;
}
.recent-job {
	box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
	border-radius: 6px !important;
	padding: 15px;
}
.job-header-info {
	display: flex;
	margin-bottom: 15px;
}
.job-thumbnail {
	width: 100px;
	/*min-height: 100px;
	background: #808080;*/
	margin-right: 20px;
}
.job-thumbnail img {
	display: block;
	padding: 0;
	/* width: 100%; */
	/* height: 100%; */
	/* object-fit: cover;*/
}
.job-info h5 {
	color: #fa7c16;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.job-info h6 {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0;
}
.job-details {
	font-size: 12px;
}
.featured-jobs .job-details {
	font-size: 15px;
}
.job-details p {
	margin-bottom: 15px;
}
.pipe {
	margin: 0 2px;
}
.pipe:last-child {
	display: none;
}
.job-meta {
	display: flex;
	justify-content: space-between;
}
.apply {
	color: #fa7c16;
	font-weight: 700;
	text-transform: uppercase;
}

.all-jobs.featured-jobs {
	grid-template-columns: repeat(2, 1fr);
}
.featured-jobs .recent-job {
	border: 3px solid #fa7c16;
}


/*
jobs filter styling
----------------------------------------------- */

#search-filter.job-search-filter {
	margin: 0 0 29px;
	padding: 0 15px;
}
#search-filter.job-search-filter:before {
	width: 100%;
	left: 0;
	box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
}
.search-job-location {
	width: 150px;
	position: relative;
	margin-right: 50px;
	float: left;
}
.search-job-function {
	margin-right: 70px;
	width: 150px;
	float: left;
	position: relative;
}
.search-job-company {
	width: 180px;
	float: left;
	position: relative;
}

.recruiters-widget .member-info h5 {
	display: none;
}

/*
post table styling
----------------------------------------------- */

.post-table {
	text-align: center;
}
.post-table h4 {
	font-weight: 400;
}
.post-table th,
.post-table td {
	border-color: #000;
	text-align: center;
}
.highlight-col {
	background: #fff8f3;
}

.custom-pagination {
	grid-column: 1/-1;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
body .custom-pagination .nav-links > * {
	display: inline-block;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-weight: 400;
	margin: 2px -2px;
	cursor: pointer;
	padding: 8px 15px;
	line-height: 1;
}
body .custom-pagination .nav-links > .current {
	background: orange;
	color: #fff;
}

/* 
single job
---------------------------------------------------------------------------------------------------- */

.single-job-fields {
	margin-bottom: 15px;
}
.single-job-fields h6 {
	font-weight: 600;
	font-size: 15px;
}

/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	#page-banner-section .widget,
	#content .tabs-section .sow-tabs-tab-container,
	#search-filter,
	.large-container {
		margin-left: -150px;
		margin-right: -150px;
	}
	#content .tabs-section .sow-tabs-tab {
		min-width: auto;
	}
	#content .tabs-section .sow-tabs-tab {
		min-width: auto;
		font-size: 14px;
		padding: 12px 15px;
	}
	#content .tabs-section .tab-style2 .sow-tabs-tab-container {
		margin-top: -88px;
	}
	#content .tabs-section .tab-style2 .sow-tabs-tab {
		border-bottom: 2px solid #fff;
		color: #ffffff;
		margin-bottom: 5px;
	}

}

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

	#page #site-navigation .menu > li > a:after {
		bottom: 0;
	}
	#page-banner-section .widget, 
	#content .tabs-section .sow-tabs-tab-container, 
	#search-filter,
	.large-container {
		margin-left: -120px;
		margin-right: -120px;
	}
	.cat-search select {
		margin-right: 40px;
	}
	.cat-search {
		width: 475px;
		flex: 0 0 475px;
		padding-right: 20px;
	}
	.recent-member {
		width: 46.8%;
	}
	#page-banner-section h1 {
		font-size: 30px;
	}
	.cat-search .search-member-type {
		width: 160px;
		margin-right: 30px;
	}
	.cat-search .search-organisation-type {
		width: 205px;
	}
	#page-banner-section .icon-left-widget {
		background-size: 80px;
		padding-left: 100px;
	}
	.featured-jobs .job-details {
		font-size: 12px;
	}
	.all-jobs {
		grid-template-columns: repeat(2, 1fr);
	}
	.search-job-location {
		width: 120px;
		margin-right: 30px;
	}
	.search-job-function {
		margin-right: 30px;
		width: 130px;
	}
	.search-job-company {
		width: 140px;
	}
}

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

	.full-width-center #primary {
		width: 90%;
	}

	#page-banner-section {
		min-height: auto;
	}
	#page-banner-section h1 {
		font-size: 30px;
	}
	#page-banner-section h2 {
		font-size: 22px;
	}
	#page-banner-section .widget, 
	#content .tabs-section .sow-tabs-tab-container, 
	#search-filter,
	.large-container {
		margin-left: 0;
		margin-right: 0;
	}
	#search-filter {
		display: block;
		padding-bottom: 20px;
	}
	.cat-search {
		width: 100%;
		flex: inherit;
		padding-top: 10px;
		padding-right: 0;
	}
	.cat-search select {
		width: 100%;
		max-width: 100%;
		left: 0;
		margin-right: 0;
		z-index: 5;
	}
	.cat-search .search-member-type {
		margin-right: 30px;
	}
	.text-search-box {
		padding-top: 20px;
	}
	#content .tabs-section .sow-tabs-tab {
		font-size: 14px;
		padding: 12px 7px;
		margin: 0px;
		min-width: auto;
	}
	.recent-member {
		width: 100%;
		margin: 0 0 40px;
	}
	.cat-search .default-select {
		padding: 7px 25px 7px 0;
		text-align: left;
	}
	.cat-search .search-type {
		width: 100%;
		margin-right: 0;
	}
	#content .tabs-section .tab-style2 .sow-tabs-tab-container {
		position: relative;
		z-index: 1;
	}
	#content .tabs-section .tab-style2 .sow-tabs-tab-container:before {
		background: #031837;
		content: '';
		display: block;
		width: 116%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -8%;
		z-index: -1;
	}
	#search-filter.job-search-filter {
		padding: 0 15px 20px;
	}
	.all-jobs,
	.all-jobs.featured-jobs {
		grid-template-columns: repeat(1, 1fr);
	}


}

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

	#page-banner-section {
		padding-bottom: 160px;
	}
	#page-banner-section h1 {
		font-size: 25px;
	}
	#content .tabs-section .sow-tabs-tab-container {
		display: block;
		margin-top: -126px;
	}
	#content .tabs-section .sow-tabs-tab {
		display: block;
	}
	.cat-search select {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		padding: 10px 0;
	}
	


}