:root {
    /*--primary-color: #fecc00;*/
	--primary-color: #dab371;
    --widget-background-color: #dEd548;
    --widget-text-color: #222222;
    --footer-widget-text-color: #ffffff;
    --font-weight-bold: 700;
    --border-radius-medium: 8px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

h1 {
    font-weight: 400;
}

a {
    outline: none;
    text-decoration: none;
    color: #000000;
}

::marker {
    font-weight: bold;
}

/* HEADER */

.espa-banner img {
	max-width: 450px;
	width: 100%;
}

#masthead .navbar img {
    max-width: 220px;
    height: auto;
}

#masthead.container,
#thumbnail.container {
    max-width: 1600px;
}

/* HERO */

#hero {
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%),
    url(https://dfrantzis.5cdesign.gr/wp-content/uploads/2024/08/AdobeStock_872731589_15.png);*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%),
    url(https://frantzisant.gr/wp-content/uploads/2024/08/AdobeStock_872731589_15.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    letter-spacing: .1rem;
    margin-bottom: 100px;
}

#hero h1 {
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: .15rem;
    text-shadow: 2px 2px #4d4d4d;
    text-transform: uppercase; 
}

#hero .col-md-8 {
    padding-top: 3rem;
}

#hero-video-container {
    height:80vh;
}
  
#hero-video {
    width:100%;
    height:100%;
    object-fit: cover;
    background:black;
    clip-path: polygon(16% 0,100% 0,100% 100%,0% 100%);
}

/* NAVBAR */

.navbar ul li a {
    font-weight: 500 !important;
}

/* CONTENT */

.site-content {
    max-width: 1300px;
    margin: 0 auto 100px auto;
}

/*.site-content #thumbnail {
    margin-bottom: 100px;
}*/

.site-content ul li {
    margin-bottom: 20px;
}

/*.site-content a {
    color: var(--primary-color);
}*/

.site-content img {
    /*clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);*/
    height: auto;
}

.home .site-content {
    max-width: initial; 
    margin: initial initial 100px initial; 
}

.home .site-content {
    margin-top: -160px;
}

#main-content {
    padding-right: 300px;
    padding-left: 100px;
}

/*.entry-header h1::before {
    content: "";
    position: absolute;
    left: 0; 
    bottom: -8px; 
    width: 10%; 
    height: 2px; 
    background-color: #fecc00;
}*/

.wp-block-button a {
    border-width: 1px;
    border-radius: 0px;
    padding-top: 18px;
    padding-right: 45px;
    padding-bottom: 18px;
    padding-left: 45px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.wp-block-button a:hover {
    background-color: #fecc00;
    border-color: #fecc00;
    color: #000000;
}

.page-id-27  #main-content,
.page-id-45  #main-content,
.page-id-43 #main-content,
.page-id-272 #main-content {
    padding-right: 0;
    padding-left: 0;
}

.page-id-27 h1 a::after {
    display: inline-block;
    -webkit-transform: scale(0.5, 1); 
    -moz-transform: scale(0.5, 1); 
    -ms-transform: scale(0.5, 1); 
    -o-transform: scale(0.5, 1); 
    transform: scale(0.5, 1); 
    content: ">";
    position: relative;
    margin-left: 2px;
}

/*.page-id-43 .site-content img {
    clip-path: unset;
}*/

.wp-block-gallery figure.wp-block-image.size-thumbnail {
    padding: 30px;
}

/* WIDGET */

.widget ul {
    padding-left: 0;
    list-style: none;
}

.widget ul li {
    line-height: 2;
}

 /*.widget ul li a {
   color: var(--widget-text-color);
}*/

/* FOOTER */
#footer {
    background-image: url(https://dfrantzis.5cdesign.gr/wp-content/uploads/2024/08/AdobeStock_872731589_15_2.png);
}

#footer .container {
    max-width: 1600px;
    padding: 10rem 0 10rem 0;
}

#footer .container.border-bottom {
    border-color: #3c3c3c !important;
}

#footer .site-breadcrumb .bi.bi-house,
#footer .site-breadcrumb .bi.bi-chevron-compact-right,
#footer .breadcrumb-item.active,
#footer .site-info {
    color: #909090;
}

#footer .widget-title,
#footer .wp-block-heading {
    font-weight: 400;
    letter-spacing: .1rem;
}

#footer .wp-block-heading {
    margin-bottom: 1.5rem;
}

#footer-widget-area-1 h1.wp-block-heading {
    letter-spacing: 1rem;
    margin-bottom: 1rem;
}

#footer-widget-area-1 h5.wp-block-heading {
    letter-spacing: .5rem;
    color: #fecc00;
}

#footer-widget-area-2 p.widget-title, 
#footer-widget-area-3 p.widget-title,
#footer-widget-area-4 p.widget-title {
    position: relative; 
    display: inline-block; 
    padding-bottom: 10px;
}

#footer-widget-area-2 p.widget-title::before, 
#footer-widget-area-3 p.widget-title::before,
#footer-widget-area-4 p.widget-title::before {
    content: "";
    position: absolute;
    left: 0; 
    bottom: 0; 
    width: 35%; 
    height: 1px; 
    background-color: var(--primary-color);
}

#footer,
#footer a {
    color: var(--footer-widget-text-color);
}

#footer a:hover,
#footer .site-breadcrumb .bi.bi-house:hover {
    color: var(--primary-color);
}

.site-info span {
    letter-spacing: .2rem;
}

@media (min-width: 1200px) {
    /*.h1, h1 {
        font-size: 1.6rem;
    }*/

    #hero h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 1254px) {
    #masthead .navbar img {
        max-width: 180px;
    }

    #masthead .navbar .col-md-5.custom-column,
    #masthead .navbar .col-md-7.custom-column {
        width: 100%;
    }

    #masthead .navbar .col-md-5.custom-column {
        text-align: center;
    }

    .home .site-content {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    #hero h1 {
        font-size: 1.8rem;   
    }

    #footer {
        text-align: center;
    }

    #footer .col-md-4, #footer .col-md-2 {
        width: 100%;
    }

    #footer-widget-area-1 {
        margin-bottom: 5rem;
    }
    
    #footer-widget-area-2,
    #footer-widget-area-3,
    #footer-widget-area-4 {
        margin-bottom: 3rem;
    }

    #footer-widget-area-2 h5::before, 
    #footer-widget-area-3 h5::before,
    #footer-widget-area-4 h5::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    #main-content {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 911px) {
    #hero h1 {
        font-size: 1.5rem;   
    }
}

@media (max-width: 768px) {
  	#hero {
		margin-bottom: 150px;
	}
}

@media (max-width: 785px) {
    #hero h1 {
        font-size: 1.2rem;   
    }
}

@media (max-width: 600px) {
    #main-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 459px) {
    #hero h1 {
        font-size: 1.2rem;   
    }

    .custom-align.text-end {
        text-align: center !important;
    }
}