/*
Theme Name: Grecoduct
Theme URI: https://grecoduct.com
Author: Digitality.ba
Author URI: https://www.digitality.ba
Description: Grecoduct
Version: 1.0
*/




@import url('https://fonts.googleapis.com/css?family=Oswald:300,400&display=swap&subset=greek');



body {
    background-color: #fff;
    color: #333;
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

p,
ul {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}




img {
    /* width:100%; */
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a {
    color: #154375;
    
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a:hover {
    color: #fcbc25;
    text-decoration: none;
}

.btn:focus, .btn:active {
    outline: 0;
    box-shadow: none !important;
}



.btn-black {
    text-transform: uppercase;
    border: 2px solid #000;
    letter-spacing: 3px;
}
.btn-black:hover {
    background: #000;
    color: #fff;
}




/**************************************
	           HEADER
**************************************/
header {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 50px;
}
header.small-header {
	height: 230px;
    margin-bottom: 60px;
}



header h1 {
	margin-top: 70px;
	font-size: 90px;
	font-weight: 500;
    letter-spacing: 5px;
}
header.small-header h1 {
    font-size: 70px;
    margin-top: 40px;
}

.cover-p {
    max-width: 900px;
    margin: 30px auto 0;
}
.cover-p p {
    margin-bottom: 10px;
    line-height: 1.2;
}


.cover-big img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cover-overlay {
	background: #10226b;
    background: linear-gradient(135deg, #000 0%, #fff 100%);
	opacity: 0.75;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.header-shape {
    position: absolute;
    bottom: -120px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    z-index: 3;
}
.header-shape-svg {
    width: 100%;
    height: 100%;
}








.navbar {
    position: relative;
    z-index: 4;
}
.navbar-brand {
    position: absolute;
    top: -25px;
}
.navbar-brand img {
    width: 121px;
}

.navbar li a {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.navbar li a:hover {
    text-decoration: underline;
}

/*
.navbar li.active a {
    text-decoration: underline;
}
*/



.navbar button:focus {
	outline: 0 !important;
}
.navbar-toggler {
    width: 100%;
    text-align: right;
    color: #fff;
    margin-top: 25px;
    margin-right: 25px;
    font-size: 22px;
}














/**************************************
	           COVER BOX
**************************************/
.home-cover-box {
    margin-top: -300px;
    position: relative;
    z-index: 6;
    margin-bottom: 100px;
}
.cover-box {
    background: #fff;
    background: linear-gradient(135deg, #8fd7f7 0%, #e6f7ff 100%);
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.cover-box p {
    margin-bottom: 10px;
    line-height: 1.4;
}
.cover-box p:last-child {
    margin-bottom: 0;
}

.box-icon {
	/*
	transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
	*/
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}





/**************************************
	           PROJECTS
**************************************/
.title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.1;
}
.title-city {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}


.project-block .row > div {
    margin-bottom: 30px;
}
.project-box {
    background: #fbfbfb;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.project-box img {
  filter: grayscale(100%);
}
.project-box:hover img {
  filter: none;
}


.project-box h2,
.project-box .project-city
{
    color: #000;
}

.project-box h2 {
    margin: 4px 2px;
    font-size: 28px;
}
.project-box .project-city {
    margin: 0 2px 6px;
}








/**************************************
	           FOOTER
**************************************/
footer {
    position: relative;
    margin-top: 150px;
    padding: 40px 0 5px;
    background: #154375;
    background: linear-gradient(180deg, #666 0%, #000 100%);    
    color: #fff;
}


.footer-shape {
    background: #666;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 3;
    transform: rotate(180deg);
}
.footer-shape-svg {
    width: 100%;
    height: 100%;
}


.foo-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
}
.foo-title::after {
	content: '';
	display: block;
	position: relative;
	margin: 3px 0 10px;
	width: 120px;
	border-top: 2px solid #fff;
	z-index: 1;
}


footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

footer ul li {
    display: block;
    
    font-weight: 300;
}

footer p {
    margin-bottom: 4px;
}


footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}


.foo-icon li {
    display: inline-block;
    margin: 0 13px;
}
.foo-icon li a {
    font-size: 38px;
}
.foo-icon li a:hover {
    color: #fcbc25;
}




.foo-menu li a {
    font-size: 18px;
}


.col-last {
    text-align: right;
}
.col-last .foo-title::after {
    margin-left: auto;
}

.col-center .foo-title::after {
    margin-left: auto;
    margin-right: auto;
}



.viber, .whatsapp {
    margin-top: -3px;
}




.copy {
    font-size: 12px;
}
.copy a {
    color: #eee;
}


.foo-icon img {
  filter: grayscale(100%);
}
.foo-icon img:hover {
  filter: none;
}







.gallery {
    margin-bottom: 70px;
}

.gallery a, #gallery-1 .gallery-item {
	float: left;
	margin: 0 0.5% 1% 0.5% !important;
	width: 24% !important;
}
.gallery a img, #gallery-1 img {
	width: 100% !important;
	height: 180px;
    object-fit: cover;
	border: 0 !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.gallery a:nth-child(2n) {
	transform: translateY(28px);
}

.gallery img {
  filter: grayscale(100%);
}
.gallery img:hover {
  filter: none;
}




.map-box  iframe {
    width: 100%;
    height: 500px;
}






/**************************************
	           RESPONSIVE
**************************************/

@media (max-width: 1199px) {
   
}




@media (max-width: 991px) {
    .header-shape {
        width: 150%;
        left: -25%;
    }    
        
    .navbar-brand img {
        width: 80px;
    }
    

    .navbar-nav li {
        text-align: right;
    }     
 
    
    
    header h1 {
        font-size: 72px;
        margin-top: 80px;
        padding: 0 15px;
    }
    header h2 {
        font-size: 24px;
        padding: 0 15px;
    }    
    
    .col-center {
        margin-top: 30px;
    }
    
    .foo-title, footer {
        text-align: center;
    }
    .foo-title::after {
        margin-left: auto;
        margin-right: auto;
    }
    .col-last {
        text-align: center;
    }
    
    
    
}


@media (max-width: 768px) {
    header h1 {
        font-size: 52px;
        margin-top: 90px;
    }
    header h3 {
        font-size: 22px;
    }   
    
    .galerija a, #gallery-1 .gallery-item {
        margin: 0 1% 2% 1% !important;
        width: 48% !important;
    }    
    
}


@media (max-width: 591px) {

    header {
        height: 300px;
    }
    
    .header-shape {
        width: 200%;
        left: -50%;
    }   
    header.small-header {
        margin-bottom: 30px;
        height: 180px;
    }
    header.small-header h1 {
        margin-top: 10px;
        font-size: 50px;
    }

    .navbar-toggler {
        margin-right: 12px;
    }

    header h1 {
        font-size: 48px;
        text-transform: uppercase;
        margin-top: 50px;
    }    
    header h2 {
        font-size: 20px;
    }
    header h1 span {
        display: block;
        
    }
    
    header h3 {
        margin-top: 40px;
        font-size: 19px;
    }     
    
    .cover-box p {
        font-size: 16px;
    }    
  
    .foo-menu li a {
        text-transform: uppercase;
    }    
    
    
    .gallery a, #gallery-1 .gallery-item {
        float: left;
        margin: 0 1% 1% 1% !important;
        width: 48% !important;
    } 
    .gallery a img, #gallery-1 img {
        height: 120px;
    }
    
    .map-box  iframe {
        height: 300px;
    }    
 
	.navbar li a {
		font-size: 18px;
		letter-spacing: 0;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}	
	
}



@media (max-width: 420px) {
    .folklore-box a img {
        height: 130px;
    }  
    .folklore-box h4 {
        font-size: 18px;
        margin: 1px 0;
        padding: 0 2px;
    }
    .fdate {
        font-size: 14px;
        line-height: 1.2;
    }    
    
    .folklore-box .btn-orange {
        font-size: 17px;
        padding: 4px 20px;
    }    
    
    .news-box {
        height: 240px;
    }    
    
    
    
}


@media (max-width: 370px) {
   
}

h2.daki-subtitle {
	 font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 6px;
    margin-bottom: 40px;
    font-weight: 300;
}
h2.daki-subtitle--light {
    color: #fff;
}
.festivals-box h3 {
    font-size: 19px;
    font-weight: bold;
    margin: 4px 0;
	color: #085290;
}
.dakivid-box h3 {
	font-size: 16px;
    margin: 4px 4px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

H2.daki-news {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}








