/*
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:120%;
}

p, a, span {
    font-family: "Roboto", sans-serif;
    
}
*/


/* Overriding header fonts */
header,
footer,
body h1,
.nav ul a{
    font-family: "Roboto Condensed";
    font-size:100%;
}


/* Overriding body fonts */

body,
footer,
footer.main a,
.account-links a,
.ProductDetails {
    font-family: "Roboto";
}


.productAttributeValue {
    float:left;
}


/* Making jewelry page headings larger */
body h1 {
    font-size:140%;
}


/* Overriding weird image max-width rule so that artist photo is proper size */
img.portrait {
    max-width:none;
}


/*
.row.row-slideshow {
    width:auto;
    max-width:none;
}
*/


.footer-menu {
    background-color:#525252;
    text-align:center;
    padding:20px;
}



footer.main a.footer-menu-item  { 
    color: #FFFFFF;
    padding:0px 18px;
    font-size: 105%;
    font-family: "Roboto Condensed";
}

footer.main a.footer-menu-item:hover {
    color: #ededed;
}


/*Change blog post titles on main blog page from red to black*/
h1>a {
    color: #000;
}

/*Center social links under product photo*/
ul.social-links {
    float:none;
    margin-left:120px;
}


footer>div>div>ul.social-links {
    float:none;
    margin-left:90px;
}

/*Change quantity dropdown to match formatting of color dropdown*/
.quantityInput {
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    line-height: 13px;
    outline: none;
    height: 32px;
    padding: 7px;
    margin-bottom: 9px;
}

/*Center social links in footer within their divs*/
ul>li>a>i {
    text-align:center;
}


.three, .row .three {
width: 33.333%;
}


.subscribe_form .nl_email {
    width:230px;
    margin:auto;
    margin-bottom:14px;
}


.slick_share_links a {
    font-size: 200%;
    padding: 1em;
}