/*
Theme Name: BestSun
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/
@media only screen and (max-width: 767px) {
	#top #header .logo,
	#top #header .logo a,
	#top #header .logo img {
		max-width: 88px !important;
		width: 88px !important;
		height: 80px !important;
		max-height: 80px !important;
	}

}

.logo {
	width: 200px;
	transition: width 200ms;
}

.logo img,
.header-scrolled .a,
.header-scrolled .logo img {
	width: 100%;
	height: auto;
	max-height: none !important;
}

.scrolled .logo {
	width: 100px;
}


/* MODERN PORTFOLIO GRID */
.portfolio-items .portfolio-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.portfolio-items .portfolio-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* PRIJS BADGE OP AFBEELDING */
.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item .price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f97316;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
}

/* DETAIL PAGINA BANNER */
.single-portfolio .entry-content {
    position: relative;
}

.portfolio-top-banner {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

/* PRIJS BOX STIJLING */
.sunbed-price-box {
    background: #fff7ed;
    border: 2px solid #fed7aa;
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
}

.price-main {
    font-size: 36px;
    color: #ea580c;
    font-weight: 900;
    margin: 10px 0;
}

.price-sub {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

/* KNOOP OM CONTACT OP TE NEMEN */
.contact-cta-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
    background: linear-gradient(to right, #f97316, #ea580c);
    color: white;
    padding: 18px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}