/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */



.container.has-banner #logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 212px;
}

.container.align-left-logo #logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 212px;
    }

#header-search {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    text-align: right;
    float: left;
    padding-top: 4px;
}

#searchform input.search-input {
    border: 1px solid #000;
    background: #fff url(images/searchsubmit.jpg) no-repeat 100% 0px;
    padding: 12px 40px 12px 20px;
    color: #313131;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    width: 100%;
}

@media only screen and (min-width: 782px) {
#searchform input.search-input:hover {
    background: #fff url(images/searchsubmit_hover.jpg) no-repeat 100% 0px;
}
}


@media only screen and (max-width: 479px) {
    #header-search {
    width: 100%;
} 
}




#header .inner-header {
    background-color: #111111 !important;
}

#header .inner-header .container {
    padding: 8px 0 !important;
}

#header .header-top-wrap {
    background-color: #2f343d;
    width: 100%;
    height: 47px;
}

#header .header-top-nav {
    margin: auto;
    max-width: 1200px;
}

#header .header-top-section {
    display: block;
    position: relative;
    top: 4px;
    float: left;
    padding: 4px;
    font-size: 12px;
}

.header-top-section > ul {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-top-section > ul > li {
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    color: #c1c1c1;
    letter-spacing: 0px;
    text-decoration: none;
}

header .header-top-section > ul.call_center > li .fa {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
    color: #4e525a;
}

header .header-top-section > ul > li h6 {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px;
}

header .header-top-section > ul > li > span {
    display: inline-block;
    padding-left: 5px;
    font-size: 142%;
    color: #f9ce09;
    position: relative;
    top: 1px;
    font-weight: 400;
}


.header-top-section > ul > li.separator-top {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 1px;
    height: 20px;
    background: #999;
    padding: 0;
    margin: 0 6px;
}

#header .header-top-section-right {
    float: right;
}

#header .header-top-section-right .header-top-section {
    /*padding: 4px 8px;*/
    padding: 0;
}


@media only screen and (max-width: 782px) {
    #header .header-top-wrap {
    display: none;
}
}



.post-entry a, .container-single .post-entry a {
    color: #000000;
    font-weight: bold;
}





#navigation {
    height: 40px;
}

#navigation .menu li a{
    line-height: 48px;
}

ul.sub-menu {
    margin-top: -12px !important;
}








/* Dugme nazad na Gigatron */

#navigation .menu li.custom-menu-color a {
    color: #ffb300;
}

#navigation .menu li.custom-menu-color a:hover {
    color: #fff;
}




#go-to-site {
    position: relative;
    float: right;
    /* width: 20px; */
    text-align: center;
    top: 12px;
    display: none;
}

@media screen and (max-width: 960px) {
    #go-to-site {
    display: block;
}
}


/*Menu mobile*/

#navigation .button-menu-mobile {
    line-height: 40px;
}