/*
Theme Name: Etalon Child
Template: etalon
Theme URI: http://keydesign-themes.com/etalon/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Concept WordPress Theme for Professional Services
Version: 1.2
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
/*Tyas Blog*/
.Ts_single_c2a_main {
    text-align: center;
    background-color: #a3c145;
    padding: 20px 0px 110px;
    color: #fff;
    width: 300%;
    margin-left: -70%;
    margin-top: -10%;
}
#Ts_single_c2a_1 {
    float: left;
    width: 40%;
    margin-left: 9%;
}
#Ts_single_c2a_2 {
    width: 30%;
    float: left;
    padding-top: 20px;
    display: inline-block;
}
.Ts_single_c2a_main h2{
    color: #fff !important;
}
.Ts_c2a_button {
    color: #2f2f2f;
    border: 1px solid #2f2f2f;
    padding: 20px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    text-align: center;
    min-width: 170px;
    font-size: 13px;
    font-weight: 900;
    padding: 0;
    padding: 17px 25px;
    margin: auto;
    display: table;
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: 1;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
}
.Ts_c2a_button:hover{
    background-color: #2f2f2f;
    color: #fff;
}

#post-thumb-single {
    width: 125%;
}

#post-thumb-single .dates{
    margin-bottom: -21% !important;
}

.blog-single-content2{
    float:right;
    width: 47%;
}
.dates .date{
    font-size: 36px;
    line-height: 0.5;
    padding-top: 17px;
    padding-bottom: 5px;
}
.dates{
    background-color: #a3c145;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 1;
    width: 90px;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
    margin-left: 6px;
    margin-bottom: -25%;
}
.dates .date, .dates .month, .dates .year{
    display: block;
}
#posts-content img {
    max-height: 250px;
    width: auto;
}
.entry-content {
    width: 55% !important;
    float: right !important;
}
.author {
    display: none;
}
.blog-label {
    display: none;
}
.comment-count {
    display: none;
}

.published {
    display: none;
}
/*End Tyas Blog*/
/*Tyas Style*/
.topbar-socials {
    float: left;
}
.blog .topbar-socials, .woocommerce .topbar-socials, .single-post .topbar-socials, .error404 .topbar-socials, .archive .topbar-socials, .search .topbar-socials, .single-portfolio .topbar-socials {
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.single-post .topbar, .blog .topbar, .woocommerce .topbar, .error404 .topbar, .archive .topbar, .search .topbar, .single-portfolio .topbar {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
/*End Tyas Style*/
@media screen and (max-width: 1000px) {
    .blog-single-content2 {
    float: left;
    width: 80%;
    margin-left: 5%;
    }
    .Ts_single_c2a_main{
        width: 120%;
        margin-left: -10%;
    }
    #Ts_single_c2a_1 h2{
        font-size: 20px;
    }
    .entry-content {
        width: 100% !important;
        float: left !important;
    }
}


/* I-Connect CSS */
section#intro{
    padding: 0px;
}

section#intro .vc_row{
    align-content: flex-start;
	min-height: 0vh !important;
}