/*
Theme Name: Yoonesd.ir
Theme URI: http://www.Yoonesd.ir
Author: Yoones
Author URI: Yoonesd.ir
Description: Wordpress Template
Version: 1.0
*/

html {
	overflow-x:hidden;
}

.section-title p {
    text-align: center;
}

.ysmenu {
    align-items: center;
    display: flex;
}

.ysmenu li a {
    padding: 0 5px;
    color: #fff;
}

.ysmenu li a:hover {
    color: #f9931d;
}

.page .header-area.absolute-header,
.single .header-area.absolute-header {
    position: relative;
    height: auto;
    background: var(--dark);
}

section.content {
    margin: 40px 0;
}

section.content .container.post {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #D1D1D1;
}

section.content h2 {
    font-size: 20px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.postcontent img.thumb {
    width: 50%;
    margin: 0 auto 40px;
    display: block;
    border-radius: 14px;
    box-shadow: 0 0 10px #313131;
}

@media screen and (max-width:600px) {
    .header-area .logo img {
        width: 100px;
    }

    .logistic-service-area .read-more {
        display: none;
    }

    .choose-us-area {
        height: auto;
    }
}

.footer-up {
    padding: 20px 0;
}

.ysflex {
    display: flex;
}

.yscol.col-33 {
    width: 33%;
}

.ysflex.space-between {
    justify-content: space-between;
}

.ysflex.align-center {
    align-items: center;
}

.ysflex.center {
    justify-content: center;
}
.ysflex.end {
    justify-content: end;
}
.gap-14 {
    gap: 14px;
}
.header-area .logo img {
  width: auto;
  height: 50px !important;
}

.postcontent {
  line-height: 34px;
}