@charset "UTF-8";
/*
Theme Name: Faral
Theme URI: https://faral.tech
Author: Saeed Tajabadi Farahani
Author URI: https://faral.tech/about
Description: A real special responsive theme for Pamisha Mag
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    font: 16px 'SF Pro Display', Tahoma, sans-serif;
    height: 100%;
}
header {
    background-color: #FFFFFF;
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
}
.wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 5px;
}
.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.logo {
    display: flex;
    height: 64px;
}
.main-menu ul {
    display: flex;
    align-items: center;
}
.main-menu ul li {
    margin-right: 20px;
}
.main-menu ul li a {
    color: #013366;
}
.main-menu ul li.current-menu-item a {
    color: #2CA979;
}
.intro {
    position: relative;
    height: calc(100vh - 75px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start {
    position: relative;
}
.start-overly {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/bg.svg");
    opacity: 0.05;
    z-index: -1;
}
.intro h1 {
    font-size: 6rem;
    color: #444950;
}
.intro h2 {
    font-size: 3rem;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #013366;
}
.intro h3 {
    font-size: 2rem;
    color: #2ca979;
}
.intro-products {
    background-color: #fbfbfb;
    padding: 50px 0;
}
.intro-products .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intro-product {
    width: 45%;
    text-align: center;
}
.product-image {
    width: 50%;
    margin: 0 auto 25px auto;
}
.eryx-product .product-image {
    width: 100%;
}
.product-image img {
    width: 100%;
    height: auto;
    display: block;
}
.intro-product h2 {
    color: #444950;
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 20px;
}
.intro-product h3 {
    font-weight: 500;
    color: #555;
    font-size: 1.2rem;
    line-height: 2rem;
}
.more {
    border: 1px solid #2ca979;
    color: #2ca979;
    padding: 10px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-flex;
    transition: all 0.3s;
}
.more:hover {
    border: 1px solid #013366;
    color: #013366;
}
.team-members {
    text-align: center;
    padding: 50px 0;
    flex-wrap: wrap;
}
.team-members .wrap {
    flex-flow: row wrap;
}
.team-members h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #444950;
}
.team-members h3 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #013366;
}
.team-member {
    flex: 0 1 calc(18% - 0px);
    position: relative;
    padding: 10px;
    background: #ffffff;
    z-index: 2;
    margin-top: 25px;
    height: 270px;
}
.team-member::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 98%;
    top: -4px;
    left: -4px;
    border: 2px solid #013366;
    z-index: -1;
}
.team-member::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #2ca979;
    background: #ffffff;
    z-index: -1;
}
.team-member h3 {
    color: #282828;
    font-size: 1.2rem;
}
.team-member h4 {
    color: #444950;
}
.member-pik img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.sub-title {
    margin-bottom: 50px;
}
.team-members .wrap {
    padding-top: 25px;
}
.partners {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.partners .wrap:first-child {
    position: relative;
    border-left: 2px solid #2ca979;
    padding-left: 15px;
}
.partners h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #444950;
}
.partners h3 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #013366;
}
.partner-logo img {
    filter: grayscale(100%);
    height: 120px;
    width: auto;
    transition: all 0.3s;
}
.partner-logo:hover img {
    filter: grayscale(0%);
}
footer {
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
}
.footer-widget {
    width: 23%;
}
.footer-widget h4 {
    position: relative;
    border-bottom: 1px solid #013366;
    background-color: #FFFFFF;
    color: #013366;
    padding: 10px;
    font-weight: 600;
    margin-top: 15px;
}
.footer-widget h4::before {
    content: "";
    width: 90%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #2ca979;
}
footer .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-logo {
    width: 100%;
    text-align: right;
}
.footer-logo img {
    width: 50%;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.footer-logo:hover img {
    width: 50%;
    filter: grayscale(0%);
    transition: all 0.3s;
}
.footer-widget ul {
    padding-left: 25px;
}
.footer-widget ul li {
    margin-top: 10px;
    position: relative;
}
.footer-widget ul li::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("img/check2.svg");
}
.footer-widget ul li a {
    color: #013366;
    position: relative;
}
.footer-contacts a {
    color: #013366;
    position: relative;
    display: flex;
    margin-left: 25px;
    margin-top: 10px;
    padding-left: 8px;
}
.footer-contacts a::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("img/phone.svg");
}
.single-page-cover {
    position: relative;
    width: 100%;
    height: 320px;
    border-bottom: 1px solid #e6e6e6;
}
.single-cover-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/bg.svg");
    background-size: 48%;
    z-index: -1;
}
.single-page-cover .wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 64px;
}
.single-page-content {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-page-thumb {
    position: relative;
    width: 180px;
    margin-right: 30px;
    padding: 3px;
    background-color: #2ca979;
}
.single-page-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.cover-overly {
    position: absolute;
    background-color: rgba(255,255,255,0.75);
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.member-details {
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #2aa979;
}
.member-details h1 {
    font-weight: 600;
    color: #444450;
}
.member-details h2 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 3px;
    margin-top: 5px;
    color: #2ca979;
}
.single-page-content {
    font-size: 18px;
    line-height: 28px;
}
.single-page-content ul li {
    list-style-type: square;
    list-style-position: inside;
}
.single-page-content ul li::marker {
    color: #2ca979;
}
.single-page-content h2 {
    position: relative;
    border-bottom: 1px solid #013366;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.single-page-content h2::before {
    content: "";
    width: 90%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #2ca979;
}

.contact-us {
    padding: 25px 0;
}
.contact-us h1 {
    margin-bottom: 25px;
}

.page-cover {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #e6e6e6;
}
.page-default {
    padding: 25px 0 !important;
}

@media only screen and (max-width: 880px) {
    .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 5px;
    }
    .logo {
		height: 110px;
        width: 64px;
    }
    .logo img {
        width: 100%;
        display: block;
    }
    .flex-space {
        flex-wrap: wrap;
    }
    header .wrap {
        flex-direction: column;
    }
    .main-search {
      width: 84%;
    }
	.main-menu {
		margin: 10px auto;
	}
	.intro-products .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	.intro-product {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .team-members .wrap {
        padding: 20px;
    }
    .team-member {
        flex: 0 1 calc(50% - 10px);
        position: relative;
        padding: 10px;
        background: #ffffff;
        z-index: 2;
        margin-top: 25px;
        height: 270px;
    }
    footer .wrap {
        flex-wrap: wrap;
    }
    .footer-logo {
        display: none;
    }
    .footer-widget {
        width: 100%;
    }
}