/* HOME S1 :: START */
.c-s1 {
    background: #ffffff;
    padding-top: 10px;
    border-bottom: 5px solid #ffc72a;
}
.c-s1 .c-hero img {
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.c-s1 .c-menu {
    background: #ffc72a;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    display: none;
}
.c-s1 ul.c-link {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.c-s1 ul.c-link li {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 25.00%;
    max-width: 25.00%;
    margin-bottom: 20px;
}
.c-s1 ul.c-link li a img {
    margin-bottom: 18px;
    max-width: 100%;
    width: 252px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.c-s1 ul.c-link li a {
    color: #000000;
    font-size: 0.633em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;   
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.15;
}
/* HOME S1 :: END */

/* HOME S1 :: MEDIA QUERY*/
@media (min-width: 992px) {
    .c-s1 .c-menu {
        display: block;
    }
}
@media (min-width: 1200px) {
    .c-s1 .c-menu {
        height: 150px;
        padding-top: 0;
        flex-wrap: nowrap;
    }
    .c-s1 ul.c-link {
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
    }
    .c-s1 ul.c-link li {
        flex: 0 0 14.28%;
        max-width: 14.28%;
        height: 250px;
        margin-bottom: 0;
    }
    .c-s1 ul.c-link li a {
        font-size: 0.633em;
    }
}
@media (min-width: 1400px) {
    .c-s1 .c-menu {
        height: 180px;
    }
    .c-s1 ul.c-link li a {
        font-size: 0.733em;
    }
}
@media (min-width: 1600px) {
    .c-s1 .c-menu {
        height: 200px;
    }
    .c-s1 ul.c-link li a {
        font-size: 0.833em;
    }
}
/* HOME S2 :: START */
.c-s2 {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #cccccc;
}
.c-s2 h2 {
    color: #000000;
    font-size: 1.300em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0.800em;
    margin-left: auto;
    margin-right: auto;
}
.c-s2 .c-search form {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-s2 .c-search input {
    border: 1px solid #c8c8c8;
    border-radius: 8px 0 0 8px;
    padding: 6px 12px;
    font-size: 0.800em;
    height: 40px;
    color: #b4b4b4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
}
.c-s2 .c-search input::placeholder {
    font-size: 1.250em;
    color: #b4b4b4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.c-s2 .c-search input:focus {
    outline: none;
}
.c-s2 .c-search button {
    background: #318dde;
    border: none;
    height: 39px;
    border-radius: 0 8px 8px 0;
    width: 60px;
    font-size: 0.800em;
}
.c-s2 .c-search button:focus {
    outline: none;
}
.c-s2 .c-search i {
    color: #ffffff;
}
.c-s2 .c-search label .screen-reader-text {
	display: none;
}
.c-s2 .c-search input[type=submit] {
    background: #318dde;
    border: none;
    height: 39px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: 1px;
    width: 60px;
    font-size: 0.800em;
	color: #ffffff;
}
.c-s2 .order-3 a {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.c-s2 .order-3 a img {
	width: 100%;
}
.c-s2 .c-post-nav img {
    width: 90%;
}
/* HOME S2 :: END */
/* HOME S1 :: MEDIA QUERY*/

@media (min-width: 576px) {
    .c-s2 h2 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .c-s2 .c-post-nav img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .c-s2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .c-s2 h2 {
        font-size: 1.500em;
    }
}
@media (min-width: 992px) {
    .c-s2 .c-search input {
        padding: 6px 12px;
        font-size: 1.250em;
        height: 60px;
    }
    .c-s2 .c-search button {
        height: 59px;
        font-size: 1.250em;
    }
}
/* HOME S3 :: START */
.c-s3 {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.c-s3 .c-comics {
    padding-top: 60px;
}
.c-s3 .c-comics .c-previous-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.c-s3 .c-comics .c-random-container {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.c-s3 .c-comics .c-previous {
    flex: 0 0 100%;
    max-width: 100%;
}
.c-s3 .c-comics .c-random {
    flex: 0 0 100%;
    max-width: 100%;
}
.c-s3 .c-comics h3 {
    color: #000000;
    font-size: 0.750em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.000em;
}
.c-s3 .c-comics a h5 {
    color: #000000;
    font-size: 0.566em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-top: 1.000em;
    max-width: 180px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
}
.c-s3 .c-comics img {
    object-fit: cover;
    width: 250px;
    height: 250px;
}
/* HOME S3 :: END */

/* HOME S3 :: MEDIA QUERY*/
@media (min-width: 576px) {
    .c-s3 .c-comics .c-previous {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .c-s3 .c-comics .c-random {
        flex: 0 0 50.000%;
        max-width: 50.000%;
    }
}
@media (min-width: 768px) {
    .c-s3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 1200px) {
    .c-s3 .c-comics img {
        width: 184px;
        height: 184px;
    }
}