/*!
Theme Name: Dating App
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: dating-app
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.

Dating App 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/
*/

* {
    margin: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    color: #2D2D2D;
}

.col {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

h1 {
    white-space: break-spaces;
    font-weight: 700;
    font-size: 46px;
}

h2 {
    color: #2D2D2D;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}

h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

li {
    list-style-type: none;
}

li:before {
    content: ' ';
    background-image: url(data:image/svg+xml;charset=utf,%3Csvg%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m417%202307v-6h6v6z%22%20fill%3D%22%231789d5%22%20transform%3D%22translate%28-417%20-2301%29%22%2F%3E%3C%2Fsvg%3E);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 22px;
    height: 27px;
    color: #1789d5;
    float: left;
    display: inline-block;
    margin-left: -22px;
}

.header-wrapper {
    padding: 12px 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    justify-content: space-between;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
}

.wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-small {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.logo > svg {
    width: 120px;
    height: 36px;
    fill: #FF4A64;
}

.logo:hover > svg {
    fill: #BC284B;
}

.slider {
    margin-top: 30px;
    position: relative;
}

.home-title-wrapper {
    position: absolute;
    top: 50px;
    left: 170px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-title-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #010233;
}

.home-title-description {
    font-size: 20px;
    line-height: 25px;
    color: #010233;
}

.home-sub-wrapper {
    padding-left: 10px;
}

.slider-image {
    width: 100%;
}

.advantages {
    padding-top: 100px;
    gap: 50px;
}

.advantages-count {
    justify-content: space-around;
    background-color: #F5F5F5;
}

.advantages-count-item {
    justify-content: center;
    gap: 12px;
    padding: 36px 0;
}

.advantages-count-item-count {
    color: #2D2D2D;
    font-size: 46px;
    text-align: center;
}

.advantages-count-item-label {
    text-align: center;
    font-size: 16px;
    max-width: 145px;
}

.advantages-title {
    display: flex;
    justify-content: center;
}

.advantages-block {
    display: flex;
    padding-top: 50px;
	padding-bottom: 50px;
}

.story-block {
    padding-bottom: 50px;
}

.story-image {
    display: flex;
    justify-content: center;
    background-color: #FF8897;
    width: 405px;
    height: 225px;
    border-radius: 4px;
    margin-right: 60px;
}

.title-desc-wrapper {
    display: flex;
    max-width: 330px;
}

.story-desc {
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.story-title {
    margin: 25px 0 15px 0;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
}

.story-button {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1789d5;
}

.team-block {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 50px;
}

.team-image {
    display: flex;
    justify-content:center;
    background-color: #FFD266;;
    width: 405px;
    height: 225px;
    border-radius: 4px;
    margin-right: 60px;
    overflow: hidden;
}

.team-title-desc {
    margin: 0 60px 0 0;
}

.team-title {
    margin: 25px 0 15px 0;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
}

.team-desc {
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.method-image {
    display: flex;
    justify-content:center;
    background-color:#82C6F3;
    width: 405px;
    height: 225px;
    border-radius: 4px;
    margin-right: 60px;
}

.method-title {
    margin: 25px 0 15px 0;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
	word-wrap: break-word;
}

.method-desc {
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.method-button {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1789d5;
}

.img-title > img {
    width: 100%;
    border-radius: 4px;
}

.img-title-wrapper-border {
	border: 3px solid #F5F5F5;
}

.img-title-border {
	background-color: #F5F5F5;
	padding: 24px;
	font-weight: 600;
    font-size: 20px;
    line-height: 27px;
	align-items: center;
}

.img-title-wrapper {
    padding: 24px;
    gap: 24px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}

.trending-list {
    margin-top: 100px;
}

.img-title-number {
	margin-right: 15px;
    width: 45px;
	height: 45px;
    font-size: 27px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #FF4A64;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-button {
    display: flex;
    font-family: 'hurmegeometricsans_no3_6','Gilroy','Almarai','Arial','sans-serif';
    font-weight: 600;
    font-size: 16px;
    color: #1789D5;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: fit-content;
    padding-left: 8px;
    border: 1px solid #1789D5;
    border-radius: 2px;
    margin-top: 32px;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
}

.right-button:hover {
    transition: .2s;
    text-decoration: underline;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    margin-right: 10px;
}


.article-block-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    font-weight: 700;
    margin-right: 16px;
    padding-right: 16px;
    width: 100%;
    color: unset;
    text-decoration: none;
    transition: .2s;
}

.article-block-wrapper:hover img {
    transition: .2s;
    filter: brightness(0.5);
}

.article-block-wrapper:hover .title-text {
    text-decoration: underline;
}

.left-img > img {
    width: 131px;
    height: 90px;
    border-radius: 4px;
}

.title-text {
    display: flex;
    padding-left: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.name-text {
    display: flex;
    color: #797979;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding-left: 14px;
}

.accent-text {
    color: #FF4A64;
}


.footer-box {
    display: flex;
    background-color: #010233;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}

.navigation-el {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.nav-footer-el {
	font-size: 14px;
    font-weight: 400;
	gap: 8px;
    color: white;
}


.nav-footer-el a {
	font-size: 14px;
    font-weight: 400;
    color: white;
	text-decoration: underline;
}

.navigation-el:hover {
    display: flex;
    text-decoration: underline;
}

.navigate-title {
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.hide {
    display: none !important;
}

.author-full-wrapper {
    border-top: 1px solid #f5f5f5;
    padding-top: 25px;
}

.blog {
    display: flex;
	gap: 12px;
	padding-top: 12px;
}

.page-header {
    display: flex;
    margin-top: 50px;
    margin-bottom: 18px;
}

.header-el {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #797979;
    display: flex;
    margin: 0 6px 0 6px;
}



.blog-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0;
}

.blog-descr {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    margin: 30px 0 40px 0;
    padding: 0;
    display: block;
    max-width: 650px;
}

.horiz-sep:empty {
    width: 100%;
    height: 1px;
    display: flex;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
}

.page {
    display: flex;
    margin-top: 50px;
}

.page-center {
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
    flex-grow: 0;
    gap: 60px;
    padding: 30px 0;
    border-bottom: 1px solid #d5d5d5; 
    transition: .2s;
}

a {
    text-decoration: none;
}

.page-center:hover h2 {
    text-decoration: underline;
}

.page-center:hover img {
    filter: brightness(.8);
    transition: .2s;
}

.article-items-left {
    display: flex;
    justify-content: flex-start;
}

.article-descr {
    display: flex;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #797979;
}

.article-title {
    text-decoration: none;
}

.article-date {
    display: flex;
    margin-top: 24px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #797979;
}

.article-item-img {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.right-sidebar {
    display: flex;
    width: 300px;
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 10px;
    margin-left: 50px;
	height: fit-content;
}

.prods-title {
    display: flex;
    text-decoration: none;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 24px;
}

.prod-icon {
    display: flex;
    height: 25px;
}

.prods-items {
    display: flex;

}

.prod-item {
    display: flex;
    height: 45px;
    background-color: white;
    align-items: center;
    margin-bottom: 6px;
    padding-left: 10px;
    position: relative;
	transition: .3s;
}

.prod-item:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform: scale(1.05);
	transition: .3s;
}

.item-name {
    display: flex;
	color: #797979;
}

.prod-button {
    display: flex;
    text-decoration: none;
    background-color: #010233;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: -10px;
}

.button-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.wpcr3_dotline {
    display: none!
}

.blod-wrapper  {
	width: 100%;
}

.breadcrumbs {
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	gap: 12px;
    color: inherit;
    color: #797979;
}

.breadcrumbs>a:hover {
	 font-weight: 500;
}

.breadcrumbs a {
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: inherit;
    color: #797979;
	text-decoration: none;
}

.image-icon-wrapper img {
	max-width: 260px;
	max-height: 50px;
}

.pc-cons svg {
	transform: rotate(180deg);
}

.related-reviews-wrapper {
	width: 100%;
	background-color: #f5f5f5;
	margin-top: 50px;
	padding: 30px 15px;
}

.related-reviews-title-wrapper {
	justify-content: space-between;
	
}

.related-reviews-title {
	font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #2d2d2d;
	cursor: pointer;
}

.related-reviews-carousel {
	gap: 24px;
}

.related-reviews-button {
	height: 19px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
	text-decoration: none;
}

.related-reviews-button:hover {
	text-decoration: underline;
}

.related-reviews-inner {
	gap: 40px;
}

.related-review  {
	padding: 15px;
    background-color: #ffffff;
}

.related-review {
	justify-content: space-between;
	gap: 12px;
}

.related-review-button {
	background-color: #ff4a64;
    color: #ffffff;
	padding: 8px;
	text-decoration: none;
	width: fit-content;
	border-radius: 4px;
}

.related-review-text {
	font-size: 14px;
	line-height: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

.related-review-button:hover {
	background-color: #bc284b;
}

.related-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.content {
	margin-bottom: 50px;
}

.slider-image-page {
	justify-content: center;
	align-items: center;
	padding: 24px;
}

.wpcr3_submit_btn {
	margin-top: 50px;
}

	
.top-prods {
	width: 100%;
}

@media (max-width: 700px) {
    .advantages-count-item-count {
        font-size: 25px;
    }

    .story-block, .team-block, .method-block, .img-title-wrapper {
        align-items: center;
        flex-direction: column;
    }
	
	.img-title-wrapper {
		width: 80%;
	}

    .story-image, .team-image, .method-image {
        margin-right: 0;
    }

    .article {
        flex-direction: column;
    }
	
	.slider {
		overflow: hidden;
	}
	
    .slider img {
        height: 190px;
   		width: 493px;
    }

    h1 {
        font-size: 32px;
    }

    .home-title-wrapper {
        left: 25px;
        top: 17px;
    }

    .advantages-title h2 {
        text-align: center;
    }

    .advantages-count-item-label {
        font-size: 14px;
    }

    .right-part {
        width: auto;
		padding: 0 10px;
    }

    .footer {
        flex-direction: column;
        gap: 24px;
        padding-left: 48px;
    }
	
	.article-block-wrapper {
		margin: 0;
		justify-content: start;
		padding-left: 12px;
		width: auto;
	}
	
	.img-title-wrapper {
		align-items: start;
	}
	
	.post-text-wrapper > div {
		padding: 0 6px;
	}

    .hide-mobile {
        display: none !important;
    }
	
	.right-sidebar {
		display: none;
	}
	
	.page-center {
		flex-direction: column-reverse;
		align-items: center;
	}
	
	.article-items-left {
		padding: 0 12px;
	}
	
	.sidebar-wrapper, .post-image {
		display: none;
	}
	
	.related-reviews-carousel {
		flex-direction: column;
		padding: 20px;
	}
	
	.related-reviews-wrapper {
		padding: 0;
	}
	
	.related-reviews-title-wrapper {
		padding: 20px 20px 0 20px;
	}
	
	.rb {
		gap: 10px;
	}
	
	.rb-score {
		font-size: 24px;
	}
	
	.wpcr3_reviews_holder {
		margin-top: 50px;
	}
	
	.wpcr3_button_1 {
		height: 24px;
		top: unset;
		right: unset;
	}
	
	.wpcr3_div_2 {
		width: 100%;
		max-width: 600px;
	}
	
	.wpcr3_respond_2 textarea {
		min-width: 300px;
	}
	
	.wpcr3_show_btn {
		top: 0;
		right: 100px;
		height: 40px;
	}
	
	.wpcr3_submit_btn {
		margin-top: 0;
	}
	
	.rb {
		width: 100%;
	}
	
	.page-center {
		gap: 20px;
	}
	
	.review-info-wrapper {
		flex-direction: column;
	}
	
	.story-image, .team-image, .method-image {
		width: 100%;
	}
	
	.small-icon-wrapper {
		gap: 4px;
	}
	
	.review-pc-wrapper {
		flex-direction: column;
	}
	
	.dropdown-item {
		flex-direction: column;
		width: auto;
	}
	
	.pros-cons-wrapper {
		gap: 16px;
	}
	
	.post-text-wrapper li {
		display: flex;
		flex-wrap: wrap;
	}
	
	.summary-wrapper {
		flex-direction: column;
		gap: 12px;
	}
	
	.pros-cons-wrapper {
		flex-direction: column;
	}
	
	.pros-wrapper {
		width: auto;
	}
}