/* CSS Document */


/* 
.auraborderred    {border: 2px solid red;}
.aurabordergreen  {border: 1px solid green;}
.auraborderblack  {border: 1px solid black;}
.auraborderaqua   {border: 1px solid aqua;}
.auraborderorange {border: 2px solid orange;}
.auraborderpink   {border: 1px solid pink; }
.auraborderyellow {border: 2px solid yellow;}
.auraborderpurple  {border: 1px solid purple; }

 */






/* SECTIONS */
.aura-intro { display: block; margin-bottom: 60px; }

.aura-body { display: block; margin-bottom: 20px; }

.aura-detail { display: block; margin-bottom: 10px; text-align: center; }
.aura-detail p { font-size:17px; }

.aura-terms { display: block; }

/*
.auraoffer { 
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 40px;
    justify-content: center; } */


.aura-row-intro { 
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 40px;
    justify-content: center; }


.aura-row-offer { 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	gap: 40px;
    justify-content: center; }



.auraimage { display: block; }
.auraimage img { display: block; border-radius: 16px; }

.auraproduct { display: block; max-width: 620px; }

.auratitle { 
	display: block; 
	border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px; }

.auradescription { display: block; }

.aura-termstext {
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 6px; }

.aura-termstext li {
    list-style: outside;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1.5em;
	padding-bottom: 6px; }




.vinyltitle { 
	color: #dea626;
	font-weight: 600;    
	margin-bottom: 16px; }

.vinyloffer { 
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 40px;
    justify-content: center;
	align-items: center; }


.column-direction { flex-direction: column-reverse; }
@media screen and (min-width: 1160px) {
.column-direction { flex-direction: row; }
}
	

.vinylproduct { display: block; max-width: 610px; }
.vinylproduct p { margin-bottom: 1.5em; }

.vinylimage { display: block; }
.vinylimage img { display: block; border-radius: 50%; }


.vinyl-termstext {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 6px; }

.vinyl-termstext li {
    list-style: outside;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5em;
	padding-bottom: 6px; }

.vinyl-examples-heading { margin: 0 40px; }

.vinyl-examples-body {
	margin: 0 40px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly; }

.vinyl-examples-list { 
	width: 320px; }

.vinyl-examples-list li {
    list-style: circle;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5em;
	padding-bottom: 6px; }


.vinyl-examples-footer {
	text-align: end;
	padding: 0 36px; }

.vinyl-examples-download {
	display: block;
	padding: 30px 36px 10px 36px; }


.download-brochure {
    padding: 0px;
    border: 1px solid #bbb;
    background-color: #ccc;
    color: #FFF;
    border-radius: 8px;
    max-width: 400px;
    margin: 24px auto;
    position: relative; }

.download-brochure img {
    padding: 0px;
    float: left;
    color: #FFF;
    width: 36%;
    margin-right: 20px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    box-shadow: 1px 2px 8px #888888; }

.download-brochure:after {
    content: "B";
    position: absolute;
    font-size: 48px;
    font-family: "wickmedia-icons" !important;
    bottom: 0px;
    right: 0px;
    line-height: 48px; }
 



.download-brochure-crematorium {
    padding: 0px;
    border: 1px solid #bbb;
    background-color: #ccc;
    color: #FFF;
    border-radius: 8px;
    max-width: 400px;
    position: relative; }

.download-brochure-crematorium img {
    padding: 0px;
    float: left;
    color: #FFF;
    width: 36%;
    margin-right: 20px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    box-shadow: 1px 2px 8px #888888; }

.download-brochure-crematorium:after {
    content: "B";
    position: absolute;
    font-size: 48px;
    font-family: "wickmedia-icons" !important;
    bottom: 0px;
    right: 0px;
    line-height: 48px; }
 

