/*
Theme Name: Matter365
Theme URI: https://devtechgroup.com
Author: Devtech
Author URI: https://devtechgroup.com
Description: Default Matter365 Theme
Tags: Matter365, Bootstrap
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matter365
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* If the screen size is 992px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 992px) {
    a.menu-link {
        color: #000000;
        text-decoration: none;
    }
    a.menu-link:hover {
        color: #5B3377;
    }
}

/* If the screen size is 991px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 991px) {
    a.menu-link {
        font-size: 18px;
        color: #000000;
        text-decoration: none;
    }
    a.menu-link:hover {
        color: #5B3377;
    }
    .nav-item {
        margin-bottom: 8px;
    }
}

@font-face {
    font-family: "Graphik";
    src: url(./resources/fonts/GraphikRegular.otf);
}
@font-face {
    font-family: "SegoeUI";
    src: url(./resources/fonts/SegoeUI.ttf);
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1;
}

.navbar.top-nav-collapse {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 0;
}

.site {
    margin-top: 83px !important;
}

.top-margin {
    margin-top: 130px !important;
}

a.active {
    color: #5B3377;
}

.container {
    font-family: "Graphik";
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: #061E22;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.try-button {
    width: 145px;
    height: 36px;
    background: #5B3377;
    border-radius: 20px;
    color: #FFFFFF;
    border: 0;
    box-shadow: none;
    font-weight: 600;
}
.try-button:hover {
    background: #515a9d;
}

.partner-button {
    width: 118px;
    height: 47px;
    background: #FFFFFF;
    border: 0;
    box-shadow: none;
    border-radius: 20px;
    color: #5B3377;
    font-weight: 700;
}

.get-started-button {
    width: 200px;
    height: 47px;
    background: #5B3377;
    border: 0;
    box-shadow: none;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: 700;
}

.get-started-button:hover {
    background: #515a9d;
}

a.schedule-link {
    text-decoration: none;
    color: #5B3377;
}

a.schedule-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.text-purple-18 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #5B3377;
}

.text-purple-28 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #5B3377;
}

.text-black-30 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.text-black-36 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #061E22;
}

.text-black-48 {
    font-size: 43px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #061E22;
}

.text-black-30 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}

.text-black-24 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

.text-black-14 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.text-black-18 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.text-grey {
    color: #6B6B6B;
}

.text-white-48 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
}

.text-white-24 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-top: 2rem;
}

.text-white-18 {
    font-family: Graphik;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.text-white-14 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.get-started-input {
    height: 47px;
    background: #ECECEC;
    border-radius: 20px;
}

.homepage-features {
    margin-top: 81px !important;
}

.homepage-testimonial {
    margin-top: 0 !important;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #061E22;
    padding-top: 81px;
    padding-bottom: 81px;
}

.paragraph-title {
    font-size: 24px;
    /*line-height: 56px;*/
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #061E22;
}

.blue-stripe-background {
    background: #505B9F;
    padding: 80px 0 80px 0;
}

.blue-stripe-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
}

.blue-stripe-paragraph {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.white-stripe-background {
    background: #F5F5F5;
    padding: 50px 0 50px 0;
}

.white-stripe-background-2 {
    background: #F5F5F5;
    padding: 80px 0 80px 0;
}

.purple-stripe-background {
    background: #5B3377;
}

.footer {
    background: #5B3377;
}

a.footer-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.footer-legal {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

a.legal-link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.features-intro {
    padding-left: 1rem;
}

.flex-line-break {
    width: 100%;
}

.blue-stripe-box {
    width: 350px;
}

.features-image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18%;
    margin-left: 10%;
}

.pricing-stripe {
    position: relative;
    height: 363px;
    margin-top: 221px;
}

.pricing-float {
    position: relative;
    width: 35%;
    margin: auto;
    top: -50%;
    min-width: 300px;
}
.pricing-float-header {
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #6C6C6C;
}

.pricing-float-card {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.pricing-float-card-header {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.pricing-float-card-paragraph {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #6B6B6B;
}

.pricing-float-card-price{
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #061E22;
}

.pricing-float-card-note {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #6B6B6B;
}

.pricing-check {
    background: url("resources/images/pricing-check.png") no-repeat center;
    background-size: 25px 23px;
}

.pricing-table-button-cell {
    border-bottom: none;
}
table.table-borderless {
    max-width: 344px;
}

table.table-borderless>tbody>tr>td {
    border-bottom: 1px solid #505B9F;
    border-right: 1px solid #505B9F;
    padding: 7px;
    text-align: center;
}

table.table-borderless>tbody>tr>td:nth-child(1) {
    width: 56%;
    text-align: left;
}

table.table-borderless>tbody>tr:last-child>td {
    padding-top: 25px;
    border-bottom: none;
}

.testimonial-box {
    width: 90%;
    max-width: 400px;
}

.testimonial-comment {
    padding-top: 36px;
}

.testimonial-bubble {
    position: relative;
    background: #505B9F;
    border-radius: 20px;
    padding: 20px 50px;
}

.testimonial-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #505B9F;
}

.bubble-right:after {
    left: 85%;
    margin-bottom: -20px;
    border-bottom: 0;
    border-left: 0;

}

.bubble-left:after {
    left: 15%;
    margin-bottom: -20px;
    border-bottom: 0;
    border-right: 0;
}
.purple-wrap {
    width: 100%;
    position: relative;
    border-top: 18px solid #5B3377;
    border-bottom: 18px solid #5B3377;
}

div.purple-wrap>img {
    width: 100%;
}

.purple-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 1px;
    width: 8%;
    border-bottom: 18px solid white;
}

.purple-wrap:after {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : -18px;
    height  : 1px;
    width   : 8%;
    border-bottom:18px solid white;
}
/* FORMS */
.required-field {
    color: red;
    position: absolute;
    left: -15px; line-height: 43px;
}
.invalid-feedback {
    margin-top: -20px;
}
#loading p {
    font-weight: 400;
    padding-top: 20px;
}
#loading img {
    margin-left: 4px;
    top: 2px;
    position: relative;
}
.icon-container {
    position: absolute;
    right: 10px;
    top: 10px;
}
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    animation: around 5.4s infinite;
}
@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.loader::after,
.loader::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: rgb(102, 101, 101) rgb(102, 101, 101) transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}
.domain-exists-error {
    margin-top: -20px;
    font-size: 80%;
    color: #dc3545;
}
/* FORMS */
/* PARTNERS SECTION */
.header-partner {
    height:340px;
    background-image: url('./resources/images/Picture2_Partner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.headline {
    font-family: "SegoeUI";
    font-weight: lighter;
    font-weight: normal;
    font-size: 55px;
    color:#7030A0;
    padding: 20%;
}
.header-text {
    padding: 1%;
    font-size: 20px;
    font-family: "SegoeUI";
    font-weight: lighter;
}
.partner-program-section-headline {
    font-family: "SegoeUI";
    font-weight: lighter;
    font-style: normal;
    font-size: 30px;
    color: #FFFFFF;
}
.partner-program-section-col-headline {
    font-family: "SegoeUI";
    font-weight: lighter;
    color: white;
    padding-bottom: 5%;
    text-shadow: 0.3px 0.3px rgba(255,255,255,0.71)
}
.partner-program-section-col-text {
    font-family: "SegoeUI";
    font-weight: lighter;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.partner-row-text {
    height: 60px;
}
.partner-row-button {
    margin-top:20px;
}
.partner-program-section-col-button {
    color:#7030A0;
    width: 200px;
    border-radius: 0px;
    margin-top: 10%;
    margin-bottom: 10%;
}
/* PARTNERS SECTION */

/*affiliate section*/
.affiliate-section-headline {
    text-align: left;
    color:white;
    font-family: "SegoeUI";
    font-weight: lighter;
    padding-left: 5%;
    padding-top: 2%;
}
.affiliate-section-img {
    background-image: url('./resources/images/thumbnail.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.affiliate-section-text {
    text-align: left;
    color:white;
    font-family: "SegoeUI";
    font-weight: lighter;
    padding-left: 5%;
    padding-top: 2%;
    font-size: 16px;;
}
.affiliate-section-list {
    text-align: left;
    color:white;
    font-family: "SegoeUI";
    font-weight: lighter;
    font-size: 16px;;
}
.affiliate-section-ul {
    padding-left: 10%;
}
.affiliate-list-span {
    font-weight: bold;
}
ul {
    position: relative;
    list-style: none;
  }
  
  .list-point::before {
    content: '▶';
    position: absolute;
    left:5%;
  }
  .affiliate-section-button {
    color:#7030A0;
    font-size: 16px;
    width: 180px;
    height: 40px;
    border-radius: 0px;
    margin-top: 5%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.affiliate-section-text-span {
    font-size: 14px;
    font-style: italic;
    color:white;
    padding-left:8%;
    padding-top: 2%;
    font-weight: normal; 
    font-family: "SegoeUI";
    font-weight: lighter;
}
#block_container {
    display: flex;
    justify-content: center;
    padding-left: 10%;
}
/*affiliate section*/

/*partner referral section*/
.grey-stripe-background {
    background: #DFDFDF;
}
.partner-referral-section-img {
    background-image: url('./resources/images/partner-referral.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.partner-referral-section-text {
    text-align: left;
    color: #5B3377;
    font-family: "SegoeUI";
    font-weight: lighter;
    padding-left: 5%;
    padding-top: 2%;
    font-size: 16px;;
}
.partner-referral-section-button {
    background-color: #5B3377;
    color:white;
    font-size: 16px;
    width: 180px;
    height: 40px;
    border-radius: 0px;
    margin-top: 5%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.partner-referral-section-headline {
    text-align: left;
    color:#5B3377;
    font-family: "SegoeUI";
    font-weight: lighter;
    padding-left: 5%;
    padding-top: 2%;
}
.partner-referral-section-list {
    text-align: left;
    color:#5B3377;
    font-family: "SegoeUI";
    font-weight: lighter;
    font-size: 16px;;
}
.partner-referral-section-text-span {
    font-size: 14px;
    font-style: italic;
    color:#5B3377;
    padding-top: 2%;
    font-weight: normal; 
    font-family: "SegoeUI";
    font-weight: lighter;
}
#partnersForm .modal-content {
    border: none;
}
#closePartnersForm {
    padding: 20px 22px 20px 18px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
#partnersFormIframe {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    width: 100%;
}
/*partner referral section*/
#privacy-policy {
    font-family: "SegoeUI";
    margin: 50px 10px;
}
#privacy-policy li {
    list-style-type: disc;
}
#cookie-policy {
    padding-top: 50px;
}
#terms-of-service {
    font-family: "SegoeUI";
    margin: 50px 10px;
}
.features-intro {
    position: relative;
}
.features-intro {
    background-image: url('/wp-content/themes/Matter365/resources/images/features.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

/*Office 365 is missing*/
.office365-is-missing-headline {
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: "SegoeUI";
    text-align: center;
}
.office365-is-missing-text {
    font-family: "SegoeUI";
    text-align: center;
    font-size: 18px
}
/*Sign up complete*/
.sign-up-complete-headline {
    font-family: "SegoeUI";
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}
#unsubscribe-page h5 {
    text-align: center;
    margin: 200px 0;
}

.error404-content {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.error404-content .entry-title {
    font-size: 40px;
}
.error404-content .intro-text p {
    font-size: 20px;
    line-height: 30px;
}

.blog-header {
    margin-bottom: 50px;
    position: relative;
}

.blog-header #image {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/Matter365/resources/images/blog-banner.jpg");
}
.blog-header #image .inner {
    padding-top: 40.42%; /* height/width of image */
    display: block;
    height: 0;
}

.blog-header #blog-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.blog-header #blog-title h1 {
    color: #5b3377;
    font-size: 45px;
    font-weight: bold;
}
.blog-header #blog-title h2 {
    color: black;
    font-size: 25px;
}

@media only screen and (max-width: 1199px) {
    .blog-header #blog-title h1 {
        color: #5b3377;
        font-size: 35px;
        font-weight: bold;
    }
    .blog-header #blog-title h2 {
        color: black;
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-header #blog-title {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .blog-header #blog-title h1 {
        color: #5b3377;
        font-size: 30px;
        font-weight: bold;
    }
    .blog-header #blog-title h2 {
        color: black;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-header #blog-title {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }
    .blog-header #blog-title h1 {
        color: #5b3377;
        font-size: 25px;
        font-weight: bold;
    }
    .blog-header #blog-title h2 {
        color: black;
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-header #blog-title {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }
    .blog-header #blog-title h1 {
        color: #5b3377;
        font-size: 22px;
        font-weight: bold;
    }
    .blog-header #blog-title h2 {
        color: black;
        font-size: 12px;
    }
}
.margin-right-5px {
    margin-right: 5px;
}
.margin-left-5px {
    margin-left: 5px;
}

/* YouTube video */
@media (min-width: 1200px) {
    .features-left-side {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .features-right-side {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 1199px) {
    .features-left-side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .features-right-side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/* YouTube video */

@media (max-width: 991px) {
    .navbar .navbar-collapse .try-button {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .navbar .container {
        padding: 0 10px;
    }
}