


.block-creator-prof {
	position: relative;
	display: block;
	text-align: left;
	padding: 0 15%;

/*    filter: blur(4px);*/
}
.block-creator-prof .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-creator-prof .card button {
	position: absolute;
	top: 26px;
	right: 26px;
}

.block-creator-prof .card .personal {
	position: relative;
	display: block;
	padding: 20px 20px 0 20px;
}
.block-creator-prof .card .personal > img {
	position: relative;
	width: 100px;
	height: 100px;
}
.block-creator-prof .card .personal .track {
	position: relative;
	display: inline-block;
    margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
}
.block-creator-prof .card .personal .track p:nth-of-type(1) {
	font-size: 18px;
}
.block-creator-prof .card .personal .track p:nth-of-type(1),
.block-creator-prof .card .personal .track p:nth-of-type(2) {
	font-weight: var(--font-bold);
}

.block-creator-prof .card .info {
	position: relative;
	clear: both;
	margin-bottom: 24px;
	margin-right: 20px;
}

.block-creator-prof .card .item {
	position: relative;
	display: block;
	padding-left: 140px;
	padding-bottom: 4px;
}
.block-creator-prof .card .item p:nth-of-type(1) {
	font-size: 14px;
	font-weight: var(--font-bold);
}
.block-creator-prof .card .item p:nth-of-type(2) {
	font-size: 12px;
}

.block-creator-prof .card .pr {
	position: relative;
	display: block;
	bottom: 0;
	width:	100%;
	padding: 24px 30px 20px 30px;
	border-radius: 0 0 10px 10px;
/*	background-color: #EEEEEE;*/
	font-size: 14px;
}
.block-creator-prof .card .pr .title {
	font-size: 16px;
	font-weight: var(--font-bold);
	margin-bottom: 8px;
}


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;
}

@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-creator-prof {
	text-align: left;
	padding: 0;
}
.block-creator-prof .card .personal {
	margin-bottom: 10px;
}
.block-creator-prof .card .personal .track {
	vertical-align: bottom;
}
.block-creator-prof .card .item {
	padding-left: 20px;
}
.block-creator-prof .card button {
	position: absolute;
	top: 20px;
	right: 20px;
}

.block-creator-prof .card .pr {
	padding: 24px 20px 20px 20px;
}

}/*	<--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;
	}
}
