html, body {
    font-family: 'Raleway', sans-serif;
}

body 
{
	background: -moz-linear-gradient(top, rgba(237,237,237,0.5) 0%, rgba(255,255,255,0) 50%);
    background: -webkit-linear-gradient(top, rgba(237,237,237,0.5) 0%, rgba(255,255,255,0) 50%);
    background: linear-gradient(to bottom, rgba(237,237,237,0.5) 0%, rgba(255,255,255,0) 50%);
    background-color: #ebf1fb;
}

#header 
{
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
	z-index: 2;
	border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.landing-page-product-features 
{
    margin-top: 80px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}


/*

    Temprarily removed p tag.
    Find a way to add it back in, but not intereact with the plate builder.


*/


h1, h2, h3, h4, h5, h6 {
    line-height: 150%;
    font-family: 'Raleway', sans-serif;
    color: #515151;
}
h1 {
    font-size: 2.2em;
    line-height: 135%;
    font-family: 'Raleway', sans-serif;
}

.landing-page-benefits-columns,
.landing-page-badges-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 80px auto 0 auto;
}

.landing-page-badges .column,
.landing-page-benefits-columns .column {
    width: 33.3%;
    padding: 30px;
}

.landing-page-badges .column img,
.landing-page-benefits-columns img {
    width: 100px;
    height: 100px;
}

.landing-page-benefits-columns p,
.landing-page-badges-columns p
{
    line-height: 28px;
    text-align: left;
}

img {
    max-width: 100%;
}

.landing-page-badges {
    margin-top: 80px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

#printed-badges-preview img {
    width: 10%;
    height: auto;
}

.landing-page-badges-columns .landing-page-badges-col-left {
    text-align: left;
    width: 20%;
}

.landing-page-badges-columns .landing-page-badges-col-right {
    width: 80%;
    margin-left: 20px;
}


.landing-page-size-guide {
    margin-top: 80px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.landing-page-size-guide img {
    width: auto;
    height: auto;
}

#number-plate-size-guide {
    margin: 35px auto 45px auto;
    width: 75%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.border-right {
    border-right: 2px solid grey;
}

#number-plate-size-guide th, #number-plate-size-guide td {
    padding: 6px;
}
#number-plate-size-guide th {
    font-weight: bold;
}
.border-bottom {
    border-bottom: 2px solid grey;
}

#number-plate-size-guide tr:nth-child(even) {
    background: #f2f2f2;
}

.landing-page-testimonials {
    width: 80%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}

.landing-page-testimonials .testimonials-columns-container {
    width: 100%;
    display: flex;
}

.landing-page-testimonials .column {
    width: 33.3%;
    padding: 30px;
    position: relative;
}

.testimonial-name {
    margin-bottom: 20px;
}

.testimonial-text {
    line-height: 28px;
}

.testimonial-text img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.landing-page-testimonials-title {
    width: 100%;
    text-align: center;
}

.single-4dplatestore-landing .reviews {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.reviews .rovace-review-container {
    width: 100%;
}
.reviews .rovace-review-container {
    color: rgb(31, 31, 31);
    width: 80%;
}

.reviews .rovace-review-rating {
    display: inline;
    color: rgb(247, 107, 107);
    font-size: 1.1em;
}

.reviews .rovace-review-name {
    display: inline;
    font-size: 1.1em;
    color: rgb(75, 75, 75);
    font-style: italic;
    font-weight: bold;
}

.reviews .rovace-review-meta {
    color: rgb(112, 112, 112);
}

.rovace-review-content {
    margin-top: 15px;
}

.reviews .rovace-review-pictures {
    margin-top: 10px;
}

.reviews .rovace-review-pictures img {
    display: inline-block;
    height: 100px;
    width: auto;
}

#krystal_plates_reviews {
    margin-top: 20px;
}

#krystal_plates_reviews p {
    line-height: 28px;
}

.single-4dplatestore-landing .reviews h1 {
    width: 100%;
    text-align: center;
}

.landing-page-faqs h1 {
    text-align: center;
}

.landing-page-faqs .sp-easy-accordion {
    margin-top: 40px;
}

.landing-page-faqs {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
}

.landing-page-faqs p {
    line-height: 28px;
}

.text-align-center {
    text-align: center;
}



.landing-page-footer {
    background-color: #fff;
    margin: 70px 0 90px 0;
    display: flex;
    align-items: center;
    padding: 50px 10%;
    justify-content: space-between;
}

.landing-page-footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.landing-page-footer-logo img {
    margin-right: 20px;
}

.landing-page-footer-links a {
    color: #707070;
    margin-left: 10px;
}


#landing-page-product-gallery
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#landing-page-gallery-label
{
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 28px;
    position: absolute;
}

#landing-page-gallery-main-img
{
    position: relative;
    width: 50%;
    border: 1px solid rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 50px 20px;
    transition: 0.3s all;
}

#landing-page-gallery-main-img img 
{
    max-width: 100%;
    width: 100%;
    height: auto;
}

#landing-page-gallery-thumbnails
{
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    width: 45%;
    margin-left: 20px;
}

#landing-page-gallery-thumbnails div
{
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;

}

#landing-page-gallery-thumbnails div img 
{
    width: 150px;
    height: auto;
    max-height: 100%;
    padding: 10px;
}







/*	########################################################

		CSS loader / spinner styles

	########################################################	*/

#landing-page-gallery-main-img .lds-ring 
{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    }

    #landing-page-gallery-main-img .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid rgb(0, 0, 0);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(0, 0, 0) transparent transparent transparent;
    }

    #landing-page-gallery-main-img .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
    }

    #landing-page-gallery-main-img .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
    }

    #landing-page-gallery-main-img .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
    }

    @keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}








/*		MEDIA QUERIES 		*/

@media only screen and (max-width: 1400px)
{
	.landing-page-benefits-columns,
    .landing-page-badges-columns {
		width: 100%;
	}

	.landing-page-testimonials {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px)
{
	.testimonials-columns-container {
		flex-direction: column;
	}

	.testimonials-columns-container .column {
		width: 100%;
	}
}

@media only screen and (max-width: 1150px)
{
    #landing-page-gallery-main-img
    {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    #landing-page-gallery-thumbnails
    {
        margin-left: 0px;
    }

    #landing-page-gallery-main-img,
    #landing-page-gallery-thumbnails
    {
        width: 100%;
    }

    #landing-page-gallery-main-img img 
    {
        width: 70%;
    }

    #landing-page-gallery-label 
    {
        bottom: -50px;
        left: 0px;
        width: calc(100% + 40px);
        text-align: center;
        padding: 20px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 28px;
        position: relative;
    }
}

@media only screen and (max-width: 768px)
{
	.landing-page-benefits-columns,
    .landing-page-badges-columns {
		flex-direction: column;
	}

	.landing-page-benefits-columns .column,
    .landing-page-badges-columns .column {
		width: 100%;
	}

	.testimonials-columns-container .column {
		width: 100%;
	}

	h1 {
		font-size: 32px;
	}

	#number-plate-size-guide {
		width: 100%;
	}

    #printed-badges-preview img {
        width: 20%;
        height: auto;
    }
}

@media only screen and (max-width: 700px)
{
	.landing-page-benefits-columns,
    .landing-page-badges-columns {
		width: 100%;
	}

	.change-size-mobile {
		width: 120px;
	}

	#number-plate-size-guide th, #number-plate-size-guide td {
		padding: 6px;
	}

	.left-align-mobile {
		text-align: left;
	}

	.landing-page-faqs {
		padding: 20px;
		width: 100%;
	}

	#number-plate-size-guide tbody {
		font-size: 14px;
	}
}

@media only screen and (max-width: 650px)
{
    #landing-page-gallery-main-img img 
    {
        width: 100%;
        margin: 20px 0 20px 0;
    }
}

@media only screen and (max-width: 500px)
{
    .landing-page-footer {
        margin: 70px 0 20px 0;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .landing-page-footer-logo {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 20px;
    }

    .landing-page-footer-logo img {
        margin-right: 20px;
        margin-top: 40px;
    }

    #landing-page-gallery-thumbnails div
    {
        width: 30%;
    }

    #landing-page-gallery-thumbnails div img {
        width: 90px;
        height: auto;
        max-height: 100%;
        padding: 3px;
    }

    #landing-page-gallery-main-img {
        padding: 5px;
    }

    #landing-page-gallery-label 
    {
        bottom: -5px;
        width: calc(100% + 10px);
    }
}

@media only screen and (max-width: 400px)
{
	.landing-page-benefits-columns,
    .landing-page-badges-columns {
		margin: 0 auto;
	}

	.landing-page-product-features {
		padding: 10px;
	}

	.landing-page-benefits-columns .column,
    .landing-page-badges-columns .column {
		padding: 0px;
		margin-bottom: 30px;
	}

	.landing-page-faqs .sp-easy-accordion .sp-ea-single .ea-header a {
		font-size: 16px;
	}
}

