/*
 Theme Name:   Swaven
 Author:       Swaven
 Author URI:   http://www.swaven.com/
 Description:  Swaven, the brand commerce company
 Template:     twentyseventeen
 Version:      1.0
 Text Domain:  swaven
*/
/*
    1. General
    2. Header
    3. Content
    4. Footer
*/
/*  ----------------------------------------------------------------------------
    1. General
----------------------------------------------------------------------------- */

html.overlay {
    overflow: hidden;
}

body,
button,
input,
select,
textarea {
    font-size: 22px;
    font-size: 1.146vw;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

a {
    border: none;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #000000;
    display: inline-block;
}
a:hover {
    opacity: 0.8;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 2.500vw;
}


h2 {
    color: #5D5D5D;
    font-size: 43px;
    font-size: 2.240vw;
    font-weight: 600;
}

h3 {
    color: #5D5D5D;
    font-size: 22px;
    font-weight: 600;
}

h5,
h5 span {
    color: #000000;
    font-size: 22px;
    font-weight: 600 !important;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h4, h5, h6 {
  color: #000000;
}


.row {
    margin: 0 -15px;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
    /* IE < 8 */
}
.container {
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 65px;
}

.wrapper {
    position: relative;
   /* top: 20px;  */
}
.container-small {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-medium {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.table-holder {
    display: table;
    width: 100%;
    height: 100%;
}
.table-fixed {
    table-layout: fixed;
}
.table-cell-holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    float: none !important;
}
[class^='col-'],
[class*=' col-'] {
    padding: 0 15px;
    float: left;
}
.bold {
 font-weight: 700;
}
.regular {
 font-style: normal !important ;
}
.uppercase {
 text-transform: uppercase;
}

.right {
    float: right;
}
.left {
    float: left;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.padding-top {
    padding-top: 25px;
}
.padding-botton {
    padding-top: 25px;
}
.col-100 {
    width: 100%;
}
.col-75 {
    width: 75%;
}
.col-66 {
    width: 66.6666%;
}
.col-60 {
    width: 60%;
}
.col-50 {
    width: 50%;
}
.col-40 {
    width: 40%;
}
.col-30 {
    width: 30%;
}
.col-33 {
    width: 33.3333%;
}
.col-25 {
    width: 25%;
}
.col-20 {
    width: 20%;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.relative {
    position: relative;
}
a.btn {
    background: #f42720;
    background: -webkit-linear-gradient(to bottom, #f42720, #d30300);
    background: linear-gradient(to bottom, #f42720, #d30300);
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 40px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
}
a.btn:hover {
    color: #ffffff;
    cursor: pointer;
    background: #333333;
    background: -webkit-linear-gradient(to bottom, #333333, #333333);
    background: linear-gradient(to bottom, #333333, #333333);
}
a.btn.arrow-btn {
    padding: 12px 70px 12px 45px;
    margin-top: 40px;
}
a.btn.arrow-btn:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    top: 17px;
    line-height: 1;
    right: 30px;
}
.margin-bottom {
    margin-bottom: 3em;
}
.margin-top {
    margin-top: 3em;
}
ul {
    margin: 0;
}
p:last-child {
    margin: 0;
}
input[type="checkbox"]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.25); /* IE */
  -moz-transform: scale(1.25); /* FF */
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -o-transform: scale(1.25); /* Opera */
  padding: 5px;
}
.spacer {
  margin-top: 140px;
}

/*  ----------------------------------------------------------------------------
    2. Header
----------------------------------------------------------------------------- */

#header {
    padding: 20px 0;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    background-color: transparent;
/*    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
    z-index: 30;
}
#header .container {
    overflow: auto;
    width: 1780px;
    max-width: 100%;
    padding: 0 20px;
}

a.logo,
.sticky a.logo {
    font-weight: 400;
    position: relative;
    width: 227px;
    height: 90px;
    background: url(assets/images/logo-color-tagline.svg) no-repeat center center;
}

a.logo img {
  height: 0;
}



.logged-in #header {
    top: 32px;
}

#header #menu-btn-open {
    display: none;
    border-radius: 50%;
    line-height: 1;
    width: 75px;
    height: 75px;
    background: #ffffff;
    text-align: center;
    line-height: 75px;
    color: #333;
    opacity: 1;
/*    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;*/
}
#header #menu-btn-close {
    display: none;
    border-radius: 50%;
    line-height: 1;
    width: 75px;
    height: 75px;
    background: transparent;
    text-align: center;
    line-height: 75px;
    color: #333;
/*    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;*/
    opacity: 0;
}
#header .current-item {
    display: none;
}
#header .current-item a {
    color: #333333;
}
#header img {
    vertical-align: top;
/*    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
    position: relative;
}

#header img:hover {
    opacity: 0.8;
}
#header #menu-top {
    float: right;
/*    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;*/
    z-index: 25;
    margin: 10px 0;
}
#header #menu-top ul.menu-top {
    list-style-type: none;
    margin: 0;
}
#header #menu-top ul.menu-top li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
}

#header #menu-top ul.menu-top li:first-child {
    margin-left: 0;
}

#header #menu-top ul.menu-top li a {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
/*    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

#header #menu-top ul.menu-top li a:hover,
#header #menu-top ul.menu-top li.current-menu-item a ,
#header #menu-top ul.menu-top li:hover a {
   /* color: #000000; */
    opacity: 0.8;
}

.page-id-16 #header #menu-top ul.menu-top li a,
.page-id-47 #header #menu-top ul.menu-top li a,
.page-id-49 #header #menu-top ul.menu-top li a,
.page-id-51 #header #menu-top ul.menu-top li a,
.page-id-53 #header #menu-top ul.menu-top li a,
.page-template-page-blog #header #menu-top ul.menu-top li a {
  color: #ffffff;
}


#header #menu-top ul.menu-top li.login {
    margin-left: 80px;
    margin-right: 0;
}

#header #menu-top ul.menu-top li.login.demo-link {
    cursor: pointer;
}

#header #menu-top ul.menu-top li.login.old {
 /*display: none;  */
}


#header #menu-top ul.menu-top li.login a {
    font-weight: 600;
    padding: 24px 30px;
    font-size: 25px;
    border-radius: 39px;
    width: 242px;
    height: 76px;
    text-align: center;
}

#header.sticky #menu-top ul.menu-top li.login a {
    padding: 11px 30px;
    height: 50px;
    font-size: 23px;
    line-height: 25px;
}

#header.sticky #menu-top {
  margin: 8px 0;
}

.sticky a.logo {
  height: 60px;
}


#header #menu-top ul.menu-top li.login a {
  background-image: linear-gradient(#6BE9E9, #326698);
  opacity: 1;
  color: #ffffff;
}

.page-id-16 #header #menu-top ul.menu-top li.login a,
.page-id-47 #header #menu-top ul.menu-top li.login a,
.page-id-49 #header #menu-top ul.menu-top li.login a,
.page-id-51 #header #menu-top ul.menu-top li.login a,
.page-id-53 #header #menu-top ul.menu-top li.login a,
.page-template-page-blog #header #menu-top ul.menu-top li.login a {
    background: #ffffff;
    color: #336999;
}

#header.sticky #menu-top ul.menu-top li.login a {
  background-image: linear-gradient(#6BE9E9, #326698);
  opacity: 1;
  color: #ffffff;
}

.page-id-16 #menu-top ul.menu-top li.login a,
.page-id-47 #menu-top ul.menu-top li.login a,
.page-id-49 #menu-top ul.menu-top li.login a,
.page-id-51 #menu-top ul.menu-top li.login a,
.page-id-53 #menu-top ul.menu-top li.login a,
.page-template-page-blog #menu-top ul.menu-top li.login a {
    background: #ffffff;
    color: #336999;
}

#header #menu-top ul.menu-top li.login a:hover {
  opacity: 0.7;
}


#header #menu-top ul.menu-top .twitter {
  margin: 0 10px 0 40px;
}

#header #menu-top ul.menu-top .linkedin {
  margin: 0 10px;
}

#header #menu-top ul.menu-top .instagram {
  margin: 0 10px;
}







#header.sticky {
    padding: 5px 0;
    border-color: #ffffff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.single #header,
.category #header,
.search #header,
.page-id-51806 #header,
.page-id-55028 #header {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}


#header.overlay {
    z-index: 20;
}

#header.sticky #menu-top ul.menu-top li a {
    color: #272727;
}

#header #menu-top ul.menu-top li a:hover,
#header #menu-top ul.menu-top li.current-menu-item a ,
#header #menu-top ul.menu-top li:hover a {
    opacity: 0.7;
}


#top-section-holder {
    z-index: 15;
    position: relative;
}

/* social media */

.twitter a,
.linkedin a,
.instagram a {
  background-size: cover;
  width: 21px;
  height: 21px;
  font-size: 0 !important;
  background-size: cover;
}

.twitter a {
  width: 22px;
  height: 18px;
}

.twitter a,
.sticky .twitter a {
  background: url(assets/images/icon-twitter.svg) no-repeat center center;
}

.linkedin a,
.sticky .linkedin a {
  background: url(assets/images/icon-linkedin.svg) no-repeat center center;
}

.instagram a,
.sticky .instagram a {
  background: url(assets/images/icon-instagram.svg) no-repeat center center;
}



/* header-white */

.page-id-16 a.logo,
.page-id-47 a.logo,
.page-id-49 a.logo,
.page-id-51 a.logo,
.page-id-53 a.logo,
.page-template-page-blog a.logo {
    background: url(assets/images/logo-swaven-tagline.svg) no-repeat center center;
    background-size: cover;
}

.page-id-16 .twitter a,
.page-id-47 .twitter a,
.page-id-49 .twitter a,
.page-id-51 .twitter a,
.page-id-53 .twitter a,
.page-template-page-blog .twitter a {
  background: url(assets/images/twitter.svg) no-repeat center center;
}

.page-id-16 .linkedin a,
.page-id-47 .linkedin a,
.page-id-49 .linkedin a,
.page-id-51 .linkedin a,
.page-id-53 .linkedin a,
.page-template-page-blog .linkedin a {
  background: url(assets/images/linkedin.svg) no-repeat center center;
}

.page-id-16 .instagram a,
.page-id-47 .instagram a,
.page-id-49 .instagram a,
.page-id-51 .instagram a,
.page-id-53 .instagram a,
.page-template-page-blog .instagram a {
  background: url(assets/images/instagram.svg) no-repeat center center;
}

/* end white */



.page-id-16 a.logo,
.page-id-47 a.logo,
.page-id-49 a.logo,
.page-id-51 a.logo,
.page-id-53 a.logo,
.page-template-page-blog a.logo {
  background: url(assets/images/logo-swaven-tagline.svg) no-repeat center center;
  background-size: cover;
}

.sticky a.logo,
.page-id-16 .sticky a.logo,
.page-id-47 .sticky a.logo,
.page-id-49 .sticky a.logo,
.page-id-51 .sticky a.logo,
.page-id-53 .sticky a.logo,
.page-template-page-blog .sticky a.logo {
  background: url(assets/images/swaven-logo.svg) no-repeat center center;
}


.page-id-16 .sticky .twitter a,
.page-id-47 .sticky .twitter a,
.page-id-49 .sticky .twitter a,
.page-id-51 .sticky .twitter a,
.page-id-53 .sticky .twitter a,
.page-template-page-blog .sticky .twitter a {
  background: url(assets/images/icon-twitter.svg) no-repeat center center;
}

.page-id-16 .sticky .linkedin a,
.page-id-47 .sticky .linkedin a,
.page-id-49 .sticky .linkedin a,
.page-id-51 .sticky .linkedin a,
.page-id-53 .sticky .linkedin a,
.page-template-page-blog .sticky .linkedin a {
  background: url(assets/images/icon-linkedin.svg) no-repeat center center;
}

.page-id-16 .sticky .instagram a,
.page-id-47 .sticky .instagram a,
.page-id-49 .sticky .instagram a,
.page-id-51 .sticky .instagram a,
.page-id-53 .sticky .instagram a,
.page-template-page-blog .sticky .instagram a {
  background: url(assets/images/icon-instagram.svg) no-repeat center center;
}



/*  ----------------------------------------------------------------------------
    3. Content
----------------------------------------------------------------------------- */
/* General */

.landing1 {
    background-color: #F4F6FB !important;
}

.landing-carrousel .swiper-pagination-bullets {
  text-align: right;
  bottom: -80px !important;
  width: 200px !important;
  left: auto !important;
  right: 0 !important;
}

.landing-carrousel .elementor-widget-container .swiper-container {
  padding-bottom: 0;
}

#page-content,
#content {
    position: relative;
    overflow: hidden;
}
#content img.featured {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.widget-wrap {
    position: fixed;
    top: 400px;
    right: 0;
    z-index: 25;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    border-radius: 6px 0 0 6px;
}
.widget-btn {
    display: block;
    width: 63px;
    height: 63px;
    background: #6BE9E9;
    color: #ffffff;
    position: relative;
}
.widget-btn:hover {
    opacity: 0.8;
}
.widget-btn.default {
    padding-top: 15px;
    color: #ffffff;
    background-image: linear-gradient(#6BE9E9, #4ea8c1);
    position: relative;
    border-radius: 6px 0 0 0;
}

.widget-btn.default:before {
    content: "Contact Us";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px 0 0 0;
    padding-top: 20px;
}

.widget-btn.default:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 2px;
    width: 59px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}

.widget-btn.demo {
    background-image: linear-gradient(#4ea8c1, #326698);
    border-radius: 0 0 0 6px;
}

.widget-btn.demo:before {
    content: url(assets/images/sign-in.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    padding: 13px 9px 13px 17px;
    border-radius: 0 0 0 6px;
}

body .leadinModal-616669.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content {
  background-image: linear-gradient(#6BE9E9, #326698) !important;
}


.paragraph {
    position: relative;
    padding: 130px 0;
}
.paragraph.bg-grey {
    padding: 130px 0;
}
.bg-grey:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 200%;
    top: 0;
    left: -50%;
    background: #f8f9fb;
    z-index: -1;
}
.paragraph-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.6;
}
.paragraph-title:after {
    content: "";
    width: 55px;
    height: 2px;
    display: block;
    background-color: #336999;
    margin: 1em auto 0;
}
/* Accueil */

.paragraph-image {
    padding-bottom: 20px;
}
.paragraph-image h2 {
    line-height: 1.6;
}
.paragraph-image .paragraph-title:after {
    margin-left: 0;
}
.paragraph-title span {
    font-style: italic;
    color: #336999;
    font-family: 'Playfair Display', serif;
}
.paragraph-image .paragraph-text,
.paragraph-image .paragraph-title {
    padding-left: 40px;
    padding-right: 80px;
}
#home-2.paragraph {
    padding-bottom: 50px;
}
.img-dt1-website,
.img-dt2-video,
.img-dt3-display,
.img-dt4-social,
.img-dt5-mobile,
.img-dt6-chatbot,
.img-dt7-tv,
.img-dt8-email {
    max-width: 100%;
    background-size: 100%;
    background-image: url('assets/images/dt.png');
}
.img-dt1-website {
    background-position: 0 0%;
    background-size: 100%;
}
.img-dt2-video {
    background-position: 0 14.285714%;
    background-size: 100%;
}
.img-dt3-display {
    background-position: 0 28.571429%;
    background-size: 100%;
}
.img-dt4-social {
    background-position: 0 42.857143%;
    background-size: 100%;
}
.img-dt5-mobile {
    background-position: 0 57.142857%;
    background-size: 100%;
}
.img-dt6-chatbot {
    background-position: 0 71.428571%;
    background-size: 100%;
}
.img-dt7-tv {
    background-position: 0 85.714286%;
    background-size: 100%;
}
.img-dt8-email {
    background-position: 0 100%;
    background-size: 100%;
}
.logo-holder {
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0 0;
}
.key-business-1-1,
.key-business-2-1,
.key-business-3-1 {
    max-width: 100%;
    background-size: 100%;
    background-image: url('assets/images/key-business.png');
}
.key-business-1-1 {
    background-position: 0 0%;
    background-size: 100%;
}
.key-business-2-1 {
    background-position: 0 50%;
    background-size: 100%;
}
.key-business-3-1 {
    background-position: 0 100%;
    background-size: 100%;
}
#home-4 {
 padding-bottom: 50px;
}

#home-5 img {
    vertical-align: top;
}
#home-5 .table-holder {
    height: 700px;
}


/* key number bloc */
.key-number-bloc {
    max-width: 150px;
    margin: 0 auto;
    box-shadow: 0px 1px 12px -4px #777;
    border-radius: 10px;
}

.key-number-bloc-image {
    min-height: 130px;
}

.key-number-bloc-bottom {
    padding: 6px 20px;
    background-color: #e61712;
    color: white;
    border-radius: 0 0 10px 10px;
    line-height: 1.3;
    font-size: 15px;
}

.key-number-bloc-bottom-line1 {
    font-size: 22px;
    font-weight: 700;
}

.icon {
    display: block;
    height: auto;
    margin: 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.icon:hover, .home #home-2 .icon {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}
.icon img {
    vertical-align: top;
    display: block;
    margin: 0 auto 10px;
}
.column {
    margin-top: 2em;
}
.column .column-title {
    font-weight: 700;
    margin: 25px 0;
}
.column .column-text {
    margin-bottom: 50px;
    padding: 0 1.5em;
}
.coverage h2 {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.coverage a.learn-more {
    display: inline-block;
    width: 200px;
    height: 45px;
    padding: 12px;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Inner */

.header-text {
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    margin: 200px 0 110px;
    font-weight: 700;
}
.header-text:before {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #336999;
    margin: 90px 0 40px;
}
.featured {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
    margin: auto;
    padding: 0;

}
#brands-3.paragraph {
    padding-bottom: 0;
}
.numbered-column {
    counter-increment: step-counter;
}
.numbered-column .holder {
    background: #ffffff;
    margin: 1em;
    padding: 45px 40px;
    position: relative;
    min-height: 280px;
}
.numbered-column .holder:before {
    content: counter(step-counter);
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #336999;
    line-height: 1;
    text-align: center;
    color: #fff;
    top: 25px;
    left: -25px;
    font-size: 2.25em;
    font-family: 'Playfair Display', serif;
}
.numbered-column .column-title {
    color: #336999;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    /*letter-spacing: 1px;*/
    line-height: 25px;
}
.numbered-column .column-text {
    line-height:26px;
    letter-spacing: 1px;
}
.list {
    column-count: 2;
    text-align: left;
    list-style-type: square;
    -webkit-column-gap: 55px; /* Chrome, Safari, Opera */
    -moz-column-gap: 55px; /* Firefox */
    column-gap: 55px;
}
.list li {
    margin-bottom: 25px;
    color: #336999;
}
.list p {
    margin: 0;
    color: #333333;
}
.counters {
    max-width: 1100px;
    margin: 0 auto;
}
.counters .counter {
    font-size: 60px;
}
.counters .counter span.number {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.counters .counter span.title {
    display: block;
    font-weight: 700;
    font-size: 0.25em;
    text-transform: uppercase;
}
.counters .counter:nth-child(1),
.counters .counter:nth-child(3) {
    position: relative;
    top: 25px;
}
.counters .counter:nth-child(1) span.number {
    background: url(assets/images/icon-brands.png) no-repeat center;
}
.counters .counter:nth-child(2) span.number {
    background: url(assets/images/icon-products.png) no-repeat center;
}
.counters .counter:nth-child(3) span.number {
    background: url(assets/images/icon-points-sale.png) no-repeat center;
}
.bx-wrapper {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none  !important;
    position: relative  !important;
    /* padding-top: 3em  !important; */
    /* background: url(assets/images/icon-quote.png) no-repeat center top  !important; */
}
.bx-wrapper .bx-controls-direction a {
    z-index:1 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    box-shadow: 0px 1px 12px -4px #777 !important;
}

.bx-wrapper img {
    display: inline-block !important;
    margin: 35px 0 0 !important;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
    /* background: url(assets/images/icon-left.svg) no-repeat center !important; */
}
.bx-wrapper .bx-next {
    background: url(assets/images/icon-right.svg) no-repeat center !important;
}
.bx-wrapper .bx-prev {
    background: url(assets/images/icon-left.svg) no-repeat center !important;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: center !important;
    opacity: 0.8 !important;
}
.slider li {
    padding: 1% 10%;
    /* font-style: italic; */
    list-style-type: none;
}

.slider li .slider-content {
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    box-shadow: 0px 1px 12px -4px #777;
}

.slider-content .slider-profile {
    width: 250px;
    border-radius: 20px 0 0 20px;
    background-color: #336999;
    padding: 15px;
    color: white;
}

.slider-content .slider-profile-photo {
    height: 170px;
}

.slider-content .slider-profile-name {
    font-size: 20px;
    font-weight: 700;
}

.slider-content .slider-profile-subtitle {
    font-size: 15px;
}

.slider-content .slider-text {
    flex: 1;
    text-align: left;
    padding: 20px;
}

.slider-content .slider-text > * {
    /* padding: 15px 0;
    font-size: 19px; */
    min-height: 170px;
    display: block;
    /* color: #222; */
}

.slider-content .slider-text > * > .logo {
    width: 200px;
    height: 70px;
    display: block;
    margin: 20px 0 auto auto;
}

.slider-content .slider-text::before {
    background: url(/wp-content/themes/swaven/assets/images/citation-ouverte.png) no-repeat left top !important;
    height: 31px;
    /* content: ''; */
    display: block;
}

.slider-content .slider-text::after {
    background: url(/wp-content/themes/swaven/assets/images/citation-ferme.png) no-repeat right top !important;
    height: 31px;
    /* content: ''; */
    display: block;
}


#brands-4.paragraph {
 padding-bottom: 25px;
}

.about-columns {
    position: relative;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
}
.about-columns:before {
    content: "";
    height: 95%;
    width: 4px;
    background: #e7eaf1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-columns .year-column:nth-child(2n+1) {
    float: left;
}
.about-columns .year-column:nth-child(2n+2) {
    float: right;
}
.about-columns .year-column:nth-child(1) {
    padding-top: 90px;
}
.about-columns .year-column:nth-child(2) {
    padding-top: 250px;
}
.about-columns .year-column:nth-child(3) {
    padding-top: 200px;
}
.about-columns .year-column:nth-child(4) {
    padding-top: 220px;
}
.about-columns .year-column:nth-child(5) {
    padding-top: 210px;
}
.about-columns .year-column:nth-child(6) {
    padding-top: 100px;
}
.about-columns .year-column:nth-child(7) {
    padding-top: 350px;
}
.about-columns .year-column:nth-child(8) {
    padding-top: 400px;
}

.about-columns .column-title {
    color: #336999;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    position: relative;
    font-family: 'Playfair Display', serif;
}
.about-columns .column-text,
.paragraph-text.subscribe {
    font-family: 'Montserrat', sans-serif;
}
.about-columns .year-column:nth-child(2n+1) .column-text {
    padding-right: 100px;
}
.about-columns .year-column:nth-child(2n+2) .column-text,
.about-columns .year-column:nth-child(2n+2) .column-title {
    padding-left: 100px;
}
.about-columns .year-column:nth-child(2n+1) .column-title:after {
    content: "";
    width: 75px;
    height: 2px;
    background: #e7eaf1;
    display: block;
    position: absolute;
    right: -15px;
    bottom: 0;
}
.about-columns .year-column:nth-child(2n+2) .column-title:after {
    content: "";
    width: 75px;
    height: 2px;
    background: #e7eaf1;
    display: block;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.founders .col-50 {
    padding: 0 45px;
}
#contact-1 {
    max-width: 1500px;
    margin: 0 auto;
}
#contact-1 .col-33 {
 margin-bottom: 25px;
}
#contact-1 .play {
    font-weight: 900;
}
a.btn.apply {
    width: 200px;
    margin-top: 20px;
}
/* Blog */

.icon-search {
    color:#ffffff;
}

#sidebar {
    float: left;
    margin-bottom: 0;
    width: 100%;
    background: #F4F6FB;
    margin-top: 50px;
}

.page-template-page-blog #sidebar {
  margin-top: 0;
}


#sidebar ::-webkit-scrollbar {
    width: 10px;
}

#sidebar section {
  width: 50%;
  float: left;
  padding: 5% 15px 5% 200px;
}

#sidebar section h2 {
  display: none;
}

#custom_html-2 {
  display: none;
}


/* Track */
#sidebar ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#sidebar ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(240,240,240,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#sidebar ::-webkit-scrollbar-thumb:window-inactive {
	  background: rgba(240,240,240,0.4);
}
#sidebar .screen-reader-text {
    opacity: 0;
}
.search-form {
     max-width: 500px;
}
.search-field::placeholder {
    color: #a3a3a3;
}

.search-form .search-submit {
    border-radius: 0 6px 6px 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 9px;
    text-align: center;
}
.search-form .search-submit .icon {
    margin: 0 auto;
    border-radius: 0;
    color: #ffffff;
    top: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.category .search-form .search-submit .icon  {
  top: 5px;
}


.search-form button {
    background: #336999;
}
.search-form button:hover {
    background: #336999;
    opacity: 0.8;
}
input[type="search"],
.search-form input[type="search"] {
    border: 1px solid #336999;
    border-right: 0 none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 6px;
    padding: 7px 20px;
    height: 50px;
    width: 500px;
    max-width: 100%;
    font-size: 22px;
    font-style: normal;
}
input[type="search"]:focus {
    border-color: #336999;
}


#sidebar .widget:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
#sidebar .widget ul li,
#sidebar .widget ol li {
    padding: 0;
    border-color: #F8F8F8;
}
#sidebar .widget ul li:last-child,
#sidebar .widget ol li:last-child {
    border: 0;
}
#sidebar .widget ul li a,
#sidebar .widget ol li a {
    display: block;
    padding: 5px 5px;
    color: #333333;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 15px;
}
#sidebar .widget ul li a:hover,
#sidebar .widget ol li a:hover {
    background: #F8F8F8;
}
#sidebar #categories-3 ul {
    height: 250px;
    overflow-y: scroll;
}
#sidebar #nav_menu-2 ul li {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    border: 0;
}
#sidebar .widget ul#menu-social-links li{
    width: auto;
}
#sidebar .widget ul#menu-social-links li a,
#sidebar .widget ul#menu-social-links li a:hover {
    padding: 5px 20px;
}
.search-form label {
    display: none;
}

#custom_html-2 {
  display: none;
}


#sidebar .select2-container {
  width: 500px !important;
  max-width: 100%;
  color: #000000;
  max-width: 100%;
}

#sidebar .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 50px;
    border: 1px solid #CBC9C9;
    border-radius: 6px;
}

#sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 48px;
    padding: 0 25px;
}

#sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #336999;
    border-style: solid;
    border-width: 3px 3px 0 0;
    height: 18px;
    left: -20px;
    margin-left: -4px;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 18px;
    transform: rotate(135deg);
}

#sidebar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   transform: rotate(315deg);
   margin-top: 12px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #336999 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-style: normal;
}



#ms-container-top  {
    margin-bottom: 55px;
}
#ms-container-top ul {
    list-style-type: none;
}

.sticky-post {
  border-bottom: 1px solid #53CDD5;
  float: left;
  width: 100%;
  padding: 60px 0;
}

.sticky-post:last-child {
  border-bottom: 1px solid #E2DFDF;
}


.sticky-post img {
  max-width: 475px !important;
  float: right;
}

.sticky-post .article-summary {
  float: left;
  width: 50%;
}

#article-holder {
  padding: 0;
}

.sticky-post .article-thumbnail {
  width: 50%;
  float: left;
  padding-left: 30px;
}


#ms-container-top .article-category a {
   font-size: 18px;
   font-family: "Montserrat", sans-serif;
}

#ms-container-top .article-title h2 {
   font-size: 30px;
   font-family: "Montserrat", sans-serif;
   margin: 50px 0;
}


#article-holder .article-title h2 a:hover,
#article-holder #ms-container-top a:hover {
    color:#000000;
    opacity: 0.7;
}
h2.category-title {
    text-align: center;
    margin-top: 70px;
}
#ms-container-top .read-more {
  font-size: 22px;
  color: #326698;
  text-decoration: underline;
  margin-left: 15px;
}

#article-holder #ms-container-top .article-thumbnail {
    margin-bottom: 0;
}

#article-holder #ms-container-top .more-link:hover {
    color:#333333;
}

.title-latest {
  text-align: center;
  margin-bottom: 40px;
}


#article-holder article {
    padding: 20px;
}

#article-holder .inner-art {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    height: 520px;
}

#article-holder .wrap-text {
  padding: 5px 15px 35px;
}

.read-more {
  font-family: "Montsserat", sans-serif;
  font-size: 18px;
  color: #336999;
}


#article-holder .article-title h2 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #5D5D5D;
/*    height: 105px;
    overflow: hidden;*/
    min-height: 105px;
}

#article-holder .article-title h1 {
    font-size: 43px;
    font-size: 2.240vw;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #5D5D5D;
}
#article-holder .article-thumbnail {
    margin-bottom: 0;
}

.single #article-holder .article-thumbnail {
    margin-bottom: 30px;
}

#article-holder .article-thumbnail a {
    width:100%;
}
#article-holder .article-thumbnail a:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
}
#article-holder .article-thumbnail img {
    vertical-align: top;
    width: auto;
}

.single #article-holder .article-thumbnail img  {
  width: 100%;
}


#article-holder .article-title h2 a {
    color: #5D5D5D;
    line-height: 1.4;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
#article-holder .article-info {
    font-size: 14px;
    margin: 15px 0;
    font-family: "Montsserat", sans-serif;
}
#article-holder .article-info a {
    color: #333333;
}
#article-holder .article-content p {
    margin: 0 0 1.25em;
}
#article-holder .link-more {
    font-style: italic;
}
#article-holder #comments {
    margin: 0 20px 2em;
    padding: 0;
}

#article-holder article a:hover {
    opacity: 0.7;
    color: #000000;
}

.article-info-detail {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.article-info-detail .article-categories {
  width: 50%;
  float: left;
  font-weight: 600;
  padding-right: 50px;
}

.article-info-detail .article-categories a {
  color: #000000;
}

.article-info-detail .autor-date {
  width: 50%;
  float: left;
  text-align: right;
  padding-left: 50px;
  font-family: 'Montsserat', sans-serif;
  font-weight: 600;
  color: #5D5D5D;
}

.article-info-detail .autor-date a {
  color: #5d5d5d;
}


.autor-date .date {
   background: url(assets/images/picto-data.svg) no-repeat left center;
   padding: 0 30px;
   text-transform: uppercase;
}

.autor-date .autor {
   background: url(assets/images/picto-autor.svg) no-repeat left center;
   padding: 0 0 0 30px;
}

.wrap-text .autor-date .date {
  padding: 2px 25px;
}

.wrap-text .autor-date .autor {
   padding: 3px 0 3px 25px;
}


.detail-article .article-content .addtoany_share_save_container {
  float: left;
  width: 100%;
  margin-bottom: 2%;
}


#article-holder .article-categories ul {
    list-style-type: none;
}
#article-holder .article-categories ul li {
    display: inline-block;
    vertical-align: middle;
}
#article-holder .comment-reply-link {
    left: 30px;
}
#article-holder .comment-metadata {
    font-weight: 400;
    color: #333;
    letter-spacing: 0;
    text-transform: capitalize;
}
#article-holder button,
#article-holder input[type="button"],
#article-holder input[type="submit"] {
    border-radius: 0;
    background: #336999 !important;
    font-weight: 400;
    font-weight: 400;
    padding: 10px 25px;
    font-size: 20px;
}
#article-holder button:hover,
#article-holder input[type="button"]:hover,
#article-holder input[type="submit"]:hover {
    background: #336999;
    opacity: 0.8;
}
#article-holder input,
#article-holder textarea {
    border-color: #f0f0f0;
    border-radius: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#article-holder textarea {
  height: 110px;
}


#article-holder input:focus,
#article-holder textarea:focus {
    border-color: #336999;
}
#article-holder label {
    font-weight: 600;
}

.pagination {
  border: 0 none;
  font-family: "Montsserat", sans-serif;
  font-size: 33px;
  font-weight: 600;
  padding: 4% 15px 5%;
}

#article-holder .navigation a.next,
#article-holder .navigation a.prev {
    padding: 11px 11px 8px;
    border-radius: 0;
}
#article-holder .navigation .icon {
    margin: 0;
    padding: 0;
}
#article-holder .page-numbers {
    padding: 0 20px;
    font-size: 33px;
    font-weight: 600;
    background: #336999;
    color: #fff;
    border-radius: 3px;
/*    display: inline-block;  */
}
#article-holder .page-numbers:hover,
#article-holder .page-numbers.current {
    background: #336999;
    color: #fff;
    opacity: 0.8;
}

#article-holder .page-numbers.prev {
  font-size: 0;
  width: 63px;
  height: 52px;
  background: url(assets/images/prev.png) no-repeat center center;
}

#article-holder .page-numbers.next {
  font-size: 0;
  width: 63px;
  height: 52px;
  background: url(assets/images/next.png) no-repeat center center;
}

.page-numbers.current .screen-reader-text {
  font-size: 0;
}


h2.widget-title {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 1em;
}
#sidebar h2.widget-title {
    font-size: 14px;
    margin-bottom: 1em;
    border-left: 5px solid #336999;
    background: #F8F8F8;
    padding: 10px;
}


.top-space {
  padding-top: 2%;
}


#fancybox-overlay {
    background-color: rgb(0, 0, 0) !important;
}

/* Forms */
/* contact form */
#form-contact,
#form-demo,
#form-apply {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    z-index: 20;
    opacity: 0;
    overflow: auto;
}
#form-contact.active,
#form-demo.active,
#form-apply.active {
    right: 0;
    opacity: 1;
}
#form-contact .form-holder {
    background: #ffffff;
    max-width: 800px;
    position: relative;
    margin: 75px auto 0;
}
#form-contact .form-holder .form-content {
    padding: 50px 25px 45px;
}

a.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    /* display: none; */
    cursor: pointer;
    z-index: 100;
}
#form-contact .form-holder input,
#form-contact .form-holder textarea {
    padding: 5px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
#form-contact .form-holder input,
#form-contact .form-holder input::placeholder,
#form-contact .form-holder textarea::placeholder {
    color: #bcbcbc;
}
#form-contact .form-holder textarea {
    resize: none;
    color: #bcbcbc;
}
#form-contact .form-holder .wpcf7 {
    max-width: 260px;
    margin: 0 auto;
}
#form-contact .form-holder .wpcf7-submit {
    background: #336999;
    color: #ffffff !important;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}
#form-contact .phone {
    margin-bottom: 10px;
}
#form-contact .email {
    font-size: 14px;
}
#form-contact .demo-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
#form-contact .form-holder .wpcf7-submit:hover {
    background: #333333;
}
span.wpcf7-not-valid-tip {
    font-style: italic;
    font-size: 0.75em;
    text-align: left;
}
.wpcf7-validation-errors,
div.wpcf7-response-output {
    font-style: italic;
    font-size: 0.75em;
    margin: 20px 0;
    padding: 5px;
    text-align: center;
    border-color: #336999;
    border-width: 1px;
    color: #336999;
}
.wpcf7-mail-sent-ok {
    color: #333333;
}
/* demo form */
#form-demo .wpcf7-submit,
#form-apply .wpcf7-submit {
    width:200px;
}

#form-demo .form-holder {
    max-width: 800px;
    background-color: #f8f9fb;
    position: relative;
    margin: 50px auto 40px;
}
#form-demo .form-holder .form-content {
    padding: 50px 130px;
}

.demo-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 45px;
    position: relative;
}
.demo-title:after {
    content: "";
    width: 55px;
    height: 2px;
    background: #336999;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#form-demo .form-holder input,
#form-demo .form-holder textarea,
#form-apply .form-holder input,
#form-apply .form-holder textarea {
    border-radius: 0;
    color: #a3a3a3;
    padding: 5px 20px;
    font-style: italic;
}
#form-demo .form-holder select,
#form-apply .form-holder select {
    width: 100%;
    border-radius: 0;
    font-style: italic;
    color: #a3a3a3;
    padding: 5px 20px;
}
#form-demo .form-holder select option:first-child,
#form-apply .form-holder select option:first-child {
    display:none;
}

#form-demo .form-holder .wpcf7-submit,
#form-apply .form-holder .wpcf7-submit {
    background: #336999;
    color: #ffffff !important;
    padding: 15px 80px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 40px;
    text-transform: uppercase;
    font-style: normal;
}
#form-demo .form-holder .wpcf7-submit {
    width: 100%;
}

#form-demo .form-holder .wpcf7-submit:hover,
#form-apply .form-holder .wpcf7-submit:hover {
    background: #333333;
}
.group {
    border-top: 1px solid #dfe2e5;
    margin-top: 25px;
    padding-top: 25px;
}
#form-demo .form-holder input,
#form-demo .form-holder input::placeholder,
#form-demo .form-holder textarea::placeholder,
#form-apply .form-holder input,
#form-apply .form-holder input::placeholder,
#form-apply .form-holder textarea::placeholder {
    color: #a3a3a3;
}
#form-demo .wpcf7-form-control-wrap.mailpoetsignup-217 * {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

#form-demo .form-holder .privacy-text {
    font-size: 14px;
    padding: 0 20px 30px;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit {
    background: #063764;
    font-weight: 400;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    text-align: center;
    font-size: 19px;
}

#mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit:hover {
    background: #063764 ;
}


.error-404 {
  background: url(assets/images/img-404.svg) no-repeat right center;
  background-size: contain;
}



/* apply form */

#form-apply .form-holder {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f8f9fb;
    position: relative;
    margin: 150px auto 150px;
}
#form-apply .form-holder .form-content {
    padding: 50px 130px;
}
.wpcf7-file {
    padding-left: 0 !important;
}
/* Contact */

.iframe-wrap {
    position: relative;
}
.iframe-wrap iframe {
    vertical-align: top;
    margin: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.iframe-wrap:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.contact-section {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.contact-section:before,
.contact-section .title.border-title:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 2px;
    width: 55px;
    background: #336999;
}
.contact-section.no-separator:before {
    display: none;
    padding-bottom: 0;
}
.contact-section .title {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.contact-section .title.border-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.contact-section a {
    color: #336999;
    font-weight: 700;
    font-style: italic;
}
img.team-image {
    margin-top: 100px;
}
.work-for-us {
    border-top: 1px solid #eaeaea;
    padding-top: 3em;
}
#legal-notice-1 a,
#legal-notice-2 a {
    color:#333333;
}
#legal-notice-1 a:hover,
#legal-notice-2 a:hover {
    color:#336999;
}
#legal-notice-1 .contact-section:before {
    display: none;
}
#legal-notice-1 p {
    margin: 0;
}
#legal-notice-2 {
    max-width: 1015px;
    margin: 0 auto;
}


.hbspt-form.hs-button {
    background: #336999 !important;
    border-color: #336999 !important;
}


/*  ----------------------------------------------------------------------------
    4. Footer
----------------------------------------------------------------------------- */

#site-footer {
    background-color: #336999;
    text-align: center;
    color: #fff;
    padding: 50px 65px;
}

.logo-footer img {
  max-width: 100%;
  width: 360px;
}


#site-footer .container {
    margin: 0 auto;
    width: auto;
    position: relative;
}

#site-footer .footer-column {
    padding: 3.5% 10px 0;
}

#site-footer .footer-column.column-1 {
    padding-top: 0;
    text-align: left;
}


#site-footer .title,
#site-footer h2.widget-title {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

#site-footer .footer-menu {
  padding-top: 50px;
}


#site-footer .footer-menu p {
    font-size: 22px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

#site-footer a {
    color: #ffffff;
}
#site-footer a:hover {
    color: #ffffff;
}
#site-footer p {
    margin: 0;
    /* letter-spacing: 2px; */
}
#site-footer img {
    vertical-align: top;
}
#site-footer ul#menu-social-links-1,
#site-footer ul#menu-social-links {
    list-style-type: none;
}
#site-footer ul#menu-social-links-1 li,
#site-footer ul#menu-social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}


.wrap-newsletter {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37%;
}

.wrap-newsletter #mailpoet_form_1 .mailpoet_text_label {
  display: none;
}

.wrap-newsletter #mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit {
    background: #063764;
    font-weight: 400;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    text-align: center;
    font-size: 19px;
    border-radius: 0 4px 4px 0;
}

.wrap-newsletter #mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit:hover {
    background: #063764 ;
}

.wrap-newsletter #mailpoet_form_1 .mailpoet_paragraph {
  float: left;
}

.wrap-newsletter #mailpoet_form_1 .mailpoet_paragraph .mailpoet_text {
    width: 270px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #000000;
    border: 0 none !important;
    border-radius: 4px 0 0 4px;
    font-style: normal;
}

.wrap-newsletter .parsley-custom-error-message,
.wrap-newsletter #mailpoet_form_1 .mailpoet_validate_error {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.wrap-newsletter .mailpoet_paragraph .parsley-errors-list {
  bottom: auto;
}

.wrap-newsletter #mailpoet_form_1 .mailpoet_message {
  top: 100%;
}

.wrap-newsletter #mailpoet_form_1 {
    width: 365px;
    margin: 0 auto;
}

.wrap-newsletter #mailpoet_form_1 form.mailpoet_form {
    padding: 0 20px;
}


#mailpoet_form_1 .mailpoet_paragraph {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    float: left;
}
.mailpoet_paragraph .parsley-errors-list {
    position: absolute;
    bottom: -35px;
    left: 0;
}

#mailpoet_form_1 .mailpoet_paragraph input {
    padding: 10px;
    border-radius: 0;
    height: 38px;
}
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_text {
    border-color: #f0f0f0;
}
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_text:focus {
    border-color: #336999;
}
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_text,
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_text::placeholder,
input[type="search"] {
    font-size: 14px;
    font-style: italic;
    color: #a3a3a3;
    width: 200px;
}

#mailpoet_form_1 .mailpoet_validate_success {
    font-size: 14px;
    color: #fff !important;
    line-height: 15px;
}


#site-footer .widget  {
    padding-bottom: 0;
}
#site-footer .widget li {
    border: 0;
}
#site-footer h2.widget-title {
    margin-bottom: 10px;
    color: #fff;
}



#site-footer #nav_menu-3 {
    padding-bottom: 0;
}
.cookie-notice-container {
    max-width: 1100px;
    padding: 20px 15px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
#cn-notice-text {
    letter-spacing: 1px;
    font-size: 15px;
    display: block;
    float: left;
    width: 75%;
    text-align: center;
}
#cookie-notice .button.wp-default {
    font-size:12px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    background: #7f7f7f;
    color: #fff !important ;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    margin:5px 0;
    letter-spacing: 1px;
}
#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: #f42720 !important;
    border: none;
}


#social-bottom {
  text-align: center;
}

#social-bottom a {
   font-size: 20px;
   font-style: normal;
   margin-top: 15px;
}

#social-bottom a span {
  display: none;
}



/*BRANDS CAROUSEL*/
.wrap-carousel .sp-testimonial-free-section .sp-tfree-client-image img {
    border-radius: 0%;
    width: auto;
    height: auto;
    max-height: 80px;
}
.wrap-carousel .sp-tfree-client-image{
    height: 80px;
    margin-bottom: 100px;
    overflow: hidden;
}
.wrap-carousel .sp-testimonial-free{
    position: relative;


}
.wrap-carousel .tfree-client-name{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #5D5D5D!important;
    font-family: 'Montserrat', sans-serif;

}
.wrap-carousel .tfree-client-designation{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.wrap-carousel a{
    color: #000000;
}
.wrap-carousel a:hover{
    color: #53CDD5;
}
.wrap-carousel #sp-testimonial-free-wrapper-56142 .sp-testimonial-free-section .slick-dots li button {
    background: rgba(83, 205, 213, 0.5);

}
.wrap-carousel #sp-testimonial-free-wrapper-56142 .sp-testimonial-free-section .slick-dots li.slick-active button {
    background: #53CDD5;
}

.wrap-carousel .sp-testimonial-free-wrapper{
    overflow: unset;

}
.wrap-carousel .sp-testimonial-free-section .slick-dots{
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    top: auto;
    z-index: 9;
}

.big-background-white .elementor-widget-wrap{
    width: 476px;
    height: 476px;
    padding: 40px !important;
    margin: 0 auto !important;
}

/* custom css */

.centered-gallery .gallery {
    text-align: center;
}

.flex-blocks .elementor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.align-left-margin-0 .elementor-widget-wrap {
    width: auto;
    margin-right: auto;
}

.align-right-margin-0 .elementor-widget-wrap {
    width: auto;
    margin-left: auto;
}

.custom-dropdown-blocks .elementor-container {
    align-items: flex-start;
}

.custom-dropdown.elementor-widget {
    position: static;
}

.custom-dropdown .elementor-toggle .elementor-toggle-item {
    text-align: center;
}

.custom-dropdown .elementor-toggle .elementor-tab-title {
    display: flex;
    justify-content: center;
    padding: 0;
    border: none;
}

.custom-dropdown .elementor-toggle .elementor-tab-title.elementor-active {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.custom-dropdown .elementor-toggle .elementor-tab-content {
    padding: 0 0 10px;
    border: none;
}

.size-cookie-subgroup, .size-cookies-used {
    width: 25%;
}

.size-cookies {
    width: 50%;
}

/* video */

    .wrap-video .elementor-fit-aspect-ratio {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
    }


    .wrap-video .video-home .elementor-fit-aspect-ratio {
     height: 782px;
     padding: 0;
    }

    .wrap-video .elementor-widget-wrap {
       justify-content: center !important;
    }

    .video-home {
      padding-left: 77px;
    }

    .wrap-video video {
      width: 368px !important;
      max-width: 100% !important;
      height: 733px;
      height: 36.458vw;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
    }

    .wrap-video .elementor-widget-container {
      width: 388px;
      height: 782px;
      max-width: 100% !important;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
    }

    audio:focus, video:focus {
        outline: none;
    }


    .video-brands {
      width: 364px !important;
      max-width: 100% !important;
      margin-top: 60px;
    }

    .wrap-video.brands .elementor-widget-container {
      width: 364px;
    }

    .wrap-video .video-brands .elementor-fit-aspect-ratio {
     height: 745px;
     padding: 0 !important;
    }

    .wrap-video.brands video {
      width: 320px !important;
      height: 706px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      margin: 0 auto;
    }

    .video-brands .elementor-custom-embed-image-overlay {
       background-repeat: no-repeat;
    }


    .wrap-video.agencies video {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      margin: 0 auto;
    }

    .video-brands .elementor-custom-embed-image-overlay {
       background-repeat: no-repeat;
    }


    .special-about-section p {
      margin-bottom: 15px;
    }


    .padd-bottom {
      padding-bottom: 10px;
      display: inline-block;
    }


    /* get started page */

    .page-template-page-simple #header {
        background: #ffffff;
    }

    .btns-header {
      float: right;
      height: 90px;
      display: flex;
      align-items: center;
      font-family: "Montserrat", Sans-serif;
      font-weight: 500;
      font-size: 25px;
    /*  font-size: 1.302vw;   */
    }

    a.link-log {
      color: #336999;
    }

    a.btn-get-started {
      background: #BC4EC1;
      color: #ffffff;
      border-radius: 10px;
      min-width: 214px;
      min-width: 11.146vw;
      width: auto;
      height: 60px;
      line-height: 60px;
      text-align: center;
      padding: 0 15px;
    }

    .btns-header a.btn-get-started {
      margin-left: 5.5vw;
    }

    .page-id-60934 a.btn-get-started {
        display: none;
    }


    .wrap-simple-content a:hover {
      color: #336999;
      opacity: 1;
    }

    .btn-custom-getstarted a {
       width: 306px;
       height: 89px;
    }

    .top-line:before {
      display: inline-block;
      width: 160px;
      height: 2px;
      background: #ffffff;
      content: "";
      position: relative;
      right: 0;
      left: auto;
      top: 0;
    }

    .premium-button {
      outline: none !important;
    }





    #site-footer.simple-footer {
       text-align: left;
    }

    .simple-footer .logo-footer img {
      max-width: 85%;
    }

    #site-footer.simple-footer .title {
      margin-bottom: 20px;
    }

    #site-footer.simple-footer .footer-menu p {
      font-weight: 400;
      font-family: "Open Sans", Sans-serif;
    }

    .simple-footer .footer-menu {
      text-align: center;
    }

    .simple-footer .inner-center {
      display: inline-block;
      text-align: left;
    }

    #site-footer.simple-footer ul#menu-social-links li {
       display: block;
       margin: 0;
       padding: 0;
    }

     #site-footer.simple-footer ul#menu-social-links li i {
       display: none;
     }


    #site-footer.simple-footer .footer-column {
      padding: 0.5% 10px 3.5%;
    }

    .simple-footer .footer-bottom {
       padding: 3.5% 10px 0.5%;
    }



/*  ----------------------------------------------------------------------------
    5. Media queries
----------------------------------------------------------------------------- */
@media (max-width: 1700px){

    #ms-container-top {
      padding: 0 15px;
    }

    #ms-container-top .read-more {
      margin-left: 0;
      display: block;
    }


    .video-brands {
      width: 332px !important;
      max-width: 100% !important;
    }

    .wrap-video.brands .elementor-widget-container {
      width: 366px;
      height: 720px;
    }

    .wrap-video .video-brands .elementor-fit-aspect-ratio {
     height: 680px;
    }

    .wrap-video.brands video {
      width: 320px !important;
      height: 660px;
    }


}

@media (max-width: 1700px){
        /* video small */

   .video-home {
      padding-left: 0;
      width: 285px !important;
    }

    .wrap-video .video-home .e-hosted-video {
     height: 566px;
     padding: 0;
    }

    .wrap-video video {
      width: auto !important;
      max-width: 100% !important;
      height: 544px;
    }

    .wrap-video .elementor-custom-embed-image-overlay {
       width: 280px;
       height: 564px;
       background-repeat: no-repeat;
    }

    /* mask */

    .wrap-video .elementor-widget-container {
      width: 280px;
      height: auto;
      max-width: 100% !important;
    }

    .video-retailers {
      width: 287px !important;
      max-width: 100% !important;
    }

    .wrap-video.retailers .elementor-widget-container {
      width: 280px;
      height: auto;
      max-width: none !important;
    }

    .wrap-video .video-retailers .elementor-fit-aspect-ratio {
     height: 570px;
     padding: 0 !important;
    }

    .wrap-video.retailers video {
      width: auto !important;
      height: 556px;
      margin-left: 0;
      border-radius: 60px;
    }


 }


@media (min-width: 1201px) {
    .wrap-svg-bullets .elementor-icon {
        font-size: 5.469vw !important;
    }

    #article-holder .sticky-post .article-thumbnail img {
      max-width: 70% !important;
      width: auto;
    }


    #ms-container-top .article-category a {
        font-size: 0.938vw;
    }

    .sticky-post {
      padding: 4% 0;
    }

    #article-holder .article-title h2 {
      margin: 5% 0;
      min-height: 40px !important;
    }

    #ms-container-top .read-more {
      font-size: 1.146vw;
      margin-top: 15px;
    }

    #ms-container-top {
        margin-bottom: 3%;
    }

    .title-latest {
      margin-bottom: 2%;
    }

    #ms-container-bottom .article-info {
        font-size: 0.729vw;
    }

    #article-holder .article-title h2 a {
        font-size: 1.302vw;
    }

    .read-more {
      font-size: 0.938vw;
    }

    #ms-container-bottom .article-thumbnail {
        text-align: center;
        min-height: 50%;
    }

    #ms-container-bottom .autor-date .date,
    #ms-container-bottom .autor-date .autor {
      padding: 2px 5px 2px 1.302vw !important;
    }

    .autor-date .date,
    .autor-date .autor {
      background-size: contain;
    }

    #ms-container-bottom .autor-date .autor  {
      padding-right: 0;
    }


   #article-holder .page-numbers {
      padding: 0 1.042vw;
      font-size: 1.719vw;
    }

    #article-holder .page-numbers.next,
    #article-holder .page-numbers.prev {
        width: 3.281vw;
        height: 60px;
        background-size: 100%;
   }

   h5, h5 span {
     font-size: 1.146vw;
   }


 }


@media (min-width: 1201px) and (max-width: 1700px){

    body, button, input, select, textarea {
        font-size: 1.3vw;
    }

    .wrap-toggle h4 {
        font-size: 1.3vw !important;
    }

     #ms-container-bottom .article-thumbnail {
        min-height: 40%;
    }

    #header #menu-top ul.menu-top li.login a {
        padding: 19px 30px;
        width: 230px;
        height: 65px;
    }


   }


@media (min-width: 1201px) and (max-width: 1500px) {
 .img-team img {
      max-width: 60% !important;
      padding-bottom: 50px;
    }

    .landing1 {
       padding-bottom: 90px !important;
     }
}


@media (max-width: 1400px){
  .big-background-white .elementor-widget-wrap {
      width: 340px;
      height: 340px;
      margin: 0 auto;
  }
  .big-background-white .elementor-heading-title{
      font-size: 60px !important;
  }
  .big-background-white .elementor-widget-container{
      font-size: 18px;
  }

  #header #menu-top ul.menu-top li {
      margin: 0 6px !important;
  }

  #site-footer .title, #site-footer h2.widget-title,
  #site-footer,
  #site-footer .footer-menu p {
    font-size: 20px;
  }

  .non-mobile {
    display: none;
  }

  .column-1 {
    width: 25%;
  }

  .column-4 {
    width: 35%;
  }

  #article-holder article {
    padding: 15px;
  }

  #article-holder .article-title h2 {
    font-size: 22px;
  }

    .video-brands {
      width: 292px !important;
    }

    .wrap-video.brands .elementor-widget-container {
      width: 292px;
      height: 640px;
    }

    .wrap-video .video-brands .elementor-fit-aspect-ratio {
     height: 600px;
     width: 292px;
    }

    .wrap-video.brands video {
      width: 320px !important;
      height: 576px;
    }

}

@media (max-width: 1310px) {
    /* Header */

    #header #menu-top ul.menu-top li {
        margin-left: 20px;
    }
    #header #menu-top ul.menu-top li a {
        font-size: 18px;
    }

    .header-text {
        margin: 125px 0 80px;
        font-size:30px;
    }

    /* Content */

    .widget-wrap {
        top: 300px;
        top: 50vh;
        margin-top: -50px;
    }

    .featured {
        background-attachment: scroll;
    }
    #header #menu-top ul.menu-top li:hover a:after {
        display: none;
    }

    /* Footer */
    #site-footer .footer-column {
        font-size: 15px;
    }
    #mailpoet_form_1 .mailpoet_paragraph .mailpoet_text {
        width: 155px;
    }


}



@media (min-width: 980px) and (max-width: 1310px) {
    .container,
    .extended-container {
    /*    width: 980px;      */
    }
    .col-100-md {
        width: 100%;
    }
    .col-75-md {
        width: 75%;
    }
    .col-66-md {
        width: 66.6666%;
    }
    .col-50-md {
        width: 50%;
    }
    .col-33-md {
        width: 33.3333%;
    }
    .col-25-md {
        width: 25%;
    }

    #article-holder .article-title h2 {
    font-size: 18px;
    min-height: 80px;
  }

  #article-holder .inner-art {
    height: 420px;
  }


}

  @media (min-width: 1200px) {
    #site-footer .footer-column.column-1 {
        width: 20%;
    }
    #site-footer .footer-column.column-2 {
        width: 25%;
    }
    #site-footer .footer-column.column-3 {
        width: 18%;
    }
    #site-footer .footer-column.column-4 {
        width: 37%;
    }

    #site-footer .title, #site-footer h2.widget-title,
    #site-footer .footer-menu p {
        font-size: 1.146vw;
    }
  }


@media (max-width: 1199px) {

  body, button, input, select, textarea {
    font-size: 18px;
  }


  #header #menu-top ul.menu-top li.login a {
    width: 160px;
    padding: 21px 5px;
    height: 65px;
    font-size: 20px;
  }

  #header.sticky #menu-top ul.menu-top li.login a {
    width: 160px;
    padding: 11px 5px;
    height: 50px;
    font-size: 16px;
  }

  a.logo, .sticky a.logo {
    width: 200px;
    height: 75px;
  }

  .sticky a.logo {
    width: 200px;
    height: 60px;
  }

  .column-1 {
    width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
  }

  .column-2, .column-3, .column-4 {
    width: 33.33%;
  }

  .column-5, .column-6 {
    width: 50%;
  }

  #sidebar section {
     padding: 20px;
  }

  .mobile-title-brnone p br:last-child {
    display: none;
  }

  .video-home {
      padding-left: 0;
    }


    .video-brands {
      width: 248px !important;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .wrap-video.brands .elementor-widget-container {
      width: 248px;
      height: 510px;
    }

    .wrap-video .video-brands .elementor-fit-aspect-ratio {
     width: 248px;
     height: 510px;
    }

    .wrap-video.brands video {
      width: 238px !important;
      height: 490px;
    }

        .video-agencies {
      width: auto !important;
      margin-bottom: 0px;
    }

    .wrap-video.agencies .elementor-widget-container {
      width: 248px;
      height: 510px;
    }

    .wrap-video .video-agencies .elementor-fit-aspect-ratio {
     width: 248px;
     height: 510px;
    }

    .wrap-video.agencies video {
      width: 248px !important;
      height: 490px;
      border-radius: 30px;
      padding: 5px;
    }


    .wrap-video.brands .elementor-widget-wrap {
      background: none !important;
    }

    .wrap-video.agencies .elementor-widget-wrap {
      background: none !important;
    }

    .btns-header {
      font-size: 20px;
    }

    #site-footer.simple-footer p,
    #site-footer.simple-footer a {
      font-size: 18px;
    }
    .mb-custom p {
      margin-bottom: 10px;
    }

    .btn-custom-getstarted a {
      width: 230px;
      height: 67px;
    }

    .custom-responsive-width .elementor-column.elementor-col-25 {
      width: 50%;
    }


 }



@media (min-width: 1024px) and (max-width: 1200px) {
    #header.sticky #menu-top ul.menu-top li.login a  {

    }


}


@media (min-width: 1024px) {
    #header #menu-top ul.menu-top li.login.old {
      display: none;
    }
 }

@media (max-width: 1023px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: 100%;
    text-align: center;
  }

  .wrap-newsletter {
    position: static;
    padding-top: 50px;
  }

  #site-footer .footer-menu {
    padding-top: 50px;
  }

  #site-footer {
    padding: 50px 15px;
  }


}

@media (max-width: 1024px) {
    #header.sticky {
        background-color: transparent;
        padding: 18px 0;
        z-index: 50;
        box-shadow: none;
    }

    #header.sticky .logo,
    #header.sticky .btns-header {
      display: none;
    }


    #header #menu-btn-close {
        display: none;
    }
    #header.sticky #menu-btn-open {
        background: #f8f9fb;
    }
    .logged-in #header #menu-btn-open,
    .logged-in #header #menu-btn-close {
        top: 50px;
        right: 15px;
    }
    #header #menu-btn-open {
        display: block;
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 15;
        font-size: 30px;
    }
    #header #menu-btn-close {
        display: block;
        position: fixed;
        top: 43px;
        right: 15px;
        z-index: 15;
        font-size: 30px;
    }
    #header #menu-btn-open.active {
        /*right: -15%;   */
        opacity: 0;
        right: 15px;
    }
    #header #menu-btn-close.active {
        right: 15px;
        opacity: 1;
    }
    #header #menu-top {
        margin-top: 0;
    }
    #header #menu-top ul.menu-top li a {
        transition: none;
    }
    #header #menu-top ul.menu-top li.current-menu-item a:after,
    #header #menu-top ul.menu-top li:hover a:after {
        display: none;
    }
    #header .current-item {
        display: block;
        padding: 68px 20px 20px 50px;
        text-transform: uppercase;
    }

    #header .current-item img {
      width: 170px;
    }


    #header #menu-top {
        font-size: 25px;
        font-weight: 700;
        padding: 0;
        float: none;
        position: fixed;
        width: 55%;
        right: -100%;
        top: 0;
        background-color: #ffffff;
    }
    #header #menu-top.active {
        right: 0;
        height: 100vh;
    }
    #header #menu-top ul.menu-top li {
        display: block;
        margin-left: 0;
        border-bottom: 1px solid #eaeaea;
    }

    #header #menu-top ul.menu-top li.no-mobile {
      display: none;
    }

    #header #menu-top ul.menu-top li a {
        color: #272727 !important;
    }

    #header #menu-top ul.menu-top li.login {
        border-bottom: 0;
        width: 45%;
        display: inline-block;
        margin: 0 1%;
    }
    #header #menu-top ul.menu-top li.login.demo-link {
       display: inline-block;
    }
    #header #menu-top ul.menu-top li a,
    #header #menu-top ul.menu-top li.login a {
        font-size: 20px;
        line-height: 36px;
        font-weight: 700;
        padding: 10px 20px 10px 40px;
        width: 100%;
    }

    #header #menu-top ul.menu-top li.login a {
      color: #ffffff !important;
    }

    #header .current-item a:first-child {
       padding-right: 60px;
    }


#header.sticky #menu-top ul.menu-top li a {
    color: #272727;
}
.page-id-16 #header #menu-top ul.menu-top li a,
.page-id-47 #header #menu-top ul.menu-top li a,
.page-id-49 #header #menu-top ul.menu-top li a,
.page-id-51 #header #menu-top ul.menu-top li a,
.page-id-53 #header #menu-top ul.menu-top li a,
.page-template-page-blog #header #menu-top ul.menu-top li a {
    color: #ffffff;
}
#header #menu-top ul.menu-top li a {

    font-size: 16px;

}

#header.sticky #menu-top.active {
  margin: 0;
}

#header #menu-top ul.menu-top li a, #header #menu-top ul.menu-top li.login a {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    padding: 10px 20px 10px 40px;
    width: 100%;
    height: 50px;
    padding: 15px;
}

#header #menu-top ul.menu-top li a {
    height: 40px;
    padding: 11px;
}

#header #menu-top ul.menu-top li.login a {
  padding: 7px;
}


#header #menu-top ul.menu-top li a {

    color: #272727 !important;

}
#header #menu-top ul.menu-top li a {

    transition: none;

}
#header #menu-top ul.menu-top li a {

    font-size: 18px;

}
#header #menu-top ul.menu-top li a {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding-left: 40px;

}
#menu-top .twitter a {
    background: url(assets/images/icon-twitter.svg) no-repeat right center;
}

#menu-top .linkedin a {
    background: url(assets/images/icon-linkedin.svg) no-repeat center center;
}

#menu-top .instagram a {
    background: url(assets/images/icon-instagram.svg) no-repeat left center;
}

#header #menu-top ul.menu-top li#menu-item-55730,
#header #menu-top ul.menu-top li#menu-item-55731,
#header #menu-top ul.menu-top li#menu-item-55732 {
  width: 33.33%;
  float: left;
  margin: 20px 0 !important;
  border: 0 none !important;
}

.page-id-16 #header #menu-top ul.menu-top li.login a,
.page-id-47 #header #menu-top ul.menu-top li.login a,
.page-id-49 #header #menu-top ul.menu-top li.login a,
.page-id-51 #header #menu-top ul.menu-top li.login a,
.page-id-53 #header #menu-top ul.menu-top li.login a,
.page-template-page-blog #header #menu-top ul.menu-top li.login a {
   background-image: linear-gradient(#6BE9E9, #326698);
   opacity: 1;
}


    .landing-carrousel .swiper-pagination-bullets {
        text-align: center;
        bottom: -60px !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    #site-footer .footer-column {
        padding: 15px 25px;
        font-size: 15px;
    }

    #site-footer .footer-menu {
        padding-top: 35px;
    }


    .wrap-video.retailers {
      width: 100% !important;
    }


 }

@media (max-width: 979px) {
    /* Header */

    #header #menu-top {
      width: 75%;
    }


    #header #menu-top ul.menu-top li {
        margin-left: 15px;
    }
    #header #menu-top ul.menu-top li a {
        font-size: 16px;
    }

    .header-text {
        margin: 60px 0;
        padding: 0;
        font-size: 24px;
    }

    /* Diaporama */

    .metaslider .caption-wrap {
        bottom: -60px !important;
        display: block !important;
        width: 100% !important;
        background: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center;
    }
    .metaslider .flex-control-nav {
        position: relative;
        text-align: center;
        bottom: -75px;
        padding: 0;
    }
    /* Content */

    .paragraph {
        /* padding: 90px 0; */
    }
    /* home */

    .ph-image-left {
        display: none;
    }
    .paragraph-image .paragraph-text,
    .paragraph-image .paragraph-title {
        text-align: center;
        padding: 0;
    }
    #home-1,
    #home-2,
    #home-3,
    #home-4 {
        max-width: 500px;
        margin: 0 auto;
    }
    #home-1.paragraph {
        padding-top: 75px;
    }
    #home-2.paragraph {
        padding-top: 50px;
    }
    #home-5 {
        padding-bottom: 0;
    }
/*    #home-5 .coverage a.learn-more {
        position: static;
    }*/
    .paragraph-image .paragraph-title::after {
        margin-left: auto;
    }
    .about-columns .year-column:nth-child(1) {
        padding-top: 45px;
    }
    .about-columns .year-column:nth-child(2) {
        padding-top: 125px;
    }
    .about-columns .year-column:nth-child(3) {
        padding-top: 100px;
    }
    .about-columns .year-column:nth-child(4) {
        padding-top: 110px;
    }
    .about-columns .year-column:nth-child(5) {
        padding-top: 55px;
    }
    .about-columns .year-column:nth-child(2n+1) .column-text {
        padding-right: 50px;
    }
    .about-columns .year-column:nth-child(2n+2) .column-text,
    .about-columns .year-column:nth-child(2n+2) .column-title {
        padding-left: 50px;
    }
    #brands-1,
    #brands-2,
    #brands-3,
    #retailers-1,
    #retailers-2,
    #retailers-3,
    #partners-1,
    #partners-2,
    #partners-3,
    #about-1,
    #about-2,
    #about-3,
    #about-5,
    #contact-1,
    #contact-2 {
        max-width: 500px;
        margin: 0 auto;
    }
    #brands-5 {
        max-width: 725px;
        margin: 0 auto;
    }
    #brands-5.paragraph {
        padding-top: 0;
    }
    .numbered-column .holder {
        min-height: 0;
    }
    .list {
        column-count: 1;
    }
    .about-columns {
        text-align: center;
        padding: 0;
        max-width: 360px;
        margin: 0 auto;
    }
    .about-columns .year-column {
        padding-top: 50px !important;
    }
    .about-columns:before {
        display: none;
    }
    .about-columns .year-column:nth-child(2n+1) .column-text,
    .about-columns .year-column:nth-child(2n+2) .column-text,
    .about-columns .year-column:nth-child(2n+2) .column-title {
        padding: 0;
    }
    .about-columns .year-column:nth-child(2n+1) .column-title:after,
    .about-columns .year-column:nth-child(2n+2) .column-title:after {
        display: none;
    }
    #about-1.paragraph {
        padding-bottom: 30px;
    }
    .contact-section {
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
    #contact-2.paragraph {
        padding-bottom: 0;
    }
    /* Sidebar */
    h2.widget-title {
        font-size:16px;
    }
    #article-holder #ms-container-top .article-thumbnail {
        margin-bottom: 20px;
    }
    /* Footer */
    #site-footer .footer-column {
        padding: 15px 25px;
        font-size: 15px;
    }
    a.close-btn {
        display: block;
    }
    /* Blog */
    #article-holder .mss-item:nth-child(3n+1) {
        clear: none;
    }
    #article-holder .mss-item:nth-child(2n+1) {
        clear: left;
    }
    /* #site-footer .footer-column.column-3 {
        padding-top: 0;
    } */
    #site-footer img {
        max-width: 250px;
    }
    .cookie-notice-container {
        text-align: center;
    }
    #cn-notice-text {
        width:100%;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .cookie-notice-container {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #cookie-notice .button.wp-default {
        margin-bottom: 0;
    }

    #site-footer.simple-footer .footer-column {
      text-align: center;
    }
    .simple-footer .inner-center {
      text-align: center;
    }
    #site-footer.simple-footer .title {
      margin-bottom: 5px;
      margin-top: 10px;
    }


}

@media (min-width: 768px) and (max-width: 1310px) {
    .error404 .page-content {
        padding-bottom: 14em;
    }
    .error-404 {
        background: url(assets/images/img-404.svg) no-repeat center bottom;
        background-size: 50%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

      body,
      button,
      input,
      select,
      textarea {
          font-size: 18px;
      }

     h1,
     #article-holder .article-title h1 {
      font-size: 40px;
      font-size: 30px;
    }


    h2 {
        font-size: 35px;
    }

    h3 {
      font-size: 25px;
    }

    .container,
    .extended-container {
  /*      width: 768px;     */
    }
    .col-100-sm {
        width: 100%;
    }
    .col-75-sm {
        width: 75%;
    }
    .col-66-sm {
        width: 66.6666%;
    }
    .col-50-sm {
        width: 50%;
    }
    .col-33-sm {
        width: 33.3333%;
    }
    .col-25-sm {
        width: 25%;
    }

    #article-holder .inner-art {
      min-height: 550px;
    }


}

@media (max-width: 782px) {
    .logged-in #header {
        top: 46px;
    }
}

@media (min-width: 769px) {
    .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
      padding: 0 65px;
    }

  }

@media (min-width: 768px) {
    .move-block-right .elementor-image-box-img {
        position: absolute;
        top: 0;
        right: -52px;
    }
    .move-block-left .elementor-image-box-img {
        position: absolute;
        top: 0;
        left: -52px;
    }
    .move-block-right .elementor-image-box-content {
        padding-top: 20px;
        padding-right: 80px;
    }
    .move-block-left .elementor-image-box-content {
        padding-top: 20px;
        padding-left: 80px;
    }

    .mobile-twolines h2 br {
      display: none;
    }

    #header #menu-top ul.menu-top li.no-dekstop {
      display: none;
    }


}

@media (min-width: 1025px) {
    .move-block-right .elementor-image-box-content {
        padding-right: 140px;
        padding-right: 15%;
    }
    .move-block-left .elementor-image-box-content {
        padding-left: 140px;
        padding-left: 15%;
    }

    #header #menu-top ul.menu-top .twitter,
    #header #menu-top ul.menu-top .linkedin,
    #header #menu-top ul.menu-top .instagram {
      display: none;
    }


}

@media (min-width: 768px) and (max-width: 1199px) {
    #article-holder .sticky-post .article-thumbnail img {
    max-width: 100% !important;
    width: auto;
}

}

@media (max-width: 767px) {
    /* General */

    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
    }

    .container {
        width: 100%;
        padding: 0 30px;
        overflow-x: auto;
    }
    .col-100-xs {
        width: 100%;
    }
    .col-75-xs {
        width: 75%;
    }
    .col-66-xs {
        width: 66.6666%;
    }
    .col-50-xs {
        width: 50%;
    }
    .col-33-xs {
        width: 33.3333%;
    }
    .col-25-xs {
        width: 25%;
    }

     h1,
     #article-holder .article-title h1 {
      font-size: 25px !important ;
      margin-bottom: 20px !important;
    }


    h2 {
        font-size: 25px;
    }

    h3 {
      font-size: 22px;
    }


    /* Header */

    #header #menu-top {
      width: 85%;
    }

    #header {
        background-color: transparent;
        padding: 18px 0;
        z-index: 50;
    }
    #header.sticky {
        box-shadow: none;
        padding: 18px 0;
    }
    #header.sticky a.logo {
        opacity: 0;
    }

    .widget-wrap {
        display: none;
    }
    .header-text {
        font-size: 20px;
        margin: 45px 0;
    }
    /* Content */

    .landing-carrousel .swiper-pagination-bullets {
        bottom: -50px !important;
    }

    .counters .counter:nth-child(1),
    .counters .counter:nth-child(3) {
        top: 0;
    }
    .counters .counter {
        margin: 20px 0;
    }
    /* Footer */

    #site-footer {
        padding: 50px 0 75px;
    }
    /* Blog */


    #article-holder article {
        padding: 15px;
    }

    /* Contact forms */

    #form-demo .form-holder .form-content,
    #form-apply .form-holder  .form-content{
        padding: 50px;
        margin-bottom: 25px;
    }
    #form-demo .form-holder .your-company,
    #form-apply .form-holder .your-phone {
        margin-bottom: 25px;
        display: block;
    }
    #form-demo .form-holder #retailertype {
        margin-bottom: 25px;
    }
    #form-contact .form-holder,
    #form-demo .form-holder,
    #form-apply .form-holder {
        margin: 75px auto 0;
    }

    /* custom css */

    .flex-blocks.five-blocks .elementor-container .elementor-column {
        width: 50%;
    }
    .flex-blocks.five-blocks .elementor-container .elementor-column:nth-last-child(-n+3) {
        margin-top: 30px;
    }

    #site-footer .title, #site-footer h2.widget-title, #site-footer, #site-footer .footer-menu p {
        font-size: 18px;
    }

    .wrap-newsletter #mailpoet_form_1 {
      width: 270px;
    }

    .wrap-newsletter #mailpoet_form_1 .mailpoet_paragraph .mailpoet_text {
      width: 175px;
    }

    /* blog */

    .article-info-detail .autor-date,
    .article-info-detail .article-categories {
      width: 100%;
      text-align: left;
      padding: 5px 0;
    }

    .autor-date span.date,
    .autor-date span.autor {
       padding: 5px 30px;
    }

    .error-404 {
        background: none;
    }

    #article-holder {
        padding: 15px;
    }

    .sticky-post .article-summary {
      width: 100%;
    }

    #article-holder .sticky-post .article-title h2 {
       margin: 10px 0 10px;
       min-height: 20px;
    }

    .sticky-post .article-thumbnail {
      width: 100%;
      text-align: center;
      padding-left: 0;
    }

    .sticky-post img {
      float: none;
      width: auto;
      max-width: 100%;
      margin-top: 20px;
    }

    #ms-container-top .article-category a {
      font-size: 14px;
    }

    #sidebar section {
       padding: 20px;
       width: 100%;
       text-align: center;
    }

    #sidebar .widget:last-child {
      padding-bottom: 20px;
      padding-top: 0;
    }

    #sidebar .search-form {
      margin: 0 auto;
    }

    #sidebar .select2-container {
      text-align: left;
    }

    .landing1 img {
        width: 450px;
        max-width: 100% !important;
    }

    /* simple header */
    .btns-header {
      font-size: 16px;
    }




}


@media (max-width: 600px) {
  .wrap-video.brands .elementor-widget-wrap {
    background: none !important;
  }

  .wrap-video.agencies .elementor-widget-wrap {
    background: none !important;
  }

  .custom-responsive-width .elementor-column.elementor-col-25 {
      width: 100%;
    }


}

@media (max-width: 570px) {
    /* Header */

    #header #menu-top ul.menu-top li.login {
      width: 50%;
      margin: 0 !important;
      float: left;
      padding: 0 15px;
    }


    #header .current-item {
        padding: 30px 20px 20px;
    }
    .logged-in #header .current-item {
        padding: 60px 20px 20px;
    }
    #header #menu-btn-close {
        top: 20px;
    }
    #header #menu-btn-open {
        top: 10px;
    }
    #header #menu-top {
        width: 100%;
    }
    #header #menu-btn-close.active {
        right: 5%;
    }
    #header #menu-top ul.menu-top li a {
        font-size: 16px;
    }

    #header #menu-top ul.menu-top li.login a {
        padding: 5px 20px;
        font-size: 16px;
    }

    /* content */

    .featured {
        height: 360px;
    }
    .paragraph,
    .paragraph.bg-grey {
        /* padding: 50px 0; */
    }
    #home-5 {
        padding-bottom: 50px;
    }
    .paragraph-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .wrap-carousel .tfree-client-name {
      font-size: 15px;
    }

    .wrap-carousel .tfree-client-designation {
      font-size: 13;
      line-height: 14px;
    }


    /* General */

    .col-100-xxs {
        width: 100%;
    }
    #form-demo .form-holder .form-content {
        padding: 50px 25px;
    }
    /* Blog */
    #article-holder .mss-item:nth-child(2n+1) {
        clear: none;
    }



    /* custom css */

    .flex-blocks.five-blocks .elementor-container .elementor-column {
        width: 100%;
    }
    .flex-blocks.five-blocks .elementor-container .elementor-column:nth-last-child(-n+4) {
        margin-top: 30px;
    }

    .wrap-logos .gallery-item {
      max-width: 50% !important;
    }


    a.logo, .sticky a.logo {
        width: 180px;
        height: 72px;
    }

    #article-holder .inner-art {
      height: auto;
    }
/*
    #article-holder .page-numbers {
      display: none;
    }

    .page-numbers.current {
      display: inline-block;
    }*/

    .video-home {
      padding-left: 0;
      width: 285px !important;
    }

    .wrap-video .video-home .e-hosted-video {
     height: 566px;
     padding: 0;
    }

    .wrap-video video {
      width: auto !important;
      max-width: 100% !important;
      height: 544px;
    }

    .wrap-video .elementor-custom-embed-image-overlay {
       width: 280px;
       height: 564px;
       background-repeat: no-repeat;
    }


    /* mask */

    .wrap-video .elementor-widget-container {
      width: 280px;
      height: auto;
      max-width: 100% !important;
    }



    .video-retailers {
      width: 287px !important;
      max-width: 100% !important;
    }

    .wrap-video.retailers .elementor-widget-container {
      width: 280px;
      height: auto;
      max-width: none !important;
    }

    .wrap-video .video-retailers .elementor-fit-aspect-ratio {
     height: 570px;
     padding: 0 !important;
    }

    .wrap-video.retailers video {
      width: auto !important;
      height: 556px;
      margin-left: 0;
      border-radius: 58px;
    }


    .btns-header {
      justify-content: space-between;
      float: none;
      width: 100%;
      padding-top: 15px;
    }
    a.btn-get-started {
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      margin-left: 0;
      margin-top: 3px;
    }


}




/* new video */

@media (min-width: 1200px) {

    .video-home {
      width: 358px;
      width: 18.646vw !important;
      padding: 0 !important;
    }

    .wrap-video .video-home .elementor-fit-aspect-ratio {
        height: 708px;
        height: 36.875vw !important;
        padding: 0;
        width: 346px;
        width: 18.021vw !important;
    }

    .wrap-video video {
      width: auto !important;
      max-width: 100% !important;
      height: 700px;
      height: 36.458vw !important;
      padding: 5px;
      padding: 0.260vw !important;
      border-radius: 60px;
      border-radius: 3.125vw !important;
    }

    .elementor-custom-embed-image-overlay {
       background-size: 100% !important;
       background-repeat: no-repeat !important;
    }

    .wrap-video .elementor-widget-container {
        width: auto;
        overflow: visible !important;
    }


    .video-brands {
      width: 358px;
      width: 18.646vw !important;
      padding: 0 !important;
    }

    .wrap-video .video-brands .elementor-fit-aspect-ratio {
        height: 708px;
        height: 36.875vw !important;
        padding: 0;
        width: 346px;
        width: 18.021vw !important;
    }

    .wrap-video .video-brands .elementor-widget-container {
      padding-top: 10%;
    }

    .wrap-video.brands > div {
       background-size: 90%;
    }



    .wrap-video.retailers {
      width: 358px;
      width: 18.646vw !important;
      padding: 0 !important;
    }

    .wrap-video.retailers .elementor-fit-aspect-ratio {
        height: 708px;
        height: 36.875vw !important;
        padding: 0;
        width: 343px;
        width: 17.865vw !important;
    }

    .wrap-video.retailers video {
      height: 690px;
      height: 35.938vw !important;
    }


    .wrap-video.agencies {
      width: auto;
      padding: 0 !important;
    }

    .wrap-video.agencies .elementor-fit-aspect-ratio {
        height: 720px;
        height: 37.500vw !important;
        padding: 0;
        width: 346px;
        width: 18.021vw !important;
        margin: 8% auto;
        text-align: center;
    }

    .wrap-video.agencies video {
      border-radius: 30px;
      border-radius: 1.563vw !important;
      height: 690px;
      height: 35.938vw !important;

    }


}

@media (max-width: 1024px) {
    #header.sticky #menu-top ul.menu-top li.login a,
    #header #menu-top ul.menu-top li.login a {
        width: 100%;
        font-size: 16px;
    }
}
