/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice5
*/

/* Custom CSS Start */

/* Custom CSS End */

.workable {
	padding: 50px 0;
}

.workable__job:not(:last-of-type) {
	margin-bottom: 50px;
}

#content-holder .workable__no-jobs-title,
#content-holder .workable__job-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.workable__job-button {
	background-color: #020202;
    border-radius: 4.055555555555555rem;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
    font-size: .88889rem;
    font-weight: 700;
	
    outline: 0;
    display: inline-block;
	padding: 0.77rem 2.22rem;
}
.workable__job-button:hover {
	color: #ffffff !important;
	background-color: #ff665e !important;
}

@media (min-width: 1024px) {
	#content-holder .workable__job-title {
		font-size: 36px;
	}
}


/****************************
 *   Styles for VOAT page   *
 ****************************/

/* VOAT Grid */

.VOAT__container {
	display: flex;
	flex: 0 1 auto;
    flex-wrap: wrap;
}

.VOAT__image {
	flex: 0 0 auto;
    padding: 0.8rem;
    flex-basis: 100%;
    max-width: 100%;
	flex-basis: 50%;
	max-width: 50%;
	overflow: hidden;
}

@media (min-width: 640px) {
	.VOAT__image {
		flex-basis: 25%;
	    max-width: 25%;
	}
}

@media (min-width: 767px) {
	.VOAT__image {
		flex-basis: 20%;
	    max-width: 20%;
	}
}

@media (min-width: 1024px) {
	.VOAT__image {
 		flex-basis: 16.6666667%;
	    max-width: 16.6666667%;
	}
}

.VOAT__image:nth-child(6n) {
/* 	margin-right: -1rem; */
}

.VOAT__image .ce-image {
	overflow: hidden;
}

.VOAT__image img {
	height: auto;
	cursor: pointer;
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.VOAT__image img:hover {
	transition: all 0.5s ease-in-out;
	opacity: 0.7;
	transform: scale(1.1);
}

.VOAT__user-name {
	text-align: center;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
	padding-top: 5px;
}

/* VOAT Pop-up */

.VOAT__module {
	position: fixed;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	z-index: 121;
    display: none;
	opacity: 0;
	overflow: scroll;
}

.VOAT__module.active {
    display: block;
	opacity: 1;
}

.VOAT__module__container {
	width: 90%;
	margin: auto;	
	background: #fff;
	max-width: 960px;
	position: relative;
	transition: all 5s ease-in-out;
}

.VOAT__module__header {
	background: url(https://tmwbusiness.com/wp-content/uploads/2020/07/VOAT_PopUp_Banner_1570x400-scaled.jpg);
	min-height: 150px;
    background-size: cover;
    background-position: center;
}

.VOAT__module__header__icon {
	display: block;
    margin-left: auto;
    padding: 10px;
    max-width: 50px!important;
    cursor: pointer;
}

.VOAT__module__image {
	position: absolute;
	width: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.VOAT__module__body {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 60px 20px 0px 20px;
}

.VOAT__module__item {
    padding: 10px;
	transition: all 0.7s ease-in-out;
	flex-basis: 50%;
    max-width: 50%;
}

.VOAT__module__item.active {
	background: #ff665e;
	transition: all 0.7s ease-in-out;
}

.VOAT__module__item.active .VOAT__btn {
	background: #ffffff;
	transition: all 0.7s ease-in-out;
}

.VOAT__module__item__icon {
	
}

.VOAT__module__item__icon img {
	height: 40px;
	margin: 0 auto;
	display: block;
	transition: all 0.7s ease-in-out;
}

#voatPopUp .VOAT__module__item__title h3 {
	font-size: 1rem;
    line-height: 3rem;
    text-align: center;
}

.VOAT__btn--ghost {
	display: block;
	text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
    padding-right: 1.3333333333333333rem;
    padding-bottom: 0.6666666666666666rem;
    padding-left: 1.3333333333333333rem;
    padding-top: 0.6666666666666666rem;
    font-size: .88889rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 2.6666666666666665rem;
    border-width: 0.1111111111111111rem;
    border-color: #000;
    background: transparent;
	border: 2px solid #222;
	cursor: pointer;
}

.VOAT__btn--ghost:focus {
	outline: none;
}


.VOAT__btn {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: bold;
	border: none;
	background: #ff665e;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 100px;
	transition: all 0.7s ease-in-out!important;
}

.VOAT__btn:focus {
	outline: none;
}

.VOAT__module__item__input {
	display: none;
}

.VOAT__module__message {
	padding: 20px;
}

.VOAT__module__message textarea {
	background: #e0e0e0;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8rem;
	color: #292a2c;
	border-radius: 0px;
	resize: none;
}

.VOAT__btn--send {
	width: 100px;
    text-align: center;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 20px;
    height: 50px;
}

@media (min-width: 640px) {
	.VOAT__module__container {
		margin: 50px auto;
		width: 80%;
	}
	.VOAT__module__header {
	    min-height: 150px;    
	}
	.VOAT__module__item {
		padding: 10px;
	}
}

@media (min-width: 767px) {
	.VOAT__module__container {
		margin: 80px auto;
	}
	.VOAT__module__header {
	    min-height: 200px;    
	}
	.VOAT__module__image {
		width: 125px;
	}
	.VOAT__module__body {
		padding: 80px 60px 0px 60px;
	}
	.VOAT__module__item__icon img {
		height: 60px;
	}
	.VOAT__module__message {
		padding: 20px 60px 60px 60px;
	}

}

@media (min-width: 960px) {
	.VOAT__module__header {
	    min-height: 250px;    
	}
	.VOAT__module__image {
		width: 150px;
	}
	.VOAT__module__item {
		flex: 1 0 21%;
	    padding: 15px;
	    margin: 5px;
	}
}
