@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
      html {
-webkit-text-size-adjust: 100%; }  body {
margin: 0;
padding: 0px; }
* {
margin: 0px;
padding: 0px;
box-sizing: border-box; }
:focus {
outline: 0; }
h1, h2, h3, h4, h5, h6 {
line-height: 120%;
font-weight: normal; }   hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
.center {
text-align: center; } pre {
font-family: monospace, monospace;
font-size: 1em; }  a {
background-color: transparent; } abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0; } button,
input {
overflow: visible; } button,
select {
text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto; } [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }  details {
display: block; } summary {
display: list-item; }  template {
display: none; } [hidden] {
display: none; } body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem; }
section {
overflow: hidden;
position: relative; }
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both; }
p {
margin-bottom: 1.5em; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark,
ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }  *,
*::before,
*::after {
box-sizing: inherit; }
html {
box-sizing: border-box; }
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
.pbnone {
padding-bottom: 0px; }
.ptnone {
padding-top: 0px; }
dt {
font-weight: 700; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto;
max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%; } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: none;
border-bottom: 1px solid #4821c1;
border-radius: 3px;
padding: 5px;
width: 100%; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }  a {
color: #4169e1; }
a:visited {
color: #800080; }
a:hover,
a:focus,
a:active {
color: #191970; }
a:focus {
outline: thin dotted; }
a:hover,
a:active {
outline: 0; } .main-navigation {
clear: both;
display: block;
float: left;
width: 100%; }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: 0; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative; }
.main-navigation a {
display: block;
text-decoration: none; }
.center {
text-align: center; } .menu-toggle,
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: block; } }
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em; } .clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
content: "";
display: table;
table-layout: fixed; }
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
clear: both; } .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%; }  .sticky {
display: block; } .comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none; } .infinity-end.neverending .site-footer {
display: block; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; } .custom-logo-link {
display: inline-block; }  @font-face {
font-family: 'Graphik-Medium';
src: url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Medium.eot);
src: local("☺"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Medium.woff) format("woff"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Medium.ttf) format("truetype"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Medium.svg) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Graphik-Regular';
src: url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Regular.eot);
src: local("☺"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Regular.woff) format("woff"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Regular.ttf) format("truetype"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Regular.svg) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Graphik-Semibold';
src: url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Semibold.eot);
src: local("☺"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Semibold.woff) format("woff"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Semibold.ttf) format("truetype"), url(//reprisemena.com/wp-content/themes/reprise/fonts/Graphik-Semibold.svg) format("svg");
font-weight: normal;
font-style: normal; } * {
box-sizing: border-box; }
div {
position: relative; }
.wraper {
max-width: 1320px;
margin: 0 auto;
z-index: 1; }
.wraper-inner {
max-width: 970px;
margin: 0 auto;
z-index: 10; }
.clr {
clear: both; }
header {
position: absolute;
z-index: 11;
width: 100%;
padding-top: 65px; }
header .wraper {
position: static; }
header .logo {
float: left; }
header .menu-section {
float: right;
position: static; }
header .menu-section .menu-icon {
cursor: pointer; }
header .menu-section .menu-icon svg {
cursor: pointer; }
header .menu-section .menu-icon svg rect {
transition: all 600ms; }
header .menu-section .menu-icon svg:hover #Rectangle-Copy-5 {
fill: #4821C1; }
header .menu-section .menu-icon svg:hover #Rectangle-Copy-2 {
fill: #fff; }
header .menu-section .menu-icon svg:hover #Rectangle-Copy-8 {
fill: #fff; }
header .menu-section .menu-icon svg:hover #Rectangle-Copy-9 {
fill: #fff; }
header .menu-section .menu-wraper {
display: none;
position: absolute;
width: 50%;
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
left: 50%;
height: 100vh;
padding: 110px 30px 0 150px;
top: 0px;
opacity: 0.9; }
header .menu-section .menu-wraper.active {
display: block; }
header .menu-section .menu-wraper .menu-close {
height: 40px;
width: 40px;
background: url(//reprisemena.com/wp-content/themes/reprise/images/menu-close.png);
position: absolute;
top: 62PX;
left: 0;
margin-left: 619px; }
header .menu-section .menu-wraper .social-icon {
position: absolute;
left: 0px;
bottom: 50px;
font-size: 1rem;
margin-left: 650px; }
header .menu-section .menu-wraper .social-icon ul li {
padding-bottom: 11px;
text-align: center; }
header .menu-section .menu-wraper .social-icon ul li a {
font-size: 1rem; }
header .menu-section .menu-wraper .search-header-sform {
max-width: 300px;
margin-top: 50px; }
header .menu-section .menu-wraper .search-header-sform .search-submit {
display: none; }
header .menu-section .menu-wraper .search-header-sform .search-field {
color: #fff;
background: url(//reprisemena.com/wp-content/themes/reprise/images/search-white-icon.png) no-repeat transparent;
border: none;
padding: 5px 5px 30px 40px;
border-bottom: 1px solid #fff; }
header .menu-section .menu-wraper .search-header-sform .search-field::placeholder {
color: #fff; }
header .menu-section .menu-wraper ul {
list-style-type: none; }
header .menu-section .menu-wraper ul li {
padding-bottom: 34px; }
header .menu-section .menu-wraper ul li a {
font-size: 36px;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #fff;
text-decoration: none;
line-height: 42px;
display: inline-block; }
header .menu-section .menu-wraper a {
color: #fff; }
@keyframes scrolLine {
from {
height: 50px; }
to {
height: 100px; } }
@-webkit-keyframes dash {
70%,80% {
stroke-dashoffset: 0;
fill-opacity: 0; }
85% {
fill-opacity: 0;
stroke-opacity: 1; }
95% {
stroke: #fff;
stroke-dashoffset: -301;
stroke-opacity: 0; }
100% {
fill-opacity: 1;
stroke-dashoffset: -301; } }
@-o-keyframes dash {
70%,80% {
stroke-dashoffset: 0;
fill-opacity: 0; }
85% {
fill-opacity: 0;
stroke-opacity: 1; }
95% {
stroke: #fff;
stroke-dashoffset: -301;
stroke-opacity: 0; }
100% {
fill-opacity: 1;
stroke-dashoffset: -301; } }
@-moz-keyframes dash {
70%,80% {
stroke-dashoffset: 0;
fill-opacity: 0; }
85% {
fill-opacity: 0;
stroke-opacity: 1; }
95% {
stroke: #fff;
stroke-dashoffset: -301;
stroke-opacity: 0; }
100% {
fill-opacity: 1;
stroke-dashoffset: -301; } }
@keyframes dash {
70%,80% {
stroke-dashoffset: 0;
fill-opacity: 0; }
85% {
fill-opacity: 0;
stroke-opacity: 1; }
95% {
stroke: #fff;
stroke-dashoffset: -301;
stroke-opacity: 0; }
100% {
fill-opacity: 1;
stroke-dashoffset: -301; } }
.hero-section {
height: 100vh;
overflow: hidden; }
.hero-section .video-banner video {
width: 100%; }
.hero-section .video-banner .videoOverlay {
position: absolute;
z-index: 1;
width: 0%;
height: 100%;
top: 0px;
left: 0px;
opacity: 0.7; }
.hero-section .scroll-line {
width: 2px;
height: 100px;
background: #fff;
position: absolute;
z-index: 2;
top: auto;
bottom: 40px;
animation: scrolLine 3s infinite; transition: all 0.3s linear; }
.hero-section .scroll-line:after {
content: '';
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 6px;
position: absolute;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
bottom: -2px;
left: -6px; }
.hero-section .scroll-line span {
color: #fff;
transform: rotate(-90deg);
top: 10px;
position: absolute;
letter-spacing: 1px; }
.hero-section .line-image {
position: absolute;
z-index: 2;
bottom: 0px;
width: 0%;
height: 100%;
overflow: hidden;
background: url(//reprisemena.com/wp-content/themes/reprise/images/home-page-video-line01.png) no-repeat 176% center;}
.hero-section .rlogo {
position: absolute;
z-index: 2;
z-index: 2;
top: 50%;
left: 50%;
width: 100%;
max-width: 960px;
text-align: center;
transform: translate(-50%, -50%); }
.hero-section .rlogo h1 {
font-family: "Heebo", sans-serif;
font-size: 42px;
font-weight: 600;
color: #fff;
position: relative;
display: inline-block;
line-height: 48px;
margin-top: 25px; }
.hero-section .rlogo h1:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #f9d23a;
border-radius: 50%; } .cta {
padding-top: 30px; }
.cta a { background-color: #fad23c;
border-radius: 30px;
padding: 15px 50px 15px 30px;
text-decoration: none;
color: #4a21c2;
display: inline-block; }
.cta a span {
position: relative;
display: inline-block; }
.cta a span ion-icon {
position: absolute;
top: 5px;
right: -25px;
transition: all linear 700ms; }
.cta a:hover ion-icon {
right: -30px; }
.cta3 {
padding-top: 30px; }
.cta3 a { background-color: #fad23c;
border-radius: 30px;
padding: 15px 50px 15px 30px;
text-decoration: none;
color: #4821c1;
display: inline-block; }
.cta3 a span {
position: relative;
display: inline-block; }
.cta3 a span ion-icon {
position: absolute;
top: 5px;
right: -25px;
transition: all linear 700ms; }
.cta3 a:hover ion-icon {
right: -30px; }
section.flow {
padding: 125px 0;
text-align: center; }
section.flow h3 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 1.125rem;
color: #c7c5cc;
font-weight: 400;
margin-bottom: 30px; }
section.flow .gradient-title {
font-family: "Heebo", sans-serif;
font-size: 4.5rem; line-height: 74px; color: #4a21c2;
margin-bottom: 20px; font-weight: 500;}
section.flow .content {
color: #1c1c1b;
font-size: 20px;
line-height: 32px;
font-family: "Heebo", sans-serif; }
section.flow .content .cta {
display: inline-block;
margin-right: 15px; }
section.flow .content .cta3 {
display: inline-block;
margin-left: 15px; }
section.hsec2 { }
section.flowblue {
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
min-height: 300px; }
section.flowblue .helpLeftContent {
width: 30%;
display: inline-block;
padding: 0 15px;
vertical-align: middle; }
section.flowblue .helpRightContent {
width: 69%;
display: inline-block;
padding: 0 15px;
vertical-align: middle; }
section.flowblue .how-we-help h3 {
font-family: "Heebo", sans-serif;
font-size: 42px;
font-weight: 600;
line-height: 50px;
color: #fff;
text-align: left;
margin: 20px 0 0 0; }
section.flowblue .how-we-help p {
font-family: "Heebo", sans-serif;
font-size: 18px;
line-height: 30px;
color: #fff;
padding: 15px 0;
margin: 0; }
section.flowblue .clearfix {
clear: both; }
section.flowblue .how-we-help .cta a span ion-icon {
top: 0px; }
section.flowblue .improveSales h4 {
font-family: "Heebo", sans-serif;
font-size: 24px;
font-weight: 600;
color: #fff;
line-height: 32px; }
section.flowblue .improveSales p {
font-family: "Heebo", sans-serif;
font-size: 16px;
line-height: 24px;
color: #fff; }
section.flowblue .helpRightContent .improveSales {
width: 50%;
margin-bottom: 20px;
cursor: pointer;
position: relative; }
section.flowblue .helpRightContentWrapper {
display: flex;
flex-wrap: wrap;
padding: 0 40px; }
section.flowblue .howwehelpbg {
background: url(//reprisemena.com/wp-content/themes/images/how-help/howhelpbg.png) 100% 100px no-repeat;
width: 100%;
height: 100%; }
section.flowblue .improvesalesoverlay {
background-color: #fff;
position: absolute;
top: -15px;
left: -15px;
opacity: 0;
width: 250px;
padding: 15px;
-webkit-box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.75);
z-index: 1;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
height: 0px;
overflow: hidden; }
section.flowblue .improvesalesoverlay h4 {
color: #e5385e; padding-right: 20px; }
section.flowblue .improvesalesoverlay p {
color: #333; } section.flowblue .improvesalesoverlay.improveactive{
opacity: 1;
height: auto; 
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
z-index: 11;
}
section.hsec3:after {
background: url(//reprisemena.com/wp-content/themes/reprise/images/hsec3.png) no-repeat top center;
background-position: center;
position: absolute;
z-index: 1;
height: 100%;
width: 0%;
content: '';
left: 0px;
top: 0px; }
section.ourcraft {
padding: 125px 0; }
section.ourcraft .title-section {
margin-bottom: 30px;
display: flex; }
section.ourcraft .title-section .title {
width: 50%; }
section.ourcraft .title-section .title h3 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
letter-spacing: 1px;
position: relative;
display: inline-block; }
section.ourcraft .title-section .title h3:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
background: #e5385e;
right: -8px;
bottom: 8px;
display: block; }
section.ourcraft .title-section .content {
width: 50%;
color: #1c1c1b;
font-size: 1.25rem;
font-family: "Heebo", sans-serif; }
section.ourcraft .icon-section {
text-align: center; }
section.ourcraft .icon-section .icon-box {
width: 20%;
padding: 15px;
margin: 20px 1%;
text-align: center;
display: inline-block;
transition: all linear 400ms;
cursor: pointer; }
section.ourcraft .icon-section .icon-box .icon-img {
margin-bottom: 20px;
display: flex;
min-height: 80px;
align-items: flex-end;
justify-content: center; }
section.ourcraft .icon-section .icon-box .icon-title {
color: #4821c1;
font-size: 1.125rem;
font-family: "Heebo", sans-serif; font-weight: 400;}
section.ourcraft .icon-section .icon-box:hover {
box-shadow: 0px 0px 12px #ccc; }
section.ourcraft .cta {
display: block;
position: relative;
text-align: center;
padding-top: 40px; }
section.ourpeople .title-section {
display: flex;
margin-bottom: 75px;
align-items: baseline; }
section.ourpeople .title-section .title {
width: 50%; }
section.ourpeople .title-section .title h3 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
letter-spacing: 1px;
position: relative;
display: inline-block; }
section.ourpeople .title-section .title h3:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
background: #e5385e;
right: -8px;
bottom: 8px;
display: block; }
section.ourpeople .title-section .content {
width: 50%;
text-align: right; }
section.ourpeople .title-section .content .cta2 a {
color: #4821c1;
text-decoration: none; }
section.ourpeople .peopole-section {
position: relative;
padding-left: calc((100vw - 970px)/2);
z-index: 2; }
section.ourpeople .peopole-section .people-slider { cursor: grab;}
section.ourpeople .peopole-section .people-slider .slick-list {
padding: 0 20% 0 0 !important; }
section.ourpeople .peopole-section .people-slider .people {
padding-right: 50px; width: 270px !important;}
section.ourpeople .peopole-section .people-slider .people .img-box {
margin-bottom: 15px;
overflow: hidden;
transition: all 0.5s ease; }
section.ourpeople .peopole-section .people-slider .people .img-box img {
width: 100%;
filter: brightness(1.22) contrast(0.62) hue-rotate(-274deg) saturate(0.01);
-webkit-filter: brightness(1.22) contrast(0.62) hue-rotate(-274deg) saturate(0.01);
-moz-filter: brightness(1.22) contrast(0.62) hue-rotate(-274deg) saturate(0.01);
transition: transform 0.5s ease;
bottom: 0;
position: relative; }
section.ourpeople .peopole-section .people-slider .people:hover .img-box {
box-shadow: 0 0 12px #000; }
section.ourpeople .peopole-section .people-slider .people:hover .img-box img {
-webkit-filter: none;
-moz-filter: none;
filter: none;
transform: scale(1.05); }
section.ourpeople .peopole-section .people-slider .people .details {
color: #414141; }
section.ourpeople .peopole-section .people-slider .people .details .name {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
margin-bottom: 5px;
color: #4821c1; }
section.ourpeople .peopole-section .people-slider .people .details .designation {
font-size: 1.125rem;
font-family: "Heebo", sans-serif; }
section.ourpeople .peopole-section .people-slider .people .details .company {
font-size: 1.125rem;
font-family: "Heebo", sans-serif; }
section.ourpeople .peopole-section .people-slider .people .details .social ul {
list-style-type: none; }
section.ourpeople .peopole-section .people-slider .people .details .social ul li {
display: inline-block;
margin-right: 8px; }
section.ourpeople .peopole-section .people-slider .people .details .social ul li a {
color: #414141;
text-decoration: none;
transition: all linear .600ms; }
section.ourpeople .peopole-section .people-slider .people .details .social ul li:hover.twitter a {
color: #1DA1F2; }
section.ourpeople .peopole-section .people-slider .people .details .social ul li:hover.linkedin a {
color: #0077B5; }
section.ourpeople.inner-page .peopole-section {
padding-left: calc((100vw - 970px)/2);
z-index: 2; }
section.insights {
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%); }
section.insights:before {
background: url(//reprisemena.com/wp-content/themes/reprise/images/blue-stright-line.png) no-repeat center top;
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 0px;
left: 0px; }
section.insights .title-section {
display: flex;
margin-bottom: 75px;
align-items: baseline; }
section.insights .title-section .title {
width: 50%; }
section.insights .title-section .title h3 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #fff;
letter-spacing: 1px;
position: relative;
display: inline-block; }
section.insights .title-section .title h3:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
background: #f9d23a;
right: -8px;
bottom: 8px;
display: block; }
section.insights .title-section .content {
width: 50%;
text-align: right; }
section.insights .title-section .content .cta2 a {
color: #fff;
text-decoration: none; }
section.insights .news-box-wrap {
color: #fff; }
section.insights .news-box-wrap .news-box .content .cateo {
color: #f9d23a; }
section.insights .news-box-wrap .news-box .content .title a {
color: #fff; }
section.number {
padding: 125px 0;
background: url(//reprisemena.com/wp-content/themes/reprise/images/map-bg.png) center top no-repeat; }
section.number .heading h4 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
text-align: center; }
section.number .figure {
margin: 125px 0; }
section.number .figure .box {
display: inline-block;
text-align: center;
width: 33%; }
section.number .figure .box .value {
font-size: 6rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
background: -webkit-linear-gradient(45deg, #4821c1 30%, #e5385e 62%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
section.number .figure .box .details {
font-size: 1.25rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
color: #4821c1; }
section.number .flow {
text-align: center; }
section.number .flow .title {
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
margin-bottom: 50px; }
section.number .flow .email {
font-size: 6rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
color: #4821c1; }
section.Theme1 {
color: #fff;
background: #4720be;
background: linear-gradient(90deg, #4a21c2 39%, #6c37d6 100%);
text-align: center;
font-size: 1.125rem;
line-height: 28px; }
section.Theme1 .title h3 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #fff;
letter-spacing: 1px;
position: relative;
display: inline-block;
margin-bottom: 20px; }
section.Theme1 .title h3:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
background: #f9d23a;
right: -8px;
bottom: 8px;
display: block; }
section.Theme1 .cta a { background-color: #fad23c;
background-image:none;
color: #4a21c2; }
section.Theme1 .cta a span ion-icon {
top: 5px; }
.breadcrum {
margin-bottom: 10px;
display: block; }
.breadcrum ul {
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 1rem; }
.breadcrum ul li {
display: inline-block;
padding: 0 5px; }
.breadcrum ul li:first-child {
padding-left: 0px; }
.breadcrum ul li a {
color: #fff;
text-decoration: none; }
.breadcrum ul li strong {
color: #f9d23a; }
.breadcrum ul li br {
display: none; }
section.catg-post .tpost .title h4 {
margin-bottom: 15px;
color: #4821c1;
font-size: 1.25rem;
font-family: "Heebo", sans-serif; font-weight: 600; }
section.catg-post .tpost tr td {
vertical-align: top;
padding: 0 15px;
width: 33%; }
section.catg-post .tpost ul {
list-style-type: none; }
section.catg-post .tpost ul li {
width: 100%;
clear: both;
margin-bottom: 20px; }
section.catg-post .tpost ul li .img-box {
width: 65px;
height: auto;
float: left;
margin-right: 15px; }
section.catg-post .tpost ul li .post-title {
font-size: 0.81rem;
color: #414141;
font-family: "Heebo", sans-serif; font-weight: 400; }
section.catg-post .tpost ul li .post-title a {
color: #414141;
text-decoration: none; }
section.catg-post .tpost ul li:first-child .img-box {
width: 100%;
margin-bottom: 15px; }
section.catg-post .tpost ul li:first-child .post-title {
font-size: 1.38rem;
font-family: "Heebo", sans-serif; font-weight: 600; }
section.catg-post .tpost ul li:first-child .post-title a {
color: #414141;
text-decoration: none; }
section.craft-content {
padding-bottom: 100px;
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%); padding-top: 0;}
section.craft-content:before {
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/craft-line.png) no-repeat;
position: absolute;
height: 0%;
width: 0%;
z-index: 0;
top: 0px;
left: 0;
background-position: calc(50% - -711px) top; }
section.craft-content .craft-boxes .craft-box {
width: 45%;
float: left;
background: #fff;
border-left: 5px solid #e5385e;
padding: 30px;
transition: all 800ms;
margin: 0 2.5% 2.5% 2.5%; }
section.craft-content .craft-boxes .craft-box:nth-child(odd) {
margin-left: 0; }
section.craft-content .craft-boxes .craft-box:nth-child(even) {
margin-right: 0; }
section.craft-content .craft-boxes .craft-box .title {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
font-weight: 600; color: #e5385e;
margin-bottom: 20px;
display: inline-block; }
section.craft-content .craft-boxes .craft-box .text {
font-size: 1rem;
font-family: "Heebo", sans-serif;
line-height: 24px;
color: #414141;
min-height: 150px; }
section.craft-content .craft-boxes .craft-box .icon-plus {
color: #4821c1; }
section.craft-content .craft-boxes .craft-box .icon-plus a {
color: #4821c1;
text-decoration: none; }
section.craft-content .craft-boxes .craft-box:hover {
box-shadow: 0 0 12px #414141; }
section.craft-detailPage {
padding: 125px 0; }
section.craft-detailPage .gradinet-content h2 {
font-size: 3.7rem;
font-family: "Heebo", sans-serif;
font-weight: 600; color: #4a21c2;
margin-bottom: 20px;
display: inline-block;
text-align: center; }
section.craft-detailPage .details {
display: flex;
margin-top: 100px; }
section.craft-detailPage .details .feature-image {
width: 45%;
margin-right: 5%; }
section.craft-detailPage .details .content {
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
line-height: 28px;
color: #414141;
min-height: 150px;
width: 45%;
padding-top: 50px; }
section.craft-detailPage .details .content h6 {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
font-weight: normal;
line-height: 140%;
color: #414141;
margin-bottom: 30px; }
section.people-content {
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%); }
section.people-content:after {
height: 0%;
width: 0%;
position: absolute;
top: 0;
left: 0;
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/people-content-line.png) no-repeat; background-position: unset;
background-size: 108%;}
section.people-content .leadership-people {
margin: 0 -2.5%; }
section.people-content .leadership-people .people {
padding: 0  2.5% 50px 2.5%;
width: 33%;
float: left; }
section.people-content .leadership-people .people .img-box {
margin-bottom: 15px;
overflow: hidden;
transition: all 0.5s ease; }
section.people-content .leadership-people .people .img-box img {
width: 100%;
filter: brightness(1.22) contrast(0.62) hue-rotate(-274deg) saturate(0.01);
-webkit-filter: brightness(1.22) contrast(0.62) hue-rotate(-274deg) saturate(0.01);
-moz-filter: brightness(1.22) contrast(0.62) hue-rotate(-274deg) saturate(0.01);
transition: transform 0.5s ease;
bottom: 0;
position: relative;
display: block; }
section.people-content .leadership-people .people:hover .img-box {
box-shadow: 0 0 12px #000; }
section.people-content .leadership-people .people:hover .img-box img {
-webkit-filter: none;
-moz-filter: none;
filter: none;
transform: scale(1.05); }
section.people-content .leadership-people .people .details {
color: #fff;
min-height: 145px; }
section.people-content .leadership-people .people .details .name {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
margin-bottom: 5px; }
section.people-content .leadership-people .people .details .designation {
font-size: 1.125rem;
font-family: "Heebo", sans-serif; }
section.people-content .leadership-people .people .details .company {
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
margin-bottom: 10px; }
section.people-content .leadership-people .people .details .social ul {
list-style-type: none; }
section.people-content .leadership-people .people .details .social ul li {
display: inline-block;
margin-right: 8px; }
section.people-content .leadership-people .people .details .social ul li a {
color: #fff;
text-decoration: none;
transition: all linear .600ms; }
section.people-content .leadership-people .people .details .social ul li:hover.twitter a {
color: #1DA1F2; }
section.people-content .leadership-people .people .details .social ul li:hover.linkedin a {
color: #0077B5; }
section.connectwithus {
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
position: relative; }
section.connectwithus .title h2 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #fff;
letter-spacing: 1px;
position: relative;
display: inline-block;
margin-bottom: 60px; }
section.connectwithus .title h2:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
background: #f9d23a;
right: -8px;
bottom: 8px;
display: block; }
section.connectwithus:after {
width: 100%;
height: 25%;
background: #fff;
content: '';
position: absolute;
left: 0px;
bottom: 0px; }
section.connectwithus.blue-bg-down {
background: #fff;
padding: 0px; }
section.connectwithus.blue-bg-down:after {
width: 100%;
height: 25%;
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
content: '';
position: absolute;
left: 0px;
bottom: 0px; }
section.connectwithus.blue-bg-down h2 {
color: #4821c1; }
section.connectwithus.blue-bg-down h2:after {
background: #e5385e; }
section.connectwithus .insta-section {
position: relative;
padding-left: calc((100vw - 960px)/2);
z-index: 10; }
section.connectwithus .insta-section .connectwithus-slider { }
section.connectwithus .insta-section .slick-list {
padding: 0 20% 0 0 !important; }
section.connectwithus .insta-section .cwithus-slide {
padding-right: 10%; }
section.people-content-regional {
padding: 100px 0; }
section.people-content-regional .title h2 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
letter-spacing: 1px;
position: relative;
display: inline-block;
margin-bottom: 60px; }
section.people-content-regional .title h2:after {
content: '';
position: absolute;
width: 0px;
height: 5px;
background: #e5385e;
right: -8px;
bottom: 8px;
display: block; }
section.people-content-regional .title .rouncSelect {
float: right;
position: relative; }
section.people-content-regional .title .rouncSelect select {
padding: 13px 30px;
color: #4821c1;
border-radius: 25px;
min-width: 200px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
position: relative; }
section.people-content-regional .title .rouncSelect:after {
border: solid #4821c1;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
content: '';
position: absolute;
right: 30px;
top: 15px;
transform: rotate(45deg); }
section.people-content-regional .regional-people {
margin: 0 -2.5%; display: flex; flex-wrap: wrap; }
section.people-content-regional .regional-people .people {
padding: 0  2.5% 50px 2.5%;
width: 33%;
float: left; }
section.people-content-regional .regional-people .people .img-box {
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 0 12px #ccc;
transition: all 0.5s ease; }
section.people-content-regional .regional-people .people .img-box img {
width: 100%;
filter: grayscale(43%) brightness(141%) saturate(24%);
-webkit-filter: grayscale(43%) brightness(141%) saturate(24%);
-moz-filter: grayscale(43%) brightness(141%) saturate(24%);
transition: transform 0.5s ease;
bottom: 0;
position: relative;
display: block; }
section.people-content-regional .regional-people .people:hover .img-box {
box-shadow: 0 0 12px #333; }
section.people-content-regional .regional-people .people:hover .img-box img {
-webkit-filter: none;
-moz-filter: none;
filter: none;
transform: scale(1.05); }
section.people-content-regional .regional-people .people .details {
color: #414141;
min-height: 145px; }
section.people-content-regional .regional-people .people .details .name {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
margin-bottom: 5px; }
section.people-content-regional .regional-people .people .details .designation {
font-size: 1.125rem;
font-family: "Heebo", sans-serif; }
section.people-content-regional .regional-people .people .details .company {
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
margin-bottom: 10px; }
section.people-content-regional .regional-people .people .details .social ul {
list-style-type: none; }
section.people-content-regional .regional-people .people .details .social ul li {
display: inline-block;
margin-right: 8px; }
section.people-content-regional .regional-people .people .details .social ul li a {
color: #e5385e;
text-decoration: none;
transition: all linear .600ms; }
section.people-content-regional .regional-people .people .details .social ul li:hover.twitter a {
color: #1DA1F2; }
section.people-content-regional .regional-people .people .details .social ul li:hover.linkedin a {
color: #0077B5; }
section.biggest-brand {
padding: 125px 0; }
section.biggest-brand .title {
text-align: center;
margin-bottom: 60px; }
section.biggest-brand .title h3 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #4821c1;
display: inline-block;
margin-bottom: 30px;
position: relative;
font-weight: 700; }
section.biggest-brand .title h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section.biggest-brand .brand-logo {
justify-content: center;
align-items: baseline;
margin-bottom: 20px; }
section.biggest-brand .brand-logo .logo-box {
width: 33%;
min-height: 150px;
float: left;
text-align: center;
margin: 20px 0;
display: flex;
align-items: center;
justify-content: center; }
section {
padding: 100px 0; }
section.gradinet .gradinet-content h2 {
font-size: 4.5rem;
font-family: "Heebo", sans-serif;
font-weight: 500; margin-bottom: 20px;
padding: 30px 0;
display: inline-block;
text-align: center;
color: #e5385e;
}
section.customer-flow:after {
height: 15%;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
position: absolute;
left: 0px;
bottom: 0px;
content: '';
width: 100%; }
section.customer-flow.blue-backgroud-up:after {
height: 80%;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
position: absolute;
left: 0px;
top: 0px;
content: '';
width: 100%; }
section.customer-flow.blue-backgroud-up .title {
z-index: 2; }
section.customer-flow.blue-backgroud-up .title h3 {
color: #fff; }
section.customer-flow.blue-backgroud-up .title h3:after {
background: #f9d23a; }
section.customer-flow .title {
text-align: center;
margin-bottom: 100px; }
section.customer-flow .title h3 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #4821c1;
display: inline-block;
margin-bottom: 30px;
position: relative;
font-weight: 700; }
section.customer-flow .title h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section.customer-flow .customer-flow-slider {
z-index: 10; }
section.customer-flow .customer-flow-slider .flow-slide {
padding: 40px;
width: 1040px; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box {
background: #4821c1;
box-shadow: 0 0 10px #333;
transition: all linear 400ms;
padding: 30px 50px;
color: #fff;
position: relative; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box .title {
margin-bottom: 0px;
text-align: left; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box .title h3 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 42px;
line-height: 50px;
color: #fff;
display: inline-block;
margin-bottom: 30px;
position: relative;
font-weight: normal; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box .title h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #F9D23A;
border-radius: 50%; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box .content {
width: 40%;
font-size: 1.25rem;
line-height: 30px;
font-family: "Heebo", sans-serif; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box .content .text {
min-height: 300px; }
section.customer-flow .customer-flow-slider .flow-slide .blue-box .feature-img {
position: absolute;
z-index: 1;
right: 30px;
top: -30px; }
section.award-brand {
padding: 125px 0;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%); }
section.award-brand .title {
text-align: center;
margin-bottom: 100px; }
section.award-brand .title h3 {
font-family: "Heebo", sans-serif;
font-weight: 400;
font-size: 2.25rem;
color: #fff;
display: inline-block;
margin-bottom: 30px;
position: relative;
font-weight: normal; }
section.award-brand .title h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section.award-brand .brand-logo {
justify-content: center;
align-items: baseline;
margin-bottom: 20px; }
section.award-brand .brand-logo .logo-box {
width: 33%;
min-height: 130px;
float: left;
text-align: center;
display: flex;
align-items: center;
justify-content: center; }
section.contactForm { }
section.contactForm .formarea {
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
line-height: 28px;
display: flex; }
section.contactForm .formarea .left {
width: 40%;
margin: 0 10% 0 0; }
section.contactForm .formarea .left h2 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #4821c1;
display: inline-block;
margin-bottom: 30px;
position: relative;
font-weight: 700; }
section.contactForm .formarea .left h2:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 9px;
right: -9px;
background: #e5385e;
border-radius: 50%; }
section.contactForm .formarea .right {
width: 50%; }
section.contactForm .form-container {
font-size: 1rem;
font-family: "Heebo", sans-serif;
color: #4821c1; }
section.contactForm .form-container .row {
margin-bottom: 25px; }
section.contactForm .form-container .row textarea {
height: 40px; }
section.contactForm .form-container .row .wpcf7-not-valid-tip {
font-size: 75%; }
section.contactForm .form-container .row .wpcf7-submit {
background-image: linear-gradient(45deg, #E5385E 0%, #C73152 100%);
border-radius: 30px;
padding: 15px 30px 15px 30px;
text-decoration: none;
color: #fff;
display: inline-block;
border: none;
font-size: 1.125rem; }
section.contactForm .form-container .row .custom-checkbox label {
display: flex;
align-items: baseline; }
section.contactForm .form-container .row .custom-checkbox label input[type="checkbox"] {
background: url(//reprisemena.com/wp-content/themes/reprise/images/custom-checkbox.png) left top;
width: 17px;
height: 17px;
content: '';
position: absolute;
z-index: 1;
left: 0px;
top: 6px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none; }
section.contactForm .form-container .row .custom-checkbox label input[type="checkbox"]:checked {
background: url(//reprisemena.com/wp-content/themes/reprise/images/custom-checkbox.png) left bottom; }
section.contactForm .form-container .row .custom-checkbox .wpcf7-list-item-label {
display: inline-block;
margin-left: 10px; }
section.addresscom {
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%); }
section.addresscom:before {
background: url(//reprisemena.com/wp-content/themes/reprise/images/cs-add.png) no-repeat center top;
position: absolute;
height: 0%;
width: 100%;
content: '';
background-position: calc(100% - -491px) 0;
top: 0px;
left: 0; }
section.addresscom h2 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #fff;
display: inline-block;
margin-bottom: 50px;
position: relative;
font-weight: normal; }
section.addresscom .address-component {
display: flex; }
section.addresscom .address-component .col {
width: 33%; }
section.addresscom .address-component .col.col-list {
padding-right: 20px; }
section.addresscom .address-component .col.col-list ul {
list-style-type: none; }
section.addresscom .address-component .col.col-list ul li {
padding: 20px 30px;
font-family: "Heebo", sans-serif;
background: #fff;
color: #4821c1;
font-size: 18px;
line-height: 22px;
margin-bottom: 15px;
position: relative;
box-shadow: 0 0 5px #222;
transition: all linear 400ms;
cursor: pointer; }
section.addresscom .address-component .col.col-list ul li .icon {
position: absolute;
right: 43px; }
section.addresscom .address-component .col.col-list ul li .icon .merge {
position: relative;
left: 7px; }
section.addresscom .address-component .col.col-list ul li.active { background-color:  #e5385e;
color: #fff; }
section.addresscom .address-component .col.col-list ul li:hover {
box-shadow: 0 0 10px #333; }
section.addresscom .address-component .col.addcol .addressbox {
background: #fff;
padding: 30px; }
section.addresscom .address-component .col.addcol .addressbox .multiple-office {
font-family: "Heebo", sans-serif;
font-size: 1rem;
color: #414141; }
section.addresscom .address-component .col.addcol .addressbox .multiple-office h3 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 22px;
line-height: 28px;
color: #4821c1;
margin-bottom: 20px;
position: relative;
display: inline-block; }
section.addresscom .address-component .col.addcol .addressbox .multiple-office h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section.addresscom .address-component .col.addcol .addressbox .select-office {
position: relative; }
section.addresscom .address-component .col.addcol .addressbox .select-office select {
width: 100%; padding: 15px;
background-color: #e5385e;
margin-bottom: 30px;
border: none;
color: #fff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative; }
section.addresscom .address-component .col.addcol .addressbox .select-office select option { background-color: #e5385e;
color: #fff; }
section.addresscom .address-component .col.addcol .addressbox .select-office:after {
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
content: '';
position: absolute;
right: 20px;
top: 17px;
transform: rotate(45deg); }
section.addresscom .address-component .col.addcol .addressbox .office-image {
margin-bottom: 20px; }
section.addresscom .address-component .col.addcol .addressbox .office-details {
font-family: "Heebo", sans-serif;
font-size: 1rem;
color: #414141; }
section.addresscom .address-component .col.addcol .addressbox .office-details .name {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 22px;
line-height: 32px;
color: #4821c1;
margin-bottom: 20px;
position: relative;
display: inline-block; }
section.addresscom .address-component .col.addcol .addressbox .office-details .name:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section.addresscom .address-component .col.addcol .addressbox .office-details a {
color: #e5385e;
text-decoration: none; }
section.addresscom .address-component .col.addcol .addressbox .office-details a:hover {
text-decoration: underline; }
section.main-content-blue {
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
padding: 125px 0;
color: #fff;
line-height: 28px;
font-size: 1.125rem; }
section.main-content-blue h5 {
font-size: 2.25rem;
font-weight: normal;
margin-bottom: 20px; }
section.main-content-blue h3 {
font-size: 2.10rem;
font-weight: normal;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #fff;
display: inline-block;
position: relative;
margin-bottom: 20px; }
section.main-content-blue h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #f9d23a;
border-radius: 50%; }
section.bluebg {
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
min-height: 300px; }
section.bluebg .title h3 {
color: #fff; }
section.bluebg .title h3:after {
background: #f9d23a; }
section.lightblue {
background: #5528c9;
background: linear-gradient(90deg, #5528c9 39%, #6c37d6 100%); }
.page-template-template-homepage .lightblue:after {
position: absolute;
height: 100%;
width: 792px;
content: '';
top: 0px;
left: 50%;
margin-left: -720px;
background: url(//reprisemena.com/wp-content/themes/reprise/images/left-down-pipe.png) no-repeat center 529px; }
.page-template-template-homepage .biggest-brand:after {
position: absolute;
height: 100%;
width: 100%;
content: '';
top: 0px;
left: 0;
background: url(//reprisemena.com/wp-content/themes/reprise/images/horizontal-center-curve.png) no-repeat center center; }
section.number-flow {
background: url(//reprisemena.com/wp-content/themes/reprise/images/up-d-arrow.png) no-repeat center bottom;
padding-bottom: 190px; }
section.number-flow .flow {
color: #c7c5cc;
text-align: center; }
section.number-flow .flow .title {
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #c7c5cc;
margin-bottom: 50px; }
section.number-flow .flow .email a {
font-size: 6rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
color: #c7c5cc;
text-decoration: none; }
section.number-flow .flow .email a:hover { color: #e5385e; }
section.video {
width: 100%;
padding: 0 0 0 0; }
section.video video {
width: 100%; }
section.video .video-overlay {
top: 0px;
position: absolute;
left: 0px;
z-index: 1;
width: 100%;
height: 100%; }
section.video .rlogo {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
width: 100%;
max-width: 960px;
transform: translate(-50%, -50%); }
section.video .rlogo h1 {
font-family: "Heebo", sans-serif;
font-weight: 400;
font-size: 2.25rem;
color: #fff;
position: relative;
display: inline-block;
margin-bottom: 20px; }
section.video .rlogo h1:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #f9d23a;
border-radius: 50%; }
section.video .rlogo svg * {
stroke: #fff;
#stroke: #fff;
stroke-width: 1;
fill-opacity: 0;
stroke-dasharray: 350;
stroke-dashoffset: 440; }
section.video .rlogo svg path {
-webkit-animation-name: dash;
-moz-animation-name: dash;
-o-animation-name: dash;
animation-name: dash;
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s; }
section.main-content-white {
font-family: "Heebo", sans-serif;
font-size: 1.25rem;
color: #414141;
line-height: 30px; }
section.main-content-white h2 {
font-family: "Heebo", sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #4821c1;
position: relative;
display: inline-block;
margin-bottom: 30px; }
section.main-content-white h2:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section.main-content-white h3 {
font-family: "Heebo", sans-serif;
font-weight: 400;
font-size: 1.38rem;
color: #4821c1;
position: relative;
display: inline-block;
margin-bottom: 20px; }
section.main-content-white h3:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 8px;
right: -10px;
background: #e5385e;
border-radius: 50%; }
section .image-left-right {
display: flex;
align-items: center; }
section .image-left-right .left {
width: 47%;
margin-right: 3%; }
section .image-left-right .right {
width: 47%;
margin-left: 3%; }
section .news-box-wrap {
margin-top: 30px; }
section .news-box-wrap .news-box {
float: left;
width: 30%;
margin-right: 5%;
margin-bottom: 20px; }
section .news-box-wrap .news-box:nth-child(3n) {
margin-right: 0px; }
section .news-box-wrap .news-box .image-box {
margin-bottom: 10px; }
section .news-box-wrap .news-box .image-box img {
display: block; }
section .news-box-wrap .news-box .content {
height: 150px; }
section .news-box-wrap .news-box .content .cateo {
color: #e5385e;
font-size: 0.81rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
margin-bottom: 10px;
text-transform: uppercase; }
section .news-box-wrap .news-box .content .title a {
color: #414141;
text-decoration: none;
font-size: 1.38rem;
font-family: "Heebo", sans-serif; font-weight: 600; }
section .search-form-section {
display: flex;
justify-content: space-between;
margin-top: 30px; }
section .search-form-section .search-wrap {
width: 60%; }
section .search-form-section .search-wrap .search-field {
border: 1px solid #f7f7f8;
border-radius: 25px;
padding: 15px 10px 15px 50px;
background: url(//reprisemena.com/wp-content/themes/reprise/images/search-icon.png) no-repeat 20px center; }
section .search-form-section .search-wrap .search-submit {
display: none; }
section .search-form-section .filter {
width: 30%;
position: relative; }
section .search-form-section .filter select {
border: 1px solid #f7f7f8;
border-radius: 25px;
padding: 15px 30px 15px 30px;
color: #4821c1;
width: 100%;
appearance: none;
-webkit-appearance: none; }
section .search-form-section .filter:after {
border: solid #4821c1;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
content: '';
position: absolute;
right: 29px;
top: 18px;
transform: rotate(45deg); }
section.search-result h2 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
color: #4821c1;
font-weight: 400;
letter-spacing: 1px;
position: relative;
display: inline; }
section.search-result h2:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 6px;
right: -11px;
background: #e5385e;
border-radius: 50%; }
section.search-result .search-boxes .search-box {
width: 45%;
float: left;
background: #f5f5f5;
border-left: 5px solid #4821c1;
padding: 30px;
min-height: 300px;
transition: all 800ms;
margin: 2.5%; }
section.search-result .search-boxes .search-box:nth-child(odd) {
margin-left: 0; }
section.search-result .search-boxes .search-box:nth-child(even) {
margin-right: 0; }
section.search-result .search-boxes .search-box .title {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
margin-bottom: 20px;
display: inline-block; }
section.search-result .search-boxes .search-box .text {
font-size: 1rem;
font-family: "Heebo", sans-serif;
line-height: 24px;
color: #414141; }
section.search-result .search-boxes .search-box .icon-plus {
color: #4821c1;
position: absolute;
bottom: 30px;
left: 30px; }
section.search-result .search-boxes .search-box .icon-plus a {
color: #4821c1;
text-decoration: none; }
section.search-result .search-boxes .search-box:hover {
box-shadow: 0 0 12px #414141; }
.hero-section-inner {
background: #4720be;
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
padding-top: 200px;
min-height: 500px;
color: #fff;
padding: 170px 0 50px 0;
position: relative;
overflow: hidden; }
.hero-section-inner:before {
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/inner-hero-line02.png) no-repeat center top;
position: absolute;
height: 100%;
width: 100%;
z-index: 0;
top: 0;
left: 0; }
.hero-section-inner h1 {
font-size: 56px;
font-family: "Heebo", sans-serif;
font-weight: 500;
line-height: 62px;
letter-spacing: 1px;
position: relative;
display: inline; }
.hero-section-inner h1:after {
height: 8px;
width: 8px;
position: absolute;
content: '';
bottom: 8px;
right: -13px;
background: #f9d23a;
border-radius: 50%; }
.hero-section-inner .short-diescription {
font-size: 20px;
font-family: "Heebo", sans-serif;
width: 50%;
margin-top: 20px;
line-height: 30px;
margin-bottom: 30px; }
.hero-section-inner .search-page-header .search-meta {
font-size: 0.81rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
margin-bottom: 40px; }
.hero-section-inner .search-page-header .search-meta span {
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #f9d23a; }
.hero-section-inner .search-page-header .search-page-sform .search-field {
background: url(//reprisemena.com/wp-content/themes/reprise/images/search-white-icon.png) no-repeat right center transparent;
border: none;
font-family: "Heebo", sans-serif;
font-weight: 400;
font-size: 2.625rem;
border-bottom: 1px solid #fff;
padding: 0 0 30px 0;
color: #fff; }
.hero-section-inner .search-page-header .search-page-sform .search-field::placeholder {
color: #fff; }
.hero-section-inner .search-page-header .search-page-sform .search-submit {
display: none; }
section.two-column {
overflow: visible;
padding-top: 0px;
font-size: 1.125rem;
font-family: "Heebo", sans-serif;
line-height: 28px; }
section.two-column h1 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
color: #414141;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 20px;
position: relative;
display: inline-block;
line-height: 110%; }
section.two-column h2 {
font-size: 1.38rem;
font-family: "Heebo", sans-serif;
color: #4821c1;
font-weight: 400;
letter-spacing: 1px;
position: relative;
display: inline; }
section.two-column h2:after {
height: 6px;
width: 6px;
position: absolute;
content: '';
bottom: 9px;
right: -9px;
background: #e5385e;
border-radius: 50%; }
section.two-column h5 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
background: -webkit-linear-gradient(45deg, #4821c1 30%, #e5385e 62%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 20px;
display: inline-block;
line-height: 120%;
font-weight: normal;
border-left: 5px solid #e5385e;
padding-left: 30px; }
section.two-column ul {
list-style-type: none; }
section.two-column ul li {
padding-left: 30px;
margin-bottom: 15px;
position: relative; }
section.two-column ul li:after {
border: solid #414141;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
content: '';
position: absolute;
left: 0px;
top: 11px;
transform: rotate(-45deg); }
section.two-column .two-column-wrap .big-side {
width: 70%;
margin-right: 5%;
top: -285px;
float: left; }
section.two-column .two-column-wrap .big-side .imgage-box {
margin-bottom: 15px; }
section.two-column .two-column-wrap .big-side .imgage-box img {
width: 100%; }
section.two-column .two-column-wrap .big-side .post-meta {
display: flex;
justify-content: space-between;
margin-bottom: 15px; }
section.two-column .two-column-wrap .big-side .post-meta .cateo {
color: #e5385e;
font-size: 0.81rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
text-transform: uppercase; }
section.two-column .two-column-wrap .big-side .post-meta .time {
color: #4821c1;
font-size: 0.81rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
text-transform: uppercase; }
section.two-column .two-column-wrap .small-side {
width: 25%;
float: left;
padding-top: 85px; }
section.two-column .two-column-wrap .small-side section {
padding: 0px; }
section.two-column .two-column-wrap .small-side .widget-title {
margin-bottom: 30px;
display: inline-block; }
section.two-column .two-column-wrap .small-side ul {
list-style-type: none; }
section.two-column .two-column-wrap .small-side ul li {
padding: 0px 0 0 15px;
border-left: 2px solid #e5385e;
margin-bottom: 20px; }
section.two-column .two-column-wrap .small-side ul li a {
text-decoration: none;
padding: 5px 0;
color: #414141;
font-size: 0.81rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
line-height: 110%; }
section.two-column .two-column-wrap .small-side ul li:after {
display: none; }
section.two-column .two-column-wrap .small-side .sidebar-box-wrap .news-box {
padding: 0px 0 0 15px;
border-left: 2px solid #e5385e;
margin-bottom: 20px; }
section.two-column .two-column-wrap .small-side .sidebar-box-wrap .news-box .image-box {
display: none; }
section.two-column .two-column-wrap .small-side .sidebar-box-wrap .news-box .cateo {
display: none; }
section.two-column .two-column-wrap .small-side .sidebar-box-wrap .news-box a {
text-decoration: none;
padding: 5px 0;
color: #414141;
font-size: 0.81rem;
font-family: "Heebo", sans-serif;
line-height: 110%; }
section.two-column .two-column-wrap .small-side .sidebar-box-wrap .news-box:first-child {
border: none;
margin-left: -20px; }
section.two-column .two-column-wrap .small-side .sidebar-box-wrap .news-box:first-child .image-box {
display: block; }
footer {
background: linear-gradient(90deg, #4720be 39%, #2f118b 100%);
padding: 85px 0 60px 0;
color: #fff;
font-size: 1.25rem;
line-height: 30px; }
footer section {
padding: 0px; }
footer .col {
float: left;
width: 50%; }
footer .col .flogo {
margin-bottom: 35px; }
footer .col .title {
font-family: "Heebo", sans-serif;
font-weight: 400;
margin-bottom: 35px; }
footer .col.fcol-2 {
display: flex;
justify-content: center; }
footer .col.fcol-2 .part-1 {
width: 50%; }
footer .col.fcol-2 .part-2 {
width: 50%; }
footer .col.fcol-2 ul {
list-style-type: none;
margin: 0px;
padding: 0px; }
footer .col.fcol-2 ul li {
list-style-type: none;
padding: 0 0 30px 0; }
footer .col.fcol-2 ul li a {
color: #fff;
text-decoration: none; }
footer .col.fcol-2 ul li a:hover {
color: #f9d23a; }
footer .col.fcol-2 .social-icon ul li {
display: inline-block;
padding-right: 20px; }
footer .bottom {
margin-top: 50px; }
footer .bottom .bottom-left {
float: left;
font-size: 12px; }
footer .bottom .bottom-left .menu-footerbottom-container {
display: inline-block; }
footer .bottom .bottom-left .menu-footerbottom-container ul {
margin: 0px;
padding: 0px 10px 0 0; }
footer .bottom .bottom-left .menu-footerbottom-container ul li {
display: inline-block;
padding: 0 10px;
border-left: 1px solid #fff;
line-height: 100%; }
footer .bottom .bottom-left .menu-footerbottom-container ul li a {
color: #fff;
text-decoration: none; }
footer .bottom .bottom-left .menu-footerbottom-container ul li a:hover {
color: #f9d23a; }
footer .bottom .bottom-left .menu-footerbottom-container ul li:first-child {
padding-left: 0;
border-left: none; }
footer .bottom .bottom-left .menu-footerbottom-container ul li:first-child a:hover {
color: #fff; }
footer .bottom .bottom-right {
float: right;
font-size: 12px; }
footer .bottom .bottom-right img {
vertical-align: bottom;
margin-left: 10px; }
.insights-news-detail-page {
padding-bottom: 50px; }
.insights-news-detail-page .title-section {
display: flex;
margin-bottom: 40px;
align-items: baseline; }
.insights-news-detail-page .title-section .title {
width: 50%; }
.insights-news-detail-page .title-section .title h3 {
font-size: 2.25rem;
font-family: "Heebo", sans-serif;
font-weight: 600;
color: #4821c1;
letter-spacing: 1px;
position: relative;
display: inline-block; }
.insights-news-detail-page .title-section .title h3:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
background: #e5385e;
right: -8px;
bottom: 8px;
display: block; }
.insights-news-detail-page .title-section .content {
width: 50%;
text-align: right; }
.insights-news-detail-page .title-section .content .cta2 a {
color: #4821c1;
text-decoration: none; }
section.inner-sec2o1 { }
section.inner-sec3o1:after {
height: 0%;
width: 0%;
position: absolute;
top: 0;
left: 0;
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/inner-3ndSec-opt1.png) no-repeat;
background-position: calc(50% - 120px) -50px; }
section.inner-sec3o2:before {
height: 0%;
width: 0%;
position: absolute;
top: 0;
left: 0;
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/inner-3ndSec-opt2.png) no-repeat center top; }
section.inner-sec4o2:before {
height: 0%;
width: 0%;
position: absolute;
top: 0;
left: 0;
content: '';
z-index: 1;
background: url(//reprisemena.com/wp-content/themes/reprise/images/inner-4ndSec-opt2.png) no-repeat center top; }
section.inner-sec4o1 { }
section.inner-sec5o1:after {
height: 0%;
width: 0%;
position: absolute;
top: 0;
left: 0;
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/inner-5ndSec-opt1.png) no-repeat center top; }
section.inner-right-bottomclose { }
section.center-curvet-bg {
background: url(//reprisemena.com/wp-content/themes/reprise/images/center-curvet-bg.png) no-repeat center center; } @media only screen and (max-width: 992px) {
.wraper, .wraper-inner {
max-width: 100%;
padding: 0 15px; }
.hero-section {
height: auto; }
.hero-section .rlogo {
max-width: 70%; } }
@media only screen and (max-width: 767px) {
.wraper, .wraper-inner {
max-width: 100%;
padding: 0 15px; }
header .menu-section .menu-wraper {
width: 100%;
left: 0px;
height: calc(100vh - 125px);
padding: 90px 20px 20px; }
header .menu-section .menu-wraper .menu-close {
top: 62PX;
right: 15px;
left: auto;
margin-left: unset; }
header .menu-section .menu-wraper .social-icon {
position: absolute;
right: 60px;
bottom: 20px;
font-size: 1rem;
margin-left: unset;
left: auto; }
.hero-section-inner .short-diescription {
width: 100%; }
section.craft-content .craft-boxes .craft-box {
width: 100%;
margin: 0 0 30px 0; }
section.flow .gradient-title {
font-size: 3rem; }
footer .col {
width: 100%; }
footer .col.fcol-2 {
justify-content: left; } }   .hero-section .rlogo h1:after{width: 0px;}
.hero-section .rlogo h1 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section.customer-flow .customer-flow-slider .flow-slide .blue-box .title h3:after{width: 0px;}
section.customer-flow .customer-flow-slider .flow-slide .blue-box .title h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
.cta a span ion-icon{transition: all linear 0.2s;top: 0px; position: relative; right: 0; display: inline-block; vertical-align: middle;}
.cta a span{vertical-align: middle;}
.cta a{padding: 15px 30px 15px 30px;}
.cta a:hover ion-icon {right: -8px;}
section.Theme1 .cta a span ion-icon{top: -1px; padding-left: 3px;}
.cta3 a span ion-icon{transition: all linear 0.2s;top: 0px;position: relative;right: 0;display: inline-block;vertical-align: middle;}
.cta3 a span{text-transform: lowercase;}
.cta3 a span::first-letter{text-transform: capitalize;}
section.Theme1 .cta a:focus{outline: 0;}
.cta a:focus{outline: 0;}
header .menu-section .menu-wraper{opacity: 1;}
.search-form input::-webkit-input-placeholder {color: #fff; opacity: 0.5;}
.search-form input:-ms-input-placeholder {color: #fff; opacity: 0.5;}
.search-form input::placeholder {color: #fff; opacity: 0.5;}
.hero-section .scroll-line:after{bottom: 0px;}
section.flowblue .how-we-help h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section.people-content-regional .regional-people .people .details .social ul li a{color: #000;}
section.addresscom .address-component .col.addcol .addressbox .multiple-office h3:after{width: 0px;}
section.addresscom .address-component .col.addcol .addressbox .multiple-office h3 b{background-color: #e5385e;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section.ourcraft .title-section .title h3:after{width: 0px;}
section.ourcraft .title-section .title h3 b{background-color: #e5385e;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section.insights .title-section .title h3:after{width: 0px;}
section.insights .title-section .title h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section.ourpeople .title-section .title h3:after{width: 0px;}
section.ourpeople .title-section .title h3 b{background-color: #e5385e;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section.Theme1 .cta a{padding: 10px 40px 10px 40px;}
section.ourpeople .peopole-section .people-slider .people .img-box img{-webkit-filter: brightness(1) contrast(1) hue-rotate(-274deg) saturate(0.01);filter: brightness(1) contrast(1) hue-rotate(-274deg) saturate(0.01);}
section.customer-flow .customer-flow-slider .flow-slide .blue-box{background: #5b2ccc;box-shadow: 0px 15px 40px #333;}
section.flow .gradient-title{ color: #4a21c2;}
section.people-content .leadership-people .people .img-box img{-webkit-filter: brightness(1.22) contrast(1) hue-rotate(-274deg) saturate(0.01);filter: brightness(1.22) contrast(1) hue-rotate(-274deg) saturate(0.01);}
section.people-content-regional .regional-people .people .details .social ul li:hover.linkedin a{color: #e5385e;}
section.people-content-regional .regional-people .people .details .social ul li:hover.twitter a{color: #e5385e;}
section.people-content-regional .title .rouncSelect select{background-color: #fff;}
section.people-content-regional .regional-people .people .details .social ul li a{color: #414141;}
section .search-form-section .filter select{background-color: #fff;}
header .menu-section .menu-wraper .menu-close{top: 64px;left: auto;margin-left: 0;right: 62px;}
body{overflow-x: hidden;}
header .menu-section .menu-wraper{right: 0; left: auto;}
header .menu-section .menu-wraper.active{position: fixed; height: 100%;}
header .menu-section .menu-wraper{padding: 60px 30px 0 150px;}
header .menu-section .menu-wraper .search-header-sform{margin-top: 10px;}
header .menu-section .menu-wraper .social-icon{margin-left: 0;right: 60px;left: auto;}
header .menu-section .menu-wraper .search-header-sform .search-field{border-radius: 0px;}
header .menu-section .menu-wraper .menu-close{z-index: 2;cursor: pointer;}
header .menu-section .menu-wraper ul li a{cursor: pointer;}
section.bluebg.flowblue.hsec3{padding: 150px 0 100px 0;}
section.flowblue .helpLeftContent{margin-top: -68px;}
.customerflowwrap{align-items: flex-start;}
section.ourcraft .icon-section .icon-box .icon-title a, section.ourcraft .icon-section .icon-box .icon-title a:hover{text-decoration: none; color: #4821c1;}
section.ourcraft .title-section .title{width: 100%;}
section.ourcraft .title-section .content{width: 100%;}
section.ourcraft .title-section{flex-wrap: wrap;text-align: center;}
.contactformaddr{margin-top: 80px;padding-left: 80px;}
.contactformaddr a{text-decoration: none;color: #4821c1;}
.contactformaddr h3{margin-bottom: 20px;}
header{transition: all 0.3s linear;}
header.site-header.navshrink{
position: fixed;
padding-top: 20px;
padding-bottom: 15px;
background-color: #4a21c2;
transition: all 0.3s linear; }
.helpLeftContent .cta a{position: relative; padding: 15px 50px 15px 40px;}
.helpLeftContent .cta a:before{content: ""; background: url(//reprisemena.com/wp-content/themes/reprise/images/whitearrow01.png) no-repeat center;position: absolute; top: 17px;
right: 26px; width: 18px; height: 15px; transition: all 0.2s linear;}
.helpLeftContent .cta a:hover:before{right: 20px;}
header .menu-section .menu-wraper ul li a:focus{outline: none;}
section.connectwithus{overflow: inherit;}
section.connectwithus .title h2{margin-bottom: 0px;}
section.connectwithus .insta-section{top:33px; overflow-x: hidden; padding-bottom: 40px;}
section.connectwithus:after{height: 0;width: 0;}
.cta3 a span ion-icon{top: -1px; padding-left: 3px;}
.cta3 a:hover ion-icon {right: -8px;}
section.connectwithus{padding: 0 0 0px 0; }
.ptnone{padding-top: 100px;} section.addresscom:before{ }
.page-template-template-contact .hero-section-inner:before{background-position: 89% 0%;background-size: 95%;} header.site-header.navshrink .menu-section .menu-wraper .menu-close{top: 20px;}
.closeoverlay { position: absolute;
top: 5px;
right: 5px;
font-family: "Heebo", sans-serif;
font-size: 24px;
line-height: 27px;
display: inline-block;
padding: 0px 10px; cursor: pointer;}
section.Theme1.joingetintouch .title h3 b{background-color: #fad23c;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
section .news-box-wrap .news-box .content .title a:focus{outline: none;}
section.Theme1 .content p{font-family: "Heebo", sans-serif; font-size: 18px; line-height: 27px;}
section .image-left-right .left{font-family: "Heebo", sans-serif; font-size: 18px; line-height: 27px;}
section.flowblue .improveSales h4 b{font-family: "Heebo", sans-serif;font-weight: 100;padding-left: 5px;}
section.main-content-blue.inner-sec3o2{padding: 60px 0 0 0;}
section.number-flow .flow .email a{font-size: 4rem;}
section.main-content-white h2:after{width: 0px;}
section.main-content-white h2 b{background-color: #e5385e;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;} section.people-content.ptnone.pbnone:after{ }
section.people-content-regional{ }
section.people-content:after{ }
section.addresscom:before{ } .page-template-template-homepage .biggest-brand:after{ }
section.inner-right-bottomclose{ }
section.ourpeople .title-section .content .cta2 a .hydrated{position: relative;top: 2px;left: 5px;}
section.insights .title-section .content .cta2 a .hydrated{position: relative;top: 2px;left: 5px;} section.news-post.main-content-white:before{
background: url(//reprisemena.com/wp-content/themes/reprise/images/FlowLines_InsightsLanding_Top.png) no-repeat 202% bottom;content: ""; position: absolute; top: 0; left: 0; height: 0%; width: 0%;
}
section.catg-post.ptnone:after{
background: url(//reprisemena.com/wp-content/themes/reprise/images/FlowLines_InsightsLanding_Bottom.png) no-repeat left top;content: ""; position: absolute; top: 0; left: 0; height: 0%; width: 0%;
}
.page-template-template-flow section.Theme1 .title h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
.ppost-type-archive-craft section.Theme1 .title h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
.page-template-template-contact section.Theme1 .title h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
.post-type-archive-craft section.Theme1 .title h3 b{background-color: #f9d23a;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;
left: 3px;}
.post-type-archive-leadership .hero-section-inner{padding: 170px 0 0px 0;}
.post-type-archive-leadership section.people-content.ptnone{padding-top: 0;}
.hero-section-inner h1:after{width: 0px;}
.hero-section-inner h1 b{background-color: #f9d23a;width: 10px;height: 10px;display: inline-block;border-radius: 50px;position: relative;left: 3px;} section.two-column:after{background: url(//reprisemena.com/wp-content/themes/reprise/images/FlowLines_InsightsBottom.png) no-repeat center center;content: ""; position: absolute; top: auto; bottom: -32%; left: 0; height: 0%; width: 0%;}
section.two-column:before{background: url(//reprisemena.com/wp-content/themes/reprise/images/FlowLines_ArticlePage_InsightsTop.png) no-repeat 100% top;content: ""; position: absolute; top: -46%; bottom: auto; left: 0; height: 0%; width: 0%;}
section.biggest-brand .title h3 b{background-color: #f9d23a ;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.number .heading h4 b{background-color: #e5385e !important;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.biggest-brand.inner-sec4o1 .title h3 b{background-color: #e5385e !important;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.biggest-brand.inner-right-bottomclose .title h3 b{background-color: #e5385e !important;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.number-flow{padding-top: 0px;}
.single-craft section.Theme1 .title h3 b{background-color: #f9d23a ;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
.page-template-template-insights section.Theme1 .title h3 b{background-color: #f9d23a ;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
.post-type-archive-leadership section.Theme1 .title h3 b{background-color: #f9d23a ;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
header .menu-section .menu-wraper:before{ }
.single-news .hero-section-inner{z-index: 1;}
section.flow .gradient-title b{background-color: #e5385e !important;width: 12px;height: 12px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.gradinet.inner-sec2o1 .gradinet-content h2{color: #4a21c2; font-weight: 500;}
section.gradinet.inner-sec2o1 .gradinet-content h2 b{background-color: #e5385e !important;width: 12px;height: 12px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.craft-detailPage .gradinet-content h2 b{background-color: #e5385e !important;width: 12px;height: 12px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
.single-craft section.Theme1 .cta a span ion-icon{top: -2px;}
section.main-content-blue .customcontentwrap .customcontentwraphover .customminus{display: none;}
section.connectwithus .insta-section .cwithus-slide a{ }
.page-template-template-aboutus .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.page-template-template-flow .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.post-type-archive-craft .hero-section-inner:before{
background-position: 89% 0%;
background-size: 95%;
}
.post-type-archive-leadership .hero-section-inner:before{
background-position: 89% 0%;
background-size: 95%;
}
.single-craft .hero-section-inner:before{
background-position: 89% 0%;
background-size: 95%;
}
.page-template-template-insights .hero-section-inner:before{
background-position: 89% 0%;
background-size: 95%;
}
.single-news .hero-section-inner:before{
background-position: 89% 0%;
background-size: 95%;
}
.page-template-template-career .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.post-type-archive-news .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.search .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.privacy-policy .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.page-id-42 .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
}
.page-id-47 .hero-section-inner:before {
background-position: 89% 0%;
background-size: 95%;
} section.craft-content .craft-boxes .craft-box .title a{color: #e5385e; text-decoration: none;}
section.craft-content .craft-boxes .craft-box .title a:hover, section.craft-content .craft-boxes .craft-box .title a:focus{color: #e5385e; text-decoration: none;}
.contactformbgWrapper{position: relative;}
.contactformbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.aboutusbgWrapper{position: relative;}
.aboutusbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.ourmodelbgWrapper{position: relative;}
.ourmodelbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2b1Merged_Flowmodal.png) no-repeat right -103px;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.ourcraftbgWrapper{position: relative;}
.ourcraftbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.singleCraftbgWrapper{position: relative;}
.singleCraftbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.leadershipbgWrapper{position: relative;}
.leadershipbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.insightsbgWrapper{position: relative;}
.insightsbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.singleinsightsbgWrapper{position: relative;}
.singleinsightsbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.joinUsbgWrapper{position: relative;}
.joinUsbgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.peoplecontentregionalbg{position: relative;}
.peoplecontentregionalbg:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section3bMerged.png) no-repeat left 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
}
.ourmodelbgWrappernew{position: relative;}
.ourmodelbgWrappernew:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section3bMerged.png) no-repeat left 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 17%;
}
.search-result{position: relative;}
.search-result:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.privacy-policy .main-content{position: relative;}
.privacy-policy .main-content:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.page-id-42 .main-content{position: relative;}
.page-id-42 .main-content:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.page-id-47 .main-content{position: relative;}
.page-id-47 .main-content:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/Section2Merged.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
background-size: 80%;
}
.homepageflowBgWrapper{position: relative;}
.homepageflowBgWrapper:before{
content: '';
background: url(//reprisemena.com/wp-content/themes/reprise/images/home-page-video-line.png) no-repeat right 0%;
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
top: 0;
left: 0;
background-size: 100%;
}
.sociliconhomepage{
position: absolute;
bottom: 0;
right: 40px;
z-index: 10;
}
.sociliconhomepage ul li{list-style-type: none;padding: 10px 0;}
.sociliconhomepage ul li a{color: #fff;} .section.customer-flow .customer-flow-slider{z-index: 10;}
.post-type-archive-news .hero-section-inner h1 b{background-color: #f9d23a ;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
.post-type-archive-news section.Theme1 .title h3 b{
background-color: #f9d23a ;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;
}
section.search-result h2 b{background-color: #e5385e !important;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.search-result h2:after{width: 0px;}
section.people-content-regional .title h2 b{background-color: #e5385e !important;width: 6px;height: 6px;display: inline-block;border-radius: 50px;position: relative;left: 3px;}
section.ourpeople .peopole-section .people-slider .slick-track{padding: 20px 0;}
.people-slider .slick-prev, .news-box-wrap .slick-prev, .customer-flow-slider .slick-prev, .leadership-people .slick-prev, .connectwithus-slider .slick-prev, .regional-people .slick-prev{
left: auto;
right: 205px;
bottom: -40px;
transform: none;
top: auto;
}
.people-slider .slick-prev:before, .news-box-wrap .slick-prev:before, .customer-flow-slider .slick-prev:before, .leadership-people .slick-prev:before, .connectwithus-slider .slick-prev:before, .regional-people .slick-prev:before{
height: 20px;
width: 11px;
background: url(//reprisemena.com/wp-content/themes/reprise/images/LeftArrowActive.png);
position: absolute;
bottom: 0;
right: 0;
font-size: 0px;
}
.people-slider .slick-next,.news-box-wrap .slick-next, .customer-flow-slider .slick-next, .leadership-people .slick-next, .connectwithus-slider .slick-next, .regional-people .slick-next{
left: auto;
right: 158px;
bottom: -40px;
transform: none;
top: auto;
}
.people-slider .slick-next:before, .news-box-wrap .slick-next:before, .customer-flow-slider .slick-next:before, .leadership-people .slick-next:before, .connectwithus-slider .slick-next:before, .regional-people .slick-next:before{
height: 20px;
width: 11px;
background: url(//reprisemena.com/wp-content/themes/reprise/images/RightArrow_Active.png);
position: absolute;
bottom: 0;
right: 0;
font-size: 0px;
}
.news-box-wrap .slick-prev:before, .leadership-people .slick-prev:before, .connectwithus-slider .slick-prev:before{background: url(//reprisemena.com/wp-content/themes/reprise/images/LeftArrowActivewhite.png);}
.news-box-wrap .slick-next:before, .leadership-people .slick-next:before, .connectwithus-slider .slick-next:before{background: url(//reprisemena.com/wp-content/themes/reprise/images/RightArrow_Activewhite.png);}
.leadership-people .slick-prev.slick-disabled:before, .leadership-people .slick-next.slick-disabled:before, .connectwithus-slider .slick-prev.slick-disabled:before, .connectwithus-slider .slick-next.slick-disabled:before{opacity: 1;}
.leadership-people .slick-prev{bottom: 0;left: 0; right: auto; z-index: 1;}
.leadership-people .slick-next{left: 50px; right: auto; bottom: 0px; z-index: 1;}
.regional-people .slick-prev{bottom: 10px;left: 0; right: auto; z-index: 1;}
.regional-people .slick-next{left: 50px; right: auto; bottom: 10px; z-index: 1;}
.regional-people .slick-prev.slick-disabled:before, .regional-people .slick-next.slick-disabled:before{opacity: 1;}
.slick-prev:before, .slick-next:before{opacity: 1 !important;}
.customer-flow.pbnone{padding-bottom: 50px;}
.homepageflowBgWrapper section.flow.hsec2{z-index: 10;}
section.connectwithus{padding: 0 0 100px 0;}
.privacy-policy .main-content .wraper .short-diescription,
.page-id-42 .main-content .wraper .short-diescription,
.page-id-47 .main-content .wraper .short-diescription
{max-width: 970px;margin: 0 auto; z-index: 10;}
.privacy-policy .main-content .short-diescription,
.page-id-42 .main-content .short-diescription,
.page-id-47 .main-content .short-diescription
{padding: 100px 0;}
.privacy-policy .main-content .short-diescription h2,
.page-id-42 .main-content .short-diescription h2,
.page-id-47 .main-content .short-diescription h2
{font-size: 29px;font-family: "Heebo", sans-serif;font-weight: 600;text-decoration: none;line-height: 38px; margin-bottom: 20px;}
.privacy-policy .main-content .short-diescription p,
.page-id-42 .main-content .short-diescription p,
.page-id-47 .main-content .short-diescription p
{font-size: 18px;font-family: "Heebo", sans-serif;font-weight: 400;text-decoration: none;line-height: 24px; margin-bottom: 20px;}
.privacy-policy .main-content .short-diescription h3,
.page-id-42 .main-content .short-diescription h3,
.page-id-47 .main-content .short-diescription h3
{font-size: 18px;font-family: "Heebo", sans-serif;font-weight: 500;text-decoration: none;line-height: 24px; margin-bottom: 20px;}
.privacy-policy .main-content .short-diescription ul li,
.page-id-42 .main-content .short-diescription ul li,
.page-id-47 .main-content .short-diescription ul li
{list-style-type: none;padding-bottom: 10px; position: relative;padding-left: 40px;font-size: 18px;font-family: "Heebo", sans-serif;font-weight: 400;text-decoration: none;line-height: 24px;}
.privacy-policy .main-content .short-diescription ul li:before,
.page-id-42 .main-content .short-diescription ul li:before,
.page-id-47 .main-content .short-diescription ul li:before
{content:""; background: url(//reprisemena.com/wp-content/themes/reprise/images/listarrow.jpg);position: absolute;top: 0px;left: 0; width: 15px; height: 15px;}
.privacy-policy .main-content .wraper,
.page-id-42 .main-content .wraper,
.page-id-47 .main-content .wraper
{z-index: 10;}
.privacy-policy .main-content .short-diescription ul li a, .page-id-42 .main-content .short-diescription ul li a, .page-id-47 .main-content .short-diescription ul li a{color: #4a21c2; text-decoration: none;}
.errorPage .hero-section-inner{height: 100vh;min-height: auto;padding: 0px;background: linear-gradient(90deg, #4a21c2 39%, #6c37d6 100%);}
.errorPage .cta a{position: relative;padding: 15px 30px 15px 50px;}
.errorPage .cta a:after {
content: "";
background: url(//reprisemena.com/wp-content/themes/reprise/images/backarrow.png) no-repeat center;
position: absolute;
top: 15px;
right: auto;
left: 25px;
width: 18px;
height: 15px;
transition: all 0.2s linear;
}
.errorPage .cta a:hover:after {
left: 21px;
}
.errorPage .errorWrapper h2{
font-size: 32px;
font-family: "Heebo", sans-serif;
font-weight: 400;
color: #fff;
text-decoration: none;
line-height: 40px;
}
.errorPage .errorWrapper{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
}
.errorPage .hero-section-inner:before{
background: url(//reprisemena.com/wp-content/themes/reprise/images/404ErrorPage_Merged_Desktop.png) no-repeat center top;
}
.errorPage .hero-section-inner:before {
background-position: 43% 57%;
background-size: 104%;
}
a.privacypopup{text-decoration: none;color: #4a21c2;} .colorprocustomoverlay {
background: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
position: fixed;
top: 0%;
left: 0%;
overflow: hidden;
transform: scale(0, 0);
-webkit-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
z-index: 12;
}
.colorprocustommodal {
position: fixed;
left: 50%;
top: 50%;
z-index: 99999;
width: 900px;
height: 450px;
background-color: #fff;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
padding: 40px;
overflow-y: auto;
}
.colorprothankyoupopup {
text-align: center;
}
.colorprocustommodal h2 {
font-size: 30px;
line-height: 36px;
color: #272727;
font-family: 'montserratbold';
}
.colorprocustommodal p {
font-size: 14px;
line-height: 20px;
color: #222;
font-family: 'montserratlight';
padding: 20px 0;
}
.colorpromodalclose {
position: absolute;
top: 25px;
right: 25px;
width: 25px;
height: 25px;
cursor: pointer;
}
.colorpromodalclose:before {
background-color: #b0afb3;
width: 25px;
height: 2px;
content: "";
position: absolute;
top: 11px;
right: 0px;
transform: rotate(-45deg);
}
.colorpromodalclose:after {
background-color: #b0afb3;
width: 25px;
height: 2px;
content: "";
position: absolute;
top: 11px;
right: 0px;
transform: rotate(45deg);
}
.colorprocustomoverlay.active {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-ms-transform: scale(1,1);
}
.colorproscrollhide {width: 100%;height: 100%;overflow: hidden;position: relative;}
.overviewTabsContainer p {
margin-bottom: 15px;
}
.overviewTabsContainer .fadewrap {
display: none;
text-align: left;
}
.overviewTabsContainer .fadewrap.in {
display: block;
}
.privacyOverviewwWrap{display: flex;}
.overviewTabs{width: 40%; padding: 0 15px;}
.overviewTabsContainer{width: 60%; padding: 0 15px;}
.overviewTabs a{width: 100%;display: block;padding: 15px 10px;margin-bottom: 20px; text-align: left;-webkit-box-shadow: 1px 1px 11px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 11px -4px rgba(0,0,0,0.75);box-shadow: 1px 1px 11px -4px rgba(0,0,0,0.75); text-decoration: none;font-size: 16px;
font-family: "Heebo", sans-serif;font-weight: 400;color: #4821c1;line-height: 20px; position: relative;}
.overviewTabs a.active{background-color: #e5385e; color: #fff;}
.overviewTabs a:before{
content: "";
background: url(//reprisemena.com/wp-content/themes/reprise/images/popuparrowblue.png) no-repeat;
width: 31px;
height: 12px;
position: absolute;
top: 50%;
right: 40px;
transform: translateY(-50%);
}
.overviewTabs a.active:before{ background: url(//reprisemena.com/wp-content/themes/reprise/images/popuparrowwhite.png) no-repeat;}
.overviewTabsContainer h2{color: #1c1c1b;font-family: "Heebo", sans-serif;font-weight: 600; font-size: 28px; line-height: 40px;margin-bottom: 20px;}
.overviewTabsContainer h3{color: #1c1c1b;font-family: "Heebo", sans-serif;font-weight: 600; font-size: 14px; line-height: 26px;margin-bottom: 20px;}
.overviewTabsContainer p{color: #1c1c1b;font-family: "Heebo", sans-serif;font-weight: 400; font-size: 14px; line-height: 24px; margin-bottom: 0;
padding-bottom: 15px;padding-top: 0px;}
p:empty {
display: none;
} .switch input[type="checkbox"],
.switch input[type="radio"] {
display: none;
}
.switch input[type="checkbox"] + label,
.switch input[type="radio"] + label {
width: 50px;
height: 26px;
border-radius: 25px;
border: 0;
background-color: #e5385e;
display: inline-block;
content: "";
margin-right: 5px;
transition: background-color 0.5s linear;
line-height: 2;
vertical-align: middle;
}
.switch input[type="checkbox"] + label:hover,
.switch input[type="radio"] + label:hover {
cursor: pointer;
}
.switch input[type="checkbox"] + label:before,
.switch input[type="radio"] + label:before {
width: 24px;
height: 24px;
border-radius: 30px;
background-color: #EEE;
display: block;
content: "";
float: left;
margin-right: 5px;
transition: margin 0.2s linear, background-color 0.2s linear;
position: relative;
top: 1px;
right: 0px;
}
.switch input[type="checkbox"]:checked + label,
.switch input[type="radio"]:checked + label {
background-color: #309836;
}
.switch input[type="checkbox"]:checked + label:before,
.switch input[type="radio"]:checked + label:before {
margin: 0 0 0 25px;
background-color: #fff;
}
.enabledWrapper .disable{display: none;}
.enabledWrapper .enable{display: block;}
.enabledWrapper.active .disable{display: block;}
.enabledWrapper.active .enable{display: none;}
.enabledWrapper{display: inline-block;vertical-align: middle;font-family: "Heebo", sans-serif;font-weight: 400; font-size: 18px; line-height: 24px;}
.enabledWrapper p.enable{color: #2c8c31;}
.enabledWrapper p.disable{color: #e5385e;}
.privacy-policy .main-content .short-diescription .enabledWrapper p{padding-bottom: 0px; margin-bottom: 0px;}