/*
* Theme Name: Taktle Gecko Child Theme
* Author: Filatov Alex
* Author URI: https:filatovalex.com
* Template: peepso-theme-gecko
* Description: Nubania functionality is here...
* Version: 7.0.1.0
* Text Domain: peepso-theme-gecko
* Domain Path: /language
* Tags: blog, e-commerce, education, three-columns, left-sidebar, right-sidebar,
* Requires PHP: 7.2
* Tested up to: 6.5
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* footer styles */
.gc-footer__copyrights{
    display: inline-block!important;
    margin-right: auto;
}

.taktle-footer-links{
    display: inline-block;
    margin-left: auto;
    text-align: right;
    font-size: 80%;
}

.taktle-footer-links a{
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

.taktle-copyrights{
    color: #91919d;
    font-size: 80%;
}

.gc-scroll__to-top{
    bottom: 100px!important;
}

/* landing */
.landing-row-taktle{
    padding-top: 20px!important;
    justify-content: normal!important;
}

.landing-row-taktle .landing__content {
    padding: 20px 20px!important;
    margin-top: 0!important;
}

.taktle-content{
    border: 1px solid black;
    padding: 20px;
    height: 40vh;
    overflow: hidden;
    overflow-y: scroll;

}

    .taktle-content div{
        white-space: pre-wrap;
        /*text-indent: 20px!important;*/
    }

    .taktle-content h3{
        width: 100%;
        text-align: center;
    }
