/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.99.99
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
td, th, tr {
    color: #111;
}

strong, b {
	font-weight: bold;
}

.header-main>.header-inner {
	border-bottom: 1px solid #f1f2f3;
}

.header {
    box-shadow: 0 10px 10px 0 rgba(7, 62, 104, .2);
}


article.affiliates, .review-list {
	align-items: center;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    display: flex;
    gap: 24px;
    overflow: hidden;
    padding: 18px 24px 18px 64px;
    position: relative;
	margin-bottom: 25px;
	justify-content: space-between;
}

.review-page {
	background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 18px 24px 18px 64px;
}

.review-page-before {
    display: flex;
    gap: 24px;
    overflow: hidden;
    border-bottom: 1px solid #00e89b;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.review-page-after {
    font-size: 14px;
    color: #777;
}

.review-index {
    background: #f5f7fa;
    border-radius: 50%;
    color: #1c1a35;
    font-size: 24px;
    font-weight: 600;
    height: 60px;
    left: -12px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
}

.review-logo {
	width: 180px;
}

.review-content {
        width: 300px;
}

    .review-pros {
        width: 340px;
    }
.review-pros-list {
	margin-bottom: 0;
}
.review-action a {
    background: linear-gradient(180deg, #6de7b8, #029382);
    color: #fff;
    border-radius: 32px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 40px;
    text-transform: uppercase;
}

.review-pros-item:before {
	content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 12px;
    background: url(/wp-content/uploads/2024/08/tick.svg) no-repeat 50%;
    background-size: contain;
}

.review-pros-item {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.review-extra-links {
    text-decoration: underline;
    margin-top: 10px;
	font-size: 14px;
}

.review-page-before .review-logo {
    width: 30%;
}

.review-page-before .review-content {
    width: 45%;
}

.review-page-before .review-action {
    width: 25%;
}

.col.bros {
	background-color: #f2faee;
	padding: 30px 50px;
	border-radius: 15px;
}

.col.cons {
	background-color: #fddee6;
	padding: 30px 50px;
	border-radius: 15px;
}

.row-bros-cons {
	    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 46px;
	margin-top: 40px;
}

.row-bros-cons li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: 700;
	font-size: 17px;
}

.row-bros-cons li:before {
    background: #97d978;
	border-radius: 50%;
    content: "";
    display: inline-block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 7px;
}

.review-cons-list li:before {
	    background: #f65c81;
}

.review-rating {
    display: flex;
    align-items: center;
	margin-top: 10px;
}

.star {
    display: inline-block;
    font-size: 28px;
    font-family: Times;
    line-height: 1;
    letter-spacing: 0px;
    background: linear-gradient(90deg, #fdc92d var(--percent), #989898 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 10px;
}

.archive .post-item, .search .post-item {
	    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 16px;
	flex-basis: 23.5%;
    max-width: 23.5%;
}

.archive .post-item img, .search .post-item img  {
	border-radius: 15px;
}

.archive .row .large-10, .search .row .large-10 {
	flex-basis: 100%;
        max-width: 100%;
}

.archive #post-list>.row, .search #post-list>.row {
	gap: 20px;
}

.widget.widget_text .post-item .box {
	display: flex;
    align-items: center;
    gap: 10px;
}

.widget.widget_text .post-item {
    padding-bottom: 10px;
}
.widget.widget_text .post-item .box .box-image {
	width: 30%;
}

.widget.widget_text .post-item .box .box-image img {
	border-radius: 5px;
}

.widget.widget_text .post-item .box .box-text {
	width: 70%;
	    padding: 0;
    margin: 0;
}

.widget.widget_text .post-item .box .box-text a {
    font-size: 14px;
    font-weight: normal;
    color: #111;
}

.box-blog-post .is-divider {
	display: none;
}

.pt-related .post-title a {
	font-size: 15px;
}
.pt-related {
	    margin-top: 40px;
}
.pt-related-content-item {
	    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    display: grid;
    position: relative;
	margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

.pt-related .image-cover {
	    padding-top: 62.5% !important;
}

.pt-related .image-cover img {
	border-radius: 8px
}

.pt-related .box-text-inner {
	    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.pt-related-title  {
    text-transform: none !important;
    padding-bottom: 15px !important;
    display: block;
    position: relative;
	border-bottom: 1px solid #00e89b !important;
	margin-bottom: 20px;
}

.pt-related-title span {
	margin-left: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: normal
}

.pt-related-title:before {
	background-color: #ff464b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    top: 10px;
}

.author-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.links>li>a:before, i[class*=" icon-"], i[class^=icon-] {
    display: inline-block;
    font-family: fl-icons!important;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none!important;
}

.entry-content.single-page a {
	font-weight: bold;
}

.custom-category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-category-item {
    display: inline-block;
    margin-right: 10px;
}

.custom-category-link {
    text-decoration: none;
    color: #0073aa;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.custom-category-link:hover {
    background-color: #005177;
    color: #ffffff;
}


.widget-title {
    text-transform: none !important;
    padding-bottom: 15px !important;
    display: block;
    position: relative;
	border-bottom: 1px solid #00e89b !important;
	margin-bottom: 20px;
}

.widget-title  span {
	margin-left: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: normal
}

.widget-title :before {
	background-color: #ff464b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    top: 10px;
}

.widget .is-divider {
	display: none;
}

.single .entry-content {
	padding-top: 0;
}

#footer .large-columns-4>.col {
	flex-basis: 20%;
    max-width: 20%;
} 

#footer .large-columns-4>.col:nth-child(1) {
	  flex-basis: 40%;
      max-width: 40%;
	padding-right: 100px;
}
	.footer-1 {
		padding-top: 50px;
	}

.page-template-default  #content>.row>.large-12.col .col-inner {
	    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 46px;
    padding: 36px 24px;
}

.home.page-template-default  #content>.row>.large-12.col .col-inner {
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.single #content>.row>.large-9 {
	    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 46px;
    padding: 36px 24px;
	border: none;
}

.row-divided>.col+.col:not(.large-12) {
	border: none;
}

.category-description {
	align-items: center;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    display: flex;
    gap: 24px;
    overflow: hidden;
    padding: 18px 24px 18px 64px;
    position: relative;
    margin-bottom: 25px;
    justify-content: space-between;
}

.review-overview {
	background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin: 0 auto 46px;
    max-width: 990px;
    width: 100%;
}

.review-overview h2 {
    padding: 20px 30px 0;
}


.review-overview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.review-overview-table-header {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.review-overview-table-row:nth-child(odd) {
    background-color: #e9f7f4;
}

.review-overview-table-label, .review-overview-table-value {
    padding: 25px 30px !important;
}

.review-overview-table-row .review-overview-table-row:hover {
    background-color: #f1f1f1;
}


td:nth-child(1) {
    border-right: 1px solid #ddd;
}

.review-overview-list, .review-overview-table {
	    margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.category-description {
		padding: 0px;
		box-shadow: none;
		border: none;
	}
#footer .large-columns-4>.col {
	flex-basis: 100%;
    max-width: 100%;
} 

	.footer-1 {
		padding-top: 30px;
	}
#footer .large-columns-4>.col:nth-child(1) {
	  flex-basis: 100%;
      max-width: 100%;
	padding-right: 0px;
}
	
    article.affiliates, .review-list {
        flex-direction: column;
        padding: 15px 25px 20px;
    }
	
	.review-content {
    text-align: center;
    width: 100%;
}
	.review-logo {
    text-align: center;
	}
	
	.review-index {
		position: absolute;
    top: 20px;
	}
	
	.review-rating {
    justify-content: center;
}
	
	.review-page {
    padding: 20px;
}
	.review-page-before {
        flex-wrap: wrap;
}
	.review-page-before>div {
    width: 100% !important;
    text-align: center;
}
	
	.row-bros-cons {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    margin-top: 30px;
}
	
	.col.bros, .col.cons {
    padding: 20px;
}
	.archive #post-list>.row, .search #post-list>.row {
    gap: 10px;
    margin: 0;
}
	
	.archive .post-item, .search .post-item {
    flex-basis: 100%;
    max-width: 100%;
}
	
}