


.block-jobs {
	position: relative;
	display: block;
	padding: 0 15%;
/*	filter: blur(4px);*/
}
.block-jobs .card {
	position: relative;
	display: block;
	margin-bottom: 30px;
	background-color: white;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.block-jobs .card img {
	width: 240px;
    float: left;
}
.block-jobs .card .info {
	position: relative;
	display: inline-block;
	width: calc(100% - 240px);
	font-size: 12px;
	padding: 14px;
}
.block-jobs .card .info > div {
	position: relative;
	display: block;
	width: 100%;
}
.block-jobs .card .info > div:nth-of-type(1) {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.block-jobs .card .info > div > div:nth-of-type(2) {
	text-align: right;
}
.block-jobs .card .info .date {
	margin-bottom: 8px;
}

.block-jobs .card .info .title {
	font-size: 18px;
	font-weight: var(--font-bold);
}
.block-jobs .card .info .price {
	font-size: 14px;
	color: var(--color-creator);
	margin-bottom: 6px;
}
.block-jobs .card .info .client {
}
.block-jobs .card .info .client img {
	width: 14px;
	height: 14px;
	margin: 3px;
}
.block-jobs .card .info .category {
	position: relative;
	display: block;
}
.block-jobs .card .info .category {
	display: inline-block;
}
.block-jobs .card .info .category > span {
	font-weight: var(--font-bold);
}
.block-jobs .card .info .keyword {
	display: inline-block;
}
.block-jobs .card .info .keyword > span {
	font-weight: var(--font-bold);
}


.block-jobs .card .desc {
	position: relative;
	display: block;
	bottom: 0;
	width:	100%;
	padding: 22px 20px 20px 20px;
	border-radius: 0 0 10px 10px;
/*	background-color: #EEEEEE;*/
	font-size: 14px;
}


section.pubcontents .invitation {
	position: fixed;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 1;
	transition: opacity .5s;
	width: 990px;
	background: linear-gradient(to right, #17181B, #2D2D43);
	padding: 60px 40px 30px 40px;
	border-radius: 10px;
}

.mr20 {
	margin-right: 60px;
}

.ml20 {
	margin-left: 60px;
}

section.pubcontents .invitation h2 {
	color: #FFFFFF;
	font-size: 26px;
	padding-bottom: 30px;
}

section.pubcontents .invitation > div {
	position: relative;
	display: inline-block;
}
section.pubcontents .invitation > div button{
	display: block;
	white-space: nowrap;
	width: 280px;
	height: 50px;
	border-radius: 100px;
	font-size: 16px;
	margin: 10px 10px 40px 10px;
  padding: 13px 60px 17px 42px;
}

section.pubcontents .invitation > div button.btn.creator {
	border: solid 2px #fff;
	padding: 11px 60px 19px 42px;
}

section.pubcontents .invitation > div button.small.client {
  padding: 11px 60px 19px 42px;
}

button.btn.small {
	line-height: normal;
}

button.small.client {
	border: 2px solid #FF9141;
}

button.small.creator {
	border: 2px solid #0B2C7B!important;
}

button.btn.small.creator.white:hover {
    background-color: #F5FCFF;
}

button.small.client.arrow-r:after {
    border-top: 2px solid #FF9141;
    border-right: 2px solid #FF9141;
}

button.small.creator.arrow-r:after {
    border-top: 2px solid #0B2C7B;
    border-right: 2px solid #0B2C7B;
}

button.btn.creator:hover {
	background-color: #3052A3;
}

/*button.btn.client:hover {
    background-color: #fff;
		color: #FF9141;
}

button.btn.client.arrow-r:hover:after {
	border-top: 2px solid #FF9141;
	border-right: 2px solid #FF9141;
}

button.btn.creator:hover {
    background-color: #fff;
		color: #0B2C7B;
}

button.btn.creator.arrow-r:hover:after {
	border-top: 2px solid #0B2C7B;
	border-right: 2px solid #0B2C7B;
}
*/

/*button.btn.client.white:hover {
    background-color: #FF9141;
		color: #fff;
}

button.small.client.arrow-r:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

button.btn.creator.white:hover {
    background-color: #0B2C7B!important;
		color: #fff;
}

button.small.creator.arrow-r:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/


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

section.pubcontents .invitation {
	width: 90%;
	padding: 25px 15px 15px 15px;
}

section.pubcontents .invitation h2 {
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 10px;
}

.mr20,.ml20 {
	margin: 0;
}

section.pubcontents .invitation > div button {
	width: 320px;
	font-size: 17px;
	margin-bottom: 20px;
	height: 50px!important;
	padding: 11px 60px 17px 42px;
}

section.pubcontents .invitation > div button.btn.creator {
    border: solid 2px #fff;
    padding: 11px 60px 17px 42px;
}

section.pubcontents .invitation > div button.small.client {
    padding: 10px 60px 18px 42px;
}

.ml20 {
	margin-top: 10px;
}

.block-jobs {
	padding: 0;
}
.block-jobs .card {
	position: relative;
	display: block;
	margin-bottom: 30px;
	background-color: white;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.block-jobs .card img {
	width: 100%;
	float: none;
	border-radius: 10px 10px 0 0;
}
.block-jobs .card .info {
	width: 100%;
}
.block-jobs .card .info > div:nth-of-type(1) {
	display: block;
	margin-bottom: 8px;
}
.block-jobs .card .info > div > div:nth-of-type(2) {
	text-align: left;
}


.block-jobs .card .info .category > span {
	display: block;
}
.block-jobs .card .info .keyword > span {
	display: block;
}



}/*	<--media end	*/

#menu_items {
	top: 0;
}

header {
	height: 70px;
}

header .logo {
	top: 20px;
}

@media screen and (max-width: 1123px) {
	header {
		height: 70px;
	}

    header .logo {
        top: 20px;
    }

		#hamburger {
			top: 15px;
		}

		header {
        position: fixed;
        height: 70px;
        z-index: 10;
    }
}

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

	section.pubcontents .invitation > div button {
		width: 280px;
		font-size: 13px;
	}
}
