/**
 * Theme Name: Buy Parts Onlinr Reviews
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Buy Parts Onlinr Reviews
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: buyparts.online
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/

@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('assets/fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('assets/fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
        url('assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('assets/fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('assets/fonts/Roboto-Condensed.woff2') format('woff2'),
        url('assets/fonts/Roboto-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('assets/fonts/Roboto-Medium.woff2') format('woff2'),
        url('assets/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('assets/fonts/Roboto-Italic.woff2') format('woff2'),
        url('assets/fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('assets/fonts/Roboto-BoldCondensed.woff2') format('woff2'),
        url('assets/fonts/Roboto-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-CondensedItalic';
    src: url('assets/fonts/Roboto-CondensedItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-CondensedItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BoldCondensedItalic';
    src: url('assets/fonts/Roboto-BoldCondensedItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-BoldCondensedItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('assets/fonts/Roboto-Black.woff2') format('woff2'),
        url('assets/fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('assets/fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('assets/fonts/Roboto-Thin.woff2') format('woff2'),
        url('assets/fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('assets/fonts/Roboto-Light.woff2') format('woff2'),
        url('assets/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('assets/fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header .top {
    background-color: rgb(253, 5, 5);
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 3px 2px 1px #0000004d;
}
header .top p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
header .middle {
    padding: 15px 0;
}
header .bottom {
    padding: 15px 0;
    background-color: #32333f;
}
header .navbar {
    justify-content: center;
}
.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
.intro-banner {
    background: url("assets/content/Buy_Parts_Online_Open_Road_Header.jpg") no-repeat left top;
    background-size: cover;
    overflow: hidden;
}
.intro-banner img {
    width: 100%;
    height: auto;
}
.inner-content .inner-wrapper {
    padding-left: 100px;
}
.inner-content p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    margin: 0;
}
.inner-content h1 {
    font-family: 'Roboto-Black', Arial, sans-serif;
    font-size: 77px;
    line-height: 100px;
    color: #fff;
    margin: 0;
}
.intro-text {
    background-color: #f5f7fc;
    padding: 30px 40px;
}
.intro-text .inner-wrapper {
    background-color: #fff;
    padding: 30px 40px;
}
.intro-text .inner-wrapper h2 {
    font-family: 'Roboto-Black', Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #010101;
    margin: 0 0 30px;
}
.intro-text .inner-wrapper p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #454545;
    margin: 0;
}

.our-reviews {
    padding: 50px 0;
}
.our-reviews h2 {
    font-family: 'Roboto-Black', Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #010101;
    margin: 0 0 30px;
}
.review-item {
    margin: 0 0 30px;
}
.review-item .inner-wrapper {
  border-radius: 5px;
  border: 1px #022a3a solid;
  overflow: hidden;
}
.review-item .top {
  background-color: #022a3a;
  padding: 10px;
  text-align: center;
}
.review-item .top .fa-circle-user {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
}
.review-item .top {
  text-align: center;
}
.review-item .top .review-stars .fa-star {
  font-size: 16px;
  line-height: 20px;
  color: #e4b248;
}
.review-item .bottom {
  padding: 10px 25px;
  text-align: center;
}
.review-item .bottom h5 {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #022a3a;
}
.review-item .bottom h5 span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: .6;
  margin-top: 10px;
}
.review-item .bottom p {
  font-size: 12px;
  line-height: 18px;
  color: #022a3a;
  opacity: .6;
  display: -webkit-box;
  height: 72px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-item .bottom img {
  max-width: 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.review-item .bottom p.verify-content {
  height: auto;
  margin: 0;
}

footer .custom-footer {
  background: black;
  color: red;
  position: relative;
  margin-top: 150px;
}
footer .custom-footer::after {
  content: '';
  position: absolute;
  background: black;
  width: calc(100% + 8px);
  height: 100px;
  top: -77px;
  left: -8px;
  border-radius: 60px 120px 0 0;
  transform: rotate(-1deg);
  z-index: -1;
}
footer .custom-footer::before {
  content: '';
  position: absolute;
  background: #0436B3;
  width: 100%;
  height: 150px;
  top: -73px;
  left: -8px;
  border-radius: 90px 0 0 0;
  transform: rotate(7deg);
  z-index: -1;
}
footer .custom-footer-wrapper {
    padding-bottom: 50px;
}
footer .custom-footer-flex {
  display: flex;
  flex-wrap: wrap;
}
footer .custom-footer-wrapper img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 0 25px;
}
footer .custom-footer-wrapper p {
    font-family: "Roboto-Light", Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}
footer .custom-footer-wrapper ul {
    margin: 0 0 15px;
}
footer .custom-footer-wrapper ul li {
    padding: 0 5px;
}
footer .custom-footer-wrapper ul li img {
    margin: 0;
}
footer .custom-footer-bottom .inner-wrapper {
  border-top: 1px solid #373737;
  padding: 15px 0;
}
footer .custom-footer-bottom p {
    font-family: "Roboto-Light", Arial, sans-serif;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin: 0;
}
footer .custom-footer-bottom ul {
    text-align: right;
    margin: 0;
}
footer .custom-footer-bottom ul li {
    padding: 0 7px;
}
footer .custom-footer-bottom ul li a {
    width: 42px;
    height: 42px;
    border: 1px solid #373737;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
}
@media (max-width: 992px) {
    header .middle {
        padding: 0;
    }
    header .middle img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    header .middle .navbar-brand {
        padding: 0;
    }
    .inner-content .inner-wrapper {
        padding: 20px;
    }
    .inner-content p {
        font-size: 18px;
        line-height: 25px;
    }
    .inner-content h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .intro-text {
        padding: 15px 0;
    }
    .intro-text .inner-wrapper {
        padding: 15px;
    }
    .intro-text .inner-wrapper h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    .intro-text .inner-wrapper p {
        font-size: 16px;
        line-height: 23px;
    }
    .our-reviews {
        padding: 25px 0;
    }
    .our-reviews h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    .review-item {
        margin: 0 0 15px;
    }
    .review-item .bottom p {
        height: auto;
    }
    footer .custom-footer-bottom p {
        line-height: 23px;
        margin: 0 0 15px;
    }
    footer .custom-footer-bottom p span {
        display: block;
    }
    footer .custom-footer-bottom ul {
        text-align: center;
    }
}
@media (max-width: 767px) {
    footer .custom-footer::before {
        transform: rotate(9deg);
        top: -55px;
    }
}
@media (max-width: 580px) {
  footer .custom-footer::before {
    transform: rotate(25deg);
    top: -70px;
  }
}