@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}


#primary {
    width: 100%;
}

body.right-sidebar #primary {
     border-right: none;
     padding-right: 0;
}

a {
    transition: color 0.5s ease;
}

a:hover {
    transition: color 0.5s ease;
}

.hr {
    background: #E5E5E5;
    margin: 40px 0;
}

.page-single .title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #1A1A1A;
}

.page-single .post-date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    color: #1A1A1A;
    margin-top: 20px
}

.page-single  .featured-img-wraper {
    margin-top: 40px;
}

.page-single  .featured-img-wraper .featured-img {
    border-radius: 5px;
}

.page-single .body h4 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #1A1A1A;
}

.page-single .body h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 145%;
    color: #1A1A1A;
}

.page-single .body p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal !important;
    font-size: 21px;
    line-height: 33px;
    margin-top: 1.5em;
    color: #1A1A1A;
}

.page-single blockquote , .page-single blockquote p{
    font-size: 30px !important;
    font-family: medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif !important;
    line-height: 40px !important;
    color: rgba(0, 0, 0, 0.54) !important;
    font-weight: 400 !important;
	margin-top: 0 !important;
}


.page-single .body p a {
	color: #F5A61C;
    transition: color 0.5s ease-out;
}

.page-single .body p a:hover {
	color: #F2CE52;
    transition: color 0.5s ease;
}

.page-single .tags-wraper {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #1A1A1A;
    margin-top: 40px;
}

.page-single .tags-wraper .tags a {
    color: #8f8f8f;
    font-weight: normal;
    transition: color 0.5s ease;
}

.page-single .tags-wraper .tags a:hover {
    color: #1A1A1A;
    transition: color 0.5s ease;
}

.page-single .avatar img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}

.page-single .author-section {
    display: flex;
}

.page-single .author-section .name-position {
    align-self: center;
    margin-left: 20px;
}

.page-single .author-section .name-position .name {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

.page-single .author-section .name-position .position {
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-top: 13px;
}

.page-single .author-section .name-position .position a {
    margin-left: 13px;
}



.bio {
    margin-top: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #1A1A1A;
    padding-right: 10px;
}

.bio a {
    color: #F5A61C;
    transition: color 0.5s ease;
}

.bio a:hover {
    color: #F2CE52;
    transition: color 0.5s ease;
}

.page-single .announcement {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #1A1A1A;
}

.page-single .announcement a {
    color: #facd3c;
    transition: color 0.5s ease;
}

.page-single .announcement a:hover {
    color: #EEA424;
    transition: color 0.5s ease;
}

.page-content {
    max-width: 650px;
    padding: 0 15px;
    margin: 0 auto;
}


.page-content .nav-previous a, .page-content .nav-next a {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    color: #8F8F8F;
    transition: color 0.5s ease;
}

.page-content .nav-previous a:hover, .page-content .nav-next a:hover {
    color: #FACC11;
    transition: color 0.5s ease;
}

.page-single .body ol, .page-single .body ul {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 145%;
    color: #1A1A1A;
}

.left-arrow {
    background-image: url("./images/LeftArrow.svg");
    margin-right: 8px;
    width: 8px;
    height: 12px; 
    background-repeat: no-repeat;
    display: inline-block;
    transition: background-image 0.5s ease;
}

.right-arrow {
    background-image: url("./images/RightArrow.svg");
    margin-left: 8px;
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    transition: background-image 0.5s ease;
}

.page-content .nav-previous a .entry-title, .page-content .nav-next a .entry-title, .page-content .nav-previous a, .page-content .nav-next a {
    display: inline;
}

.page-content .nav-previous a .entry-title:hover .left-arrow {
    background-image: url("./images/LeftArrowHover.svg");
    transition: background-image 0.5s ease;
}

.page-content .nav-next a .entry-title:hover .right-arrow  {
    background-image: url("./images/RightArrowHover.svg");
    transition: background-image 0.5s ease;
}

.read-more-container {
    width: 1153px;
    margin: auto;
}

.read-more-title {
    justify-content: center;
}

.m-b-0 {
    margin-bottom: 0;
}

.bulk-html h1, .bulk-html h2, .bulk-html h3, .bulk-html h4, .bulk-html h5, .bulk-html h6 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
}

.bulk-html {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 145%;
    color: #1A1A1A;
}


.edit-link {
    margin-bottom: 40px;
}