/*--
	Theme Name: theme1833_childtheme
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
	Template: theme1833 
	Version: 1.0 
--*/

/*@import url("../theme1833/style.css");*/

.primary li.menu-item:nth-child(4) ul li.menu-item {
    margin-left: 0px !important;
}

#header {
    margin-bottom: 60px;
}

nav.primary {
    top: 118px;
}

.quote {
    top: 7px;
}

.logo {
    margin-top: 30px;
}

#topnav.sf-menu {
    text-align: center;
}

#topnav.sf-menu li {
    display: inline;
    float: none;
}

#topnav.sf-menu > li > a {
    background-image: url("images/nav-divider.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    display: inline-block;
    margin: auto;
    padding: 0 3% 0 2%;
    width: auto;
}

#topnav.sf-menu > li.last > a {
    background-image: none;
}

#gallery .portfolio li a.image-wrap img {
    display: block;
    float: none;
    margin: 0 auto;
}

li .image_wrap {
  position: relative;
}

.thumb-wrap {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.for_sale_overlay {
    left: 0;
    position: absolute;
    top: 0;
}

.for_sale_price {
    background: #ff9b00;
    color: white;
    bottom: 0;
    font-family: 'CaviarDreamsRegular', 'sans-serif';
    font-size: 25px;
    line-height: 1;
    padding: 10px;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 995px) and (min-width: 768px) {
    .sf-menu li#menu-item-438 a {
        /* margin-right: 150px; */
    }
}