/*
Theme Name: MRS Theme
Description: Custom WordPress theme matching the MultiRaterSurveys main website exactly.
Version: 1.0.0
Author: DeepMind
*/

/* Blog Inline Overrides (from original mrs_blog.php) */
.post_content .excerpt + .btn.btn-primary {
    text-decoration: none;
    background: #0fcc90 !important;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 20px !important;
}
.post_content .excerpt {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    margin-bottom: 1.5em;
}
.featured-thumbnail {
    margin: 5px 20px 10px 0;
    margin-bottom: 21px !important;
}
.post-header {
    padding: 10px 0px;
    transition: all 0.4s ease 0s;
}
.all_contents {
    margin-top: 50px;
}
.all_contents:first-child {
    margin-top: 0px !important;
}
.post-header h2 a {
    color: inherit;
    text-decoration: none;
    font-weight:700;
}
.featured-thumbnail a img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.featured-thumbnail a:hover img {
    transform: scale(1.1);
}
.featured-thumbnail {
    position: relative;
    margin: auto;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .animate-box {
        margin-top: 30px;
    }
    #sidebar #recent-posts-2 ul li a:before {
        margin-top: 10px !important;
    }
    #sidebar #archives-2 ul li a:before {
        margin-top: 10px !important;
    }
}
#searchform {
    display: flex;
}
#searchform .search-form_it {
    padding: 3px 10px !important;
    min-height: 22px;
}
.wpcf7 .btn-primary, #searchform .btn-primary#search-submit {
    width: 130px;
    margin-left: 15px;
    height: 45px !important;
    background: #00aeef !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
}
#searchform #searchtext {
    border: 1px solid #00aeef;
}
#sidebar #searchform .btn-primary {
    padding: 13px 22px 14px !important;
}
input[type="text"] {
    border-radius: 5px;
    color: #868688;
}
#sidebar h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    color: #222222;
    text-transform: none;
}
#sidebar #categories-2 ul {
    position: relative;
    margin-left: 0;
}
#sidebar #categories-2 ul li {
    position: relative;
    padding: 16px 0 19px !important;
    border-bottom: 1px solid #222222 !important;
    margin-bottom: 4px !important;
}
#sidebar ul li {
    list-style: none;
    font-weight: normal;
}
#sidebar #categories-2 ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #222222;
    margin-left: 37px;
}
#sidebar #categories-2 ul li a:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    color: #222222;
    content: "\f0fe";
    top: 1px;
    left: -37px;
    transition: all 0.4s ease;
}
#sidebar ul li a {
    margin-left: 0;
    color: #000;
}
#sidebar ul li a {
    font-size: 14px;
}
#sidebar ul {
    margin-left: 20px;
}
#sidebar #recent-posts-2 ul li a:before,
#sidebar #archives-2 ul li a:before {
    position: absolute;
    left: 16px;
    margin-top: 20px;
    display: block;
    font: 9px/1em FontAwesome;
    color: #000;
    content: "\f111";
}
.sidebar-widget {
    background:transparent;
    box-shadow:none;
    margin-bottom: 51px !important;
}
.pagination table { margin: 0 auto; display: inline-block; font-size: 16px; color: #222; }
.pagination table td { padding: 0 4px; vertical-align: middle; }
.pagination-btn {
    display: inline-block;
    color: #fff !important;
    background-color: #0ab5e4; /* Exact cyan blue */
    border-radius: 4px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: normal;
    margin: 0 2px;
}
.pagination-btn:hover {
    background-color: #0b9dc7;
}
.pagination select {
    border: 1px solid #ccc;
    height: 34px;
    padding: 2px 5px;
    border-radius: 2px;
    background: #fff;
    color: #000;
    line-height: normal;
    margin: 0 5px;
}

body {
    font-size: 20px;
    line-height: 40px;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: 0.5em 1em;
}
.wp-block-file *+.wp-block-file__button {
    margin-left: 0.75em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.meta_type_line {
    padding: 7px 0 4px;
    border-style: dotted;
    border-right: none;
    border-left: none;
    border-color: #c6c3b2;
}
.post_meta {
    overflow: hidden;
    margin-bottom: 1em;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: .92em;
}
.post_meta>div.post_meta_unite:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.post_meta div[class^="post_"] {
    display: inline-block;
    line-height: 20px;
    padding: 2px 5px;
}
.post_meta i {
    font-size: 16px;
    margin-right: 0em;
    padding-right: 0.5em;
}
.post_meta_unite a {
    color: #44a8da;
    font-size: 14px;
}
.post_meta div[class^="post_"] a {
    text-transform: capitalize;
}
.post_meta_unite time {
    font-size: 14px;
    color: #44a8da;
}
#respond {
    position: relative;
    padding-top: 2px;
    margin-top: 80px;
}
.related-posts h3, .comment-holder h3, #respond h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px !important;
    position: relative;
    color: #222222;
    text-transform: none;
}
#respond form {
    padding-top: 0;
}
#respond .field {
    margin-bottom: 31px !important;
}
#respond #commentform input[type="text"], #respond #commentform input[type="email"], #respond #commentform input[type="url"] {
    width: 332px;
    border-color: #e1e0e0;
    border: none;
    font-size: 12px;
    font-style: italic;
    background: #fff !important;
    padding: 9px 19px !important;
    height: auto !important;
    border-radius: 5px;
    color: #868688;
}
#respond form .comment_submit {
    text-align: right;
    margin-bottom: 30px;
}
#commentform textarea {
    overflow: auto;
    margin: 0;
    min-width: 100%;
    min-height: 180px;
    max-width: 530px;
    width: 100%;
    border: none;
    font-size: 12px;
    font-style: italic;
    background: #fff !important;
    padding: 9px 19px !important;
    height: auto !important;
    border-radius: 5px;
    color: #868688;
}
#respond .btn-primary, #respond .submit {
    font: bold 14px/14px 'Asap', sans-serif;
    background: #da3300 !important;
    color: #fff !important;
    letter-spacing: 1px;
    padding: 15px 45px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
}
