/*
Theme Name: RSearch
Text Domain: twentytwenty-child
Version: 1.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description: RSearch Theme
Template: twentytwenty
Theme URI: https://wordpress.org/themes/twentytwenty-child/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/


@import url("https://use.typekit.net/mbb7jqf.css");
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700;900&display=swap');

.mobile-search-toggle,
    .toggle-text {
    display: none !important;
}

#site-header .toggle, .menu-modal .toggle {
    color: #fff !important;
}

.green {
    color: #5dd9a5 !important;
}

.top-link {
      position: fixed;
      bottom: 0;
      right: 0;
      color: #5dd9a5 ;
      font-size: 4rem;
     cursor: pointer;
     margin: 0 1em 1.5em 0;
     display: none;
}

.top-link.on {
    display: block;
}

.top-link.ff {
    display: none;
}

header {
    position: fixed !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding-top: 2em !important;
    z-index: 99;
}

#site-header {
    z-index: 999 !important; 
}


.header-titles img {
    height: 90px;
    padding-left: 3rem;
}


.header-navigation-wrapper {
 align-self: flex-start;
}

   .linkedin {
        display:block;
    }
    
    
.primary-menu a {
    color: #fff !important;
    font-size: 1.6rem;
}

#site-header-inner {
  position: relative; !important;
  top: 0;
  width: 100%;
  background-color: #5dd9a5 !important;
    z-index: 999 !important;
}

.inner-content {
    margin-top: 190px !important;
}

.inner-content .entry-title {
    margin-left: 5%;
    margin-bottom: 0.6em;
}

.inner-content .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 90% !important;
}


.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #5dd9a5 !important;
    z-index: 999 !important;
}

/*
.sticky .header-titles img {
    width: 62% !important;
    height: 62% !important;
}
*/

.sticky .section-inner {
    padding-bottom: 1rem !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}


/* GENERAL */

a {
    text-decoration: none;
}

p {
    color: #91959e;
    font-family: upgrade-lights, sans-serif;
}

.inner-container {
    max-width: 1070px;
    margin: 0 auto;
}

section {
    padding: 0rem 0;
}

.section-padding {
    padding: 72px 15px;
    position: relative;
}

.section-padding-borderless {
    padding: 72px 15px;
    position: relative;
}


@keyframes animate {
    0%, 100% {
    background-color: #0a0437;
  }
  50% {
    background-color: #5dd9a5;
  }

}


h2.section-title  {
    letter-spacing: 0.1rem;
    font-weight: 700 !important;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
    text-align: center;
    color: #1f253f;
    font-size: 4.4rem !important;
}


h2.section-title.white {
    color: #fff !important;
}

h2.section-title.green {
    color: #5dd9a5;
}

.intro {
    color: #131727;
    font-weight: 400 !important;
    font-size: 2.4rem !important;
    width: 80%;
    margin: 0 auto;
    line-height: 4.5rem; 
    padding-bottom: 1em;
    font-family: upgrade-lights, sans-serif !important;
    text-align: center !important;
}

.intro.no-bottom {
       padding-bottom: 0em !important; 
}


#hero {
    background-color: #0a0437;
    height: 100vh;
  -webkit-animation: animate 15s ease infinite;  
  animation: animate 15s ease infinite;
  padding-top: 8.5rem;
}


#hero h1 {
    font-size: 30px;
    font-size: min(max(30px,4vw),60px);
    line-height: 1.15;
    text-align: center;
    color: #fff;
    margin-bottom: 1.2em;
    padding-top: 10%;
        font-weight: 700 !important;
    
    font-family: 'Titillium Web', sans-serif;
}


#hero h1 strong {
    font-size: 6.5rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block;
    padding-bottom: 0.1em;
    letter-spacing: 2.4px !important;
     font-weight: 900 !important;
    
    font-family: 'Titillium Web', sans-serif;

}

#hero h1 span {
        font-size: 4.5rem !important;
}


#hero .down {
    bottom: 100px;
    z-index: 2000;
    position: absolute;
    left: calc(50% - 23px);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    color: #fff;
    font-size: 6rem;
}

#industries-section {
    background-color: #f8f8f8;
    padding: 0;
    text-align: center;

}


.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem;
  color: #121728;
  margin: 4rem auto;
}

.grid div {
    background: #fff;
    padding: 1rem;
    display: grid;
    padding: 2rem;
    text-align: center;
   }
    
 .grid div   img {
      width: 100%;
    }


.grid h4 {
    font-size: 2rem !important;
    font-weight: 500 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    color: #1f253f;

}

.grid i {
    color: #5dd9a5;
    font-size: 4.5rem;
    padding-top: 1.4rem;
}

#resources-section {
    background-color: white;
    padding: 0;
}

#news-section {
    background-color: #f0f0f0;
    padding: 0;
}

.section-title h2 {
    font-family: upgrade, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: .9;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #121728;
    padding-left: 20px;
    border-left: 2px solid #121728;
    margin: 0rem;
}

.resources-subtitle {
    text-align: center;
    width: 50%;
    margin: 4rem auto;
}


.green-subtitle h3, .green-subtitle {
    color: #5dd9a5;
    font-weight: 700;
    font-family: upgrade, sans-serif;
    letter-spacing: 0.1rem;
    margin-top: 1em !important;
}

.resources-intro {
    color: #131727;
    font-family: upgrade, san-serif !important;
    font-size: 2.5rem;
    font-weight: 400;
}

.resources-cards {
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.card-item {
    border: 1px solid #e3e6ec;
    width: 30%;
    border-radius: 10px;
    font-family: upgrade, sans-serif;
}

.card-text {
    padding: 0 10% 1.2em;
}

.card-text h4 {
    font-size: 24px;
    overflow: hidden;
    height: 3.6em;
    margin: 0rem;
    font-family: upgrade, sans-serif;
    font-weight: 400;
    color: #0a0437;

}

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

.card-thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    height: 11.278em;
}

.img-thumb {
    border-radius: 10px 10px 0 0;
}

.author-info {
    margin: 1.6em 0;
    font-size: 14px;
    height: 1.6em;
    overflow: hidden;
    color: #0a0437;
}

.author {
    font-weight: 700;
    text-transform: capitalize;
    padding-right: .4em;
    text-decoration: none;
}

.read-cta {
    padding: 1em 10% 1.2em;
    color: #5dd9a5;
    font-family: upgrade, sans-serif;
    font-weight: 400;
    margin: 0;
}

.news-content {
    width: 70%;
    margin: 0 auto;
    font-family: upgrade, sans-serif;
}

.navy-title {
    color: #121728;
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.article-meta {
    font-size: 14px;
}

.article-intro {
    margin-top: 3.5rem;
    font-family: upgrade-lights, sans-serif;
    font-weight: 500;
    color: #121728;
}

.news-cta a {
    color: #5dd9a5;
    font-weight: 400;
    margin-top: 4rem;
}


.customers-content {
    text-align: center;
    margin: 0 auto;
}

.customers-content h2.section-title {
    text-align: left;
    font-size: 3.0rem !important;

}

.customers-content .sp-testimonial-free p {
    font-size: 1.8rem !important;
    color: #1f253f !important;
    font-weight: 500 !important;
    z-index: 88;
}

.customer-logos {
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: 3rem auto;
    justify-content: space-around;
}

.customer-logos span {
    padding: 1rem 1rem;
}

#commitment-section {
    background-color: #0a0437;
    background-image: url('images/rl01.jpg');
background-size: cover;
min-height: 360px;
color: #fff;
padding-top: 0 !important;
padding-bottom: 0 !important;
text-align: center;
background-repeat: no-repeat;
}

#commitment-section p {
    font-size: 18px;
    font-weight: 700 !important;
    text-align: justify;
    width: 64%;
    margin-left: auto;
     margin-right: auto;
    color:#fff !important;
}

.commitment-content {

    margin: 0 auto;
    font-family: upgrade, sans-serif;
    text-align: center !important;


}

.commitment-intro {
    color: #5dd9a5;
        font-family: upgrade, sans-serif !important;

}


.img-text-grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-auto-flow: dense;
    column-gap: 4vw;
    row-gap: 4vw;
    place-items: center;
    font-family: upgrade, sans-serif;
    padding-left: 100px;
}

.grid-img:nth-of-type(3) {
    margin-left: -17vw;
    margin-right: 0;
}

.grid-item p {
    color: #91959e;
    font-size: 18px;
    line-height: 30px;
}

.grid-img {
    margin-right: -11vw;
    padding: 0;
    z-index: 1;
}

.underline::after {
    content: '';
    width: 40px;
    height: 4px;
    background: #121728;
    display: block;
    position: relative;
    margin-top: 21px;
    z-index: 1;
}

.grid-item h3:first-of-type::before {
    border-radius: 0 0 0 90px;
    left: 15px;
    border: 1px solid #e3e6ec;
    border-top-color: rgb(227, 230, 236);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(227, 230, 236);
    border-right-style: solid;
    border-right-width: 1px;
    top: 0;
    border-top: none;
    border-right: none;
    width: 100vw;
    position: absolute;
    bottom: 1162px;
    pointer-events: none;
    content: '';
    z-index: 0;
}


#how-work {
    background-color: #fff;
    min-height: 430px;
    background-image: url('images/section-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    z-index: 1;
  display: block;
}

#how-work .content .section-padding {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
}

#how-work .content .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 2rem;
  color: #fff;
  padding-top: 3.5rem;
}

#how-work .content .grid div {
    background-color: #fff;
    padding-bottom: 3rem !important;
    border-radius: 8px;
}

#how-work .content .grid div h4 {
    font-size: 2rem !important;
    color: #1f253f;
}

 #customers-section { 
    background-color: #fff;
    }

/* GET IN TOUCH FORM SECTION */

#contact-form {
    background-color: #0a0437 !important;
    padding-bottom: 2rem;
    font-family: upgrade-lights, sans-serif;
}

.contact-title {  
    text-align: center;
}


.contact-title p {
    color: #5dd9a5;
    font-weight: 400;
}

.contact-title h4 {
    color: white;
    
    font-weight: 500;
    font-style: italic;
    font-size: 6rem;
}

.get-in-touch-form-container {
    width: 80%;
    margin: 0 auto 7rem auto;
}

.contact-form {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.contact-form div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.contact-form div input {
    width: 98%;
    background: none;
    line-height: 24px;
    border-bottom: 1px solid #454f79 !important;
    font-size: 18px;
    min-height: 60px;
    color: #91959e;
    letter-spacing: 0.1em;
    font-family: upgrade-lights, sans-serif;
    font-weight: 500;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 4rem;
    padding: 0;
}

.contact-form div:nth-of-type(2) input {
    width: 100%;
    height: 215px;
    padding-bottom: 150px;
}

.contact-form span {
    margin-top: 1rem;
}

.contact-form span p {
    display: inline-block;
    color: #91959e;
    font-family: upgrade-lights, sans-serif;
    font-weight: 500;
}

.contact-title a {
  color: #5dd9a5  !important;
    font-family: upgrade, sans-serif !important;
    font-size: 2.4rem !important;
}

.contact-form input[type="submit"] {
    width: 40%;
    border-radius: 100px;
    margin: 6rem auto;
}

/* FOOTER */

#site-footer {
    font-family: 'upgrade', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #5dd9a5 ;
    padding: 2rem;
    border-top: 0.5px solid black !important;
    color: #fff !important;
}

.footer-copyright {
    font-weight: 400;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.4rem;
}


.footer-contact {
    text-align: center;
    font-size: 1.6rem;
    padding-left: 3rem;
        font-family: 'Maven Pro', sans-serif;
        letter-spacing: 1.3;
}

.footer-contact a {
    color:#fff;
}

#site-footer .section-inner {
    justify-content: center;
}

.footer-top {
    border-bottom: none;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    height: 300px;
    background-color: #0a0437;
}

.footer-top-visible .footer-nav-widgets-wrapper {
    margin-top: 0rem !important;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 0rem im !important
}

.footer-logo {
    background-image: url(./images/logo-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.footer-widgets:nth-of-type(1) {
    width: 50%;
}

.footer-widgets:nth-of-type(2){
    margin-left: 40rem;
    width: 13%;
}

.footer-widgets:nth-of-type(3){
    width: 13%;
}

.footer-widgets:nth-of-type(4){
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 65%;
    margin-left: 2rem;
}


#menu-footer-menu-1 {
    border-right: 1px solid #686868;
}

.widget_nav_menu li .widget_nav_menu a, .footer-widgets a { 
    font-family: upgrade-lights, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #bebebe !important;
}

.footer-widgets-outer-wrapper {
    padding: 4rem 0;
    border-bottom: none;
}

.subscribe {
    color: white;
    font-size: 16px;
    margin-right: 2rem;
    font-family: upgrade-lights, sans-serif;
    font-weight: 500;
}

.subscribe-form {
    display: flex;
    width: 75%;
}

.email-container {
    width: 100%;
}

.form-email {
    border-radius: 5px !important;
}


input[type="email"] {
    padding: 1.7rem 1.5rem;
}


.form-submit {
        background-color: #5dd9a5 !important;
    font-family: upgrade, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    height: 48px;
    line-height: normal;
    padding: 1rem 1.5rem;
    margin-top: 0.4rem;
    border-radius: 5px;
    letter-spacing: 0.25rem;
    width: 40%;
    border-radius: 100px;
    margin: 6rem auto;
}

.social-links {
    height: 100px;
    width: 30%;
    margin-left: 40rem;
}

.social-icon {
    border-radius: 100px;
    background-color: white;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding-left: 1rem;

}


/* IPAD landscape and below */

@media screen and (max-width : 1080px) {

	
	 .linkedin {
        display: none !important;
    }


} 


/* IPAD portrait and below */

@media screen and (max-width : 768px) {


    .menu-modal, .menu-modal-inner {
       background: #0a0437 !important;
    }

    .modal-menu {
        margin-top: 10rem;
    }

    .modal-menu a {
        color: #5dd9a5 !important;
    }

    #commitment-section p {
        width: 80%;
    }


    #how-work .content .grid {
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
	
	 .linkedin {
        display: none !important;
    }


} 


/* IPHONE landscape and below */

@media screen and (max-width : 667px) {
    #backtop,
     .down {
        display: none;
    }


    .linkedin {
        display: none !important;
    }
    
    
    header {
        padding-top: 0 !important;
    }

    .header-inner {
        padding: 1.15rem 0;
    }

    .header-titles {
        text-align: center;
    }

    .header-titles img {
        padding-left: 0rem;
        margin-right: auto;
        margin-left:auto;
    }

    #hero h1 strong {
        font-size: 4.5rem;
        padding-top: 2rem;
    }

    #hero h1 span {
     font-size: 3.5rem !important;
    }

    .commitment-intro {
        width: 95% !important;
    }

    #commitment-section p {
        width: 91%;
    }
}

/* IPHONE portrait and below */

@media screen and (max-width : 480px){
	
	 .linkedin {
        display: none !important;
    }

    #hero h1 strong {
        font-size: 4.0rem;
        padding-top: 2rem;
    }

    #hero h1 span {
     font-size: 3.0rem !important;
    }

    .commitment-intro {
       line-height: 3rem !important;
    }

    .footer-credits {
        text-align: center !important;
    }

    .form-submit {
        width: 80%;
    }


}



    