/*
Theme Name: City of Karlstad v3
Text Domain: Keegan Krantz
Version: 3.0
Description: Keegan's theme
Author: Keegan Krantz
Author URI: https://keegankrantz.com
*/

@media (max-width: 1000px) {

#blog_all-posts #blog_post-chip {
background-color: #ffffff;
width: 84%;
margin: 0 auto 6% auto;
padding: 3%;
border-radius: 10px;
vertical-align: top;
}

#blog_all-posts #blog_post-chip #post-chip-left {
width: 100%;
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
}

#blog_all-posts #blog_post-chip #post-chip-left .thumbnail {
width: 100%;
height: auto;
border-radius: 5px;
}

#blog_all-posts #blog_post-chip #post-chip-right {
width: 94%;
display: inline-block;
vertical-align: top;
margin: 0;
padding: 2% 0 3% 2%;
}

#pagination-section {
width: 80%;
text-align: center;
margin: 6% auto 5% auto;
}

#pagination-section #nav-links {
color: #4f5c59;
font-family: "LMR";
text-align: center;
font-size: 28px;
width: 80%;
margin: 1% auto 2% auto;
padding: 0;
transition: all .3s;
}

#pagination-section .nav-links .page-numbers {
color: #4f5c59;
margin: 0 2% 0 2%;
padding: 1% 2%;
display: inline-block;
text-decoration: none;
border-radius: 5px;
transition: all .3s;
}

#pagination-section .nav-links .page-numbers:hover {
background-color: #2a284c;
color: #ffffff;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
transition: all .3s;
}

#pagination-section .nav-links .dots {
background-color: #ededed;
color: #4f5c59;
margin: 0 2% 0 2%;
padding: 1% 2%;
display: inline-block;
text-decoration: none;
transition: all .3s;
}

#pagination-section .nav-links .dots:hover {
background-color: #ededed;
color: #4f5c59;
transition: all .3s;
margin: 0 2% 0 2%;
padding: 1% 2%;
cursor: default;
}

#pagination-section .nav-links .current {
background-color: #637370;
color: #ffffff;
border-radius: 5px;
font-family: "LMBold";
text-decoration: none;
margin: 0 2% 0 2%;
padding: 1% 2%;
transition: all .3s;
}

#pagination-section .nav-links .current:hover {
text-decoration: none;
}

#blog-post-space {
background-color: #fbfbfb;
width: 100%;
margin: 0;
padding: 2% 0 2% 0;
}

#blog-post-space #post-zone {
width: 90%;
margin: 0 auto 4% auto;
}

#blog-post-space #post-zone #post-date {
font-family: "LMR-Italic";
color: #637370;
font-size: 17px;
text-align: left;
margin: 7% 0 4% 0;
padding: 0 1.5%;
}

#blog-post-space #post-zone #post-title {
font-family: "LMBlack";
color: #1d1b35;
font-size: 27px;
text-align: left;
margin: 0;
padding: 0 1%;
}

#blog-post-space #post-zone #post-divider {
width: 100%;
height: 2px;
background-color: #ededed;
margin: 4% 0 4% 0;
}

#blog-post-space #post-zone #post-body {
font-family: "Arial";
color: #1e1e1e;
padding: 0 1%;
}

#blog-post-space #post-zone #post-body p {
font-family: "Arial";
font-size: 18px;
line-height: 26px;
margin: 1% 0 7% 0;
padding: 0;
}

#blog-post-space #post-zone #post-body h1 {
font-family: "Arial";
font-size: 28px;
line-height: 33px;
margin: 5% 0 0 0;
padding: 0;
}

#blog-post-space #post-zone #post-body h2 {
font-family: "Arial";
font-size: 26px;
line-height: 29px;
margin: 4% 0 2% 0;
padding: 0;
}

#blog-post-space #post-zone #post-body h3 {
font-family: "Arial";
font-size: 24px;
line-height: 27px;
margin: 3% 0 0 0;
padding: 0;
}

#blog-post-space #post-zone #post-body h4 {
font-family: "Arial";
font-size: 20px;
line-height: 25px;
margin: 3% 0 0 0;
padding: 0;
}

#blog-post-space #post-zone #post-body h5 {
font-family: "Arial";
font-size: 17px;
line-height: 20px;
margin: 3% 0 0 0;
padding: 0;
}

#blog-post-space #post-zone #post-body h6 {
font-family: "Arial";
font-size: 15px;
line-height: 18px;
margin: 3% 0 0 0;
padding: 0;
}

#blog-post-space #post-zone #post-body img {
max-width: 1000px;
max-height: 1000px;
width: 90%;
height: auto;
margin: 2% 5%;
padding: 0;
border-radius: 10px;
}

#blog-post-space #post-zone #post-body ul {
font-family: "Arial";
font-size: 18px;
line-height: 26px;
margin: 2% 0 5% -2%;
}

#blog-post-space #post-zone #post-body ol {
font-family: "Arial";
font-size: 18px;
line-height: 26px;
margin: 0 0 5% 1%;
}

#blog-post-space #post-zone #post-body li {
font-family: "Arial";
font-size: 18px;
line-height: 26px;
margin: 0 0 1% 0;
}

#blog-post-space #post-zone #post-body figcaption {
font-family: "Arial";
font-size: 15px;
line-height: 19px;
font-style: italic;
margin: -1% 0 3% 0;
text-align: center;
color: #6f6f6f;
}

#blog-post-space #post-zone #post-body a {
font-family: "Arial";
font-size: 18px;
line-height: 26px;
text-decoration: none;
color: #2076cf;
transition: all .3s;
}

#blog-post-space #post-zone #post-body a:hover {
text-decoration: underline;
color: #1e5389;
transition: all .3s;
}

#blog-post-space #archived-post {
background-color: #d12e2e;
color: #ffffff;
font-family: "LMR";
font-size: 16px;
line-height: 24px;
text-align: center;
margin: 4% auto 4% auto;
padding: 1% 3%;
width: 84%;
border-radius: 10px;
}


}