/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Olivia Hoback
Author: Olivia Hoback
Author URI: https://olivia.nu
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/*Ponty fonter*/
body.single-pnty_job p,
body.single-pnty_job ul li{
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}
body.single-pnty_job p,
body.single-pnty_job ul li,
body.single-pnty_job a,
.custom-ponty-grid-full .job-description h3.job-comp,
.custom-ponty-grid-full .job-description p,
body h2, body.single-pnty_job #single-pntyjob-header h2,
body .custom-ponty-grid-full .job-description h3.job-title{
	color: #000000;
}
body h2, body.single-pnty_job #single-pntyjob-header h2,
body .custom-ponty-grid-full .job-description h3.job-title{
	font-size: 1.75rem;
	font-weight: 700;
}
@media (max-width: 767px) {
    body h2, body.single-pnty_job #single-pntyjob-header h2,
	body .custom-ponty-grid-full .job-description h3.job-title{
        font-size: 25px;
        letter-spacing: 0px;
    }
}
body.single-pnty_job #single-pntyjob-header h3{
    font-family: "DM Sans", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
body.single-pnty_job #single-pntyjob-header h5{
	font-family: "Albert Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 10px;
	text-transform: uppercase;
}

body.single-pnty_job #single-pntyjob-header p{
    font-family: "DM Sans", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
}
body.single-pnty_job ul{
	margin-bottom: 20px;
}

/*ponty ansökningsknapp*/
body.single-pnty_job .button.elementor-button,
body.single-pnty_job .main-apply-btn .elementor-button{
	padding: 0;
	background: transparent;
}
body.single-pnty_job .button-wrapper a{
	background-color: rgba(0, 0, 0, 0);
    font-family: "DM Sans", Sans-serif;
    font-size: 13px;
    font-weight: 900;
    color: #20232E;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #20232E;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 60px 15px 60px;
	text-transform: uppercase; 
}
body.single-pnty_job .button-wrapper a:hover{
	background-color: #20232E;
    color: #ffffff;
    border-style: solid;
    border-color: #20232E;
}

/*ponty grid puffar----------------------------------------------------------------------*/
.custom-ponty-grid-full{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.custom-ponty-grid-full .job-img{
	height: 180px;
	background-size: cover;
	background-position: center center;
}
body .custom-ponty-grid-full li.single-job{
	width: 31.5%;
    border: 1px solid #000000;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f6f2ef;
    padding: 0;
    border-radius: 0;
}
.custom-ponty-grid-full li.single-job:hover{
	background-color: #ffffff;
}
.custom-ponty-grid-full .job-description{
	margin: 30px 0px;
}
.custom-ponty-grid-full .job-description h3,
.custom-ponty-grid-full .job-description p{
	text-align: center;
}

.custom-ponty-grid-full .job-description h3.job-title{
	padding: 0 15px;
}
.custom-ponty-grid-full .job-description h3.job-comp{
	font-size: 20px;
	font-weight: 400;
}
.custom-ponty-grid-full .job-description p{
    font-size: 20px;
    margin-bottom: 0;
    padding: 0px 20px 0 20px;
    line-height: 27px;
}
.custom-ponty-grid-full .job-description hr{
	display: block;
	margin: 25px 44%;
	border: 2px solid #212121;
}
@media only screen and (max-width: 959px){
	body .custom-ponty-grid-full li.single-job{
	width: 49%;
	}
}
@media only screen and (max-width: 767px){
	body .custom-ponty-grid-full li.single-job{
	width: 100%;
	}
}









/*single ponty page-template------------------------------------------------------------------*/
body.single-pnty_job #single-pntyjob-header{
	height: 500px;
    display: flex;
    align-items: center;
	text-align: center;
	position: relative;
}
body.single-pnty_job .elementor-location-header{
	height: 0;
}
body.single-pnty_job #single-pntyjob-header .single-pntyjob-wrap,
body.single-pnty_job #single-pntyjob-details .pnty-details-wrapper,
body.single-pnty_job #pnty-content .pnty-content-wrapper{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
body.single-pnty_job #single-pntyjob-header .single-pntyjob-wrap{
	z-index: 1;
}
/*overlay över bilden*/
body.single-pnty_job #single-pntyjob-header #bg-img{
    background-size: cover;
    display: block;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
}
body.single-pnty_job #single-pntyjob-header #bg-img::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4); /* Change the color and opacity as needed */
}
body.single-pnty_job #single-pntyjob-header h5,
body.single-pnty_job #single-pntyjob-header h3,
body.single-pnty_job #single-pntyjob-header p{
	color: #EFE6E1;
}
body.single-pnty_job #single-pntyjob-details,
body.single-pnty_job #pnty-content{
	padding: 35px 0;
}
body.single-pnty_job #single-pntyjob-details{
	background-color: #EFE6E1;
}
body.single-pnty_job .pnty-details-wrapper,
body.single-pnty_job .pnty-details-wrapper #ponty-details{
	display: flex;
	align-items: center;
}
body.single-pnty_job .pnty-details-wrapper{
	justify-content: space-between;
}
body.single-pnty_job .pnty-details-wrapper #recruit-img img{
	max-width: 180px;
	padding-right: 30px;
}
/*job content*/
body.single-pnty_job #job-logo img{
	max-width: 200px;
	max-height: 120px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 959px){
	body.single-pnty_job #single-pntyjob-header,
	body.single-pnty_job #single-pntyjob-header #bg-img{
    height: 600px;
	}
	body.single-pnty_job #single-pntyjob-header .single-pntyjob-wrap{
		padding-top: 50px;
	}
	body.single-pnty_job .pnty-details-wrapper,
	body.single-pnty_job .pnty-details-wrapper #ponty-details{
	display: block;
	text-align: center;
	}
	body.single-pnty_job .pnty-details-wrapper #recruit-img img{
	margin: 0 auto;
	padding: 0 0 10px 0;
	}
	body.single-pnty_job #single-pntyjob-header p{
    font-size: 22px;
	}
	body.single-pnty_job #single-pntyjob-header h3{
    font-size: 33px;
	}
}
@media only screen and (max-width: 767px){
	body.single-pnty_job #single-pntyjob-header,
	body.single-pnty_job #single-pntyjob-header #bg-img{
    height: 650px;
	}
	body.single-pnty_job #single-pntyjob-header p {
    font-size: 20px;
	}
	body.single-pnty_job #single-pntyjob-header h3{
    font-size: 30px;
	}
}