@charset "UTF-8";

/*
Theme Name: Tinywow
Description: Tinywow Template
Version: 1.0.2
Text Domain:  tinywow
*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a.active,
.pagination > li > span.active,
.pagination > li > a.active:hover,
.pagination > li > span.active:hover,
.pagination > li > a.active:focus,
.pagination > li > span.active:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li > span.disabled,
.pagination > li > span.disabled:hover,
.pagination > li > span.disabled:focus,
.pagination > li > a.disabled,
.pagination > li > a.disabled:hover,
.pagination > li > a.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.area-title h2 > span,
.area-title h1 > span {
    display: initial;
    font-weight: inherit;
    font-size: inherit;
}

.w-33 {
    width: 33.33333% !important;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    border: 1px solid #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.form-control.default-background[readonly] {
    background-color: #fff;
}

.modal-share .modal-content {
    border-radius: 12px;
}

.modal-share .modal-header {
    border: none;
    padding: 40px 40px 0;
    display: block;
}

.modal-share .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
}

.modal-share .modal-header-text {
    color: #828586;
    font-size: 16px;
}

.modal-share .modal-body {
    padding: 8px 40px 40px;
}

.modal-share .social_icon {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.modal-share .social_icon a {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #E3E3E4;
    line-height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
}

.modal-share .input-group {
    margin-top: 40px;
}

.modal-share .form-control {
    padding: 13px 6px 11px 16px;
    font-size: 14px;
    border-radius: 8px 0px 0px 8px;
    border-color: #E3E3E4;
    border-right-width: 0;
    height: 44px;
}

.modal-share .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-share .input-group-append .btn {
    padding: 13px 8px 10px 6px;
    font-size: 12px;
    color: #1A8FE3;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    border-color: #E3E3E4;
    border-left-width: 0;
}

.modal-share .input-group-append .btn:hover {
    background: none;
}

@media (min-width: 992px) {
    .modal-share .modal-title {
        font-size: 20px;
    }
    .modal-share .modal-header-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .modal-share .modal-header,
    .modal-choose-options .modal-header {
        padding: 24px 24px 0;
    }

    .modal-share .modal-body,
    .modal-choose-options .modal-body {
        padding: 8px 24px 24px;
    }

    .modal-share .social_icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .modal-share .modal-title,
    .modal-share .modal-header-text {
        text-align: center;
    }

    .modal-share .modal-title,
    .modal-choose-options .modal-title {
        font-size: 18px;
    }

    .modal-share .modal-header-text,
    .modal-choose-options .modal-header-text {
        font-size: 12px;
    }

    .modal-share .input-group {
        margin-top: 24px;
    }

    .modal-share .form-control {
        height: 40px;
    }

    .modal-share .input-group-append .btn {
        padding: 10px 8px 10px 6px;
    }
}

.blog-thumb img,
.recent-thumb img {
    object-fit: cover;
}