/*!
Theme Name: bestwritersonline
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bestwritersonline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bestwritersonline is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.breadcrumbs ul {
    flex-wrap: wrap;
}

.breadcrumbs ul li:not(.breadcrumbs-home) {
    padding-left: 10px;
    position: relative;
}

.breadcrumbs ul li:not(.breadcrumbs-home):before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6D779A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pagination ul li:not(.gap) span.current {
    color: #3344F2;
}

.social.yb:before {
    content: '\e940';
	font-size: 20px;
}

.social.pt:before {
    content: '\e926';
}

.social.it:before {
    content: '\e91e';
}

.article_author:hover, .author_bio_top > span a:hover {
    text-decoration: underline;
}

.title h1 span {
    color: #3344F2;
}

.title > a {
    margin-top: 10px;
}

.author_bio_top > span a {
    color: #0F064C;
}

.simple_form {
    align-items: baseline;
}

.best_services_conditions p span {
    font-weight: 600;
}

.accordion_item_container.opened .btn_more:before {
    transform: rotate(180deg);
}

.review_item_support p span {
    font-weight: 400;
    color: #0F064C;
}

#read_review .review_item {
    margin-bottom: 20px;
}

.customer_reviews .pagination {
    border-top: none;
}

.content_main .review_item_category ul {
    margin: 0;
}

.content_main .review_item_category > ul li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #6D779A;
}

.content_main .review_item_category > ul li:before {
    display: none;
}

.review_item_screen img, .choosing_reviews_screen img,
.post_item_img img {
    border: 1px solid #DAE2E9;
    border-radius: 8px;
}

.home .table_contents {
    margin-bottom: 0;
}

.table_contents {
    margin-bottom: 30px;
}

.menu-list > li > a.active:before {
    color: #F9B915;
}

.btn_submit:disabled {
    cursor: inherit;
    background-color: #3344F2 !important;
    opacity: .5;
}

.successfully .form_submitted {
    display: block;
}

.form_submitted {
    display: none;
    transition: .5s;
}

.f_group.error input, .f_group.error textarea {
    transition: .5s;
}

.simple_form br {
    display: none;
}

.f_group.error input {
    border-color: #ED614D !important;
}

.pagination ul li:not(.next) a, .pagination ul li:not(.next) span, .pagination ul li:not(.prev) a, .pagination ul li:not(.prev) span, .pagination ul li:not(.gap) a, .pagination ul li:not(.gap) span {
    height: auto;
}

.pagination ul li .prev {
    margin-right: 25px !important;
    display: inline-block;
}

.pagination ul li .prev:before {
    position: absolute;
    content: '\e904';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon', sans-serif;
    color: #8C96B9;
    font-size: 20px;
}

.pagination ul li .next {
    margin-left: 25px !important;
    display: inline-block;
}

.pagination ul li .next:before {
    position: absolute;
    content: '\e903';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon', sans-serif;
    color: #8C96B9;
    font-size: 20px;
}

.pagination {
    border-top: 1px solid #DAE2E9;
}

.pagination ul {
    display: flex !important;
    justify-content: center;
}

.content_main .pagination ul li + li {
    margin-top: 0 ;
}

.content_main .pagination ul li {
    padding: 0;
}

.content_main .pagination ul li:before {
    display: none;
}

.pagination ul li.prev {

}

.sidebar_nav ul li.current_page_item a {
    color: #3344F2;
}

.author_bio_img img {
    height: 145px;
    object-fit: none;
}

blockquote p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #3344F2;
}

.table_reviews .site_screen img {
    border: 1px solid #DAE2E9;
    border-radius: 8px;
    height: 140px;
    object-fit: cover;
    object-position: top;
}

.btn_sort.btn_not_sort {
    cursor: text;
}

.btn_sort.btn_not_sort:before, .btn_sort.btn_not_sort:after {
    display: none;
}

.cookie_policy {
    display: none;
}

.ring_progress_line {
    transition: 2s;
}

.content_main ul, .content_main ol {
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.content_main ul li, .content_main ol li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #0F064C;
}

.content_main ul li:before {
    position: absolute;
    content: '';
    left: 6px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #3344F2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.content_main ul li + li, .content_main ol li + li {
    margin-top: 15px;
}

.content_main .table_contents ul li:before {
    display: none;
}

.content_main .table_contents ul li {
    padding-left: 0;
}

.content_main .table_contents ul li + li {
    margin-top: 0;
}

.content_main .table_contents_list ul {
    margin: 0;
}

.sp-easy-accordion .sp-ea-single {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 30px;
    padding: 14px 45px 0 63px;
    width: 100%;
    background: #F9FBFC !important;
    border: 1px dashed #DAE2E9 !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand {
    padding: 14px 45px 19px 63px;
}

.sp-easy-accordion .sp-ea-single:before {
    position: absolute;
    content: '';
    left: 22px;
    top: 16px;
    width: 22px;
    height: 22px;
    background: url(assets/images/icon_info.svg) no-repeat center;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 0 0 13px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #0F064C !important;
    transition: all .5s;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand .ea-header a {
    margin-bottom: 19px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #3344F2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all .5s;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand .ea-header a:before {
    width: 60px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #0F064C !important;
    padding: 0;
    background: none !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ul, .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ol {
    margin: 0;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ol li {
    counter-increment: list-counter;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ol li:before {
    position: absolute;
    content: counter(list-counter);
    left: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #3344F2;
}

h2.eap_section_title {
    font-size: 34px !important;
    font-weight: 700;
    line-height: 42px;
    color: #0F064C !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single:hover .ea-header a {
    color: #3344F2 !important;
}

#sp-ea-1328.sp-easy-accordion .sp-ea-single:not(:last-child) {
    margin-bottom: 20px;
    margin-top: 0;
}

#sp-ea-1328.sp-easy-accordion .sp-ea-single {
    background-color: #F4F9FF !important;
    border: 1px solid #DAE2E9 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#sp-ea-1328.sp-easy-accordion .sp-ea-single:before {
    position: absolute;
    content: "\e927";
    top: 16px;
    left: 22px;
    font-family: 'icomoon', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #1E3273;
    transition: all .3s ease;
    background: none;
}

#sp-ea-1328.sp-easy-accordion .sp-ea-single:hover:before {
    color: #3344F2;
}

#sp-ea-1328.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand .ea-header a {
    color: #3344F2 !important;
}

#sp-ea-1328.sp-easy-accordion .sp-ea-single.ea-expand:before {
    color: #3344F2;
    content: "\e923";
}

.content_main .choosing_reviews_params {
    margin-top: 38px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.content_main ul.choosing_reviews_params li + li {
    margin-top: 0;
}

.content_main ul.choosing_reviews_params li {
    padding: 0;
}

.content_main ul.choosing_reviews_params li:before {
    display: none;
}

.content_main ul.choosing_reviews_params li {
    flex: 0 0 50%;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #6D779A;
}

.offer_card:before {
    display: none;
}

.offer_card {
    position: relative;
}

.offer_card .match_maker_icon {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    object-fit: none;
}

.avoid_services_dropdown > .btn {
    display: inline-flex;
    float: right;
}

.content_main .avoid_services_banner_reasons ul {
    margin: 0;
}

.content_main .avoid_services_banner_reasons > ul li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 21px;
    color: #0F064C;
}

.content_main .avoid_services_banner_reasons > ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(assets/images/red_list.svg) no-repeat center;
}

.sorting_desc .btn_sort:before {
    display: none;
}

.sorting_desc .btn_sort:after {
    bottom: 10px;
    border-bottom-color: #3344F2;
}

.sorting_asc .btn_sort:before {
    top: 10px;
    border-bottom-color: #3344F2;
}

.sorting_asc .btn_sort:after {
    display: none;
}
.best_services_img {
	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	padding: 26px 20px;
	min-height: 110px;
	background: #fff;
	border: 1px solid #DAE2E9;
	border-radius: 6px;
}

.best_services_item .reviews {
	position: relative;
	padding-right: 24px;
}
.best_services_item .reviews:before {
	position: absolute;
    content: '\e91b';
    right: 0;
    top: 2px;
    font-family: 'icomoon', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #3344F2;
    transition: all .3s ease;
}
.choosing_reviews_descr {
	position: relative;
}
.choosing_reviews_descr:before {
	position: absolute;
    left: -21px;
    width: 16px;
    height: 16px;
    font-family: 'icomoon', sans-serif;
    content: '\e909';
    font-size: 16px;
    color: #15B956;
}
.reach_us .simple_form .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    overflow: hidden;
}
.reach_us .simple_form .successfully .form_submitted {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.choosing_reviews_descr:before {
		left: -12px;
		top: -6px;
		width: 10px;
		height: 10px;
		font-size: 10px;
	}
    .table_reviews .site_name {
        margin: 0 0 18px;
        max-width: 100%;
        width: fit-content;
        box-sizing: border-box;
        padding: 0 22px 0 32px;
        white-space: normal;
    }
    .table_reviews .table_body .table_row {
        position: relative;
    }
    .table_reviews .table_item.table_number {
        position: absolute;
        left: 0;
        top: 30px;
    }
    .table_reviews .site_screen img {
        height: 150px;
    }
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
		overflow: visible;
	}
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ul, 
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ol {
    	margin: 0 0 0 -36px;
		width: calc(100% + 36px);
	}
    .reach_us .simple_form .btn_submit {
        margin-top: 15px;
    }
    .breadcrumbs ul {
        padding-left: 20px;
    }
    .breadcrumbs ul li.breadcrumbs-home {
        margin-left: -25px;
    }
    .breadcrumbs ul li:last-of-type {
        margin-right: 0;
    }
}