

/*!
WIDGETS
*/.widget {
    border-bottom: 2px solid rgba(239, 239, 239, 1);
    padding: 2.5rem 0;
}
.widget:first-child {
    padding-top: 0;
}
.widget:last-child {
    border: none;
}
.widget ul {
    padding-left: 0;
}
.widget .widget-title {
    font-family: 'Roboto', arial;
    font-size: 1.286rem !important;
    margin-bottom: 1.1rem;
    margin-top: 0;
}
.widget .widget-title p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 1.1rem;
    margin: 0;
}
.widget-twitter .btn {
    float: right;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 0;
}
.widget-twitter .tweets-list {
    padding-left: 40px;
    overflow: hidden;
}
.widget-twitter .tweets-list ul {
    position: relative!important;
}
.widget-twitter .tweets-list li {
    position: relative;
    padding-top: 1rem;
    padding-left: .8rem;
}
.widget-twitter .tweets-list li a:hover {
    text-decoration: underline;
}
.widget-twitter .tweets-list li img {
    position: absolute;
    top: 1rem;
    left: -40px;
    width: 40px;
    border-radius: 50%}
.widget-twitter .tweets-list li small {
    display: block;
    color: rgba(0, 0, 0, .45);
    font-size: .85rem;
    font-weight: 500;
}
@media (max-width:1500px) {
    .sidebar-left .widget-twitter .tweets-list li img, .sidebar-right .widget-twitter .tweets-list li img {
    display: none;
}
.sidebar-left .widget-twitter .tweets-list, .sidebar-right .widget-twitter .tweets-list {
    padding-left: 0;
}
}.widget-products .product {
    border: none;
    margin: 0;
    background: 0 0;
    padding-bottom: 0!important;
}
.widget-products .product img {
    border-radius: 50%;
    max-width: 65px;
	border: #efefef 1px solid;
}
.widget-products .product .product-title {
    font-size: 1.143rem;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 8px;
}
.widget-products .product .product-info {
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    font-size: .9rem;
    padding: 0;
}
.widget-products .product .product-info .product-price, .widget-products .product .product-info .product-rating {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.widget-products .product .product-info .product-price {
    font-size: 1.071rem;
    float: left;
}
.widget-products .product .product-info .product-rating {
    padding-left: 1rem;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.widget-products .product:hover .product-info .product-rating {
    opacity: 1;
}
#fb-widget, .fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100%!important;
}
.widget-pinterest>span {
    width: 100%!important;
    max-width: 800px!important;
}
.widget-categories ul {
    margin-bottom: 0;
}
.widget-carousel .flexslider {
    width: 99.7%}
.widget-brands {
    padding-bottom: 1.5rem;
}
.widget-brands .owl-carousel {
    opacity: .5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.widget-brands .item {
    width: 70%;
    margin: 1rem auto 0;
}
.widget-brands .item img {
    width: 100%}
@media (max-width:992px) {
    .widget-brands .item {
    max-width: 300px;
}
}.widget-dribbble ul, .widget-flickr ul {
    max-width: 400px;
}
.widget-ads img {
    margin: auto;
}
.widget.widget-social-icons {
    padding-bottom: 1.9rem;
    width: calc(100% + .4rem);
}
.widget.widget-social-icons .icon-circle a, .widget.widget-social-icons .icon-rounded a, .widget.widget-social-icons .icon-square a {
    margin: 0 .2rem .2rem 0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 1.35rem;
}
.widget.widget-social-icons .icon-hover a:hover i {
    transform: translateY(-39px);
}
.widget.widget-text {
    padding-bottom: 1.9rem;
}
.widget-links ul {
    margin-bottom: 0;
}
.widget-links li {
    list-style: none;
    padding: .3rem;
	font-weight: 400;
}
.widget-links li a {
    color: rgba(0, 0, 0, .9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.widget-links li a:hover {
    color: rgba(10,37,62,0.5);
}
.widget-links li a::before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: .5rem;
    font-size: .9rem;
    color: rgba(0, 0, 0, .6);
}
.tags a, .widget .tags a {
    padding: 3px 10px;
    margin: 0 7px 7px 0;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85rem;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.tags a:hover, .widget .tags a:hover {
    background: #E2785D;
    border: 2px solid transparent;
    color: #fff!important;
}
.widget-colors-filter ul.colors-filter {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 1rem;
}
.widget-colors-filter ul.colors-filter>li {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.widget-colors-filter ul.colors-filter>li a {
    display: inline-block;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, .1);
    height: 34px;
    width: 34px;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}
.widget-colors-filter ul.colors-filter>li.grayscale a {
    background: #DBDBDB!important;
}
.widget-flickr::after, .widget-flickr::before {
    content: "";
    display: table;
    clear: both;
}
.widget-flickr .flickr-list {
    width: 100%;
    position: relative;
    padding-left: 0;
}
.widget-flickr .flickr-list li {
    width: 25%;
    float: left;
    display: inline-block;
    list-style: none;
}
.widget-flickr .flickr-list li img {
    width: 100%;
    padding: 0 2px 2px 0;
    margin-bottom: 0!important;
}
.widget-dribbble .dribbble-list {
    width: 100%;
    position: relative;
    padding-left: 0;
}
.widget-dribbble .dribbble-list li {
    width: 25%;
    display: inline-block;
    list-style: none;
}
.widget-dribbble .dribbble-list li img {
    width: 100%;
    padding: 0 2px 2px 0;
}
.widget-posts .post {
    border: none;
    margin: 0 0 .8rem;
    background: 0 0;
    padding-bottom: 0!important;
}
.widget-posts .post .media-body {
    padding-left: .4rem;
}
.widget-posts .post:last-child {
    margin-bottom: 0;
}
.widget-posts .post img {
    border-radius: 3px;
    max-width: 65px;
}
.widget-posts .post .post-title {
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 8px;
}
.widget-posts .post .post-meta {
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    font-size: .9rem;
}
.widget-comments .comment {
    margin-bottom: 1rem;
}
.widget-comments .comment p {
    font-family: 'lato', arial!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 20px;
}
.widget-comments .comment p.comment-meta {
    color: rgba(0, 0, 0, .5);
    font-weight: 600;
    font-size: .8em;
    margin-top: .3rem;
    letter-spacing: 1px;
}
.widget.select-filters .select-filter {
    margin: 0 0 1.5rem;
}
.table-buy .widget.select-filters .select-filter {
    margin: 0 0;
}
/*!
RESTAURANT / CAFE
*/.clean-design .tp-caption-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.clean-design .tp-caption-subtitle {
    font-size: 2rem;
}
.slide-chefs img {
    max-width: 350px;
    margin: auto;
}
.menu-restaurant {
    padding-left: 0;
}
.menu-restaurant li {
    list-style: none;
    padding: .5rem 0;
    position: relative;
}
.menu-restaurant li::after, .menu-restaurant li::before {
    display: table;
    content: "";
    clear: both;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}
.menu-restaurant a {
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat, arial;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy, 'lato', arial;
    font-size: 1.2rem;
}