/*
.page-template-archive-results .main-content {
    background: linear-gradient(to top, #62001800 92%, #161c42 0%);
}
*/

.page-template-archive-results .page-hero {    
    padding-bottom: 415px;
}

@media screen and (min-width: 992px) {
    .page-template-archive-results .page-hero {    
        padding-bottom: 250px;
    }
}

@media screen and (min-width: 1200px) {
    .page-template-archive-results .page-hero {
        padding-bottom: 480px;
    }
}

@media screen and (min-width: 1200px) {
    .page-template-archive-results .main-content .container {
        max-width: 1200px !important;
    }
}

@media screen and (min-width: 1400px) {
    .page-template-archive-results .main-content .container {
        max-width: 1400px !important;
    }
}

.page-template-archive-results main .entry-content {
    padding: 0px;
    background: none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px) {
    .page-template-archive-results main .entry-content {
        margin-left: initial;
        margin-right: initial;
    }
}

.page-template-archive-results .site-main {    
    margin-top: -80px;
    position: relative;
    z-index: 999;
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .page-template-archive-results .site-main {    
        margin-top: -120px;        
}
}
@media screen and (min-width: 1200px) {
    .page-template-archive-results .site-main {
        margin-top: -239px;
        padding-bottom: 90px;
    }
}

.page-template-archive-results .right-col {
    width: 100%;
}

.page-template-archive-results .sidebar {
    width: 100%;
}

@media screen and (min-width: 1200px) {    
    .page-template-archive-results .right-col {
        width: 66.66667%;
    }
    .page-template-archive-results .sidebar {
        width: 33.33333%;
    }
}
        

.page-template-archive-results .sidebar {
    margin-top: 19px;
}

.categories {  
  color: #FFF;  
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;  
  margin-top: -285px;
  margin-bottom: 30px;
  width: 340px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
    .categories {  
        margin-top: -65px;
        width: initial;
        margin-right: initial;
        margin-left: initial;
    }
}
@media screen and (min-width: 1200px) {
    .categories {  
        margin-top: -180px;
        position: relative;
        left: 28%;
    }
}
@media screen and (min-width: 1400px) {
    .categories {  
        left: 36%;
    }
}

.card__caption {
    font-variant: none !important;
}

.gallery {
  display: flex !important;
  flex-wrap: wrap !important;    
  justify-content: center !important;
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .gallery {     
        margin-top: 50px;   
        justify-content: space-between !important;
    }
}

@media screen and (min-width: 1200px) {
    .gallery {
        margin-top: 93px;
    }
}

.main-content__inner label {
  padding: 9px 20px;
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  border-radius: 300px;
  border: 2px solid #C8C8C8;  
  display: block;
  margin-bottom: 16px;
  text-align: center;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
    .main-content__inner label {
        text-align: left;
        display: initial;
        margin-bottom: 0px;
        width: initial;
        margin-left: initial;
        margin-right: 22px;
    }
}
@media screen and (min-width: 1200px) {
    .main-content__inner label {
        padding: 9px 18px;
        position: relative;
        left: 28%;
        margin-right: 15px;
    }
}

@media screen and (min-width: 1400px) {
    .main-content__inner label {
        padding: 9px 20px;
        position: relative;
        left: 36%;
        margin-right: 22px;
    }
}

.main-content__inner label:hover {
  color: #FFF;
  border-radius: 300px;
  border: 2px solid #C5AB54;
  background: #C5AB54;  
  color: #141A3E;
}

[type='radio']:checked + .main-content__inner label {
  color: #fff !important;
  border-radius: 300px !important;
  border: 1px solid #91A4A6 !important;
  background: #143351 !important;  
}


.card {
  border-radius: 20px;
  background: #FFF;  
  box-shadow: 0 4px 30px 6px rgba(0, 0, 0, 0.10);
  width: 389px;  
  height: 330px;
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
    .card {
        height: 383px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .card {
        width: 370px;
        height: 383px;
    }
}
@media screen and (min-width: 1400px) {
    .card {
        width: 389px;  
        height: 383px;
    }
}    

.card__image {
  height: 100%;  
  padding: 15px;
  text-align: center;
  color: #FFF;  
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 1.92px;
}

.card__image .border-white {
  height: 100%;
  padding-top: 60px;  
  border-radius: 16px;
  border: 2px solid #C8C8C8;
  color: #04033D;
  text-align: center;  
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

@media screen and (min-width: 992px) {
    .card__image .border-white {
        padding-top: 90px;  
    }
}

.card__image .border-white a {
  text-decoration: none;
}

.card__image span {
  position: relative;
  display: block;
  margin-top: 29px;
  padding-top: 30px;
  text-align: center;    
  color: #141A3E;
  text-align: center;  
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;  
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.card__image span:before {
    content: "";    
    width: 140px;
    height: 5px;
    background: linear-gradient(141deg, #C5AB54 28.28%, #CAA000 78.99%);
    position: absolute;
    top: 0;
    left: 50%;
    Transform: translateX(-50%);
}

.card__caption {
  text-align: left !important;    
}

.card__caption p {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 16px;
}

.card__caption .border-white {
  border: 1px solid #fff;
  z-index: 99;
  padding: 25px;
  height: 100%;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 16px;
}
.card__caption .border-white .btn {
    margin-top: 15px;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    color: white;
    border: 2px solid white;
    width: 100%;
    text-align: center;
}    

/** single **/

.single-results .page-hero .page-hero__meta { 
    display: none;
}

.single-results .page-hero .page-hero__title span {
    margin-top: 20px;
    color: #FFF;
    text-align: center;    
    font-family: "Poppins", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.single-results .page-hero .page-hero__author-image img {
    display: block;
    border-radius: 300px;
    border: 1px solid #FFF;
    width: 54px;
    height: 56px;
    background: #fff;
}

.single-results .page-hero .page-hero__wrapper {
    max-width: 900px;
}

.single-results .page-hero .page-hero__wrapper .name-categories {    
    margin-top: 64px;
    color: #FFF;    
    font-family: "Poppins", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
}

@media screen and (min-width: 992px) {
    .single-results .page-hero .page-hero__wrapper .name-categories {    
        width: initial;
        margin-right: initial;
        margin-left: initial;
        padding-left: 3%;
        margin-bottom: 35px;
    }
}

.single-results .page-hero .page-hero__wrapper .list-category {
    text-align: center;
}
.single-results .page-hero .page-hero__wrapper .list-category a {
    color: #FFF;    
    border-radius: 300px;
    border: 2px solid #C8C8C8;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    text-decoration: none;
    padding: 10px 24px;
    margin-right: 0px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .single-results .page-hero .page-hero__wrapper .list-category a {
        margin-right: 30px;
        width: initial;
        margin-left: initial;        
        display: initial;
        margin-bottom: initial;
    }
}

.single-results .page-hero .page-hero__wrapper .list-category a:hover {
    color: #141A3E;
    border-radius: 300px;
    background: #C5AB54;
    border: 2px solid #C5AB54;
}

@media screen and (min-width: 992px) {
    .single-results .page-hero .page-hero__wrapper .list-category a:last-child {
        margin-right: 0px;
    }
}

.single-results .main-content__thumbnail {
    justify-content: left;
}

.single-results .main-content .container {
    margin-top: -140px;
}

@media screen and (min-width: 992px) {
    .single-results .main-content .container {
        max-width: 1200px !important;
        margin-top: -190px;
    }
}

@media screen and (min-width: 1400px) {
    .single-results .main-content .container {
        max-width: 1400px !important;
    }
}

.single-results .site-main {        
    padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
    .single-results .site-main {        
        padding-bottom: 90px;
    }
}

/**/
/*
[class^="imghvr-"],
[class*=" imghvr-"] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

[class^="imghvr-"] > img,
[class*=" imghvr-"] > img {
    vertical-align: top;
    max-width: 100%;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {    
    background: #173451 url(/wp-content/themes/DRIVE/assets/img/textura.jpg) !important;
    background-size: cover !important;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^="imghvr-"] figcaption h1,
[class^="imghvr-"] figcaption h2,
[class^="imghvr-"] figcaption h3,
[class^="imghvr-"] figcaption h4,
[class^="imghvr-"] figcaption h5,
[class^="imghvr-"] figcaption h6,
[class*=" imghvr-"] figcaption h1,
[class*=" imghvr-"] figcaption h2,
[class*=" imghvr-"] figcaption h3,
[class*=" imghvr-"] figcaption h4,
[class*=" imghvr-"] figcaption h5,
[class*=" imghvr-"] figcaption h6 {
    color: #ffffff;
}

[class^="imghvr-"] a,
[class*=" imghvr-"] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^="imghvr-"],
[class*=" imghvr-"],
[class^="imghvr-"]:before,
[class^="imghvr-"]:after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"]:after,
[class^="imghvr-"] *,
[class*=" imghvr-"] *,
[class^="imghvr-"] *:before,
[class^="imghvr-"] *:after,
[class*=" imghvr-"] *:before,
[class*=" imghvr-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
*/
/* imghvr-fade  */
/*
[class^="imghvr-fade"] figcaption,
[class*=" imghvr-fade"] figcaption {
    opacity: 0;
}

[class^="imghvr-fade"]:hover figcaption,
[class*=" imghvr-fade"]:hover figcaption {
    opacity: 1;
}

[class^="imghvr-fade"]:hover > img,
[class^="imghvr-fade"]:hover figcaption,
[class*=" imghvr-fade"]:hover > img,
[class*=" imghvr-fade"]:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
*/
/* imghvr-fade */

