/*
Theme Name: Living
Theme URI: http://feb16th.com/living
Description: A WordPress Blog Theme
Author: Feb16th.com
Author URI: http://feb16th.com
Version: 1.0.3
Text Domain: living
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*--------------------------------------------------------------------------------

[Table of contents]

1. RESET CSS
2. BASE CSS
3. MENU CSS
4. HEADER CSS
5. POST CSS
6. SINGLE PAGE CSS
7. COMMENT CSS
8. POST META CSS
9. PAGE CSS
10. PAGE-SEARCH CSS
11. SIDEBAR-WIDGET CSS
12. INSTAGRAM FOOTER CSS
13. FOOTER CSS
14. ARCHIVES CSS
15. WORDPRESS CORE CSS
16. 404 CSS
17. CONTACT FORM 7 CSS
18. WooCommerce
19. RESPONSIVE CSS

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. RESET CSS
/*-----------------------------------------------------------------------------------*/

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,img {
    border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}
ol,ul,li {
    list-style: none
}
caption,th {
    text-align: left
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,q:after {
    content: ''
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
a img {
    border: none
}
strong,b,strong *,b * {
    font-weight: bold;
}
em,i,em *,i * {
    font-style: italic;
}

.hidden{
    display: none;
}
/*-----------------------------------------------------------------------------------*/
/*  2. BASE CSS
/*-----------------------------------------------------------------------------------*/
body {
    background: #FAFAFA;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 20px;
}
p {
line-height: 27px;

}
a {
    text-decoration: none;
    color: #000;
}
::-moz-selection {
    background: #000;
    color: white;
    text-shadow: none;
}
::selection {
    background: #000;
    color: white;
    text-shadow: none;
}
.sticky {
}
.screen-reader-text {
}
.gallery-caption {
}
.bypostauthor{ 
}
.body-content {
    width: 100%;
    margin: 0 auto;
    box-sizing: content-box;
    position: relative;
}

.pagination .older {
    float: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 12px;
}

.pagination .newer {
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 12px;
}

.pagination .older a, .pagination .newer a{
    color: #696969;
}
.pagination .older a:hover, .pagination .newer a:hover{
    color: #000;
}
.pagination{
    padding-bottom: 40px;
    padding-top: 55px;
    clear: both;
}
#content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px
}
.page-search {
    min-height: 400px;
}
.page-search .nothing{
    text-align: center;
}
#content.home-sidebar{
    max-width: 1000px !important;
}
.home-sidebar #main{
    float: left;
    width: 700px;
}
.home-sidebar #sidebar{
    float: right;
    width: 300px;
    padding-left: 20px;
    margin-top: 40px;
    box-sizing: border-box;
}
div.single-content {
    max-width: 768px !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
}
select {
    border: 1px solid #ebebeb;
    line-height: 22px;
    font-size: 12px;
    padding: 10px;
    letter-spacing: 0.75px;
    color: #999999;
    max-width: 100%;
}
form#searchform{
    position: relative;
}
/*-----------------------------------------------------------------------------------*/
/*  3. MENU CSS
/*-----------------------------------------------------------------------------------*/
#nav-wrapper {
    float: right;
    display: none;
}
#nav-wrapper .menu li {
    display: inline-block;
    position: relative;
    transition: all 0.5s;
}
#nav-wrapper .menu li a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 75px;
    color: #696969;
    display: block;
    padding: 0 10px;
    font-weight: 500;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
    font-family: 'simple-line-icons';
    content: "\e604";
    margin-left: 5px;
    color: #b5b5b5;
    font-size: 9px;
}
.menu-item .menu-dropdown{
    display: none;
}
ul.menu > li.menu-item:active,
ul.menu > li.current-menu-item {
    font-weight: 600;
}
#nav-wrapper .menu li.current-menu-item > a,
#nav-wrapper .menu li.current_page_item > a,
#nav-wrapper .menu li a:hover {
    opacity: 1.5;
}
/* ----- DROPDOWN ----- */
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    left: -1px;
    z-index: 99999;
    border: 1px solid #edeeee;
    text-align: justify;
}
ul.sub-menu li.menu-item a{
    min-width: 195px !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
    padding: 6px 10px;
    line-height: 25px;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
    padding-right: 0;
    margin-right: 0;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
    display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {
    left: 100%;
    top: 0;
}
.top-btn-menu {
    float: right;
    display: inline-block;
    line-height: 75px;
    margin-left: 20px;
}
#nav-menu-icon{
  width: 24px;
  height: 15px;
  position: relative;
  margin: 30px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-menu-icon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-menu-icon span:nth-child(1) {
  top: 0px;
}

#nav-menu-icon span:nth-child(2),#nav-menu-icon span:nth-child(3) {
  top: 7px;
}

#nav-menu-icon span:nth-child(4) {
  top: 14px;
}

#nav-menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.f16-adminbar{
    margin-top: 30px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  4. HEADER CSS
/*-----------------------------------------------------------------------------------*/

/* --- SEARCH --- */
.header-search input {
    width: 135px;
    background: transparent;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 6px 10px 6px 32px !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 15px;
    font-family: 'Raleway', sans-serif;
}
.header-search input:focus {
    outline: none;
}
#icon-search-f{
    font-size: 12px;
    color: #D0D0D0;
    position: absolute;
    top: 35px;
    left: 13px;
}

/* --- TOP BAR --- */
.top-header {
    display: block;
    height: 20px;
}
#top-bar {
    height: 75px;
    border-bottom: 1px solid #edeeee;
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}
#top-bar .container{

    max-width: 750px;
    margin: 0 auto;
}
#logo{
    float: left;
    line-height: 75px;
}
#logo h1{
    margin: 0 auto;
    letter-spacing: 2px;
}
#logo h1 a,#logo h2 a{
    text-transform: uppercase;
}
#logo .site-description, #main-logo .site-description, #footer-logo .site-description{
    display: none;
}

header#header {
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}

.header-search {
    text-align: center;
    line-height: 75px;
    float: left;
    margin-left: 35%;
    position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}

/* --- TOP BANNER --- */
.single-content .home-banner{
    margin-bottom: 35px;
}
.top-overlay{
    position: relative;
    display: block;
}
.top-overlay .img-overlay:before{

    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    opacity: 1;
    top: 0;
    left: 0;
}
.img-overlay img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.top-overlay-content{
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    width: 85%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    margin: 0;
    padding: 10px;
    color: #fff;
    z-index: 10;
}
.top-overlay-content h1{
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 1px;
}
.top-overlay-content h2{
    font-size: 15px;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
}
.top-overlay-btn a{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    margin-right: 10px;
    padding: 6px 15px;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.top-overlay-btn a:hover{
    background-color: #fff;
    color: #000;
}
.top-overlay-btn .overlay-a1{
    background-color: #fff;
    color: #000;
}

.top-overlay-btn {
    margin-top: 25px;
}
a.top-overlay-close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

/*-----------------------------------------------------------------------------------*/
/*  5. POST CSS
/*-----------------------------------------------------------------------------------*/
.post-header h2 {
    margin-top: 24px;
}

img.wp-post-image {
    width: 100%;
    height: auto;
}

.post .post-header span.cat {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
}
.boxes-share {
    position: absolute;
    top: 0px;
    right: 24px;
}
.post-shared-icon {
    color: #02b875;
    font-size: 18px;
    cursor: pointer;
}

ul.boxes-share-dropdown {
    display: none;
    position: absolute;
    top: 32px;
    right: -5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.boxes-share-dropdown a {
    color: #fff;
    padding: 5px 5px;
    display: block;
}

.post-header span.date {
    color: #909090;
    font-size: 11px;
    letter-spacing: 1px;
}
.post-header span.single-date {
    color: #909090;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
.post .post-header span.cat a {
    letter-spacing: 1px;
    color: #909090;
    text-transform: uppercase;
}
article.post {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #edeeee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
}
article.post .meta-comments{
    float: right;
    line-height: 1.4;
}
article.post .meta-comments a{
    font-family: 'Raleway', sans-serif;
}
article.post .post-likes{
    float: left;
    line-height: 1.4;
}
.single-page .post-likes {
    float: left;
    line-height: 1.4;
}
.single-page .meta-share{
    float: right;
}
.single-page .meta-share a{
    color: #989898;
    padding-left: 5px;
}
.living-like-post i, .meta-comments i{
    font-size: 18px;
    color: rgba(0,0,0,.8);
    line-height: 1.4;
    float: left;
}
.living-like-post i{
    color: #F06292;
}
span.living-like-post-count {
    margin-left: 4px;
    font-size: 16px;
    color: rgba(0,0,0,.3);
    line-height: 1.6;
    letter-spacing: 0.75px;
    font-family: 'Roboto Condensed', sans-serif;
}
span.living-cmt-post-count{
    margin-left: 5px;
    font-size: 16px;
    color: rgba(0,0,0,.3);
    line-height: 1.6;
    font-family: 'Roboto Condensed', sans-serif;
}
.post-header h2 a,
.post-header h1{
    font-size: 20px;
    letter-spacing: 0px;
    text-align: justify;
    font-weight: 400;
    color: #0d3c5f;
    letter-spacing: 0.7px;
}
span.more-button {
    font-size: 17px;
    color: #909090;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
span.more-button:hover {
    color: #424243;
}

/*-----------------------------------------------------------------------------------*/
/*  6. SINGLE PAGE CSS
/*-----------------------------------------------------------------------------------*/
.single-page{
    background-color: #fff;
    border: 1px solid #edeeee;
    border-radius: 3px;
    box-sizing: border-box;
}

.single-page .post-header h1.post-title {
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.4px;
}
.single-page .post-header span.cat {
    text-align: center;
    display: block;
    padding-top: 5px;
    letter-spacing: 3px;
}
.single-page .post-header span.cat a{
    text-transform: uppercase;
    font-size: 12px;
    color: #5F5F5F;
}
.single-page blockquote{
    border-left: 3px solid;
    border-color: #696969;
    padding: 0 18px;
    font-style: italic;
    letter-spacing: 1.25px;
    margin: 10px 0;
    background-color: #F3F3F3;
    font-size: 12px;
}
.post-header {
    padding: 0px 22px;
    position: relative;
}
.single-page .post-header {
    padding: 15px 0px;
}
.post-entry {
    margin: 0 auto;
    letter-spacing: 0.2px;
    margin-top: 10px;
    padding: 0 24px;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #313131;
    text-align: justify;
}
.post-meta {
    width: 100%;
    max-width: 552px;
    margin: 0 auto;
    border-top: 1px solid #edeeee;
    margin-bottom: 45px;
    font-size: 16px;
    padding-top: 7px;
}

.single-content .post-meta {
    max-width: 655px !important;
}
.single-post-shared-icon {
    display: inline-block;
    margin-left: 10px;
    color: #02b875;
    cursor: pointer;
}
.single-share {
    display: inline-block;
    visibility: hidden;
}
.single-share.sshow {
    visibility: visible;
}

.single-page .post-entry {
    max-width: 768px;
    width: 85%;

}
.post-tags {
    padding: 20px 0px;
    text-align: justify;
    margin-bottom: 12px;
}
.post-tags a {
    padding: 0 8px;
    margin-left: 5px;
    border-bottom: none !important;
    font-weight: 600;
    color: #000 !important;
}
.post-author {
    margin: 15px auto;
    margin-bottom: 20px;

    overflow: hidden;
    padding: 25px 20px;
    width: 220px;
    height: 205px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #DCDCDC;
}
.author-img {
    width: 100px;
    margin: 0 auto;
    padding-top: 23px;
}

.author-content {
    text-align: center;
}

.author-img img{
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.author-content h5 a{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 6px 0;
    display: block;
}
.author-content .author-social{
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #6D6D6D;
}
.post-related .post-box{
    text-align: center;
    padding-top: 31px;
    border-top: 1px solid #edeeee;
}
.item-related{
    width: 44.22222%;
    margin-left: 26px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.item-related h3 {
    text-align: center;
    margin: 0 auto;
}
.post-entry ul, .post-entry ol {
    padding-left: 45px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.post-entry ol li {
    margin-bottom: 12px;
    list-style: decimal;
}

.post-entry ul li {
    line-height: 28px;
}

.post-related {
    padding-top: 30px;
}
.post-related .post-box-title{
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #999;
}
.item-related h3 a{
    letter-spacing: 1px;
    font-size: 17px;
    color: #525252;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.item-related span.date{
    font-size: 12px;
    font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/*  7. COMMENT CSS
/*-----------------------------------------------------------------------------------*/
.post-comments {
    margin: 0px auto;
}
.post-comments .post-box {
    text-align: center;
    border-top: 1px solid #edeeee;
    margin-top: 35px;
}
.post-comments .post-box-title {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    padding: 35px 0;
    color: #676767;
}
.comments {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 768px;
    padding: 10px 45px;
}
.thecomment {
    padding-bottom: 20px;
    margin-bottom: 34px;
}
.thecomment .author-img {
    float: left;
    margin-right: 20px;
    width: 50px;
}

.thecomment .author-img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.thecomment .comment-text {
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    font-family: 'Raleway', sans-serif;
}
.post-comments span.reply a {
    float: right;
    font-size: 10px;
    background-color: #aaa;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 10px;
    margin-left: 8px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.post-comments span.reply a:hover {
    opacity:.8;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}
.thecomment .comment-text span.date {
    font-size: 10px;
    font-style: italic;
    display: block;
    margin-bottom: 8px;
    color: #B1B1B1;
    letter-spacing: 1px;
}
.post-comments ul.children {
    margin: 0 0 0 55px;
}

#comments ol.comment-list, #comments .comment > ol.children{list-style: none;}

.comment-text ul, .comment-text ol {
    margin-top: 5px;
    padding-left:45px;
    margin-bottom:20px;
}

.comment-text ul li {
    margin-bottom:12px;
    list-style:square;
}

.comment-text ol li {
    margin-bottom:12px;
    list-style:decimal;
}

.comment-text p, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6, .comment-text hr {
    margin-bottom:20px;
}

.comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 {
    color:#000;
    font-weight:700;
}

.comment-text h1 {
    font-size:30px;
}

.comment-text h2 {
    font-size:27px;
}

.comment-text h3 {
    font-size:24px;
}

.comment-text h4 {
    font-size:20px;
}

.comment-text h5 {
    font-size:18px;
}

.comment-text h6 {
    font-size:16px;
}

.comment-text hr {
    border:0;
    height:0;
    border-bottom:1px solid #e5e5e5;
    clear:both;
}

.comment-text table {
    width:100%;
    margin-bottom:22px;
    border-collapse:collapse;
}

.comment-text td, .comment-text th {
    padding: 12px;
}

.comment-text th {
    font-weight:bold;
    font-size:14px;
    background:#f5f5f5;
}

.comment-text tr:hover {
    background:#f9f9f9;
}

.comment-text pre{
    margin-bottom: 15px;
}

#respond {
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 768px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 30px;
}
#respond h3 {
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}
#respond h3 small a {
    text-transform: none;
    font-size: 11px;
    color: #999;
    padding: 4px 6px 5px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 2px;
}
#respond label {
    width: auto;
    font-size: 14px;
    display: inline-block;
    color: #999;
}
#respond input {
    padding: 8px 10px;
    border: 1px solid #edeeee;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 250px;
    color: #5D5D5D;
}
#respond textarea {
    padding: 14px;
    border: 1px solid #edeeee;
    width: 88%;
    height: 120px;
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 20px;
    color: #5D5D5D;
}
#respond #submit {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    color: #585858;
    background: #fff;
    border: 1px solid #edeeee;
    border-radius: 3px;
    padding: 10px 20px;
    margin-top: 25px;
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer;
    width: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  8. POST META CSS
/*-----------------------------------------------------------------------------------*/
.box-meta-shares{
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.box-meta-shares .post-meta{
    float: right;
}
.box-meta-shares .meta-share{
    float: left;
}
span.share-text {
    font-style: italic;
}
.box-meta-shares .meta-share a{
    margin-left: 5px;
}
.post-entry img {
    max-width: 100%;
    height: auto;
}
.post-entry p,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr {
    margin-bottom: 18px;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    color: #000;
}
.post-entry h1 {
    font-size: 26px;
}
.post-entry h2 {
    font-size: 24px;
}
.post-entry h3 {
    font-size: 21px;
}
.post-entry h4 {
    font-size: 19px;
}
.post-entry h5 {
    font-size: 17px;
}
.post-entry h6 {
    font-size: 15px;
}
.post-entry hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    padding: 10px 0;
}
/*-----------------------------------------------------------------------------------*/
/*  9. PAGE CSS
/*-----------------------------------------------------------------------------------*/
article.page{
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #fff;
    border: 1px solid #edeeee;
    border-radius: 3px;
}
article.page .post-header h1, article.page .post-header h2{
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 24px;
}
article.page .post-meta {
    text-align: center;
}
article.page .post-meta a{
    padding:8px;
}
.post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}
.post-entry td,
.post-entry th {
    padding: 12px;
}
.post-entry th {
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f5;
}
.post-entry tr:hover {
    background: #f9f9f9;
}
.post-entry a{
    color: #636363;
    font-weight: 600;
}
.post-entry a:hover{
    color: #000;
}
/*-----------------------------------------------------------------------------------*/
/*  10. PAGE-SEARCH CSS
/*-----------------------------------------------------------------------------------*/
.item-s-header {
    padding: 0px 24px;
}
li.search-item {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border: 1px solid #edeeee;
    border-radius: 3px;
    margin-bottom: 35px;
}
.item-search-title a{
    font-size: 24px;
    letter-spacing: 2px;
}
.item-s-header p{
    font-size: 12px;
}
span.item-s-cat {
    letter-spacing: 1px;
    text-transform: uppercase;
}
span.item-s-cat a{
    color: #909090;
}
span.item-s-date {
    padding-left: 10px;
    color: #909090;
    font-size: 11px;
    letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*  11. SIDEBAR-WIDGET CSS
/*-----------------------------------------------------------------------------------*/

.widget {
    position: relative;
    margin: 0 auto;
    margin-bottom: 38px;
    width: 100%;
    max-width: 260px;
    font-size: 16px;
}
.widget-title{
    font-size: 18px;
    letter-spacing: 1px;
    color: #383838;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.widget li {
    line-height: 28px;
    font-size: 15px;
}

.widget li a{
    color: #696969;
}

.widget img {
    max-width:100%;
    height:auto;
}

/*** About Widget ***/
.about-widget {
    text-align:center;
}
.about-widget img {
    margin-bottom:10px;
    max-width:100%;
    height:auto;
}
.about-widget p{
    font-size: 13px;
    color: #808080;
}
.about-round { 
    border-radius:50%;
}
    
/** Social Widget **/
.social-widget {
    text-align:center;
}
.social-widget a:first-child {
    margin-left:0;
}
.social-widget a:last-child {
    margin-right:0;
}

.social-widget a i {
    height:16px;
    width:20px;
    text-align:center;
    line-height:20px;
    color:#161616;
    border-radius:50%;
    margin:0 8px;
    font-size:16px;
}
/** WIDGET ITEMS **/
.widget ul.side-newsfeed li {
    list-style-type:none;
    margin-bottom:17px;
    padding-bottom:13px;
    margin-left:0;
}
.widget ul.side-newsfeed li:last-child {
    margin-bottom:0;
    padding-bottom:0;
}
.widget ul.side-newsfeed li .side-item {
    overflow:hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
    float:left;
    margin-right:14px;
}
.widget ul.side-newsfeed li .side-item .side-image img {
    width:80px;
    height:auto;
}
.widget ul.side-newsfeed li .side-item .side-item-text {
    overflow:hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
    margin-bottom:4px;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    margin-bottom:1px;
    color:#424242;
    display:block;
    font-size:14px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    font-size:11px;
    color:#999;
    letter-spacing: 1px;
    font-style:italic;
}

/*** Instagram widget ***/
#sidebar .instagram-pics li {
    width: 30%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 4px 2px;
}
#sidebar .instagram-pics li img {
    max-width:100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
#sidebar .instagram-pics li img:hover {
    opacity:.87;
}
/*** Search Widget ***/
.widget #searchform input#s {
    border: 1px solid #edeeee;
    padding: 14px 14px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.widget #searchform #s:focus {
    outline:none;
}
.widget_search #icon-search-f{
    top: 14px;
    left: 15px;
    font-size: 14px;
}
.widget #searchform input#s { 
    width:100%;
}
/*** Calender widget ***/
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #f1f1f1; padding-bottom:8px; }
#wp-calendar thead { font-size: 12px;  }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px; font-size:12px; }
#wp-calendar tbody td a { font-weight:700; color:#222; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
/*** Tagcloud widget ***/
.widget .tagcloud a {
    font-size:11px !important;
    letter-spacing:1px;
    text-transform:uppercase;
    background: transparent;
    color:#808080;
    padding:6px 8px 7px;
    margin-right:5px;
    margin-bottom:8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.widget .tagcloud a:hover {
    background-color: #edeeee;
    color: #424242;

    text-decoration:none;
}
/*** Widget categories/archives ***/
.widget_categories ul li, .widget_archive ul li {
    color:#999;
}
.widget_categories li>a{
    width: 100%;
    display: block;
    padding: 5px 10px;
    border: 1px solid #F3F3F3;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.widget_categories li>a:hover{
    border-color: #dadada;
    color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*  12. INSTAGRAM FOOTER CSS
/*-----------------------------------------------------------------------------------*/
#instagram-footer .instagram-title{
    text-align: center;
    padding-bottom: 32px;
    padding-top: 8px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #525252;
}
#instagram-footer p.clear{
    text-align: center;
}
.instagram-pics li {
    display: inline-block;
    width: 15.333333%;
    margin-left: 12px;
    margin-bottom: 7px;
}

.instagram-pics li img {
    display: inline-block;
    width: 100%;
}
div#instagram-footer {
    clear: both;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    max-width: 1010px;
    width: 100%;
}
div#instagram-footer p.clear a {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.5px;
}
/*-----------------------------------------------------------------------------------*/
/*  13. FOOTER CSS
/*-----------------------------------------------------------------------------------*/
div#footer {
    padding-top: 20px;
    clear: both;
}
div#footer-logo {
    text-align: center;
    margin: 25px auto;
}
#footer-logo h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: lighter;
    letter-spacing: 5px;
    font-family: 'Raleway', sans-serif;
}
#footer-logo h3.site-description {
    letter-spacing: 4px;
    font-size: 14px;
    padding-top: 15px;
    color: rgba(0,0,0,.55);
}
.copyright a{
    color: #efa7a1;
}
.center{
    text-align: center;
}
p.copyright{
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #999;
    font-family: 'Raleway', sans-serif;
}
p.copyright i{
    color: #d55;
}
div#footer-social {
    text-align: center;
    padding-bottom: 25px;
}
div#footer-social a {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-left: 10px;
}
div#footer-social a:before{
    content: "-";
    padding-right: 10px;
    color: #cea525;
}
div#footer-social a:first-child:before{
    content: "";
    padding-right: 0;
}
.color-fb{
    color: #3B5B98;
}
.color-tw{
    color: #1DA1F2;
}
.color-ins{
    color: #790074;
}
.color-pin{
    color: #D01D15;
}
.color-blv{
    color: #000;
}
.color-gpl{
    color: #DD4E42;
}
.color-tum{
    color: #2C4762;
}
.color-yt{
    color: #E62117;
}

/*-----------------------------------------------------------------------------------*/
/*  14. ARCHIVES CSS
/*-----------------------------------------------------------------------------------*/
.archive-box {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.archive-box span{
    margin-bottom: 10px;
    display: block;
    color: #ADADAD;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 2px;
}
.archive-box h1{
    text-transform: uppercase;
    font-size: 26px;
}

/*-----------------------------------------------------------------------------------*/
/*  15. WORDPRESS CORE CSS
/*-----------------------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*---------- Custom WordPress gallery style ---------*/

.gallery .gallery-caption {
    font-size: 12px;
    color: #888;
}
.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}
.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}
/*-----------------------------------------------------------------------------------*/
/*  16. 404 CSS
/*-----------------------------------------------------------------------------------*/

.error-page {
    text-align: center;
}
.error-page h1 {
    font-size: 186px;
    color: #000;
}
.error-page p {
    color: #999;
    font-style: italic;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  17. CONTACT FORM 7 CSS
/*-----------------------------------------------------------------------------------*/

.wpcf7 input {
    width: 266px;
}
div.wpcf7 {
    overflow: hidden;
    margin-top: 40px;
    margin-left: 30px;
}
.wpcf7 input,
.wpcf7 textarea {
    padding: 8px;
    border: 1px solid #edeeee;
    margin-right: 10px;
    color: #3E3E3E;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.wpcf7 textarea {
    width: 95%;
}
.wpcf7 .wpcf7-submit {
    padding: 10px 50px;
    color: #717171;
    letter-spacing: 5px;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: auto;
    background: #fff;
    border: 1px solid #edeeee;
    border-radius: 3px;
}

/*--------------------------------------------------------------------------------*/
/*  18. WooCommerce
/*--------------------------------------------------------------------------------*/

/** Shop page **/

.woocommerce h2, .woocommerce h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
#container{
    width: 940px;
    margin: 0 auto;
}
.woocommerce ul.products li.product .star-rating{
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 12px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width:30.8%;
    margin-bottom:50px;
}
.woocommerce ul.products li.product a img {
    margin-bottom:8px;
}
.woocommerce ul.products li.product h3 {
    color:#000;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size: 12px;
    padding: 12px 0;
}
.woocommerce ul.products li.product .price {
    text-align:center;
    font-size: 12px;
    color: #868686;
    padding: 3px 0;
    letter-spacing: 1px;
}
.woocommerce ul.products li.product .price del {
    display:inline;
    margin-right:3px;
}
.woocommerce ul.products li.product .price ins {
    font-weight:400;
    text-decoration:none;
}
.woocommerce ul.products li.product .button {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.widget_product_categories .count {
    font-size:14px;
    color:#999;
}
.woocommerce ul.products li.product .onsale {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #424243;
    top: -15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color:#eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color:#d8d8d8;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color:#d8d8d8;
}
.woocommerce .woocommerce-ordering {
    margin-top: -15px;
    margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering select {
    padding:7px 9px;
    color:#999;
    border-radius:2px;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:0.75px;
    border:none;
    background:#f7f7f7;
    max-width:180px;
}
.woocommerce .page-title {
    font-size:25px;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:5px;
}
.woocommerce .woocommerce-result-count {
    color: #BBBBBB;
    font-size: 11px;
    letter-spacing: 0.75px;
}
.woocommerce nav.woocommerce-pagination ul {
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin:0 3px;
    border-radius:3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background:#f7f7f7;
    color:#888;
    font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color:#999;
    font-size:12px;
}
.woocommerce input, .woocommerce select{
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 10px;
}
.woocommerce td.product-name dl.variation dt{
    line-height: 28px;
    margin-right: 6px;
}

/** Single Product **/
.woocommerce div.product .product_title {
    font-size: 22px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color:#000;
}
.woocommerce .star-rating {
    font-size:11px;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 18px 8px 0 0;
}
a.woocommerce-review-link {
    font-size:10px;
    color:#999;
    text-transform:uppercase;
    letter-spacing:2px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom:0;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
    font-size:21px;
    color: #000 !important;
    margin-top: 5px;
    margin-bottom: 10px !important;
}
.woocommerce #content div.product div.summary p {
    margin-bottom:20px;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight:400;
    text-decoration:none;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-top:30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#000;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:12px 18px 14px;
    font-weight:700;
    border-radius:2px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color:#333;
}
.woocommerce .quantity .qty {
    padding: 10px 8px;
    margin-right: 10px;
    border: 1px solid #E0E0E0;
}
.product_meta {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 10px;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
    display:block;
}
.product_meta a {
    color:#aaa;
}
.woocommerce span.onsale {
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    top: 15px;
    left: 15px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1.25px;
    padding: 0;
    padding-left: 2px;
    border-radius: 50%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width:53%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width:43%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight:400;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom:15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color:#f1f1f1;
}
.related.products h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce-tabs.wc-tabs-wrapper {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}
.added_to_cart.wc-forward{
    display: block !important;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
/* attributes */
.woocommerce table.shop_attributes th {
    font-weight:400;
}
.woocommerce table.shop_attributes td {
    padding-left:15px;
}

/* Comments / Reviews  */
.woocommerce #reviews #comments ol.commentlist {
    padding-left:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position:relative;
    border:none;
    background:none;
    border-radius:100%;
    height:50px;
    width:50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border:none;
    border-radius:0;
    margin-left:65px;
    padding:0 0 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin-bottom:3px;
}
.woocommerce .comment-text p.meta strong {
    color:#000;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:2px;
}
.woocommerce .star-rating {
    float:none;
    margin-bottom:8px;
}
.woocommerce #reviews #comments ol.commentlist li {
    border-bottom:1px solid #eee;
    padding-bottom:25px;
}
.woocommerce #reviews h3 {
    margin-bottom:10px;
}
.woocommerce #review_form #respond p {
    margin-bottom:10px;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    border-right:1px solid #eee;
}
.woocommerce #review_form #respond textarea {
    margin-bottom:0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    border-radius: 0;
    font-size: 10px;
    text-align: center;
    color: #6B6B6B;
    padding: 10px 15px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    width: auto;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #DCDCDC;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { 
    background:#333;
    color:#FFF;
}
.woocommerce div.product .woocommerce-tabs .panel p{
    font-size: 14px;
    line-height: 24px;
    color: #656565;
}

/** My account **/
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.woocommerce table.my_account_orders th {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:400;
    padding:10px;
}
.woocommerce table.shop_table td {
    border:none;
}
.woocommerce table.my_account_orders .order-actions .button {
    padding:7px 14px 8px 16px;
    font-size:10px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding:8px 8px;
}
.woocommerce table.shop_table {
    margin-bottom:35px;
}
.woocommerce-page .col2-set.addresses {
    margin-top:30px;
}
.woocommerce-page .col2-set.addresses address {
    color:#888;
}
p.myaccount_user {
    margin-bottom:35px;
}
address {
    line-height:24px;
}
.woocommerce-account .addresses .title .edit {
    font-size:11px;
    text-decoration:underline;
}

/** Empty cart **/
.cart-empty {
    text-align:center;
}
.return-to-shop {
    text-align:center;
}

/** Order ID **/
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
    border-bottom:none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight:400;
}
mark {
    background-color:#fff;
    border-bottom:3px solid #eee;
}

/** Checkout **/
.woocommerce .woocommerce-info:before {
    color:#888;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 0.8em 2em 1em 3.5em!important;
    background-color:#f7f7f7;
}
.woocommerce .woocommerce-info {
    border-top-color: #e5e5e5;
}
a.showcoupon {
    text-decoration:underline;
}
.woocommerce-checkout h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
input#ship-to-different-address-checkbox {
    width: auto;
    vertical-align: middle;
}
.woocommerce-checkout h3 {
    margin-top:30px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    list-style:none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    width:auto;
}
.woocommerce-checkout #payment {
    background-color:#f7f7f7;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom:none;
}
.woocommerce-checkout #payment div.payment_box:before {
    border:1em solid #ebebeb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment div.payment_box {
    background-color:#ebebeb;
    color:#888;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border:1px solid #e5e5e5;
}
.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 20px;
}
.woocommerce-billing-fields input, .woocommerce-shipping-fields textarea{
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 10px;
}
.woocommerce-checkout-review-order{
    margin-bottom: 20px;
}
.checkout_coupon input#coupon_code{
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 10px;
}

/** Order received **/
.woocommerce .order_details li {
    list-style:none;
}
.woocommerce .order_details {
    padding-left:0;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    top:11px;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    border: 1px solid #ECECEC;
    line-height:32px;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    margin-bottom:0;
}


/** Cart **/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width:100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding-left:15px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top:none;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    font-size:10px;
    padding:8px 14px 9px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding:5px 6px;
    margin-right:10px;
    line-height: 1.3;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width:110px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    background:#f7f7f7;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:15px;
    border-top:1px solid #e5e5e5;
}
.woocommerce a.remove {
    color:#000 !important;
}
.woocommerce a.remove:hover {
    background:none !important;
    color:#000 !important;
    text-decoration:none;
}
.cart_item a {
    color:#000;
}

/** login **/
input#rememberme {
    width: auto;
}
.woocommerce .login #password {
    margin-bottom:20px;
}
.woocommerce .login .button {
    margin-right:10px;
}
.woocommerce form .form-row .input-checkbox {
    width:auto;
}
.lost_password {
    font-size:12px;
}
.woocommerce .login label{
    display: block !important;
    margin-top: 5px;
}

/** cart widget **/
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-size:16px;
    line-height:18px;
    font-weight:700;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight:400;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width:60px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom:8px;
}
.widget_shopping_cart .quantity {
    color:#999;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    margin-bottom:15px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top:1px solid #eee;
    padding-top:10px;
    margin-bottom:15px;
}
.widget_shopping_cart a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
    font-size:10px;
    padding:10px 16px 11px;
    margin:0 5px 0 0;
}

/** product widget **/
.woocommerce.widget_products ul.product_list_widget li img, .woocommerce.widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img, .woocommerce.widget_top_rated_products  ul.product_list_widget li img {
    float:left;
    margin-left:0;
    margin-right:14px;
    width:80px;
}
.woocommerce.widget_products ul.product_list_widget li, .woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li, .woocommerce.widget_top_rated_products  ul.product_list_widget li {
    margin-bottom:8px;
}
.woocommerce.widget_products .amount, .woocommerce.widget_recently_viewed_products .amount, .woocommerce.widget_recent_reviews .amount, 
.woocommerce.widget_top_rated_products .amount {
    color:#999;
}
.woocommerce.widget_products span.product-title, .woocommerce.widget_recently_viewed_products span.product-title,
.woocommerce.widget_recent_reviews span.product-title, .woocommerce.widget_top_rated_products span.product-title {
    margin-bottom: 5px;
}

/** review widget **/
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    margin-top:8px;
    margin-bottom:3px;
}
.woocommerce ul.product_list_widget .reviewer {
    color:#999;
    font-style:italic;
    font-size:12px;
}

/** widget filter **/
.woocommerce.widget_layered_nav_filters ul li { margin-right:10px; }
.woocommerce.widget_layered_nav ul li .count { color:#999; }
.woocommerce.widget_layered_nav ul li a:hover{ text-decoration:none; }

/* woocommerce pagination */
.woocommerce nav.woocommerce-pagination {
    margin-top: 25px;
    margin-bottom:70px;
}

/*-----------------------------------------------------------------------------------*/
/*  19. RESPONSIVE CSS
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1120px) {
    article.post{
        width: 100%;
    }
    .home-sidebar .post-meta {
        max-width: 645px !important;
    }
}


@media only screen and (min-width: 1001px) and (max-width: 1119px) {
    #top-bar .container{
        max-width: 900px;
    }
    .home-sidebar .post-meta {
        max-width: 645px !important;
    }
}
@media only screen and (min-width: 940px) and (max-width: 1000px) {

    #top-bar .container{
        max-width: 860px;
    }
    #nav-wrapper .menu li a {
        font-size: 12px;
    }
    #instagram-footer{
        width: 88% !important;
        max-width: 850px !important;
    }
    .instagram-pics li {
        width: 15%;
    }
    .item-related {
        margin-left: 15px;
    }


    /* ---- home with sidebar --- */
    #content.home-sidebar{
        max-width: 600px !important;
    }
    .home-sidebar .post-meta {
        max-width: 515px !important;
    }
    .home-sidebar #main {
        float: none;
        width: 100%;
    }
    .home-sidebar #sidebar{
        display: none;
    }

}
@media only screen and (min-width: 769px) and (max-width: 939px) {
    #top-bar .container{
        max-width: 720px;
    }
    #nav-wrapper .menu li a {
        font-size: 10px;
    }
    header#header {
        padding-bottom: 50px;
        padding-top: 15px;
    }
    #logo h1 {
        width: 100%;
        margin: 0 auto;
    }
    .feat-item .post-header h2 {
        padding: 10px 20px;
    }
    .feat-item .post-header h2 a {
        font-size: 20px;
            line-height: 29px;
    }
    div#instagram-footer{
        width: 88% !important;
        max-width: 700px !important;
    }
    .instagram-pics li {
        width: 31%;
    }
    .item-related {
        margin-left: 12px;
    }

/* ---- home with sidebar --- */
    #content.home-sidebar{
        max-width: 600px !important;
    }
    .home-sidebar #main {
        float: none;
        width: 100%;
    }
    .home-sidebar #sidebar{
        display: none;
    }
    .home-sidebar .post-meta {
        max-width: 515px !important;
    }

#container {
        width: 98%;
        max-width: 940px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    #top-bar .container{
        width: 90%;
    }
    header#header {
        padding-bottom: 50px;
        padding-top: 15px;
    }
    .header-search{
        display: none;
    }
    .post-meta {
        width: 95%;
    }
    .body-content{
        width: 100%;
        border: none;
        margin: 0 auto;
        padding: 0;
    }
    #logo h1 {
        width: 100%;
        margin: 0 auto;
    }

    .top-overlay-content h2 {
        font-size: 13px;
    }
    .top-overlay-content h1 {
        font-size: 26px;
        line-height: 50px;
    }
    .top-overlay-btn a {
        font-size: 12px;
    }

    .instagram-pics li {
        width: 30%;
    }
    #nav-wrapper {
        display: none;
        float: none;
        padding-top: 75px;
        background-color: #fff;
    }
    .menu-item .menu-dropdown{
        cursor: pointer;
        display: block;
        line-height: 50px;
        font-size: 16px;
        color: #696969;
        position: absolute;
        right: 15px;
        z-index: 999999;
        top: 0;
    }
    .sub-menu .menu-item .menu-dropdown{
        line-height: 40px;
    }
    .sub-menu .sub-menu {
        background-color: #f5f5f5 !important;
    }
    .sub-menu .sub-menu li.menu-item{
        border-left: none !important;
        border-right: none !important;
    }
    .menu-item-has-children.dd_active>.sub-menu{
        display: block !important;
    }
    #nav-wrapper .menu .sub-menu, #nav-wrapper .menu .children{
        position: inherit;
        border: none;
        background-color: #F9F9F9;
    }
    #nav-wrapper .menu .sub-menu ul, #nav-wrapper .menu .children ul {
        left: 0;
        top: 0;
    }
    #nav-wrapper ul.menu li:hover > ul,
    #nav-wrapper .menu ul li:hover > ul {
        display: none;
    }
    #nav-wrapper .menu{
        border-bottom: 1px solid #edeeee;
    }
    #nav-wrapper .menu li a{
        line-height: 50px;
    }
    #nav-wrapper .menu li{
        width: 100%;
        display: block;
        border: 1px solid #edeeee;
        border-bottom: none;
    }
    .top-header {
        padding: 0;
    }
    .single-page {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    .item-related {
        margin-left: 5px;
    }

    /* ---- home with sidebar --- */
    #content.home-sidebar{
        max-width: 600px !important;
    }
    .home-sidebar #main {
        float: none;
        width: 100%;
    }
    .home-sidebar #sidebar{
        display: none;
    }

    #container {
        width: 98%;
        margin: 0 auto;
        max-width: 480px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48%;
    }
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary{
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 480px) {
    #top-bar .container{
        width: 95%;
    }
    header#header {
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .header-search{
        display: none;
    }
    .body-content{
        width: 100%;
        border: none;
        margin: 0 auto;
        padding: 0;
    }
    .post-meta {
        width: 88%;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    article.post {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #logo h1 {
        width: 100%;
        margin: 0 auto;
    }

    .top-overlay-content h2 {
        font-size: 12px;
    }
    .top-overlay-content h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .top-overlay-btn a {
        font-size: 11px;
    }

    .instagram-pics li {
        width: 45.555555%;
    }
    .top-header {
        padding: 0;
    }
    .single-page {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    .item-related {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        line-height: 25px;
        display: block;
        padding-bottom: 23px;
    }
    p {
        line-height: 26px;
    }
    /* --- mobile menu --- */
    #nav-wrapper {
        display: none;
        float: none;
        padding-top: 75px;
        background-color: #fff;
    }
    .menu-item .menu-dropdown{
        cursor: pointer;
        display: block;
        line-height: 50px;
        font-size: 16px;
        color: #696969;
        position: absolute;
        right: 15px;
        z-index: 999999;
        top: 0;
    }
    .sub-menu .menu-item .menu-dropdown{
        line-height: 40px;
    }
    .sub-menu .sub-menu {
        background-color: #f5f5f5 !important;
    }
    .sub-menu .sub-menu li.menu-item{
        border-left: none !important;
        border-right: none !important;
    }
    .menu-item-has-children.dd_active>.sub-menu{
        display: block !important;
    }
    #nav-wrapper .menu .sub-menu, #nav-wrapper .menu .children{
        position: inherit;
        border: none;
        background-color: #F9F9F9;
    }
    #nav-wrapper .menu .sub-menu ul, #nav-wrapper .menu .children ul {
        left: 0;
        top: 0;
    }
    #nav-wrapper ul.menu li:hover > ul,
    #nav-wrapper .menu ul li:hover > ul {
        display: none;
    }
    #nav-wrapper .menu{
        border-bottom: 1px solid #edeeee;
    }
    #nav-wrapper .menu li a{
        line-height: 50px;
    }
    #nav-wrapper .menu > li.menu-item-has-children > a:after {
        content: "";
        margin-left: 5px;
        color: #b5b5b5;
        font-size: 9px;
    }
    #nav-wrapper .menu li{
        width: 100%;
        display: block;
        border: 1px solid #edeeee;
        border-bottom: none;
    }
    /* ---- home with sidebar --- */
    #content.home-sidebar{
        max-width: 600px !important;
    }
    .home-sidebar #main {
        float: none;
        width: 100%;
    }
    .home-sidebar #sidebar{
        display: none;
    }

    #container {
        width: 98%;
        margin: 0 auto;
        max-width: 300px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary{
        width: 100%;
        float: none;
    }
}








.i-author {
    overflow: hidden;
    padding: 1.7em;
    background: #ECF7FF;
}
.i-author img {
    float: right;
    height: 7.5em;
    padding: 2px;
    margin: 33px;
    width: 7.5em;
    border-radius: 50%;
}
.i-author h4 {
    color: #000000;
    font-size: 1.5em;
    margin: 0px;
    padding: 0px 0px.5em 0px;
}
.i-author p {

    font-size: 1em;
    line-height: 1.3em;
    margin: 0;
}
.i-social {
    margin-top: 5px;
}


