:root {--prt-whitecolor: #ffffff;
	--prt-bordercolor: #DDDDDD;
	--prt-skincolor:#FE490C;
	--prt-secondarycolor:#000000;
}

/** **/

.editor-styles-wrapper blockquote.wp-block, blockquote.wp-block-quote {
    border: 0 solid var(--prt-skincolor);
    border-left-width: 4px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: var(--body-fonts-color);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    background-color: #ffffff;
    padding: 25px 25px;
    box-shadow: unset;
}
.prt-blockelement-subheading {
	padding-left: 20px;
	position: relative;
}
.prt-blockelement-subheading:before {
    content: '\e802';
    font-family: 'prt-washly-icons';
    position: absolute;
    left: 0;
    font-style: normal;
}
.editor-styles-wrapper blockquote cite, .editor-styles-wrapper blockquote small {
    color: var(--prt-secondarycolor);
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 10px;
}
.wp-block-pullquote blockquote {
    border: 0;
    background-color: transparent;
    padding: 0;
    box-shadow: unset;
    margin: 0;
}

.prt-blog-list li::marker {
    font-size: 0;
}
.has-text-align-center.prt-blockelement-subheading {
    display: inline-block;
    vertical-align: top;
}
.wp-block-quote cite {
    font-size: 18px;
}
.wp-block-quote cite span {
    display: block;
    font-family: var(--body-font-family);
    font-weight: 400;
    text-transform: capitalize;
    font-size: var(--body-font-size);
    color: var(--body-fonts-color);
}
.wp-block-latest-posts.is-grid li {
    background: #ffffff;
    padding: 0 30px 7px;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image {
    margin: 0 -30px;
}
.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    font-family: var(--special-element-fontfamily);
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    margin-bottom: 7px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author, .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author {
	margin-right: 11px;
    padding-right: 11px;
    position: relative;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author:before {
	content: '';
	height: 15px;
	width: 1px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.2);
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a.more-link {
    display: block;
    font-size: 15px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    text-transform: capitalize;
    margin-top: 12px;
}
.prt-blog-list li:before {
	margin: 0;
}
.sidebar .wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
}
.prt-border-radius50 {
    border-radius: 50px;
}
.prt-blog-list li {
    margin-bottom: 25px;
    padding-left: 50px;
}
@media (max-width:1199px) {
.prt-coversection .wp-block-heading {
    font-size: 60px !important;
}
h2.wp-block-heading {
    font-size: 45px;
    line-height: 55px;
}
}
@media (max-width:1099px) {
h2.wp-block-heading {
    font-size: 40px;
    line-height: 50px;
}
}
@media (max-width:991px) {
.prt-blog-list li {
    font-size: 16px;
}
h2.wp-block-heading {
    font-size: 30px;
    line-height: 40px;
}
.prt-coversection .wp-block-heading {
    font-size: 45px !important;
}
.wp-block-column.prt-responsive-col-top-space {
    padding-top: 0 !important;
}
.prt-portfoliosection {
    margin-bottom: 60 !important;
}
section.has-global-padding,  .prt-coversection {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 60px !important;
}
section.has-background, .prt-coversection .wp-block-cover{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}
@media (max-width:767px) {
    .prt-top-space0 {
    padding-top: 0 !important;
}
h2.wp-block-heading {
    font-size: 30px;
    line-height: 40px;
}
.prt-coversection .wp-block-cover {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.prt-coversection .wp-block-heading {
    font-size: 25px !important;
}
.prt-portfoliosection .wp-block-column {
    padding-left: 0 !important;
}
}
@media (max-width:599px) {
.wp-block-latest-posts.is-grid li {
    margin-right: 0;
}
}
.prt-hover-color a:hover {
  color: var(--prt-skincolor);  
}
.prt-teambox .wp-element-caption {
    padding: 0 15px;
}
.single-post article.post .entry-content ul.prt-blog-list li {
    padding-left: 50px;
}