/*
Theme Name: Quip – Saas Startup Multipurpose WordPress Theme
Theme URI: https://wp.fleexstudio.com/quip
Author: Sujon Mahamud
Author URI: https://sujon.fleexstudio.com/
Description: Quip – Saas Startup Multipurpose WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quip
*/

   
.header-1 {
    background: #F5F8FF;
}


.text-right{
     text-align: right;
}

.footer__copyright.copyright-with-menu.text-right {
     display: flex;
     align-items: center;
     justify-content: right;
 }
 
 .copyright-menu ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .copyright-menu li {
     display: inline-block;
     padding-right: 6px;
     margin-right: 6px;
 }
 .copyright-menu li:last-child{
     margin-right: 0;
     padding-right: 0;
 }
 .copyright-menu {
     margin-left: 20px;
 }
 
 .copyright-menu li a {
     color: var(--Email-Marketing-Color-Paragraph-Color, #4E4D61);
     font-size: 18px;
     font-style: normal;
     font-weight: 400;

 }




