.opacity5 {
    opacity: 0.0;
}
strong, small {
    color: #333;
    font-weight: 700;
}
.sign {
    margin: 30px 0;
    display: none;
}
.exp:after {
    background: #462313;
    border: 2px solid #ddd;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 9px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 20px;
}
p {
    margin: 0;
    /* margin-bottom: 30px; */
}
.exp-holder {
    margin-top: 0px;
}
.timeline.experience:after {
    content: '\f356';
   display: none;
}
.timeline.education:after {
    content: '\f349';
    display: none;
}
.exp .hgroup h4 {
    font-weight: 700;
}
.exp .hgroup h5 {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    color: #000;
    padding-left: 60px;
    position: relative;
}
.exp .hgroup h5:before {
    color: #000;
    content: "/";
    left: 0;
    left: 30px;
    position: absolute;
}
.exp .hgroup h4 span {
    color: #000;
    font-weight: 700;
}

h2{
    text-transform: inherit;
}
.name-block-container h1, .name-block-container h2 {
    text-transform: capitalize;
    font-weight: 700;
    color: #73161f;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}
.name-block-container h2 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    color: #73161f;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}
h2.menu-item:before {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 14px;
    transition: all 0.5s ease;
    display: none
}
h2.menu-item {
    position: relative;
    color: #73161f;
    margin: 50px;
    font-size: 28px;
    font-weight: 600;
    transition: all 1s ease-out;
}
body {
    font: 400 14px 'Alegreya';
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 2.2;
    overflow-x: hidden;
}
h6 {
    text-transform: none;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}
.post-info {
    font-size: 14px;
    display: none;
}
.post-title h2 {
    font-size: 24px;
    margin-top: 20px;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
}
.post-body p {
    padding-bottom: 20px;
/8    display: none; */
}
.content-blocks {
/*    background: #ececec; */
/*    background: #e2d2aecc; */
       background: rgba(226, 210, 174, 0.88);
}
#blog-header {
    height: 100px;
}
#blog-header .image-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100px;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.single-post-title h1 {
    font-size: 24px;
    margin-bottom: 0px;
}
.post {
/*    background-color: #ececec; */
/*    background: #e2d2aecc; */
       background: rgba(226, 210, 174, 0.88);
    margin: 25px;
    padding: 1px 1px 1px 1px;
}
#single-post .post-body {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.single-post-title h1 {
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: inherit;
}

.ion-social-twitter:before {
    content: "GR" !important;
}

.ion-social-linkedin:before {
    content: "EN" !important;
}

.content-home{
left : 0 !important;
}

.slide-left { 
transform: translate3d(-150%, 0, 0) !important; 
}
.social a {
    border: 2px solid #73161f;
    color: #73161f;
    display: inline-block;
    height: 35px;
    width: 35px;
    transition: all 0.5s;
    line-height: 32px;
    font-size: 12px;
}