/*
Theme Name: IntoTravel
Theme URI: 
Author: Alexandru Zamfir
Author URI: 
Description: IntoTravel
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
: */

*{
    margin: 0px;
    padding: 0;
}
.featured-img > img{
    object-fit: cover;
    width: 100%;
    height: 550px;

}

h1{
    text-align: center;
    margin: 1em 0 0.35em 0;
    font-size: 40px;
}

.post-separator {
    border-top: solid 8px;
    width: 25%;
    margin-bottom: 0.4em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5%;
}
hr{
    opacity: 1;
}
.full-img img{
    width: 100% !important;
}
.text-center{
    text-align: center;
}
.post-info{
    font-size: 20px;
}
.footer{
    text-align: center;
}

.pad{
    padding: 2em 15em !important;
}
.indent-group p{
    text-indent: 20px;
}
.mb-0{
    margin-bottom: 0 !important;
}
#side-desc{
    max-height: 200px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  
}
@media only screen and (max-width: 1400px) {
    .pad{
        padding: 2em 8em !important;
    }
    .featured-img > img{
        height: 400px;
    }
}


@media only screen and (max-width: 1200px) {
    .wp-block-columns{
        flex-direction: column;
    }
    .post-info{
        margin-top: 20px;
        margin-bottom: 20px;
        row-gap: 0px;
    }
}


@media only screen and (max-width: 750px) {
    .pad{
        padding: 2em 4em !important;
    }
   
    .featured-img > img{
        height: 200px;
    }
    .articol{
        flex-direction: column;
    }
    .post-card-desc, .post-card-desc h3{
        text-align: center !important;
    }
    .post-card-desc{
        padding-bottom: 20px;
    }
    .articol img{
        height: 300px !important;
    }
}
@media only screen and (max-width: 500px) {
    .pad{
        padding: 1.7em 2.4em !important;
    }
    .articol img{
        height: 230px !important;
    }
}

.hover-blue:hover{
    color: rgb(57, 182, 255) !important
}

.box-shadow{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bg-custom-blue{background-color: #0075FF !important;}
.bg-custom-blue:hover{background-color: #0051ae !important;}
.post-card-desc h3{ cursor: default;}
.post-card-desc{
    padding: 20px;
}
.current {
    background-color: rgb(27, 221, 255) !important;
}
.page-numbers{
    color: black  !important
}
#search-div{
    max-width: 700px;
}

body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
  
footer {
    margin-top: auto;
}