/** Modifier za post pageove */


div[id*="post-"] {
    margin-bottom: 0;
}


.entry-content {
    padding-top: 0;
    background-color: #1c1c1c;
    /*background-color: #1693A5;*/
    background-image: url('images/ruta2.png'); 
    background-repeat: repeat-y;
    background-position: right;
}

.post-content-container {
    margin: 0px 10px;
    padding: 20px;
    max-width: 900px;
    background-color: #fff;
    border-right: 4px solid #4b4b4b;
    border-left: 4px solid #4b4b4b;
    /*box-shadow: 0px 2px 3px #000;*/
}

.post-content-container.full-post {
    max-width: none;
    overflow: hidden;
}

.about-us-img {
    display: block;
    width: 40%;
    height: auto;
    float: right;
    border: 2px solid #4b4b4b;
    margin: 35px 10px 10px 15px !important;
}


.page-top {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px -2px 2px 0px #000 inset;
    border-bottom: 1px solid #4b4b4b;
}

.page-top img {
    display: block;
    width: 100%;
    height: auto;
}

.page-title-in h1 {
    position: absolute;
    bottom: 20px;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
}

.page-title-in h2 {
    position: absolute;
    top: 20px;
    margin-top: 0;
    color: #000;
    text-shadow: 0px 1px 1px #000;
}

.page-title-in {
    margin: 0 30px;
}



/* Micanje onog edit (zato jer su margine maknute sa forbottom) */
span.edit-link {
    display: none;
}

#rounder {
    position: absolute;    
    border-top: 500px solid rgba(126, 224, 20, 0.6);
    border-right: 300px solid transparent;
    top: -80px;
    left: 0px;
}

.picture-line {
    width: 100%;
    height: 230px;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 0px 0px;
    background-color: #1693A5;
    text-align: center;
    border-top: 4px solid #1693A5;
    border-bottom: 4px solid #1693A5;
    
}


img[class*="wp-image"] {
    margin-top: 10px !important;
}

/*Contact form*/

.contact-form-holder  {
    margin-top: 60px;
    max-width: 700px;
}

.contact-form-holder .form-control {
   box-sizing: border-box; 
}

.contact-form-holder input[type="text"], 
.contact-form-holder input[type="email"], 
.contact-form-holder textarea {
    padding-left: 10px;
}

.contact-form-holder input[type="submit"] {
    border-radius: 5px;
}



/*****************/
/* MEDIA QUERIES */
/*****************/


@media screen and (max-width: 1600px ) {

    .page-top {
        height: 400px;
    }
}

@media screen and (min-width: 1360px) {
    .picture-line {
        background-position: left center;
    }
}

@media screen and (max-width: 800px ) {

    .page-top {
        height: 300px;
    }

    .post-content-container {
        margin: 0; 
        border: none;       
    }

    .page-title-in {
        margin: 0 20px;
    }

    #rounder {
        border-top: 450px solid rgba(126, 224, 20, 0.6);
        border-right: 250px solid transparent;
    }
}


@media screen and (max-width: 650px ) {

    .page-top {
        height: 200px;
    }

    .post-content-container {        
        padding: 10px;
    }

    .page-title-in {
        margin: 0 10px;
    }

    .page-title-in h1 {
        font-size: 20px !important;
        bottom: 15px;
    }

    .page-title-in h2 {
        font-size: 29px !important;
        top: 10px;
    }


    #rounder {
        border-top: 400px solid rgba(126, 224, 20, 0.6);
        border-right: 200px solid transparent;
    }

    .post-content-container h2 {
        font-size: 20px !important;
    }

    .post-content-container h3 {
        font-size: 17px !important;
    }

.about-us-img {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    border: 2px solid #4b4b4b;
    margin: 0px !important;
}
}
