.page-title-none{
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
.content-search-container-title h2{
    margin:0;
}
.content-none-search-none{
    background-image: url(../assets/s6.png);
    display: inline-block;
    background-position: center;
    height: 400px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 200px;
    /*margin-left: 330px;*/
}
.content-search-container-text{
    color:#eee;
}
.search-page-title{
    color: #fff;
}

.content-search-container{
    /*width: 95%;*/
    /*padding-left: 80px;
    padding-right: 80px;*/
    margin-top: 80px;
}

.search-hr{
    margin-bottom: 60px;
}

.content-search-container-single{
    /*background-color: black;*/
    /*width: 780px;
    display: flex;
    margin-bottom: 120px;
    height: 350px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    height: auto;
    position: relative;
}

.content-search-container-image{
    /*position: absolute;*/
    /*background-color: red;*/
    width: 300px;
    height: auto;
    margin-right: 20px;
}

.content-search-container-image .post-thumbnail img{
  /*  position: absolute;*/
    width: 100%;
    height: auto;
}

.content-search-container-aside{
    width: calc(100% - 320px);
    /*background-color: blue;*/
    /*position: absolute;
    left: 400px;
    width: 460px;
    height: 350px;*/
}

.entry-title a{
    text-decoration: none;
    color: #fff;
}