/*

Theme Name: X – Child Theme for Studio210
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.site, .x-site {
    background-color: #F1F1F1;
}

.x-navbar {
    border-bottom: none;
    background-color: rgba(241, 241, 241, 0.81);
}
.x-navbar .desktop .x-nav > li > a > span{
    padding-left: 15px;
    padding-right: 15px;
}
.x-navbar .desktop .x-nav > .x-active > a > span,
.x-navbar .desktop .x-nav > .current-menu-item > a > span,
.x-navbar .desktop .x-nav > li > a:hover > span{
  border: none;
}
.x-colophon.bottom {
    border-top: none;
    padding: 60px 0;
    text-align: center;
    background-color: #333333;
}

.hentry:last-child .entry-wrap,
.search-results .x-container > .product:last-child .entry-wrap {
    border-bottom: none;
}
.x-brand {
    margin-right: 70px;
}
.p-info{
    display: block;
    float: left;
    padding-top: 50px;
    margin: 0;
    padding-left: 50px ;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height:27px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212121;
}
.p-info .icon-time:before{
    content: " ";
    background: url(imgs/clock-icon.png) no-repeat 0 0;
    display: inline-block;
    height: 27px;
    width: 27px;
    background-size: contain;
    margin-right: 12px;
    float: left;
}
.x-nav-wrap.desktop {
    float: right;
}
.masthead-inline .desktop .x-nav {
    float: left;
}
.x-social-global {
    float: right;
    padding-top: 50px;
}
.x-social-global a{
    line-height: 24px;
    vertical-align: middle;
    margin-left: 40px;
}
.x-social-global a i{
    font-size: 24px;
    width: 21px;
    height: 24px;
}
.x-social-global a i.x-icon-flickr::before{
    content: "";
}
.x-social-global a i.x-icon-flickr{
    background: url(imgs/yelp-icon.png) no-repeat 0 0;
}

.x-colophon.bottom .left-side .widget-footer-logo{
    float: left;
    margin-right: 95px;
}
.x-colophon.bottom .left-side  .x-nav {
    float: left;
    margin: 15px 0;
}
.x-colophon.bottom .left-side  .x-nav li a{
    color: #A3A3A3;
    font-size: 16px;
    line-height: 34px;
}
.x-colophon.bottom .x-colophon-content {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    text-align: right;
    color: #787878;
    text-transform: none;
    margin: 15px 0;
    letter-spacing: 0;
}
.x-text.x-text-headline h1.x-text-content-text-primary{
    font-family: "Abril Fatface", display;
}
a.x-scroll-top.in,
a.x-scroll-top.in:hover{
    border: 1px solid #ECECEC;
    background: #ECECEC;
    opacity: 1;
}
a.x-scroll-top i,
a.x-scroll-top i:before{
    color:  #333333;
}