/*
Theme Name: V Renovation
Theme URI: https://v-renovation.gr
Author: V Renovation
Description: Custom WordPress theme for v-renovation.gr
Version: 1.0
Text Domain: v-renovation
*/

/* =========================================
   V Renovation - WordPress adjustments
   ========================================= */

/* Βασική γραμματοσειρά */
body {
    font-family: 'Open Sans', sans-serif;
}


/* =========================================
   ΚΕΝΤΡΙΚΑ ΚΕΙΜΕΝΑ SECTIONS
   ========================================= */

.heading {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.heading h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.heading p {
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   MENU
   ========================================= */

.main-nav {
    min-height: 70px;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.navbar-nav > li > a {
    font-size: 14px;
    padding: 25px 15px;
}


/* =========================================
   SLIDER
   ========================================= */

#home-slider .caption {
    text-align: center;
}

#home-slider .caption img {
    width: auto;
    max-width: 340px;
    margin: 0 auto 20px;
}

#home-slider .caption p {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 28px;
}

#home-slider .caption .btn-start {
    font-size: 15px;
    padding: 13px 30px;
}


/* =========================================
   ΥΠΗΡΕΣΙΕΣ
   ========================================= */

#portfolio {
    padding-top: 70px;
}

#portfolio .heading {
    margin-bottom: 50px;
}

.folio-info h3 {
    font-size: 18px;
}


/* =========================================
   ΕΤΑΙΡΕΙΑ
   ========================================= */

#about-us {
    padding: 70px 0;
}

#about-us .about-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

#about-us .about-info p {
    font-size: 15px;
    line-height: 1.8;
}

#about-us .our-skills img {
    max-width: 240px;
    margin: 0 auto;
}


/* =========================================
   ΠΕΛΑΤΕΣ
   ========================================= */

#team {
    padding: 100px 0 70px;
}

#team .heading {
    margin-bottom: 65px;
}

#team .heading h2 {
    font-size: 30px;
}

#team .heading p {
    font-size: 15px;
    line-height: 1.8;
}

.team-member img {
    width: 100%;
    height: auto;
}


/* =========================================
   TWITTER / ΕΝΔΙΑΜΕΣΟ SECTION
   ========================================= */

#twitter {
    padding: 70px 0;
}

#twitter .twitter-icon img {
    max-width: 230px;
    margin: 0 auto;
}

#twitter-carousel p {
    font-size: 20px;
}


/* =========================================
   ΕΠΙΚΟΙΝΩΝΙΑ
   ========================================= */

#contact-us {
    padding: 90px 0 70px;
}

#contact-us .heading {
    margin-bottom: 60px;
}

#contact-us .heading h2 {
    font-size: 30px;
}

#contact-us .heading p {
    font-size: 15px;
    line-height: 1.7;
}

.contact-info {
    font-size: 15px;
}

.contact-info .address li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.contact-form img {
    max-width: 240px;
    margin: 0 auto;
}


/* =========================================
   FOOTER
   ========================================= */

#footer {
    font-size: 13px;
}

.footer-bottom {
    padding: 20px 0;
}


/* =========================================
   ΜΕΓΑΛΗ ΟΘΟΝΗ
   ========================================= */

@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

    .heading h2,
    #about-us .about-info h2,
    #team .heading h2,
    #contact-us .heading h2 {
        font-size: 26px;
    }

    .heading p,
    #about-us .about-info p,
    #team .heading p,
    #contact-us .heading p {
        font-size: 14px;
    }

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #team {
        padding-top: 80px;
    }

    #contact-us {
        padding-top: 80px;
    }
}


/* =========================================
   ΚΙΝΗΤΟ
   ========================================= */

@media (max-width: 767px) {

    .heading {
        max-width: 100%;
    }

    .navbar-brand img {
        max-height: 42px;
    }

    #home-slider .caption img {
        max-width: 220px;
    }

    #home-slider .caption p {
        font-size: 18px;
    }

    #home-slider .caption .btn-start {
        font-size: 13px;
        padding: 10px 20px;
    }

    .heading h2,
    #about-us .about-info h2,
    #team .heading h2,
    #contact-us .heading h2 {
        font-size: 24px;
    }

    .heading p,
    #about-us .about-info p,
    #team .heading p,
    #contact-us .heading p {
        font-size: 14px;
    }

    #about-us,
    #team,
    #twitter,
    #contact-us {
        padding: 50px 0;
    }

    #portfolio {
        padding-top: 50px;
    }

    #team .heading,
    #contact-us .heading {
        margin-bottom: 40px;
    }
}