/**,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}



abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}*/


/*# sourceMappingURL=bootstrap-reboot.css.map */


a,
a:hover {
    color: #011010;
    text-decoration: none;
}

/*
Theme Name: MrWallpaper.com
Author: Frankie
Version: 1.0
*/

/* ------ Philantha's codes -------------- ---------- */
/* ------ for Header + background-image (front-page) ---------- */
html,
body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 10px;
}

header {
    background-color: white;
    position: sticky;
    top: 0;
    border-top: 0.6rem solid #2a9db2;
    display: flex;
    padding: .8rem 0 .8rem 1.5rem;
    border-bottom: 1px solid #dbe4c1;
}


* {
    box-sizing: border-box;
}

a {
    color: #011010;
    text-decoration: none;
}

h1.search-form-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

h2 {
    font-weight: normal;
}

input {
    color: #000000;
    outline-color: none;
    background-color: transparent;
    border: none;
    height: 100%;
    flex-grow: 1;
    font-size: 12px;
    margin-left: 10px;
}

input:focus {
    outline: none;
}

.navbar {
    padding: 0.8rem 0.5rem 0.8rem 1.5rem;
}
.navbar-collapse{
    padding:0 1.5rem;
}

.navbar-brand {
    height: 4.4rem;
    width: 4.6rem!important;
    margin-right: 1rem;
    overflow: hidden;
    flex: 0 0 4.6rem;
    padding: 0;
}

.navbar-brand svg {
    width: auto;
    height: 4.4rem;
}

.small-text {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
}

.search-block {
    outline-color: none;
    cursor: text;
    background-color: #e6f0ef;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1 auto;
    border-radius: .5rem;
    height:4.4rem;
}

.search-block input {
    font-size: 1.7rem;
    line-height: 1;
}

.search-block input::placeholder {
    color: #006179;
    opacity: 1;
    font-weight: 400;
    font-size:1.7rem;
}

.input-group {
    min-height: 3rem;
    width: 100%;
    max-width: 35.9rem;
    height: 1rem;
    border: .6rem solid rgb(42,157,178,0.3);
    border-radius: 1.5rem;
    background: transparent;
    flex: 0 0 6rem;
}
.input-group > div:last-child{
    background-color:#fff;
    height:100%;
    border-top-right-radius:1rem;
    border-bottom-right-radius:1rem;
    display:flex;
    align-items:center;
    border:1px solid #fff;
}
.ep-autosuggest-container {
  flex: 1 1 auto;
}

.search-form {
    background: transparent;
    min-height: 172px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.mega-splash{
    width: 100%;
    height: 100%;
    display:block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.mega-splash img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.search-input {
    font-size: 12px;
    margin-left: 2rem;
    background-color: #fff;
    margin: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-left: 1.5rem;
}

p.privacy-policy a {
    color: blue;
}

ul,li{
    list-style: none;
}

#searchBtn,#small-search,.searchBtn{
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem!important;
}

#small-search{
    width:2.5rem;
    height: 2.5rem;
    
}


#searchBtn path,.icon path,#searchBtn-s path,#searchArea path,#small-search path{
    fill: #006179;
}

.search-icon {
    cursor: pointer;
}

.search{
    margin:0;
    padding-right: .5rem;
}

/* ------ for Section (wallpaper by) (front-page) ---------- */

.main-section {
    min-height: 200px;
    margin-top: 20px;
    background-color: #f0f0f0;
}

.main-section-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

.main-section-title {
    margin: 0;
}

.main-section-heading {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.main-section-hr {
    display: block;
    flex: 1;
    margin: 0 5px 0 5px;
    height: 1px;
    background-color: #e0e0e0;
}

.view-more-btn {
    color: #2464c4;
    font-size: 10px;
}

h2.main-section-title {
    font-size: 0.75rem;
    font-weight: 600;
}

/* ------ YiLing's codes ------------------------ */

/* ----- mobile ----- */
/* login pop-up */
form>div {
    margin-bottom: 12px;
}

.mwp-modal {
    display: none;
    position: fixed;
    margin: 0 auto;
    right: 0;
    background-color: white;
    z-index: 4000;
    text-align: center;
    height: 100%;
    width: 380px;
}

.mwp-modal input {
    width: 230px;
    height: 35px;
    border: #d5d5d5 solid 1px;
    border-radius: 4px;
    margin-left: 0;
    padding: 10px;
}

.mwp-modal button {
    width: 230px;
    height: 35px;
    border-radius: 4px;
    border: #0d6ecc solid 1px;
    background-color: #0d6ecc;
    color: white;
    margin-bottom: 12px;
}

.mwp-modal .apple {
    font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 12px;
    padding: 13px 38px;
    height: 35px;
    width: 230px;
    background: black;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 20 / 40%);
    text-decoration: none;
    line-height: 1;
    position: relative;
    border-radius: 5px;
}

.mwp-modal .facebook {
    font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 12px;
    padding: 13px 30px;
    height: 35px;
    width: 230px;
    background: #3a5a97;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 20, 0.4);
    text-decoration: none;
    line-height: 1;
    position: relative;
    border-radius: 5px;
}

.mwp-modal * {
    box-sizing: border-box;
}

.mwp-modal .non-list li a {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.mwp-modal a {
    color: #011010;
    text-decoration: none;
}

.mwp-modal a.obvious {
    color: black;
    text-decoration: underline;
    background-color: #fff !important;
}

.mwp-modal h1 {
    text-align: center;
}

.mwp-modal h2 {
    font-size: 20px;
}

.mwp-modal.show {
    display: block;
}

.mwp-modal article {
    background: white;
    width: 350px;
    margin: auto;
}

.logged-user {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logged-user .avatar {
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

.logged-user .nickname {
    font-size: 22px;
    font-weight: 700;
}

/* front-page */
.top-search-list {
    display: flex;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 35.9rem;
    padding: 0;
    margin-top: 1rem;
}

.top-search-list a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1rem;
    display: block;
    background-color: rgb(42,157,178,0.3);
    padding: .7rem 1rem;
    border-radius: 1rem;
    margin: 0 .5rem .5rem 0;
}

/* bottom menu */
.category__title {
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-section-column {
    border-top: 1px solid #e0e0e0;
    padding: 0 1.5rem;
    font-size: 1.4rem;
}



.non-list {
    padding-left: 0;
    position: relative;
}

.non-list li {
    list-style: none;
    padding: 5px 0 5px 0;
	
}


.non-list li a {
    font-size: 1.4rem;
    line-height:1.4
}

/* footer */

.footer-menu {
    margin: 5px 0 20px 0;
}

.footer-menu nav ul {
    display: flex;
    font-size: 0.95rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    margin: 0 8px;
}

.footer-copyright p {
    display: flex;
    font-size: 0.95rem;
    justify-content: center;
    margin-bottom: 0;
}

/* download page */
.container h1 {
    font-size: 2rem;
}

.headline h1{
    margin:0;
    padding:1rem 0 1.5rem;
    line-height: 1;
    font-size: clamp(2rem, 2vw, 2.4rem);
}
.container h2 {
    font-size: 1.5rem;
}

.single .container h2{
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 400;
    margin-bottom: 1rem;
}

.post-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.favorite-btn {
    align-items: center;
    border-radius: 50px;
    height: auto;
    width: auto;
}

.avatar {
    border-radius: 20px;
    background-color: #e0e0e0;
    display: flex;
    height: 40px;
    width: 40px;
}

.nickname {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin: 10px;
}

.avatar svg {
    align-items: center;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-fb {
    background-color: #3a5a99;
}

.share-tw {
    background-color: #30a2f4;
}

.share-pt {
    background-color: #be0d19;
}

.share-wa {
    background-color: #69c442;
}

.share-em {
    background-color: #e0c851;
}

.share-mo {
    background-color: #a1a1a1;
}

.share-embed,
.share-link {
    background-color: #c697c7;
}

.download-box button {
    margin-top: 10px;
    border-radius: 50px;
}

/* keyword page: breadcrumb, title, desc, tags */
.breadcrumb-item>a {
    border-bottom: 2px solid #0080ff;
}



ol.breadcrumb {
    background: none;
    margin-bottom: 8px;
    padding: 0.75rem 0;
    display: inline;
    line-height: 1.8;
}


.breadcrumb-item:nth-child(1)::before {
    content: none !important;
}

 .breadcrumb-item::before {
    /*     content: url(/wp-content/themes/mwpcom/src/arrow-right.svg) !important;
    height: 20px;
    width: 20px;
    margin: 0 5px; */
    content: ""!important;
    padding-right: 0!important;
    }

h1.keyword-page-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.related-tag {
/*
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
*/	
	    list-style: none;
	    justify-content: flex-start;
		display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding: 0;
	margin: 0;
	align-items: center;
	column-gap: 1em;
	scrollbar-width: none;
	-ms-overflow-style: none;	
}

.related-tag .image-tag {
	/*
    white-space: nowrap;
    margin-bottom: 8px;
    margin-right: 1rem;
*/	
	    white-space: nowrap;
		display: flex;
	column-gap: 0.5em;
	align-items: center;
	margin: 0;
	padding: 4px 4px;
}

.image-tag a{
    background-color: #fff;
    border-radius: 0.8rem;
    border:1px solid #dae5e4;
    padding:0.8rem 1rem;
    font-size: 1.4rem;
    display: block;
    line-height: 1;
}
.image-tag a svg{
    height: 1.7rem;
    width: 1.7rem;
}
/* keyword page (bottom part) */
.card {
    /* background-color: #e0e0e0; */
    border-radius: 0rem;
    border: none;
}

.card-columns {
    column-count: 1;
    padding: 0;
}

.card img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

/* contact page */

.container form input,
.container form textarea {
    background-color: #e0e0e0;
    border: none;
    border-radius: 5px;
    margin-left: 0;
}

.container form button {
    border-radius: 50px;
}

input::-webkit-input-placeholder {
    font-size: 12px;
}

textarea::placeholder {
    font-size: 12px;
}

/* dmca page */
div ol {
    counter-reset: count;
}

div ol .number-list-bg {
    list-style-type: none;
    position: relative;
    margin: 15px 0;
    padding-left: 38px;
}

div ol .number-list-bg:before {
    border-radius: 50px;
    background: #e0e0e0;
    counter-increment: count;
    content: counter(count) " ";
    display: inline-block;
    font-weight: 700;
    margin-right: 0.5em;
    position: absolute;
    left: 1px;
    text-align: center;
    width: 23px;
    height: 23px;
}

.number-list-bg span {
    font-weight: 700;
}

/* Search Page */
.filter-menu-item>button {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
    padding-top: 10px;
}

/* ---------------------- Abrial's codes (mobile) -------------------------------- */
/* ------ for Top Trending Wallpaper Categories + Popular Wallpaper Categories (front-page) ---------- */

/* section title styling */
.section-title-top-trending {
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
}

.title {
    text-align: center;
    display: flex;
}

.title:before,
.title:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
}

.title h2 {
    font-size: 1.3rem;
    max-width: 400px;
    font-weight: 600;
    margin: auto;
}

.title h2:before,
.title h2:after {
    content: "";
    flex: 1 1;
}

/* card styling */
.categories-card .card {
    background-color: #e0e0e0;
    border-radius: 0rem;
    border: 0;
}

.categories-card .card img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    object-position: center;
}

.card-title {
    text-align: center;
    font-weight: bold;
    margin-top: 0.75rem;
}

.top-trending-btn {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    margin: auto;
    width: 95%;
    position: relative;
}

.top-trending-btn picture {
    position: absolute;
    right: 20px;
    top: 10px;
}

.badge {
    font-size: 100%;
}

/* ------ for Popular Wallpaper Categories (front-page) ---------- */

.section-title-popular {
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-title-popular .title h2 {
    font-size: 1.3rem;
    max-width: 200px;
    font-weight: 600;
}

.popular-wallpaper-btn {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    margin: auto;
    width: 95%;
    position: relative;
}

.popular-wallpaper-btn picture {
    position: absolute;
    right: 20px;
    top: 10px;
}

.category-div {
    width: 345px;
    height: 240px;
    background: #808080;
}

.custom-div {
    width: 255px;
    height: 240px;
    background: #808080;
}

.tax-div {
    width: auto;
    background: #808080;
}



/*-----*/

.navbar .container {
    display: flex;
}

.navbar-switch {
    width: 4.4rem;
    height: 4.4rem;
    background-color:#fff
}

.container{
    padding:0;
    max-width: none;
}
.search-page-container{
    padding:0 1.5rem;
}

.section-title {
    border-left: 6px solid #2a9db2;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    width: 100%;
}

.section-title h2 {
    font-size: clamp(2.2rem, 2vw, 2.6rem);
    line-height: 1.4;
}

.section-title a {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
}

.section-title > span.d-flex{
    margin:0!important;
}
.section-title > span:last-child{
    display: inline-block;
}
.section-title > span:last-child svg{
    height: 1.4rem;
    margin-left:.2rem;
}

.categories-card-gp{
    padding: 3rem 1.5rem;
    overflow: hidden;
    width: 100%;
}
.categories-card-gp .categories-card{
    font-size:1.4rem;
    line-height:1;
    margin-right: -.6rem;
    margin-left: -0.6rem;
	padding-left:0!important;
}
/* .categories-card .non-list:nth-of-type(2n){
    border-left: 1px solid #ececec;
} */
.categories-card .non-list a{
        padding: 1rem;
        display: block;
}
.categories-card .non-list.card{
    border: none;
    margin: 0 0rem 1.2rem;
    background: transparent;
}

.categories-card .non-list.card figure{
    margin: 0;
    position: relative;
    padding: 0 .6rem;
}

.card figure:hover:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left: .6rem;
    right: .6rem;
    background-color: rgb(0,0,0,0.3);
    border-radius: .5rem;
    pointer-events: none;
}

.categories-card .non-list.card figure a{
    position:relative;
    padding: 0!important;
    border-radius: .5rem;
    overflow: hidden;
}

.categories-card .non-list.card figure a:before{
    content:"";
    display:block;
    padding-top: 100%;
    background-color: #d3d3d3;
}

.card figure figcaption, .content-card figure figcaption{
    position:absolute;
    bottom: .5rem;
    z-index: 1;
    left: 1rem;
    right:1rem;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    line-height: 1;
    padding: 0;
    display: block;
    margin: 0 1rem .6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index:2;
    color: #fff;
}

.categories-card .non-list.card figure a:after{
     content: "";
     position: absolute;
     background-color: #000;
     top: 50%;
     left: 0;
     right: 0;
     z-index: 1;
     display: block;
     bottom: 0;
     background: rgb(18, 23, 50);
     background: -moz-linear-gradient(180deg, rgba(18, 23, 50, 0) 0%, rgba(18, 23, 50, 0.35480129551820727) 100%);
     background: -webkit-linear-gradient(180deg, rgba(18, 23, 50, 0) 0%, rgba(18, 23, 50, 0.35480129551820727) 100%);
     background: linear-gradient(180deg, rgba(18, 23, 50, 0) 0%, rgba(18, 23, 50, 0.35480129551820727) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121732", endColorstr="#121732", GradientType=1);
}


.last-card-gp{
    padding: 0 .5rem 0 1.5rem;
    width: 100%;
    overflow: hidden;
	min-height:50rem
}

.latest-card-columns, .kw-contents{
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.tax-keyword .latest-card-columns,.tax-keyword .kw-contents{
}

.latest-card-columns li, .kw-contents li{
    position: relative;
    flex: 0 0 100%;
    list-style: none;
}
.latest-card-columns .card figure, .kw-contents .content-card figure{
    height: auto;
    /* background-image: url(data:image/jpg;base64,/9j/4QAWRXhpZgAATU0AKgAAAAgAAAAAAAD/7AARRHVja3kAAQAEAAAAUAAA/+EDL2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4wLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkExMjMxRDQ3ODFBMTFFRDkzNjVBOTY1M0JDM0U2MEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkExMjMxRDU3ODFBMTFFRDkzNjVBOTY1M0JDM0U2MEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQTEyMzFEMjc4MUExMUVEOTM2NUE5NjUzQkMzRTYwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQTEyMzFEMzc4MUExMUVEOTM2NUE5NjUzQkMzRTYwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIABcAGAMBEQACEQEDEQH/xABiAAEAAwEAAAAAAAAAAAAAAAAFAwQGCQEBAAAAAAAAAAAAAAAAAAAAABAAAQECDgMAAAAAAAAAAAAAABESAyExkQIigsLSUwQURAUVUhMlEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDsYA9wm6qWgHgCemyuI9lm3QK7/wCQzpqeoVv2woxEiM+QEHc5rDdSTrwGlAB5va17IAIH/9k=); */
    padding:1rem;
    border-radius:.3rem;
    overflow:hidden;
    position: relative;
    width: calc(100% - 1.2rem);
    overflow: hidden;
    background-color: #ececec;
    padding: 0;
}


.latest-card-columns .card figure a:before{
    display: none;
}
.latest-card-columns .card figure a img, .kw-contents .content-card figure a img{
    height: auto!important;
    object-fit: cover;
    background-color: transparent;
    display: block;
    width: 100%;
}

.latest-card-columns .card figure:hover:after{
    right:0;
    left:0;
}
.latest-card-columns .card figure:hover figcaption{
    display:block;
}

.latest-card-columns .card figure figcaption, .kw-contents .content-card figure figcaption{
    color:#fff;
    top: 0;
    padding: .5rem 0;
    pointer-events: none;
    margin: 0;
    bottom: auto;
    font-size: 1.4rem;
    line-height: 1.2;
    right: 1rem;
    display:none;
    white-space: normal;
    text-align: center;
}

.tag-bar{
    position:absolute;
    bottom: .5rem;
    color:#fff;
    z-index:1;
    pointer-events: none;
    left: .5rem;
	display:none;
	flex-wrap:wrap;
}

.latest-card-columns .card figure:hover .tag-bar{
	display:flex;
}
.tag-bar a{
    font-size:1.4rem;
    color:#fff;
    line-height:1;
    padding: 1rem;
    display: block;
    background-color: rgba(0,0,0,.7);
    pointer-events: auto;
	border-radius:.2rem;
}

.tag-bar .tag+.tag{
    margin-left:.5rem;
}

.footer {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
}

footer .navbar {
    display: flex;
    justify-content: center;
    padding: 0;
}

.footer .container {
    padding: 2.1rem 1.5rem 1.4rem;
    max-width: none !important;
}
.footer .navbar-nav {
    flex-direction: row;
}

.footer-icon a {
    display: block;
    width: 164px;
}

.footer a{line-height:1; white-space:nowrap}
   
.footer .no-gutters{
    padding: .8rem 1.5rem 1.5rem;
}


.footer .no-gutters li + li{
   padding-left:2.6rem;
}

.footer .mt-2{
    margin-top: 1rem!important;
}

.wallpapers-modal{
    display:none;
}

.search-block {
    flex: 1 1 auto;
    position: relative;
}

body .search-images.active{
    display:none;
}

.sub-menu-mobile-wrap{
    display:none;
}

.search-field{
    margin:0;
    padding: 2.4rem;
	border-radius:0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: none;
    font-size: 1.7rem;
    line-height: 1;
    appearance: none;
    box-shadow: none;
    box-shadow: none;
}
.search-field::placeholder{
    color: #006179;
    opacity: 1;
    font-weight: 400;
    font-size:1.7rem;
}

.top-button {
    border-radius: 2.5rem;
    bottom: 16rem;
    color: transparent;
    cursor: pointer;
    height: 5rem;
    padding: 0.1rem 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 5rem;
    z-index: 4;
}

.menu-item-57,.menu-item-52,.menu-item-58,.menu-item-55,.menu-item-56 {
    display: none;
}

.footer .no-gutters li{
     display: none;
     
}
.footer .no-gutters li a{
    font-size: 1.4rem;
    line-height:1;
}
.footer .no-gutters .menu-item-52,
.footer .no-gutters .menu-item-58,
.footer .no-gutters .menu-item-55,
.footer .no-gutters .menu-item-56{
     display: inline-block;
     font-size: 1.4rem;
     line-height: 1;
} 

.footer .navbar-nav{
    margin-top:1rem;
}

.footer .navbar-nav li{
    margin-right:2rem;
}

.footer .no-gutters .menu-item-2097{
    padding:.5rem 0;
}

svg.hidden{
    display:none;
}

#search-logo-dt{
    display:none;
}

.keyword-box,.nav-breadcrumbs{
    padding:0 1.5rem;
    position: relative;
}

.nav-breadcrumbs{
    margin-top:1rem;
}

.row{
    margin:0;
}

.breadcrumb-item>a {
    border-bottom-color: #2a9db2;
}

.breadcrumb-item>span {
    color: #888888;
}

.breadcrumb {
    font-size: 1.4rem;
    line-height: 1;
    background: none;
    padding: 1rem 0 0;
}

.breadcrumb-item:after {
    content: "";
    margin: 0 .8rem 0 .4rem;
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border: .2rem solid;
    vertical-align: middle;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    border-color: #2a9db2;
}
.breadcrumb-item.active:after{
    display:none;
}

body main nav li.breadcrumb-item {
    align-items: center;
    padding: 0!important;
    display: inline-block;
}
.single h1{
    padding:1rem 1.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    font-size: clamp(2rem, 2vw, 2.4rem);
}

.img-unit .btn{
    padding:0;
}

.content-detail{
    padding:0 1.5rem;
}

.img-unit figcaption {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem;
    padding-bottom:1.5rem;
}

.download-block{
    padding:0 1.5rem;
}

.download-block > button{
    padding: 2.2rem 1rem;
    font-size: 1.8rem;
    line-height: 1;
    border: none;
    background-color: #2464c4;
}

/* .ads-enbled{
    background-color:#ececec;
    display:block;
    height:32rem;
} */

.navgation{
    position:fixed;
    top: 69px;
    z-index:2001;
}
.navgation .navbar{
    display:none;
    background-color:#fff;
    width: 100vw;
    height: 100vh;
    padding: 0;
}
.navgation .navbar.show{
    display:block;
}

.trend-menu{
    font-size:1.6rem;
    line-height:2rem;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    border-top: 1px solid #ececec;
    overflow-y: auto;
    align-items: flex-start;
}
.trend-menu li{
    flex:0 0 50%;
    max-width:50%;
}
.trend-menu li a{
    display:block;
    padding: 1rem 0;
}

.nav-title{
    padding:1.5rem;
    font-size:1.6rem;
    font-weight:700;
    border-top:1px solid #ececec;
}
.nav-title #trend-icon{
    height:1.6rem;
    margin-right:.5rem;
}

.search-tag-unit{
    padding: .4rem 1.5rem;
    text-align: left;
    font-size: 0;
}
.search-tag-unit .search-tag{
    display: inline-block;
    line-height: 3rem;
    height: 2.63rem;
    padding: 0;
    margin: 4px 8px;
}

.search-tag-unit .search-tag:nth-of-type(n+5){
    display: none;
}

.search-tag-unit .search-tag a{
        display:inline;
        background-color: rgba(0, 102, 121, 0.8);
        border-radius: 1.5rem;
        padding: .6rem 1.6rem .4rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        color:#fff;
}
.search-tag-unit .search-tag a svg{width: 1.6rem;height: 1.6rem;}
.search-tag-unit .search-tag a svg path{
    fill:#fff;
}

.filter-row{
    margin-top:0;
}

main.front.static {
    padding: 2rem 1.5rem 0;
    max-width: 130rem;
    margin: 0 auto;
}

main.front.static p,
main.front.static li{
    font-size:1.4rem;
        line-height: 1.4;
}

main.front.static ol{
    padding:0 0 0 1.5rem;
    
}
main.front.static ol li{
    margin-top:.5rem;
    list-style:circle;
}

main {
    min-height: 30rem;
}

@media screen and (min-width:500px){
.latest-card-columns .card figure, .kw-contents .content-card figure{
	height:18rem
}
}

@media screen and (min-width:800px){
    .input-group{
        max-width:800px;
    }
    .navbar-switch{
        display:none;
    }
    header{
        padding-right:1.5rem;
       border-bottom: none;
        
    }
    .navbar-brand{
        width:22.5rem !important;
    }
    .search-form {
        min-height: 34.5rem;
    }
    #search-logo-dt{
        display:block;
        width: auto;
        height: 9.8rem;
    }
    .navgation{
        position:unset;
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
        border-bottom: 1px solid #ececec;
    }
    .navgation .navbar{
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: nowrap;
        align-items: flex-start;
		overflow-y:hidden;
    }
    .nav-title{
        flex:0 0 auto;
        padding: 0 1.5rem;
        border-top: none;
    }
    .trend-menu{
        border: none;
        flex: 1 1;
        padding: 0;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        height: auto;
        margin-bottom:-3rem;
    }
    .trend-menu::-webkit-scrollbar {
  display: none;
}
    .trend-menu li{
        flex:1 1;
        max-width: none;
        padding: .2rem 0 4rem;
    }
    .trend-menu li a{
        font-size:1.4rem;
        line-height: 1.3;
        text-align: center;
        white-space: nowrap;
        padding: 0 1.5rem;
        border-right:1px solid #ececec
        
    }
    .section-title{
        display: flex;
        align-items: baseline;
        justify-content: space-between
    }
    .categories-card .non-list.card figure a:before{
        padding:60% 0 0 0
    }
    .footer .no-gutters > div{
        padding:0;
        margin:0;
    }
    .footer .no-gutters > div{
        flex:0 0;
        max-width: none;
    }
    .footer .no-gutters > div:first-child{
        padding:0!important;
        white-space: nowrap
    }
    .footer .no-gutters{
        justify-content: space-between
    }
    .latest-card-columns li, .kw-contents li{
        max-width:25%;
    }
    .content-section {
  display: flex;
}
.content-section .ad-holder{
  flex: 0 0 30rem; 
  max-width: 30rem;
}
    .content-detail {
  flex: 1 1 97rem;
        
}
    
    .content-detail .img-unit{
        background-color:#f8f8f8;
    }
    .single .container{
        max-width: 130rem;
    }
    .ad_marker .container{
        max-width: none;
    }
	.footer-section-column:last-child {
        border-bottom: none!important;
	}
	.footer-section-column + .footer-section-column{
		border-left:1px solid #ececec;
	}
	 .footer-section-column .section-menu{
        display: block;
    }
    .latest-card-columns li, .kw-contents li{
        flex: 1 1 auto;
    }
    .latest-card-columns .card figure a img, .kw-contents .content-card figure a img{
        height: 100%!important;
    }
}
main.ad-enabled .content-row { display: flex; }
main.ad-enabled .ad-holder { position: relative; }
main.ad-enabled .ads-desk { display: none; }
main.ad-enabled .ads-mobi {
	display: flex;
}

main.ad-enabled .ads-square {
	height: 325px;
	width: 100vw;
} 

main .filter-row .tag-container {
	max-width: 100%;
	padding: 0 20px;
}
main .filter-row {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
margin-top: 0px;
	background-color: #fff;
	z-index: 510;
}

	/*
	 * 	margin-top: 0px;
	 top: 56px;
	position: sticky;*/

main .filter-row .tag-container .tag-slider {
	position: relative;
	height: 36px;
}
main .filter-row .tag-container .tag-slider .nav-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: 4px;
  padding: 8px;
  line-height: 1;
  border: none;
  background: #fff;
}
main .filter-row .tag-container .tag-slider .nav-btn svg {
  width: 16px;
  height: 16px;
}
main .filter-row .tag-container .tag-slider .nav-btn svg path {
  fill: #2862c3;
}
main .filter-row .tag-container .tag-slider .nav-btn:focus {
  outline: none;
}
main .filter-row .tag-container .tag-slider .nav-prev {
  left: -16px;
}
main .filter-row .tag-container .tag-slider .nav-next {
  right: -16px;
}
main .filter-row .tag-container .tag-slider.has-next .nav-next, main .filter-row .tag-container .tag-slider.has-prev .nav-prev {
  pointer-events: initial;
  opacity: 1;
}

.leaderboard-ad-container {
  display:none;
}

@media screen and (min-width:800px){ 
	main.ad-enabled .content-row .ad-holder { width: 320px; margin-left: 1em; } 
	main.ad-enabled .ads-desk { display: block; }
	main.ad-enabled .ads-verti { width: 320px; height: auto;}
	main.ad-enabled .ads-verti .ads-unit-vt { width: 320px; height: 600px;}
	main.ad-enabled .ad-holder .ads-verti { position: sticky; top: 64px; }
	main.ad-enabled .ads-mobi {display: none;}
	main .filter-row .tag-container { max-width: calc(100vw - 320px - 3em); }
	
	main.single .content-detail {  max-width:calc(100% - 320px - 3em); }
	.leaderboard-ad-container {
	  display:block;
	  padding: 30px 20px;
	  height: 250px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	ul.related-tag {
    	padding: 0;
	}
	ul.related-tag {
		padding: 0;
	}
}

div.page-counter.mobi {
	display: none;
}

.navigation .row {
    flex-wrap: nowrap;
    margin: 0 0 2rem 0;
    justify-content: space-between;
    width: 100%;
}

.navigation {
    margin: 2rem 0 0.7rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navigation .first {
    display: inline;
}

.navigation .nav_ellipsis {
    display: inline;
    padding: 0 0.75rem;
}

.navigation .paginator {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 16px;
    justify-content: center;
}

.tab-content .navigation .paginator .next {
    display: inline;
}

.navigation .paginator .next a {
    background-color: #2464C4;
    color: #ffffff;
}

.navigation .paginator .next a:before {
    content: "Next";
    margin-right: 1.5rem;
    margin-left: 1rem;
}

.navigation .paginator .next:hover a{
	background: #08337C;
	color:#fff;
}

.navigation .paginator .next:hover a svg path{
	fill: #fff;
}

.navigation .paginator svg {
    width: 21.3px;
    height: auto;
    fill: #ffffff;
}

.navigation .current-mark {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	line-height: 16.41px;
}

.navigation .spacer {
    display: none;
}

div.page-counter.mobi {
    text-align: center;
}

.navigation .paginator li > a {
    background-color: #F3F5F6;
}

.navigation .paginator li:hover > a {
    background-color: #2464C4;
	  color:#fff;
}

.prev.nav_go_prev:hover a{
	background: #2464C4;
}

.prev.nav_go_prev:hover svg path{
	fill: #F5F5F5;
}


.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    font-weight: bold;
    color: #2464C4;
    background-color: #F3F5F6;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px 20px;
		font-size: 16px;
		line-height: 18.75px;
}

.navigation .current-mark input {
	width: 40px;
	margin: 0 10px;
	font-size: 14px;
	line-height: 16.41px;
}

input#go-to-page {
	text-align: center;
	width: 40px;
	border: 1px solid #cfd9e0;
	border-radius: 8px;
	height: 36px;
	font-weight: 700;
}

.tab-content .navigation .paginator .prev {
    display: inline;
}

.navigation .paginator .prev svg {
    fill: #608dc9;
}

.navigation .first a {
    border-radius: 8px;
    padding: 15px 20px;
    color: #2464C4;
    background-color: #F3F5F6;
}


.navigation .first:hover a {
    color: #fff;
    background-color: #2464C4;
}

.navigation a {
	font-size: 16px;
	line-height: 18.75px;
	font-weight: 700;
}

@media (min-width: 800px) {
    .navigation {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
	    .navigation .nav_ellipsis {
        display: none;
    }
	
	.navigation .paginator {
        margin: 0;
    }
	
	    .navigation .next.nav_go_next a {
        padding: 15px 26px;
    }
	
	    .navigation .paginator li a {
        vertical-align: middle;
    }
	
	    .navigation .paginator li a {
        vertical-align: middle;
    }
	
	    .navigation #go-to-page {
        text-align: center;
        width: 40px;
        border: 1px solid #cfd9e0;
        border-radius: 5px;
    }
}

@media screen and (max-width: 430px) {
	 .navigation .paginator li{
		display: none;
	}
	
	.navigation .paginator li{
		display: none;
	}

	.navigation .paginator li.next.nav_go_next, .navigation .paginator li.prev.nav_go_prev{
		display: list-item;
	}
	
	.navigation .first{
		display: none !important;
	}
	
	.navigation .nav_ellipsis{
		display: none !important;
	}

	
	.page-counter.mobi {
		 display: none;
	}
	
	.navigation .row{
		align-items: center;
		flex-direction: column;
	}
	
	.navigation .current-mark{
		margin-top: 30px;
	}
	
}

.ads2-container {
    margin: 5px 0;
}

.ads2-cp {
    height: 250px;
}

.ads2-dp {
    height: 50px;
}

.ads2-dp2 {
    height: 50px;
}
.ads-tdesk { display: none; }
#a2h3 {margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 1.2rem);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    flex: 0 0 100%;
    max-width: 100%;}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .ads2-dp {
        height: 90px;
    }
    .ads2-dp2 {
        height: 50px;
    }
    /*.content-row .container {calc(100% - 300px);}*/
    main.ad-enabled .content-row .ad-holder { width: 320px; margin-left: 1em; }
    .ads-tdesk { display: block; }
}

/* =========  Desktop  (≥ 1024 px)  ========= */
@media (min-width: 1024px) {
    .ads2-dp {
        height: 90px;
    }
    .ads2-dp2 {
        height: 90px;
    }
    .ads-tdesk { display: block; }
    /*.content-row .container {calc(100% - 300px);}*/
    /*.tax-keyword .ad-holder {width: 300px;}*/
}

@media (min-width: 1376px) {

    .ads2-dp2 {
        height: 250px;
    }

}