/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

p {
    margin: 0 0 1.2rem;
}
.align-center {
    text-align: center;
}
.tkd-button {
    font-family: "Segoe UI", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #385DFF;
    border-width: 1px;
    border-radius: 5px;
    border: 2px solid #385DFF;
    padding: 12px 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-top: 30px;
}
.tkd-button:hover {
    color: #385DFF;
    background-color: #ffffff;
    border: 2px solid #385DFF;
}
.single-post .bb-comments-wrap {
    display: none;
}
.single-post .entry-content {
    padding-bottom: 30px;
}
.single-post .entry-content p {
    margin-bottom: 15px;
}
.tkd-premium-snippets {
    border-top: 1px solid #d6d9dd;
    padding: 20px 0;
    margin: 20px 0 0 0;
}
.tkd-premium-snippets .snippets-title {
    margin-bottom: 10px;
}
.tkd-premium-snippets .video-vimeo {
    margin: 0 -5px;
}
.tkd-premium-snippets .video-vimeo:after {
    content: "";
    display: table;
    clear: both;
}
.tkd-premium-snippets .video-vimeo .column {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}
.container.mainContainer {
    max-width: 1200px;
}

@media only screen and (max-width: 767px) {
    .tkd-premium-snippets .video-vimeo {
        margin: 0;
    }
    .tkd-premium-snippets .video-vimeo .column {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }
}