/*
Theme Name: Wallpapergod.com
Author: Philantha 
Version: 1.3
*/

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-family: 'Lato', sans-serif;
    line-height: 1.62;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

header {
    background-color: white;
}

.container {
    max-width: 85rem;
    margin: 0 auto;
}

.single .container {
    max-width: 83rem;
}

.single .breadcrumbs {
    position: relative;
    left: -15px;
}

.wallpaper-category-label {
    display: inline-block;
    padding: 8px 10px;
    font-weight: 700;
    line-height: 1;
    color: #424242;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #BDBDBD;
    font-size: 12px;
    margin: 0px 5px 5px 0px;
}

* {
    box-sizing: border-box;
}

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

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::placeholder {
    font-weight: bold;
    opacity: 1;
    color: #000000;
}

input:focus {
    outline: none;
}

.navbar-brand {
    margin-right: 1px !important;
}

@media (max-width: 1014px) {
    footer.footer .fl-box {
        justify-content: center;
    }
	.menu-footer-menu-container{
	margin-left:0px;
	}
	#menu-footer-menu{
		justify-content: center;
	}
	.footer .fl-push, .menu-footer-menu-container{
		margin-left:0px!important;
	}
	
}
@media (max-width: 1290px) {
	#menu-footer-menu li{
		 padding-right: 0px!important;
	}
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
	.footer .fl-push{
	margin-left: 20px!important;
	}
	
}

@media (max-width: 767px) {
    .navbar .mx-auto img {
        height: 26px !important;
    }
}
.menu-top-nav-menu-container .nav-right{display:none;}
@media (min-width: 993px) {
  .navbar-expand-lg span, .sidenav{
    display: none;
  }
  
}
@media (max-width: 992px) {
body{width: 100%;}
.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
}
  .navbar-expand-lg .navbar-toggler {
    display: block;
}
.navbar-expand-lg{
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  padding-top: 0px!important;
  padding-bottom: 10px;
}
	.navbar-light .navbar-toggler{
		border: none;
    outline: none;
    padding-left: 0px;
	}
	.navbar-light .navbar-brand{
    width: 100%;
    display: contents;
  }
  .navbar-expand-lg span{
    display: block;
    position: absolute;
    left: 15px;
  }
.navbar-light .navbar-brand img{
  height: 34px;
    width: 100%;
} 
.menu-top-nav-menu-container{
  display: none!important;

} 
.mobile-menu .menu-top-nav-menu-container, .mobile-menu .menu-top-nav-menu-container ul{
	display: block!important;
}
.mobile-menu .menu-top-nav-menu-container .nav-right{
  display: none;
}
.mobile-menu .menu-top-nav-menu-container ul li{
  width: 100%;
  margin-left: 0px;
  padding: 0px;
}
.mobile-menu .menu-top-nav-menu-container ul li:first-child{
  border-top: 1px solid #eeeeee;
}
.mobile-menu .menu-top-nav-menu-container ul li a{
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 14px;
}
.mobile-logo-container{
  margin-bottom: 5px;
  height: 33px;
  }
  .mobile-logo-container .left{
    float: left;
    width: 257px;
    padding-left: 16px;
  }
  .mobile-logo-container .right{
  float: right;
    width: 50%;
  }
  .mobile-logo-container .right a{
  padding-top: 0px;
  }
  .mobile-logo-container .left img{
    height: auto;
    max-width: 100%;
  }
  .hamburger-nav {
    font-size:30px;
    cursor:pointer
  }
 }

.wrapper {
    min-width: 200px;
    min-height: 40px;
    padding: 2px;
    border-radius: 50px;
    outline-color: none;
    cursor: text;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchBtn {
    cursor: pointer;
}

.search-icon {
    cursor: pointer;
}

p {
    font-size: 20px;
}

.breadcrumbs {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 15px 0;
    letter-spacing: 1px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs>ul.trail-items>li.trail-item {
    display: contents;
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.breadcrumbs>ul.trail-items>li.trail-begin span:before {
    display: none !important;
}


/* .breadcrumbs ul.trail-items>li.trail-begin a span {
    background-image: url(../../../wp-content/themes/wpg-com-v1.3/assets/src/CellularNews.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    height: 19.83px;
    width: 125px;
    padding-top: 3px;
    display: inline-block;
    color: transparent;
} */
.single #breadcrumbs span, span a{   
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 700;
    color:#212529;
  }
  .fa-chevron-right:before{
      content: ''!important;
    border-right: 2px solid #e20025;
    border-top: 2px solid #e20025;
    transform: rotate(45deg);
    right: 0px;
    height: 6px;
    width: 6px;
    padding: 0;
    display: inline-block;
    margin: 0 11px 3px 10px;
  }
  .breadcrumbs ul.trail-items>li.trail-begin a span {
    color:#212529;
  }	

.breadcrumbs>ul.trail-items>li.trail-item div::before {
    content: '';
    border-right: 2px solid #e20025;
    border-top: 2px solid #e20025;
    transform: rotate(45deg);
    right: 0px;
    height: 6px;
    width: 6px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 3px 10px;
}

.breadcrumbs>ul.trail-items>li.trail-item span:before {
    content: '';
    border-right: 2px solid #e20025;
    border-top: 2px solid #e20025;
    transform: rotate(45deg);
    right: 0px;
    height: 6px;
    width: 6px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 2px 10px;
}

.menu-top-nav-menu-container .nav-right {
    right: 20px;
    text-align: right;
    position: absolute;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-top-nav-menu-container .nav-right span.icon-search {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 20px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    color: #797979;
    font-size: 20px;
    line-height: 1px;
}

.menu-top-nav-menu-container .nav-right span.icon-search i {
    color: #185fc1;
}

.icon-search .ion-ios-search {
    width: 20px;
    color: #185fc1;
    text-align: right;
    font-size: 26px;
    line-height: 1px;
}

.menu-top-nav-menu-container ul {
    float: left;
    background-color: white;
    margin-top: 0px;
    padding: 10px 0;
    top: -1px;
}

.menu-top-nav-menu-container {
    display: unset;
    height: 65px;
}

header.menu {
    display: unset;
}

/* ------ 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;
}

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

.footer {
    margin-top: 20px;
    margin-bottom: 20px;
	border-top: 1px solid #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .container{
	max-width: 101rem!important;
}

.footer .fl-push {
    padding-top: 15px;
}

.footer-section-column {
    border-top: 1px solid #e0e0e0;
}

.footer-section-column:last-child {
    border-bottom: 1px solid #e0e0e0;
}

#menu-footer-menu li {
    padding-right: 30px;
}

.menu-footer-menu-container {
    margin-left: 50px;
}

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

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

.non-list li a {
    font-size: 1rem;
}

/* 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: 2.3em;
    font-weight: 500;
}

.container h2 {
    font-size: 1.5rem;
}
.home .container h2 {
    font-size: 2.3em;
    font-weight: 500;
}

.category-container,
.post-wallpaper-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wallpaper-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
}

.category-container .col-md-4 {
    max-width: 100%;
}

.category-container a {
    color: #185fc1;
    font-size: 20px;
}

.post-wallpaper-container .col-md-4 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
}

.wallpaper-container .col-md-3 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
}

.post-wallpaper-container img {
    max-width: 100%;
    height: 155px;
}

.wallpaper-container img {
    max-width: 100%;
    height: 210px;
}

.wallpaper-container .bottom-left {
    background: rgba(24, 95, 193);
    width: calc(100% - 15px);
    bottom: 22px;
}

.wallpaper-container .bottom-left a {
    display: flex;
    justify-content: center;
}

.share-container {
    position: relative;
    top: 10px;
}

.wallpaper-container .fa-facebook {
    color: #4267B2;
    font-size: 20px;
    margin-right: 5px;
}

.wallpaper-container .fa-pinterest {
    color: #E60023;
    font-size: 20px;
    margin-right: 5px;
}

.wallpaper-container .fa-twitter {
    color: #1DA1F2;
    font-size: 20px;
    margin-right: 5px;
}

.wallpaper-container .fa-arrow-down {
    padding-left: 3px;
    padding-top: 4px;
}

.post-wallpaper-container ul,
.wallpaper-container ul {
    list-style: none;
    padding-left: 0px;

}

.bottom-left a {
    color: #fff;
}

.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(24, 95, 193, .8);
    width: calc(100% - 15px);
    padding: 5px 10px 5px 10px;
}

img.responsive {
    width: 100%;
    height: auto;
}

.ads {
    margin-top: 20px;
}

/* Pop Up */

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.popup button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    background-color: rgba(24, 95, 193);
    border: none;
    font-weight: 600;
    width: 80%;
    margin-top: 10px;
}

.popup-content {
    width: 80%;
    margin: 0 auto;
}

.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.popup {
    margin: 150px auto;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    width: 30%;
    position: relative;
    text-align: center;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 600;
    padding: 40px 0px;
}

.popup a {
    text-decoration: underline !important;
    color: rgba(24, 95, 193) !important;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none !important;
    color: #000 !important;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .popup-content {
    padding-top: 10px;
    padding-bottom: 20px;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .fa-twitter,
.popup .fa-facebook,
.popup .fa-pinterest {
    font-size: 28px;
}

.popup .popup-share {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 300px) {

    .category-container,
    .post-wallpaper-container,
    .wallpaper-container {
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 900px) and (min-width: 701px) {
    .popup {
        width: 50%;
    }

}

@media only screen and (max-width: 1199px) and (min-width: 901px) {
    .popup {
        width: 35%;
    }

}

.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 (bottom part) */
.card {
    border-radius: 0rem;
    border: none;
}

.card-columns {
    column-count: 1;
    padding: 0;
}
.single .card img{
	height:227px;
	width: 100%;
    object-fit: cover;
}
.home .card img {
    height: 155px;
    width: 100%;
    object-fit: cover;
}

/* 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;
}

.categories-card .card {
    border-radius: 0rem;
    border: 0;
}

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

/* ----- tablet ----- moved to codekit*/

/* ----- desktop ----- moved to codekit*/

/* Wallpaper*/

.navbar-expand-lg {
    justify-content: center;
    padding-top: 21px;
}

a {
    font-family: 'Lato', sans-serif;
    box-shadow: none;
}

.menu-top-nav-menu-container ul {
    width: 100%;
    display: inline-block;
    padding: 0;
    list-style: none;
    vertical-align: top;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.menu-top-nav-menu-container ul li {
    margin: 0 16px;
    position: relative;
    display: block;
    float: left;
    text-transform: uppercase;
}

.menu-top-nav-menu-container ul li a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #2f3846;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}

.single .container .row ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}


.share-btn,
.mr-4 {
    float: left;
    margin-right: 15px;
}
.share-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.single .mr-4 {
    font-weight: 500;
}

.share-tw {
    background-color: transparent;
}

.mb-5,
.my-5 {
    margin-bottom: 0rem !important;
}

.single .col-lg-12 {
    margin-top: 2rem;
}

.single-content-div .fl-push {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(24, 95, 193);
    width: 100%;
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.single-content-div .fl-push a {
    color: #fff;
}

.single-content-div .fl-push span {
    font-weight: 700;
}

.single-content-div {
    position: relative;
}

.modal-content h3 {
    font-weight: 600;
    margin-top: 0px !important;
    margin-bottom: 3rem !important;
}

.modal-content a.high-speed {
    color: #185fc1;
    text-decoration: underline;
    font-weight: 500;
    display: block;
}

.modal-content p {
    font-size: 14px;
    font-weight: 500;
}

.modal-content .download-button {
    background: rgba(24, 95, 193);
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.modal-content .download-button-full {
    background: rgba(24, 95, 193);
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.modal-content .modal-close {
    position: relative;
    top: -20px;
}

.single .container .row ul.trail-items {
    display: block !important;
    padding-left: 15px;
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 400px;
    }
}

@media only screen and (max-width: 686px) and (min-width: 481px) {
    .single .container .row ul {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 569px) {
    .single .container .row ul {
        grid-template-columns: 1fr;
    }

    .card-columns,
    .home .card-columns-3 {
        grid-template-columns: 1fr 1fr !important;
    }

    .home .card-columns-3 .info {
        display: none;
    }
	
	
    .home .card-columns-3 .content-div:hover+.info,
    .info:hover {
        display: flex;
    }

    .home .card-columns-3 .wpg-primary {
        padding: 0px !important;
        font-size: 13px;
        padding-top: 5px !important;
        padding-left: 5px !important;
    }

    .home .card-columns-3 .info {
        bottom: 10px;
        width: 95%;
        left: 4px;
    }

    .home .card-columns-3 li.card,
    .home .card-columns-3 li.card .content-div,
    .home .card-columns-3 li.card .content-div figure {
        height: 279px !important;
    }

    .home .card-columns-3 .fl-box {
        display: none;
    }

    .home .card-columns-3 {
        grid-gap: 20px 12px !important;
    }


}

.card-columns {
    -webkit-column-count: 4;
    flex-direction: row;
    -moz-column-count: 4;
    column-count: 4;
}

.card-columns {
    -webkit-column-count: 4;
    flex-direction: row;
    -moz-column-count: 4;
    column-count: 4;
    grid-gap: 15px;
}

.home .card-columns-3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0px;
    grid-gap: 50px 12px;
    margin-bottom: 50px;
}

.home ul.card-columns li,
.home ul.card-columns li .content-div,
.home ul.card-columns li .content-div figure {
    height: 155px;
}

.home ul.card-columns li.lists{
  list-style-type: none;
  height: auto;
}

.home .info {
    position: absolute;
    bottom: -2px;
    left: 0px;
    background: rgba(24, 95, 193, .8);
    width: 100%;
    padding: 5px 10px 5px 15px;
    justify-content: flex-start;
}

.home .info span {
    color: #fff;
}

.home .card-columns-3 li.card,
.home .card-columns-3 li.card .content-div,
.home .card-columns-3 li.card .content-div figure {
    height: 227px;
}

.home .card-columns-3 li.card {
    display: block;
}

.home .card-columns-3 .info {
    background: rgba(24, 95, 193);
    color: #fff;
    justify-content: center;
    padding: 10px 10px 10px 10px;
}

.home .card-columns-3 .info span {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 7px;
}

.home .card-columns-3 .wpg-primary,
.home .card-columns-3 .wpg-primary:hover,
.home .card-columns-3 .wpg-primary:focus,
.home .card-columns-3 .wpg-primary:active {
    background-color: transparent !important;
    color: #fff !important;
}

.home .card-columns-3 .wpg-primary svg:hover {
    color: #fff !important;
}

.home .card-columns-3 .wpg-primary {
    padding: 10px 10px;
}

.card-columns {
    column-count: 4;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.single .single-content-div figcaption{
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.125em 0.5em;
    height: 6em;
    color: #fff;
    pointer-events: none;
    font-size: 12px;
	text-shadow: 1px 1px #000;
}
p.title-description a{
  color:rgba(24, 95, 193);
}
ul#menu-footer-menu a{
    font-size: 16px;
    color: #434b57;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.single .related-tag span{
    padding: 7px 13px;
    border: 1px solid gainsboro;
    border-radius: 20px;
    margin: 0 5px 0 5px;
    white-space: nowrap;
    margin-bottom: 8px;
    display: inline-block;
}
.single .related-tag{
   margin: 30px 0px;
}
.orientation-1 img{
  height: 450px!important;
}
/* End Wallpaper */