/*
Theme Name: TorontoAudioVisualRentals
Theme URI: https://www.torontoaudiovisualrentals.ca
Version: 1.0.0
Author: TorontoAudioVisualRentals
Author URI: https://www.torontoaudiovisualrentals.ca
Text Domain: easyblog
Tags: custom-background, custom-colors, custom-menu, featured-images, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, editor-style, post-formats
Description: Blog for TorontoAudioVisualRentals
*/

.screen-reader-text {
    display: none;
}
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.left-post .page-title {
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .left-post {
        float: left;
        width: 66.66666%;
        padding-right: 15px;
    }
    .right-sidebar {
        float: right;
        width: 33.33333%;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        overflow-x: hidden !important;
    }
    .right-sidebar {
        margin-top: 50px;
    }
}

.search-form input[type=search] {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.dt-archive-post .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.dt-archive-post .entry-title a {
    font-size: 2rem;
}
.dt-archive-post .entry-title a:hover {
    color: #F34958;
}
.post-meta {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7a7a7a;
}
.post-thumb {
    margin-bottom: 20px;
}
.post-category {
    margin-bottom: 20px;
}
.post-categories {
    display: inline-block;
}
.post-categories li {
    display: inline-block;
}
.post-categories li:not(:last-child):after {
    content: ', ';
}
.post-categories li a { 
    opacity: .6;
    color: #F34958;
 }
.post-categories li a:hover { opacity: 1; }
.single-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.welcome {
    margin-bottom: 50px;
}
.btn,
.widget-area aside input[type=submit],
.comment-form input[type=submit] {
    background: #F34958;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    transition: all .2s;
    border: none;
    cursor: pointer;
}
.btn:hover,
.widget-area aside input[type=submit]:hover,
.comment-form input[type=submit]:hover {
    background: rgba(243, 73, 87, 0.8);
}
.entry-footer .btn {
    margin-top: 20px;
}
.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget-area aside:not(:last-child) {
    margin-bottom: 30px;
}
.widget-area .widget-title {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.widget-area aside ul {
    padding-left: 0;
    list-style: none;
}
.widget-area aside ul li {
    padding-left: 0;
    margin: 5px 0;
}
.widget-area aside input[type=search] {
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 15px;
}
.single-php {
    margin-top: 70px;
}
input[type=url] {
    font-size: 1rem !important;
}
.comments-title {
    font-size: 2rem;
    margin-bottom: 20px;
}
footer.comment-meta {
    background: transparent;
}
.comment-list {
    list-style: none;
}
.comment-list li {
    padding-left: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.comment-list footer {
    color: #000;
}
.comment-author.vcard {
    margin-bottom: 15px;
}
#secondary a:hover {
    color: #F34958;
}
.dt-archive-post-content p {
    margin-bottom: 10px;
}
.dt-archive-post-content ul,
.dt-archive-post-content ol {
    padding-left: 30px;
    margin-bottom: 20px;
}
#commentform label {
    display: block;
}

#commentform textarea {
    width: 300px;
    padding: 15px;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
    width: 300px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
}