/*
 Theme Name:   System TM Child
 Theme URI:    http://pending//
 Description:  System TM Child Theme
 Author:       Design Concern
 Author URI:   http://designconcern.dk
 Template:     systemtm
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  system-tm
*/

a.newsletter--button {
    background-color: #ca472a;
    padding: 10px 40px;
    border-radius: 3px;
    color: #fff;
}

.footer-right #mc_embed_signup {
	width: 600px!important;
}

@media only screen and (max-width: 980px) {
	.footer-right #mc_embed_signup {
		width: auto!important;
	}
}

.footer-right #mc_embed_signup h2,
.footer-right #mc_embed_signup span,
.footer-right #mc_embed_signup label,
.footer-right #mc_embed_signup div,
.footer-right #mc_embed_signup a {
	color: #fff!important;
}

.footer-right #mc_embed_signup input[type=checkbox] {
	height: auto!important;
}

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline!important;
    width: auto!important;
    margin-right: 10px!important;
}

iframe#iFrameResizer0,
iframe#iFrameResizer1,
.job--iframe {
	min-height: 1000px;
}

@media only screen and (max-width: 500px) {
	iframe#iFrameResizer0,
	iframe#iFrameResizer1,
	.job--iframe {
	min-height: 1200px;
}
}

/***-- Job listings --***/
/* Application Forms */
h3.application--header {
	margin-top: 0;
}

.application--wrapper p,
.split--two, .split--three {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	width: 100%;
}

.split--two > p, .split--three > p {
	display: none;
}

.split--two__inner, .split--three__inner {
	display: flex;
	flex-wrap: wrap;
}

.application--wrapper p > label, .application--wrapper p > span,
.split--two label, .split--three label,
.split--two__inner, .split--three__inner {
	width: 50%;
}

.application--wrapper p > span.wpcf7-spinner {
	width: 24px !important;
}

.split--two span {
	width: 49%;
}

.split--two span:first-child {
	margin-right: 2%;
}

.split--three span {
	width: 32%;
}

.split--three span:not(:last-child) {
	margin-right: 2%;
}

.split--two span input, .split--three span input {
	width: 100%;
}

.application--wrapper input {
	border: none;
	padding: 5px;
	width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-family: 'Tahoma', sans-serif;
	border-color: #16c587;
    background: #16c587;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    padding: 2rem;
}

.wpcf7 form.sent .application--wrapper {
	display: none;
}

/* Application Page */
#ccchildpages-1 {
	display: flex;
    flex-wrap: wrap;
}

.list--jobs .simple .ccchildpage {
    background: #e1e1e1;
    color: #000000;
    border-radius: 0;
	word-break: break-word;
}

.list--jobs .simple .ccchildpage a, .wpcf7-submit {
    font-style: initial;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #595755;
    padding: 10px 20px !important;
    border: 1px solid #595755 !important;
    border-radius: 0px;
    display: block;
    margin: 25px 0 15px 0 !important;
    transition: .2s;
}

.list--jobs a:before {
    content: '\f179';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: top;
}

.list--jobs .simple .ccchildpage a:hover, .wpcf7-submit:hover {
    background: #16c587;
    color: #f0f0f0;
	border: 1px solid #16c587 !important;
}

@media only screen and (max-width: 992px) {
  .list--jobs .simple .ccchildpage {
    	width: 48%;
	}
}

@media only screen and (max-width: 700px) {
  .list--jobs .simple .ccchildpage {
		width: 98%;
		margin: 1%;
	}
}