/*!
Theme Name: dstheme
Theme URI: http://underscores.me/
Author: Design Shopp
Author URI: https://designshopp.com
Description: Base theme from designshopp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dstheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

dstheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/



/* Folks Jobs Integration */

.filter-box{
	text-align:left;
}

.large-text.jobs-archive-list{
	padding:0;
	margin:0;
	
}
.large-text.jobs-archive-list > .container{
	width:auto;
	padding:0;
	max-width:none !important;
}
.large-text.jobs-archive-list > .container > .aos-init{
	transform:none !important;
	transition:none !important;
	opacity:1 !important;
}
.large-text.jobs-archive-list > .container > .aos-init .col-xl-10{
	width:100%;
	padding:0;
}


.page-numbers{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-left:10px;
}

ul.page-numbers li{
	list-style:none outside none;
}

.page-numbers span,.page-numbers a{
	display:block;
	text-align:center;
	width:20px;
	padding:5px 0;
}
.page-numbers a{
	color:var(--color-primary-alternate);
}

.page-numbers .next,
.page-numbers .prev{
	text-indent:-50000px;
	overflow:hidden;
	position:relative;
}
.page-numbers .next:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid var(--color-primary-alternate);
	border-right:2px solid var(--color-primary-alternate);
	text-indent:0;
	overflow:hidden;
	transform:rotate(45deg);
	position:absolute;
	top:12px;
	left:0;
	transform-origin:50% 50%;
}
.page-numbers .prev:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid var(--color-primary-alternate);
	border-right:2px solid var(--color-primary-alternate);
	text-indent:0;
	overflow:hidden;
	transform:rotate(-135deg);
	position:absolute;
	top:12px;
	left:7px;
	transform-origin:50% 50%;
}
.main-projects-page .page-numbers .prev:after{display: none;}
.wpcf7{
	max-width:1164px;
	margin:0 auto;
	/*padding:0 12px;*/
}

.wpcf7 span.wpcf7-form-control-wrap{
	display:block;
	width:100%;
}

.wpcf7 label{
	display:block;
	width:100%;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 20px;
}

.wpcf7 legend{
	font-size:1.2rem;
}

.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea{
	color:var(--text);
	border:1px solid #dbdbdb;
	padding:5px 12px;
	border-radius:0;
	font-size:16px;
	height:49px;
	vertical-align:middle;
	width:100%;
	background-color:transparent;
}

.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
	border-color:#2c2e30;
}

.wpcf7 input[type="file"]{
	font-size:16px;
}
.wpcf7 p.instructions{
	margin:10px 0;
	font-size:12px;
	color:#939598;
	line-height:20px;
}

.wpcf7 p.legal{
	font-size:12px;
	color:#939598;
	line-height:20px;
	margin-bottom:30px;
}
.wpcf7 p.legal a{
	color:var(--text);
}
.wpcf7 p.legal a:hover{
	color:var(--color-primary);
}


.wpcf7 textarea{
	height:125px;
	padding:12px;
}

.wpcf7 .wpcf7-not-valid-tip{
	font-size:12px;
}

.wpcf7 .wpcf7-list-item{
	margin:0;
}
.wpcf7 .facilities > span{
	display:flex;
	flex-wrap:wrap;
}
.wpcf7 .facilities > span > *{
	flex:0 0 50%;
}

@media screen and (min-width:768px){
	.wpcf7 .facilities > span > *{
		flex:0 0 33.33333%;
	}
}

.wpcf7 input[type="submit"]{
	padding:15px 25px;
	width:100%;
	border:1px solid #2c2e30;
	color:#FFF;
	background-color:#2c2e30;
	transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;
}
.wpcf7 input[type="submit"]:hover{
	border:1px solid var(--color-primary);
	color:#FFF;
	background-color:var(--color-primary);
}

.job-content ul{
	padding:0;
}
.job-content ul ul{
	padding-top:10px;
}
.job-content ul li{
	background-position: left 6px;
	background-repeat: no-repeat;
	list-style: none outside none !important;
	padding-left: 20px;
	background-image: url(assets/images/corner-graphics/corner-graphic-bullet-list-red.svg);
}

.file-facelift .file-container{
	border: 1px dashed #dbdbdb;
	color: #56585a;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	padding: 30px;
	display:block;
	text-align:center;
	position:relative;
}
.file-facelift .file-container input[type="file"]{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:1;
}
.file-facelift .file-container .file-ui-label{
	display:block;
	margin-bottom:8px;
	position:relative;
	z-index:2;
}
.file-facelift .file-container .file-ui-btn{
	display:inline-block;
	position:relative;
	z-index:2;
	background-color:transparent;
}
.file-facelift.isDragging .file-container input[type="file"]{
	z-index:2;
}
.file-facelift.isDragging .file-container .file-ui-label,
.file-facelift.isDragging .file-container .file-ui-btn{
	z-index:1;
}

.file-facelift .file-names{
	display:block;
}
.file-facelift .file-names .file-name{
	display:block;
	padding:16px 0 0 0;
	font-weight:700;
	color:#2c2e30;
}

