/*======================================
Theme Name: leonardo-beton
Theme URI: https://divicake.com/
Description: Theme for leonardo-beton
Version: 1.0
Author: Srdjan Nikolin
Author URI: http://nikolins.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
body {font-family:'Tahoma' !important;}
h3 {font-family:'Tahoma' !important;font-size: 20px;color:#383336;}



html #page-container {
    padding-top: 0 !important;
}
html #main-header {
    top: 0px !important;
    position: relative !important;
}
#main-header .container.clearfix.et_menu_container {
    background: #626261;
    padding: 0 30px;
}
.current-menu-item {
    background: #f1864f;
    border-radius: 15px;    
}
#main-header .current-menu-item a, #main-header .menu-item a, #main-header .menu-item {
    padding-bottom: 0 !important;
    line-height: 2 !important;
}
#top-menu li {
    padding: 0 30px;
}
html #top-menu>li:last-child {
    padding-right: 30px;
}
div#et-top-navigation {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#logo {
    max-height: 90% !important;
    height: 90% !important;
}
#services-home .et_pb_text_inner {
    padding: 50px;
    background-image: url(https://leonardo-beton.rs/wp-content/uploads/2019/07/za-nas-nema-malih-poslova-1.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
}
#services-home .et_pb_text_inner h3 {
    line-height: 1.7;
}
#services-home .et_pb_text_inner p {
    text-align: center
}
html #services-home .et_pb_text_inner .big-button {
    color: #fff;
    padding: 5px 70px;
    background: #626261;
    border: 1px solid #fff;
    border-radius: 20px;
    font-weight: bold !important;
    box-shadow: 0px 0px 0px 2px #f1864f;
}
a.big-button.bigblack:after {
    content: url(https://leonardo-beton.rs/wp-content/uploads/2019/07/strelica.png);
    margin-left: 20px;
    top: 3px;
    position: relative;
}
@keyframes puls {
    0%{
        box-shadow: 0px 0px 0px 2px #f1864f;
        }
    50%{
        box-shadow: 0px 0px 0px 10px #f1864f59;
        }
    100%{
        box-shadow: 0px 0px 0px 10px #ffffff00;
        }
}
html #services-home .et_pb_text_inner .big-button {
    animation: puls 1.5s infinite 0s ease-out;
}




/* About us */

#about-us h3 {
    line-height: 1.7;
    text-align: justify;
}
#about-us .et_pb_row {
    border-top: 10px solid #626261;
    border-bottom: 10px solid #626261;
}
#about-us .et_pb_column_1 {
    display: flex;
    align-items: center;
}




/* Contact */

html .et_pb_contact .et_pb_contact_field_half {
    float: left;
    width: 100%;
}

.lft-column {
    background-image: url(https://leonardo-beton.rs/wp-content/uploads/2019/07/kontakt-forma-2.png);
    background-size: contain;
    width: 350px !important;
    height: 549px;
    margin-right: 30px;
}
.rgh-column input, .rgh-column textarea {
    border: 2px solid #f1864f !important;
    border-radius: 20px !important;
}
.rgh-column {
    padding-left: 100px;
}
.rgh-column H2 {
    text-decoration: underline;
    text-align: center;
    color: #626261;
    margin-bottom: 40px;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    padding: 5px 70px;
    background: #626261;
    border: 1px solid #fff !important;
    font-weight: bold !important;
    box-shadow: 0px 0px 0px 2px #f1864f;    
    font-family:'Tahoma' !important;
    font-size: 18px;
}
.rgh-column label {
    color: #626261;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: -20px;
    display: block;
}
.rgh-column form p:last-of-type {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    min-height: 40px
}
textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 200px;
}
.et_pb_row.et_pb_row_0.contact-row.et_pb_equal_columns {
    border-bottom: 10px solid #626261;
    padding-bottom: 0;
}
.contact-txt {
    padding-top: 145px;
    position: relative;
    padding-right: 50px;
}
.contact-txt h5:first-of-type {
    padding-bottom: 20px;
}
.contact-txt h5:nth-child(2) {
    padding-bottom: 20px;
}
.contact-txt h3 {
    font-size: 14px;
    font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
}
/* Nase usluge */

.services h1 {
    max-width: 250px;
    text-align: center;
    background: #626261;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    left: 75px;
    top: 50px;
    position: relative;
}
.services-txt li {
    list-style: none;
    font-family:'Tahoma' !important;
    font-size: 20px;
    color:#383336;
}
.services-txt li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #f1864f; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 2em; /* Also needed for space (tweak if needed) */    
}
#services img, #services .et_pb_image_wrap  {
    width: 100%;
}
.services-txt {
    position: relative;
    top: -135px;
}
.services-txt ul {
    padding-left: 0;
}

/* Galerija */
.galery-row {
    margin-bottom: 200px;
    margin-top: 60px;
}
.galery-row:after {
    border-bottom: 10px solid #626261;
    display: block;
    position: relative;
    top: 200px;
    width: 100%;
    visibility: visible;
}

.galery-row h3 {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}
.galery-mid {
    position: relative;
    top: 155px;
}
.galery-lft {
    left: 55px;
}
.galery-rgh {
    right: 55px;
}


#footer-info {
    width: 100%;
    text-align: center;
}