.logo img {
    max-width: 170px;
}

p{
    font-size: 15px;
    font-weight: 100;
    line-height: 28px;
    text-align: right;
}

.header{
    font-size: 25px;
    font-weight: 400;
    color: #eabf7e;
}

.header1{
    font-size: 30px;
    font-weight: 400;
    color: #eabf7e;
}

.header2{
    font-size: 26px;
    font-weight: 400;
    color: #eabf7e;
}

.header3{
    font-size: 16px;
    font-weight: 400;
    color: #eabf7e;
}

.header4{
    font-size: 16px;
    font-weight: 400;
    color: #eabf7e;
}

.ul{
    padding: 0;
}

.with_frame_image:before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 100%;
    height: 100%;
    border: 4px solid #eabf7e;
    border-radius: 5px;
    z-index: -1;
}

.header_transparent.affix.header_darkgrey {
    background-color: #222222fa;
}

.mainmenu_wrapper {
    text-align: right
}

#toTop {
    background: #eabf7e;
}
#toTop:after {
    color: #3c2203;
    top: -10px;
}
#toTop {
    width: 40px;
    height: 40px;
    bottom: 60px;
    right: 60px;
    border-radius: 30px;
}

.with_line:before {
    background-color: #eabf7e;
}

.ds .theme_buttons.color1 a, .ds .theme_button.color1 {
    background-color: #eabf7e;
}

.ds a:hover, .ds .greylinks a:hover,
.ds .highlightlink, .ds .highlightlinks a,
.ds h1 a:hover, .ds h2 a:hover, .ds h3 a:hover,
.ds h4 a:hover, .ds h5 a:hover, .ds h6 a:hover {
    color: #eabf7e;
    direction: rtl;
}

.top-border{
    border-top: 1px dashed rgba(210, 185, 153, 0.21);
    padding-top: 20px;
}

.section_padding_bottom_40>[class*=container] {
    padding-bottom: 10px;
}

.section_padding_bottom_130>[class*=container] {
    padding-bottom: 30px;
}

.mainphoto{
    margin-top: -50px;
}

.bg-1{
    height: max-content;
    background-attachment: fixed
}

.page_hero.parallax {
    background-image: url(../images/slide01.jpg);
}

.page_about.parallax {
    background-image: url(../img/parallax/album.jpg);
}

.parallax.ds.ms:after{opacity:.6;
}

.parallax.ds.ms1:after{opacity:.9;

}
.col-md-6.text-center {
    width: 50%;
    padding-top: 135px;
}
.page_latest_album.parallax {
    background-image: url(../images/slide01.jpg);
}
.background_gradient{
    background-image: linear-gradient(
        180deg, rgb(255 255 255 / 0%) 17%, rgb(26 25 25 / 85%) 50%), url(../images/slide01.jpg);
}

.background_gradient1{
    background-image: linear-gradient(
        180deg, rgb(255 255 255 / 0%) 17%, rgb(26 25 25 / 85%) 50%), url(../img/parallax/album.jpg);
}

.background_gradient2 {
    background-image: linear-gradient(
        180deg, rgb(234 191 126) 17%, rgb(234 191 126 / 68%) 70%), url(../images/slide02.jpg);
}

.float {
    float: right !important;
    direction: rtl;
}

.text-align{
    text-align: right;
    direction: rtl;
}
.pp-thumb,
.podcast-thumb {
    position: relative;
    overflow: hidden;
}

.pp-thumb img,
.podcast-thumb img {
    width: 100%;
    transform:scale(1);
    transition:.4s;
    border-radius: 5px;
}

.pp-thumb img:hover,
.podcast-thumb img:hover {
    transform:scale(1.15);
    transition:.3s;
}

.sub-title {
    font-size: 15px;
    text-decoration: none!important;
}
