.aux-fold {
		padding-left : 0;
		padding-right : 15px;
}
@media screen and (min-width: 700px) {
		.aux-goto-top-btn {
			bottom : 80px;
	}
}

.single-post #respond {
	max-width : 1130px;
	margin-left : auto;
	margin-right : auto;
}
.single-post .hentry .entry-meta {
	max-width : 1130px;
	margin-left : auto;
	margin-right : auto;
}
.single-post .aux-media-frame.aux-media-image img {
	border-radius : 20px;
	box-shadow : 0 0 60px rgba(0, 0, 0, 0.08);
}
.single-post .aux-media-frame.aux-media-image {
	overflow : visible;
}
.single-post .aux-primary .hentry .entry-title, .single-post .hentry .entry-info {
	text-align : center;
}
.single-post .hentry .entry-info .entry-author::before {
	margin-right : 0;
	background-color : #000000;
}
.single-post .hentry footer.entry-meta .entry-tax a {
	color : #CFCFCF;
	font-weight : 400;
	text-decoration : none;
}
.single-post .hentry footer.entry-meta .entry-tax a:hover {
	color : #0CD68A;
}
.single-post .hentry footer.entry-meta .entry-tax i {
	color : #CFCFCF;
}
.single-post .hentry .entry-meta {
	padding : 1.6em 0 1.6em 0;
}
.single-post .aux-inline-inputs {
	display : inline-block;
	width : 49.8%;
}
#commentform input[type="text"], #commentform input[type="email"] {
	width : 98%;
	height : 50px;
	padding-left : 8%;
	background-color : #EFEFEF;
	border-radius : 50px;
	border : none;
	margin-bottom : 3%;
	margin-top : 5%;
}
#commentform input[type="email"] {
	margin-left : 2%;
}
#commentform textarea {
	background-color : #EFEFEF;
	border : none;
	border-radius : 20px;
	resize : none;
	min-height : 263px;
	height : 263px;
	padding-left : 4%;
	padding-top : 2%;
}
#commentform input[type="submit"] {
	float : right;
	background-image : linear-gradient(284deg,#0CD68A,#309F5E);
	border-radius : 25px;
	box-shadow : 0 16px 40px rgba(12, 214, 138, 0.3);
	width : 200px;
	height : 50px;
}
#commentform input[type="text"]::placeholder, #commentform input[type="email"]::placeholder, #commentform textarea::placeholder {
	font-size : 16px;
	font-style : normal;
	color : #000000;
	opacity : 0.7;
}

/* scale */

.scale {
    transition: all 0.3s ease-in-out;
}

.scale:hover {
    transform: scale(1.02);
}

@media only screen and (max-width: 767px) {
    .scale:hover {
        transform: none;
    }
}

/* position */

.position {
    transition: all 0.3s ease-in-out;
}

.position:hover {
    transform: translate(0, -20px);
}

@media only screen and (max-width: 767px) {
    .position:hover {
        transform: none;
    }
}

/* jiggle */

.jiggle {
    transition: all 0.3s cubic-bezier(0.475, 0.985, 0.12, 1.975);
}

.jiggle:hover {
    transform: scale(1.01);
}

@media only screen and (max-width: 767px) {
    .jiggle:hover {
        transform: none;
    }
}

/* shrink */

.shrink {
    transition: all 0.3s ease-in-out;
}

.shrink:hover {
    transform: scale(0.9);
}

@media only screen and (max-width: 767px) {
    .scale:hover {
        transform: none;
    }
}