.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;
word-break: 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;
}hr,
img,
legend {
border: 0
}
legend,
td,
th {
padding: 0
}
body,
figure {
margin: 0
}
.fancybox-container,
.fancybox-slide,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden
}
.fancybox-is-hidden,
.invisible,
.owl-carousel .owl-stage:after,
.owl-carousel.owl-refresh .owl-item {
visibility: hidden
}
.fancybox-container,
.fancybox-infobar,
.fancybox-thumbs,
.fancybox-thumbs>ul>li,
.owl-carousel,
.owl-carousel .owl-item,
html {
-webkit-tap-highlight-color: transparent
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent;
color: #337ab7;
text-decoration: none
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
optgroup,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em
}
mark {
background: #ff0;
color: #000
}
.img-thumbnail,
body {
background-color: #fff
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
vertical-align: middle
}
svg:not(:root) {
overflow: hidden
}
hr {
box-sizing: content-box;
height: 0
}
pre,
textarea {
overflow: auto
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box
}
*,
.fancybox-button,
.fancybox-share__input,
.fancybox-slide,
.fancybox-slide>*,
.fancybox-thumbs,
.fancybox-thumbs>ul>li,
:after,
:before {
box-sizing: border-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
table {
border-collapse: collapse;
border-spacing: 0
}
html {
font-size: 10px
}
body {
font-size: 14px;
line-height: 1.42857143
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a:focus,
a:hover {
color: #23527c
}
a:focus {
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 6px
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
border: 1px solid #ddd;
border-radius: 4px;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #eee
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
.container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
[role=button] {
cursor: pointer
}
@media (min-width:768px) {
.container {
width: 750px
}
}
@media (min-width:992px) {
.container {
width: 970px
}
}
@media (min-width:1200px) {
.container {
width: 1170px
}
}
.row {
margin-left: -15px;
margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
float: left
}
.col-xs-12 {
width: 100%
}
.col-xs-11 {
width: 91.66666667%
}
.col-xs-10 {
width: 83.33333333%
}
.col-xs-9 {
width: 75%
}
.col-xs-8 {
width: 66.66666667%
}
.col-xs-7 {
width: 58.33333333%
}
.col-xs-6 {
width: 50%
}
.col-xs-5 {
width: 41.66666667%
}
.col-xs-4 {
width: 33.33333333%
}
.col-xs-3 {
width: 25%
}
.col-xs-2 {
width: 16.66666667%
}
.col-xs-1 {
width: 8.33333333%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-pull-11 {
right: 91.66666667%
}
.col-xs-pull-10 {
right: 83.33333333%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-8 {
right: 66.66666667%
}
.col-xs-pull-7 {
right: 58.33333333%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-5 {
right: 41.66666667%
}
.col-xs-pull-4 {
right: 33.33333333%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-2 {
right: 16.66666667%
}
.col-xs-pull-1 {
right: 8.33333333%
}
.col-xs-pull-0 {
right: auto
}
.col-xs-push-12 {
left: 100%
}
.col-xs-push-11 {
left: 91.66666667%
}
.col-xs-push-10 {
left: 83.33333333%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-8 {
left: 66.66666667%
}
.col-xs-push-7 {
left: 58.33333333%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-5 {
left: 41.66666667%
}
.col-xs-push-4 {
left: 33.33333333%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-2 {
left: 16.66666667%
}
.col-xs-push-1 {
left: 8.33333333%
}
.col-xs-push-0 {
left: auto
}
.col-xs-offset-12 {
margin-left: 100%
}
.col-xs-offset-11 {
margin-left: 91.66666667%
}
.col-xs-offset-10 {
margin-left: 83.33333333%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-8 {
margin-left: 66.66666667%
}
.col-xs-offset-7 {
margin-left: 58.33333333%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-5 {
margin-left: 41.66666667%
}
.col-xs-offset-4 {
margin-left: 33.33333333%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-2 {
margin-left: 16.66666667%
}
.col-xs-offset-1 {
margin-left: 8.33333333%
}
.col-xs-offset-0 {
margin-left: 0
}
@media (min-width:768px) {
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
float: left
}
.col-sm-12 {
width: 100%
}
.col-sm-11 {
width: 91.66666667%
}
.col-sm-10 {
width: 83.33333333%
}
.col-sm-9 {
width: 75%
}
.col-sm-8 {
width: 66.66666667%
}
.col-sm-7 {
width: 58.33333333%
}
.col-sm-6 {
width: 50%
}
.col-sm-5 {
width: 41.66666667%
}
.col-sm-4 {
width: 33.33333333%
}
.col-sm-3 {
width: 25%
}
.col-sm-2 {
width: 16.66666667%
}
.col-sm-1 {
width: 8.33333333%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-pull-11 {
right: 91.66666667%
}
.col-sm-pull-10 {
right: 83.33333333%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-8 {
right: 66.66666667%
}
.col-sm-pull-7 {
right: 58.33333333%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-5 {
right: 41.66666667%
}
.col-sm-pull-4 {
right: 33.33333333%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-2 {
right: 16.66666667%
}
.col-sm-pull-1 {
right: 8.33333333%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-push-12 {
left: 100%
}
.col-sm-push-11 {
left: 91.66666667%
}
.col-sm-push-10 {
left: 83.33333333%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-8 {
left: 66.66666667%
}
.col-sm-push-7 {
left: 58.33333333%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-5 {
left: 41.66666667%
}
.col-sm-push-4 {
left: 33.33333333%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-2 {
left: 16.66666667%
}
.col-sm-push-1 {
left: 8.33333333%
}
.col-sm-push-0 {
left: auto
}
.col-sm-offset-12 {
margin-left: 100%
}
.col-sm-offset-11 {
margin-left: 91.66666667%
}
.col-sm-offset-10 {
margin-left: 83.33333333%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-8 {
margin-left: 66.66666667%
}
.col-sm-offset-7 {
margin-left: 58.33333333%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-5 {
margin-left: 41.66666667%
}
.col-sm-offset-4 {
margin-left: 33.33333333%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-2 {
margin-left: 16.66666667%
}
.col-sm-offset-1 {
margin-left: 8.33333333%
}
.col-sm-offset-0 {
margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
float: left
}
.col-md-12 {
width: 100%
}
.col-md-11 {
width: 91.66666667%
}
.col-md-10 {
width: 83.33333333%
}
.col-md-9 {
width: 75%
}
.col-md-8 {
width: 66.66666667%
}
.col-md-7 {
width: 58.33333333%
}
.col-md-6 {
width: 50%
}
.col-md-5 {
width: 41.66666667%
}
.col-md-4 {
width: 33.33333333%
}
.col-md-3 {
width: 25%
}
.col-md-2 {
width: 16.66666667%
}
.col-md-1 {
width: 8.33333333%
}
.col-md-pull-12 {
right: 100%
}
.col-md-pull-11 {
right: 91.66666667%
}
.col-md-pull-10 {
right: 83.33333333%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-8 {
right: 66.66666667%
}
.col-md-pull-7 {
right: 58.33333333%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-5 {
right: 41.66666667%
}
.col-md-pull-4 {
right: 33.33333333%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-2 {
right: 16.66666667%
}
.col-md-pull-1 {
right: 8.33333333%
}
.col-md-pull-0 {
right: auto
}
.col-md-push-12 {
left: 100%
}
.col-md-push-11 {
left: 91.66666667%
}
.col-md-push-10 {
left: 83.33333333%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-8 {
left: 66.66666667%
}
.col-md-push-7 {
left: 58.33333333%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-5 {
left: 41.66666667%
}
.col-md-push-4 {
left: 33.33333333%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-2 {
left: 16.66666667%
}
.col-md-push-1 {
left: 8.33333333%
}
.col-md-push-0 {
left: auto
}
.col-md-offset-12 {
margin-left: 100%
}
.col-md-offset-11 {
margin-left: 91.66666667%
}
.col-md-offset-10 {
margin-left: 83.33333333%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-8 {
margin-left: 66.66666667%
}
.col-md-offset-7 {
margin-left: 58.33333333%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-5 {
margin-left: 41.66666667%
}
.col-md-offset-4 {
margin-left: 33.33333333%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-2 {
margin-left: 16.66666667%
}
.col-md-offset-1 {
margin-left: 8.33333333%
}
.col-md-offset-0 {
margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
float: left
}
.col-lg-12 {
width: 100%
}
.col-lg-11 {
width: 91.66666667%
}
.col-lg-10 {
width: 83.33333333%
}
.col-lg-9 {
width: 75%
}
.col-lg-8 {
width: 66.66666667%
}
.col-lg-7 {
width: 58.33333333%
}
.col-lg-6 {
width: 50%
}
.col-lg-5 {
width: 41.66666667%
}
.col-lg-4 {
width: 33.33333333%
}
.col-lg-3 {
width: 25%
}
.col-lg-2 {
width: 16.66666667%
}
.col-lg-1 {
width: 8.33333333%
}
.col-lg-pull-12 {
right: 100%
}
.col-lg-pull-11 {
right: 91.66666667%
}
.col-lg-pull-10 {
right: 83.33333333%
}
.col-lg-pull-9 {
right: 75%
}
.col-lg-pull-8 {
right: 66.66666667%
}
.col-lg-pull-7 {
right: 58.33333333%
}
.col-lg-pull-6 {
right: 50%
}
.col-lg-pull-5 {
right: 41.66666667%
}
.col-lg-pull-4 {
right: 33.33333333%
}
.col-lg-pull-3 {
right: 25%
}
.col-lg-pull-2 {
right: 16.66666667%
}
.col-lg-pull-1 {
right: 8.33333333%
}
.col-lg-pull-0 {
right: auto
}
.col-lg-push-12 {
left: 100%
}
.col-lg-push-11 {
left: 91.66666667%
}
.col-lg-push-10 {
left: 83.33333333%
}
.col-lg-push-9 {
left: 75%
}
.col-lg-push-8 {
left: 66.66666667%
}
.col-lg-push-7 {
left: 58.33333333%
}
.col-lg-push-6 {
left: 50%
}
.col-lg-push-5 {
left: 41.66666667%
}
.col-lg-push-4 {
left: 33.33333333%
}
.col-lg-push-3 {
left: 25%
}
.col-lg-push-2 {
left: 16.66666667%
}
.col-lg-push-1 {
left: 8.33333333%
}
.col-lg-push-0 {
left: auto
}
.col-lg-offset-12 {
margin-left: 100%
}
.col-lg-offset-11 {
margin-left: 91.66666667%
}
.col-lg-offset-10 {
margin-left: 83.33333333%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-8 {
margin-left: 66.66666667%
}
.col-lg-offset-7 {
margin-left: 58.33333333%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-5 {
margin-left: 41.66666667%
}
.col-lg-offset-4 {
margin-left: 33.33333333%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-2 {
margin-left: 16.66666667%
}
.col-lg-offset-1 {
margin-left: 8.33333333%
}
.col-lg-offset-0 {
margin-left: 0
}
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
content: " ";
display: table
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
clear: both
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.hide {
display: none!important
}
.show {
display: block!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.hidden {
display: none!important
}
.affix {
position: fixed
}
.owl-carousel {
display: none;
width: 100%;
position: relative;
z-index: 1
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
line-height: 0;
height: 0
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
display: block;
width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel.owl-loading {
opacity: 0;
display: block
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.fancybox-infobar,
.fancybox-slide .fancybox-image-wrap {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab
}
.owl-carousel.owl-rtl {
direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
float: right
}
body.fancybox-active {
overflow: hidden
}
body.fancybox-iosfix {
position: fixed;
left: 0;
right: 0
}
.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px
}
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99992;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0
}
.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
opacity: .87;
transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
transition: opacity .25s, visibility 0s linear .25s;
box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
visibility: visible;
transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
top: 0;
left: 0;
font-size: 13px;
padding: 0 10px;
height: 44px;
min-width: 44px;
line-height: 44px;
color: #ccc;
text-align: center;
pointer-events: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-font-smoothing: subpixel-antialiased;
mix-blend-mode: exclusion
}
.fancybox-toolbar {
top: 0;
right: 0;
margin: 0;
padding: 0
}
.fancybox-stage {
overflow: visible;
direction: ltr;
z-index: 99994;
-webkit-transform: translateZ(0)
}
.fancybox-is-open .fancybox-stage {
overflow: hidden
}
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: 0;
white-space: normal;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
display: block
}
.fancybox-slide--image {
overflow: visible
}
.fancybox-slide--image:before {
display: none
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000;
padding: 0
}
.fancybox-slide video {
vertical-align: top
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #e5e3df
}
.fancybox-slide--next {
z-index: 99995
}
.fancybox-slide>* {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto
}
.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
display: none
}
.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: no-repeat;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
user-select: none;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform
}
.fancybox-image,
.fancybox-share__button,
.fancybox-spaceball {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}
.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing
}
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
user-select: none
}
.fancybox-spaceball {
z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: calc(100% - 100px);
max-height: calc(100% - 88px);
background: #fff
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content {
overflow: visible
}
.fancybox-iframe {
display: block;
padding: 0;
border: 0;
height: 100%
}
.fancybox-error,
.fancybox-iframe {
margin: 0;
width: 100%;
background: #fff
}
.fancybox-error {
padding: 40px;
max-width: 380px;
cursor: default
}
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font-size: 16px;
line-height: 20px
}
.fancybox-button {
display: inline-block;
vertical-align: top;
width: 44px;
height: 44px;
margin: 0;
padding: 10px;
border: 0;
border-radius: 0;
background: rgba(30, 30, 30, .6);
transition: color .3s ease;
cursor: pointer;
outline: 0
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc
}
.fancybox-button:focus,
.fancybox-button:hover {
color: #fff
}
.fancybox-button[disabled] {
color: #ccc;
cursor: default;
opacity: .6
}
.fancybox-button svg {
display: block;
position: relative;
overflow: visible;
shape-rendering: geometricPrecision
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation {
display: none
}
.fancybox-button svg path {
fill: currentColor;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3
}
.fancybox-button--share svg path {
stroke-width: 1
}
.fancybox-button--zoom svg path {
fill: transparent
}
.fancybox-show-nav .fancybox-navigation {
display: block
}
.fancybox-navigation button {
position: absolute;
top: 50%;
margin: -50px 0 0;
z-index: 99997;
background: 0 0;
width: 60px;
height: 100px;
padding: 17px
}
.fancybox-navigation button:before {
content: "";
position: absolute;
top: 30px;
right: 10px;
width: 40px;
height: 40px;
background: rgba(30, 30, 30, .6)
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
right: 0
}
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
padding: 5px;
margin: 0;
border: 0;
border-radius: 0;
background: 0 0;
z-index: 10;
cursor: pointer;
color: #777
}
.fancybox-close-small svg {
fill: transparent;
stroke: currentColor;
stroke-width: 2;
border-radius: 50%
}
.fancybox-close-small:focus {
outline: 0
}
.fancybox-close-small:focus svg {
outline: #888 dotted 1px
}
.fancybox-close-small:hover svg {
color: #333;
background: #eee
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
top: 0;
right: -40px;
color: #ccc;
padding: 0
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
color: #fff;
background: 0 0
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none
}
.fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 2vw 0;
background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
pointer-events: none
}
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, .4);
font-size: 14px;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all;
position: relative
}
.fancybox-caption a {
color: #fff;
text-decoration: underline
}
.fancybox-share__button,
.fancybox-share__button:hover,
a:focus,
a:hover {
text-decoration: none
}
.fancybox-slide>.fancybox-loading {
border: 6px solid rgba(99, 99, 99, .4);
border-top: 6px solid rgba(255, 255, 255, .6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: a .8s infinite linear;
animation: a .8s infinite linear;
background: 0 0;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 99999
}
@-webkit-keyframes a {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-1turn);
transform: rotate(-1turn);
opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1)
}
.fancybox-share {
padding: 30px;
border-radius: 3px;
background: #f4f4f4;
max-width: 90%;
text-align: center
}
.fancybox-share h1 {
color: #222;
margin: 0 0 20px;
font-size: 35px;
font-weight: 700
}
.fancybox-share p {
margin: 0;
padding: 0
}
p.fancybox-share__links {
margin-right: -10px
}
.fancybox-share__button {
display: inline-block;
margin: 0 10px 10px 0;
padding: 0 15px;
min-width: 130px;
border: 0;
border-radius: 3px;
background: #fff;
white-space: nowrap;
font-size: 14px;
font-weight: 700;
line-height: 40px;
user-select: none;
color: #fff;
transition: all .2s
}
.fancybox-share__button--fb {
background: #3b5998
}
.fancybox-share__button--fb:hover {
background: #344e86
}
.fancybox-share__button--pt {
background: #bd081d
}
.fancybox-share__button--pt:hover {
background: #aa0719
}
.fancybox-share__button--tw {
background: #1da1f2
}
.fancybox-share__button--tw:hover {
background: #0d95e8
}
.fancybox-share__button svg {
position: relative;
top: -1px;
width: 25px;
height: 25px;
margin-right: 7px;
vertical-align: middle
}
.fancybox-share__button svg path {
fill: #fff
}
.fancybox-share__input {
width: 100%;
margin: 10px 0 0;
padding: 10px 15px;
background: 0 0;
color: #5d5b5b;
font-size: 14px;
outline: 0;
border: 0;
border-radius: 0;
border-bottom: 2px solid #d7d7d7
}
.fancybox-thumbs {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 212px;
margin: 0;
padding: 2px 2px 4px;
background: #fff;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
z-index: 99995
}
.fancybox-thumbs-x {
overflow-y: hidden;
overflow-x: auto
}
.header__menu ul li,
body,
button.black,
button.white {
overflow-x: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px
}
.fancybox-thumbs>ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0;
white-space: nowrap
}
.fancybox-thumbs-x>ul {
overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
width: 7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px
}
.fancybox-thumbs>ul>li {
float: left;
overflow: hidden;
padding: 0;
margin: 2px;
width: 100px;
height: 75px;
max-width: calc(50% - 4px);
max-height: calc(100% - 8px);
position: relative;
cursor: pointer;
outline: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0 0 30px;
padding: 0
}
p {
font-weight: 300;
}
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs>ul>li>img {
position: absolute;
top: 0;
left: 0;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.fancybox-thumbs>ul>li:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
opacity: 1
}
@media (max-width:800px) {
.fancybox-thumbs {
width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px
}
.fancybox-thumbs>ul>li {
max-width: calc(100% - 10px)
}
}
@font-face {
font-family: avenir;
src: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/fonts/AvenirLTStd-Light.eot);
src: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/fonts/AvenirLTStd-Light.eot?#iefix) format("embedded-opentype"), url(//biancobouquetacademy.com/wp-content/themes/iww/assets/fonts/AvenirLTStd-Light.woff2) format("woff2"), url(//biancobouquetacademy.com/wp-content/themes/iww/assets/fonts/AvenirLTStd-Light.woff) format("woff"), url(//biancobouquetacademy.com/wp-content/themes/iww/assets/fonts/AvenirLTStd-Light.ttf) format("truetype"), url(//biancobouquetacademy.com/wp-content/themes/iww/assets/fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light) format("svg");
font-weight: 400;
font-style: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cormorant Garamond', serif;
line-height: 1.1;
font-weight: 700
}
a {
transition: all .2s
}     h1 {
font-size: 60px;
font-weight: 500;
}
h2 {
font-size: 50px;
font-weight: 400;
}
@media (max-width: 75.0525em) {
h2 {
font-size: 45px;
}
}
@media (max-width: 39.99em) {
h2 {
font-size: 40px;
}
}
h3 {
font-size: 30px;
}
@media (max-width:61.99em) {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 10px
}   }        @media (max-width:39.99em) {      }
.subtitle {
font-weight: lighter;
font-size: 30px;
letter-spacing: 1.5px
}
@media (max-width:53.0525em) {
.subtitle {
font-size: 24px
}
}
@media (max-width:39.99em) {
.subtitle {
font-size: 22px
}
}
button,
input,
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0
}
::-webkit-input-placeholder {
color: #000;
font-size: 16px;
font-weight: 100
}
::-moz-placeholder {
color: #000;
font-size: 16px;
font-weight: 100
}
:-ms-input-placeholder {
color: #000;
font-size: 16px;
font-weight: 100
}
:-moz-placeholder {
color: #000;
font-size: 16px;
font-weight: 100
}
.message-area>span>textarea::-webkit-input-placeholder {
padding-top: 5px
}
.message-area>span>textarea::-moz-input-placeholder {
padding-top: 5px
}
.message-area>span>textarea:-moz-input-placeholder {
padding-top: 5px
}
.message-area>span>textarea:-ms-input-placeholder {
padding-top: 5px
}
form .form-row {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 15px
}
form .form-row.last {
margin-top: 30px;
margin-bottom: 0;
}
@media (max-width:39.99em) {
form .form-row {
display: block
}
}
form .form-row>div {
display: table-cell;
position: relative
}
form .form-row>div:first-of-type {
padding-right: 1%
}
form .form-row>div:last-of-type {
padding-left: 1%
}
form .form-row>div.last {
padding-left: 0
}
form .form-row>div.last.message-area {
text-decoration: none;
padding-right: 0
}
@media (max-width:39.99em) {
form .form-row>div {
display: block;
margin-bottom: 15px
}
form .form-row>div:first-of-type {
padding-right: 0
}
form .form-row>div:last-of-type {
padding-left: 0
}
form .form-row>div input[type=checkbox] {
visibility: hidden
}
}
form .form-row>div input[type=text],
form .form-row>div input[type=email],
form .form-row>div input[type=tel] {
color: #000;
font-weight: 500;
width: 100%;
letter-spacing: 1px;
display: block;
margin: 5px 0 0;
font-size: 16px;
padding: 14px 10px;
border: 1px solid #F7F7F7;
transition: border .3s;
background-color: #F7F7F7
}
form .form-row>div input[type=text]:focus,
form .form-row>div input[type=email]:focus,
form .form-row>div input[type=tel]:focus {
outline: 0;
border: 1px solid #707070
}
form .form-row>div textarea {
width: 100%;
background-color: #F7F7F7;
margin: 5px 0 0;
font-size: 18px;
padding: 10px;
border: none
}
form .form-row>div.error label,
form .form-row>div.error span {
color: red
}
form .form-row>div.error .checkbox-trigger,
form .form-row>div.error input,
form .form-row>div.error select {
color: red;
border-color: red!important
}
form .form-row>div.error textarea {
color: red;
border: 1px solid red!important
}
form .form-row>div.price {
background-color: #000;
background-color: #93c6b2;
width: 49.5%;
margin-right: .5%;
text-align: center;
font-size: 22px;
font-weight: 700; padding: 22px 0;
border-radius: 3px;
line-height: 1
}
@media (max-width:39.99em) {
form .form-row>div.price {
width: 100%;
margin-right: 0;
font-size: 24px;
margin-bottom: -10px
}
}
form .span-check,
form .span-check a {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
letter-spacing: .3px;
font-weight: 400
}
form .form-row>div.signin { vertical-align: middle;
width: 180px;
}
@media (max-width:39.99em) {
form .form-row>div.signin {
display: block;
margin-top: 25px;
width: 100%;
margin-left: 0
}
}
form .checkbox-trigger,
form .checkbox-trigger-footer,
form .checkbox-trigger-footer-marketing {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #000;
background: #fff;
margin-right: 10px;
margin-top: -5px;
vertical-align: middle;
position: relative;
text-align: center;
line-height: 13px
}
form .checkbox-trigger.active:before,
form .checkbox-trigger-footer.active:before,
form .checkbox-trigger-footer-marketing.active:before {
display: inline-block
}
form .checkbox-trigger:before,
form .checkbox-trigger-footer:before,
form .checkbox-trigger-footer-marketing:before {
content: '';
display: none;
width: 100%;
height: 100%;
background-color: #222;
position: absolute;
top: 0;
left: 0
}
form .span-check {
display: inline-block;
}
form .span-check:last-of-type p:last-of-type {
display: none
}
form .span-check a {
display: inline-block;
border-bottom: 2px solid #000;
}
#text-marketing-2 {
position: absolute;
width: 140%;
font-size: 13px;
transform: translateX(-10px);
background-color: #FFF;
border: 1px solid #a1988c;
z-index: 10;
padding: 15px;
bottom: 100%;
left: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all .3s ease
}
.breadcrumb a::after,
.header__menu ul li a::after {
content: '';
bottom: 0
}
#text-marketing-2.in {
opacity: 1;
visibility: visible;
pointer-events: auto
}
#text-marketing-2.in p {
display: block;
margin-bottom: 0
}
.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-validation-errors {
display: none!important
}
form .send {
width: 100%;
background-color: #222;
text-align: center;
border: none;
padding: 20px 0
}
form .send .explore {
font-size: 12px
}
form .send .explore span {
color: #FFF
}
.special {
padding-left: 0!important;
padding-right: 0!important
}
.wpcf7-not-valid {
border: 1px solid red!important
}
#newsletter-form .insert {
width: 100%;
height: 100%;
display: table;
table-layout: fixed
}
@media (max-width:61.99em) {
#newsletter-form .insert {
display: block
}
}
#newsletter-form .insert>div {
display: table-cell;
vertical-align: middle
}
#newsletter-form .insert>div:nth-child(2) {
text-align: center;
width: 275px!important;
margin-bottom: 0!important;
position: relative
}
@media (max-width:61.99em) {
#newsletter-form .insert>div {
display: block
}
#newsletter-form .insert>div:nth-child(2) {
width: 100%!important;
text-align: center!important;
margin-top: 25px!important;
margin-bottom: 25px!important
}
#newsletter-form .insert>div:nth-child(2)>div {
display: block;
margin: 0 auto
}
}
#newsletter-form .insert>div:nth-child(2)>div {
width: 108%;
text-align: left;
display: block
}
#newsletter-form .insert>div:nth-child(2)>div.field.last>div:first-of-type {
margin-bottom: 15px;
}
@media (max-width: 53.0525em) {
#newsletter-form .insert>div:nth-child(2)>div {
width: 36%;
padding-right: 0;
}
}
@media (max-width: 39.99em) {
#newsletter-form .insert>div:nth-child(2)>div {
width: 80%;
}
}
@media (max-width: 23.5em) {
#newsletter-form .insert>div:nth-child(2)>div {
width: 86%;
}
}
#newsletter-form .insert>div:nth-child(2) .wpcf7-form-control-wrap {
position: absolute!important
}
#newsletter-form .insert>div:nth-child(2) .wpcf7-form-control-wrap input[type=checkbox] {
visibility: hidden
}
.header__wrap {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
position: relative
}
@media (max-width:53.0525em) {
.header.container {
width: 100%;
padding-left: 0;
padding-right: 0
}
.header__wrap {
padding-left: 15px;
padding-right: 15px
}
}
@media (max-width:39.99em) {
.header__wrap {
display: block
}
}
.header__wrap>div {
display: table-cell;
vertical-align: middle
}
@media (max-width:75em) {
.header__logo {
width: 30%
}
}
.header__logo img {
width: 270px;
padding: 25px 0
}
@media (max-width: 80.0525em) {
.header__logo img {
padding: 20px 0;
width: 240px; }
}
@media (max-width: 64.0525em) {
.header__logo img {
width: 220px; }
}
@media (max-width:53.0525em) {
.header__logo img {
padding: 20px 0
}
}
@media (max-width:39.99em) {
.header__wrap>div {
display: block
}
.header__logo img {
width: 180px
}
}
.header #menu-trigger {
display: inline-block;
width: 30px;
height: 30px;
position: absolute;
right: 25px;
top: 40px;
z-index: 101
}
@media (min-width:53.0525em) {
.header #menu-trigger {
display: none
}
}
@media (max-width:39.99em) {
.header #menu-trigger {
top: 45px
}
}
.header #menu-trigger.open {
position: fixed
}
.header #menu-trigger.open span {
background: 0 0!important
}
.header #menu-trigger.open span::before {
top: 0;
background: #000!important;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.header #menu-trigger.open span::after {
top: 0;
background: #000!important;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.header__menu ul li:last-of-type.current-menu-item,
.header__menu ul li:last-of-type:hover {
background-color: #FFF
}
.header #menu-trigger span {
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
width: 100%;
height: 2px;
background: #FFF;
transition: all .2s ease
}
.header #menu-trigger span::after,
.header #menu-trigger span::before {
content: '';
position: absolute;
background: #FFF;
left: 0;
width: 100%;
height: 100%;
transition: all .2s ease
}
.header #menu-trigger span::before {
top: -12px
}
.header #menu-trigger span::after {
top: 12px
}
.header .mobile-logo {
z-index: 51;
position: absolute;
top: 20px;
left: 15px
}
@media (min-width:54em) {
.header .mobile-logo {
display: none!important
}
}
.header .mobile-logo.fixed {
position: fixed
}
.header .mobile-logo img {
width: 220px
}
@media (max-width: 39.99em) {
.header .mobile-logo img {
width: 180px
}
}
.header__menu {
text-align: right
}
.header__menu ul {
list-style: none;
margin: 0;
padding: 0;
line-height: 1px
}
@media (min-width:53.0525em) {
.header__menu ul {
left: 30%;
}
.header__info {
display: none;
}
}
@media (max-width:53.0525em) {
.header__menu ul {
display: block!important;
width: 100%;
position: fixed;
top: 0;
left: 100%;
padding: 28% 20% 0 0;
text-align: center;
background-color: #FFF;
z-index: 100;
height: 80vh;
transition: all 0.3s ease-out;
}
.header__menu ul.open {
left: 20%;
}
.header__info {
display: block!important;
width: 80%;
position: fixed;
top: 65vh;
left: 100%;
text-align: center;
z-index: 101;
transition: all 0.3s ease-out;
}
.header__info a {
display: block;
color: #000 !important;
margin-bottom: 10px;
font-size: 16px;
}
.header__info a:last-of-type {
margin-bottom: 0;
}
.header__info.open {
left: 20%;
}
.header__info>div {
width: 100%;
margin-top: 15px;
text-align: center;
}
.header__info>div a {
display: inline-block;
margin: 0 10px;
background-color: #93c6b2;
}
.header__info>div a svg{
padding: 10px;
}
}
@media (max-width: 30em) {
.header__info a {
font-size: 15px;
margin-bottom: 10px;
}
.header__info {
top: 59vh;
}
}
@media (max-width: 23.5em) {
.header__menu ul {
padding: 30% 20% 0 0;
height: 90vh;
}
.header__info {
top: 65vh;
}
}
@media (max-width: 22.5em) {
.header__menu ul {
padding: 23% 20% 0 0;
height: 90vh;
}
.header__info {
top: 57vh;
}
}
.header__menu ul li {
display: inline-block;
margin: 0;
padding: 0 20px;
text-align: center;
line-height: 51px
}
@media (max-width:53.0525em) {
.header__menu ul li {
display: block;
text-align: center;
border: none;
margin: 30px 0;
padding: 0;
}
}
@media (max-width: 39.99em) {
.header__menu ul li {
margin: 10px 0;
line-height: 45px;
}
}
@media (max-width: 23.5em) {
.header__menu ul li {
line-height: 40px;
}
}
.header__menu ul li:last-of-type {
padding: 0;
border: 2px solid #FFF; margin-left: 17px;
position: relative;
transition: all .4s ease
}
.header__menu ul li:last-of-type:hover a {
color: #000
}
.header__menu ul li:last-of-type.current-menu-item a {
color: #000;
border-bottom: none
}
@media (max-width:53.0525em) {
.header__menu ul li:last-of-type {  margin-left: 0;
border: none;
}
.header__menu ul li:last-of-type.current-menu-item a {
font-weight: 500
}
.header__menu ul li:last-of-type a {
color: #000;
font-size: 30px;
line-height: 36px;
padding: 3px 0 5px !important;
}
}
@media (max-width: 39.99em) {
.header__menu ul li:last-of-type a {
font-size: 20px;
}
}
.header__menu ul li.current-menu-item a,
.single-course .header .header__wrap .header__menu ul li.corsi-menu a {
font-weight: 700
}
.header__menu ul li:last-of-type a {
padding: 10px 35px
}
.header__menu ul li:last-of-type a::after {
display: none
}
.header__menu ul li a {
line-height: 1;
letter-spacing: 1px;
font-size: 18px;
position: relative;
color: #FFF;
overflow: hidden;
display: inline-block;
padding: 3px 0 5px;
vertical-align: middle
}
.header__menu ul li a::after {
position: absolute;
width: 0;
height: 2px;
background-color: #FFF;
left: 0;
transition: width .2s ease
}
@media (max-width: 53.0525em) {
.header__menu ul li:last-of-type a::after {
display: block;
}
.header__menu ul li a::after {
background-color: #000;
}
}
.header__menu ul li a:hover::after,
.header__menu ul li.current-menu-item a::after,
.category .header__menu ul li.menu-item-3031 a::after,
.single:not(.single-course) .header__menu ul li.menu-item-3031 a::after,
.single-course .header .header__wrap .header__menu ul li.corsi-menu a::after {
width: 100%
}
.shadow {
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 99;
background-color: rgba(0,0,0,.5);
opacity: 0;
pointer-events: none;
transition: all .3s ease-out;
position: fixed;
visibility: hidden;}
.shadow.in {
opacity: 1;
visibility: visible;
pointer-events: auto;}
.footer .black>div,
.footer__wrap .bottom,
.footer__wrap .top {
height: 100%;
table-layout: fixed
}
.footer {
background-color: #f7f7f7
}
.footer__wrap {
padding: 70px 0
}
@media (max-width:61.99em) {
.footer__wrap {
padding: 50px
}
}
@media (max-width:53.0525em) {
.header__menu ul li a {
color: #000;
font-size: 30px
}
.footer__wrap {
padding: 30px 0
}
}
@media (max-width:39.99em) {
.header__menu ul li a {
color: #000;
font-size: 20px
}
.footer__wrap {
padding: 40px 0
}
}
.footer__wrap .footer-logos-wrap {
display: block;
text-align: center;
padding-bottom: 50px; }
@media (max-width: 61.99em) {
.footer__wrap .footer-logos-wrap {
padding-bottom: 30px;
}
}
.footer__wrap .footer-logos-wrap a {
margin: 0 20px;
vertical-align: middle;
display: inline-block; }
.footer__wrap .footer-logos-wrap a img {
display: block;
width: 150px; }
@media (max-width: 105.0625em) {
.footer__wrap .footer-logos-wrap a img {
width: 140px;
}
}
@media (max-width: 80.0625em) {
.footer__wrap .footer-logos-wrap a img {
width: 130px;
}
}
.footer__wrap .footer-logos-wrap a img[alt="Partner ufficiale Zankyou"] {
margin-top: -10px; }
.footer__wrap .top {
display: table;
width: 100%;
padding-bottom: 25px;
border-bottom: 1px solid #C3C3C3
}
@media (max-width:61.99em) {
.footer__wrap .top {
display: block;
border-bottom: none
}
}
.footer__wrap .top>div {
display: table-cell;
vertical-align: middle;
text-align: left
}
.footer__wrap .top>div:nth-child(1) {
width: 30%;
border-right: 1px solid #C3C3C3
}
@media (max-width: 75.0525em) {
.footer__wrap .top>div:nth-child(1) {
width: 21%;
}
}
.footer__wrap .top>div:nth-child(1) h2 {
font-size: 25px;
font-weight: 600;
}
@media (max-width:61.99em) {
.footer__wrap .top>div {
display: block;
text-align: center!important
}
.footer__wrap .top>div:nth-child(1) {
width: 100%;
border-right: none
}
.footer__wrap .top>div:nth-child(2) {
border-right: none;
margin: 15px 0 25px
}
}
.footer__wrap .top>div:nth-child(2) {
text-align: center
}
@media (max-width:39.99em) {
.footer__wrap .top>div:nth-child(2) {
margin: 25px 0 0
}
}
.footer__wrap .top>div:nth-child(3) {
text-align: right;
padding-right: 32px
}
.footer__wrap .top>div .subtitle {
font-size: 30px;
letter-spacing: 0;
margin: 0
}
.footer__wrap .top>div input {
width: 95%;
margin: 0;
font-size: 16px;
padding: 10px;
color: #353644;
border: none;
background-color: transparent
}
@media (max-width:61.99em) {
.footer__wrap .top>div input {
width: 55%;
border-bottom: 1px solid #C3C3C3;
text-align: center;
padding: 5px
}
}
@media (max-width:39.99em) {
.footer__wrap .top>div input {
width: 70%
}
}
.footer__wrap .top>div button {
position: relative;
width: 160px
}
.footer__wrap .top>div button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -32px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.footer__wrap .top>div button:hover::after {
-webkit-animation-name: move;
animation-name: move;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
.main-copy__wrap .buttons button:last-of-type:hover::after,
.main-copy__wrap img {
-webkit-animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear
}
@-webkit-keyframes move {
50% {
right: -20px
}
}
@keyframes move {
50% {
right: -20px
}
}
.footer__wrap .bottom {
display: table;
width: 100%;
padding-top: 55px
}
@media (max-width: 53.0525em) {
.footer__wrap .bottom {
padding-top: 0;
}
}
@media (max-width:39.99em) {
.footer__wrap .bottom {
display: block;
padding-top: 30px
}
}
.footer__wrap .bottom>div {
display: table-cell;
vertical-align: middle
}
@media (max-width:39.99em) {
.footer__wrap .bottom>div {
display: block;
text-align: center
}
.footer__wrap .bottom>div:nth-child(2) {
margin-top: 8%;
margin-bottom: 8%
}
}
.footer__wrap .bottom>div:first-of-type a,
.footer__wrap .bottom>div:nth-child(3) a {
display: inline-block
}
.footer__wrap .bottom>div:first-of-type img {
width: 250px
}
@media (max-width: 80.0525em) {
.footer__wrap .bottom>div:first-of-type img {
width: 230px; }
}
@media (max-width: 64.0525em) {
.footer__wrap .bottom>div:first-of-type img {
width: 220px; }
}
@media (max-width: 53.0525em) {
.footer__wrap .bottom>div:first-of-type img {
width: 200px; }
}
.footer__wrap .bottom>div:nth-child(2) {
text-align: center
}
.footer__wrap .bottom>div:nth-child(3) {
text-align: right
}
@media (max-width:39.99em) {
.footer__wrap .bottom>div:nth-child(3) {
text-align: center
}
}
.footer__wrap .bottom>div:nth-child(3) img {
-webkit-filter: none;
filter: none;
cursor: pointer;
transition: all .4s ease
}
.footer__wrap .bottom>div:nth-child(3) img:hover {
-webkit-filter: invert(100%);
filter: invert(100%)
}
.footer__wrap .bottom>div a {
display: block;
font-size: 16px;
color: #363636
}
.footer__wrap .bottom>div a.svg-social {
background-color: #93c6b2;
}
.footer__wrap .bottom>div a.svg-social:first-of-type {
padding: 10px;
}
.footer__wrap .bottom>div a.svg-social:first-of-type img {
display: flex;
width: 32px;
height: 32px;
}
.footer__wrap .bottom>div a.svg-social svg {
padding: 10px;
}
.footer__wrap .bottom>div a:hover {
text-decoration: underline;
}
.footer__wrap .bottom>div a:focus,
.footer__wrap .bottom>div a:hover,
.footer__wrap .bottom>div a:visited {
color: #363636
}
.footer .black {
background-color: #93c6b2;
}
.footer .black>div {
display: table;
width: 65%;
margin: 0 auto;
font-size: 13px;
padding: 15px 0
}
@media (max-width:89.99em) {
.footer .black>div {
width: 75%
}
}
@media (max-width:74.99em) {
.footer .black>div {
width: 90%
}
}
@media (max-width:61.99em) {
.footer .black>div {
width: 98%
}
}
@media (max-width:49.99em) {
.footer .black>div {
display: block;
width: 100%;
text-align: center;
padding: 25px 0
}
}
.footer .black>div div {
display: table-cell;
vertical-align: middle
}
.footer .black>div div:last-of-type {
width: 50%;
text-align: right
}
@media (max-width:61.99em) {
.footer .black>div div:last-of-type {
width: 45%
}
}
.footer .black>div div:last-of-type a { color: #363636;
}
@media (max-width:49.99em) {
.footer .black>div div {
display: block
}
.footer .black>div div:last-of-type {
width: 100%;
text-align: center;
line-height: 20px
}
.footer .black>div div:last-of-type a {
display: block
}
.footer .black>div div:last-of-type a:last-of-type {
display: inline-block
}
.footer .black>div div:last-of-type .dash {
display: none
}
}
@media (max-width: 39.99em) {
.footer .black>div div:last-of-type a {
margin-bottom: 5px;
}
}
.footer .black>div div:last-of-type .sinerbit {
height: 15px;
display: inline-block;
vertical-align: top;
padding-left: 5px;
cursor: pointer
}
@media (max-width:49.99em) {
.footer .black>div div span:first-of-type {
display: none
}
}
.footer .black>div div span.info-mobile {
line-height: 20px
}
@media (max-width: 39.99em) {
.footer .black>div div span.info-mobile {
line-height: 25px;
display: inline-block;
margin-bottom: 5px;
}
}
@media (min-width:50em) {
.footer .black>div div span.info-mobile {
display: none
}
}
* {
outline: 0!important
}
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; font-family: 'Poppins', sans-serif;
color: #363636
}
.link-btn-dark,
.link-btn-dark:active,
.link-btn-dark:hover,
.link-btn-dark:visited {
color: #000
}
.link-btn,
.link-btn:active,
.link-btn:hover,
.link-btn:visited {
color: #FFF
}
.fancybox-toolbar button {
display: none!important
}
.fancybox-toolbar button.fancybox-button--close {
display: block!important
}
#video-layer {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
width: 80%;
height: 0
}
#video-layer iframe {
position: absolute;
top: -8%;
left: 0;
width: 100%;
height: 100%
}
.img-container,
button.white {
position: relative;
transition: all .4s ease
}
@media (max-width:61.99em) {
#video-layer iframe {
top: -4%
}
}
.fancybox-infobar {
display: none!important
}
button {
width: 200px; border: 1px solid #363636; padding: 8px 0;
background-color: transparent;
font-family: Raleway, sans-serif;
font-size: 18px
}
@media (max-width:53.0525em) {
button {
font-size: 16px
}
}
@media (max-width:39.99em) {
#video-layer {
width: 90%
}
button {
width: 205px;
font-size: 20px;
padding: 9px 0
}
}
button.white {
background: #fff;
border-color: #FFF;
color: #000
}
.img-container,
.main-launch {
background-position: center;
background-repeat: no-repeat;
background-size: cover
}
button.white:hover {
color: #FFF;
background-color: transparent
}
button.black {
background-color: #000;
border-color: #000;
color: #FFF;
transition: all .4s ease
}
button.black:hover {
color: #000;
background-color: #FFF
}
button.no-after::after {
display: none
}
button.form-button {
width: 100%;
border-radius: 3px;
padding: 20px 0;
line-height: 1;
font-size: 22px; transition: all .4s ease
}
button.form-button:hover {
color: #FFF;
background-color: #000
}
button a,
button a:hover {
color: #000
}
.img-container {
float: left;
width: 32%;
padding: 120px 0;
margin: .666666%;
opacity: 1
}
@media (max-width:53.0525em) {
.img-container {
width: 99%;
margin: .5%;
padding: 33.333333% 0;
}
}
.img-container:hover {
opacity: .8
}
.img-container a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.fancybox-close-small {
-webkit-transform: scale(1.3)!important;
transform: scale(1.3)!important
}
.no-margin {
margin: 0 !important
}
@media (max-width:74.99em) {
.container {
width: 995px
}
}
@media (max-width:61.99em) {
.container {
width: 100%
}
}
.container--expanded {
width: 100%;
padding-left: 0;
padding-right: 0
}
#loading {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10000;
background-color: #FFF
}
#main-content,
#main-wrap {
width: 100%;
height: 100%;
display: table;
table-layout: fixed;
position: relative
}
.breadcrumb {
width: 100%;
text-align: center;
background-color: #F0F0F0;
padding: 12px 0
}
.breadcrumb a,
.breadcrumb span {
display: inline-block;
margin: 0;
line-height: 1;
color: #4E4E4E;
font-size: 16px;
font-weight: 500
}
.breadcrumb a {
position: relative
}
.breadcrumb a::after {
position: absolute;
width: 0;
height: 1px;
left: 0;
background-color: #4E4E4E;
transition: width .4s ease
}
.main-launch--alternative::before,
.main-launch::before {
content: '';
height: 100%;
top: 0;
width: 100%;
left: 0
}
.breadcrumb a:hover::after {
width: 100%
}
.breadcrumb span.current {
font-weight: 600
}
.main-launch {
position: relative;
height: 100vh;
}
@media (max-width:39.99em) {
.main-launch {
background-size: cover
}
}
.main-launch::before {
position: absolute;
background: rgba(0, 0, 0, .25)
}
.main-launch--alternative {
background-size: auto;
position: relative;
background-position: center
}
.main-launch--alternative .header__wrap {
margin-bottom: 60%
}
.main-launch--alternative::before {
position: absolute;
background: rgba(0, 0, 0, .3)
}
.next-courses__wrap .catalogue .details-container__img .preview,
.our-courses__wrap .single-course__img .preview,
.relators__wrap .single-teacher__img {
background-repeat: no-repeat;
background-position: center;
background-size: cover
}
.main-copy__wrap {
width: 100%;
position: absolute;
left: 0;
bottom: 25px;
text-align: center;
color: #FFF
}
@media (max-width:53.0525em) {
.main-copy__wrap {
padding: 0 5%;
bottom: auto
}
.main-copy__wrap.detail-variation {
padding: 0
}
}
.main-copy__wrap.detail-variation {
bottom: 20px
}
.main-copy__wrap .title {
line-height: 1;
margin-bottom: 30px
}
@media (max-width:39.99em) {
.main-copy__wrap.detail-variation {
bottom: auto
}
.main-copy__wrap.detail-variation img {
display: inline-block;
margin-top: 15px;
height: 35px
}
.main-copy__wrap.detail-variation .course-info {
margin-top: 15px
}
.main-copy__wrap .title {
font-size: 40px; padding: 0 20px
}
}
.main-copy__wrap .subtitle {
margin-bottom: 40px;
line-height: 1
}
.main-copy__wrap .buttons button {
border-color: #FFF
}
.main-copy__wrap .buttons button:first-of-type {
margin-right: 15px
}
.main-copy__wrap .buttons button:last-of-type {
margin-left: 15px;
position: relative
}
.main-copy__wrap .buttons button:last-of-type::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-light.svg);
position: absolute;
top: 50%;
right: -32px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
transition: all .4s ease
}
.concept .container,
.concept__wrap button {
position: relative
}
.main-copy__wrap .buttons button:last-of-type:hover::after {
-webkit-animation-name: move;
animation-name: move;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
.main-copy__wrap img {
margin-top: 50px;
width: 14px;
height: 65px;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-name: updown;
animation-name: updown;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
.concept__wrap button:hover::after,
.our-courses__wrap .single-course__bottom button:hover::after {
-webkit-animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear
}
@media (max-width:39.99em) {
.main-copy__wrap .subtitle {
margin-bottom: 13%;
line-height: 26px
}
.main-copy__wrap .buttons a {
display: block
}
.main-copy__wrap .buttons a:first-of-type {
margin-bottom: 5%
}
.main-copy__wrap .buttons a:last-of-type {
margin-bottom: 0%
}
.main-copy__wrap img {
display: none
}
}
@-webkit-keyframes updown {
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
}
@keyframes updown {
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
}
.main-copy__wrap .course-info {
margin-top: 25px;
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
@media (max-width:39.99em) {
.main-copy__wrap .course-info {
display: block
}
}
.main-copy__wrap .course-info>div {
display: table-cell;
vertical-align: middle
}
@media (max-width:39.99em) {
.main-copy__wrap .course-info>div {
display: block;
width: 95%;
margin: 0 auto
}
}
.main-copy__wrap .course-info>div>div {
padding: 20px 0;
background-color: rgba(0, 0, 0, .3);
margin-left: 0;
margin-right: 0
}
.main-copy__wrap .course-info>div>div.middle {
margin-left: 20px;
margin-right: 20px
}
.main-copy__wrap .course-info>div>div span {
font-size: 20px;
font-weight: 500;
line-height: 1
}
@media (max-width:61.99em) {
.main-copy__wrap .course-info>div>div.middle {
margin-left: 0;
margin-right: 0
}
.main-copy__wrap .course-info>div>div span {
font-size: 20px
}
}
@media (max-width:53.0525em) {
.main-copy__wrap .course-info>div>div span {
font-size: 16px
}
}
@media (max-width:39.99em) {
.main-copy__wrap .course-info>div>div {
padding: 10px 0
}
.main-copy__wrap .course-info>div>div.middle {
margin: 10px auto
}
.main-copy__wrap .course-info>div>div span {
font-size: 14px
}
}
.concept {
background-color: #FFF
}
.concept__wrap {
padding: 40px 0;
transition: all .4s ease-out
}
@media (max-width:61.99em) {
.concept__wrap { }
.concept__wrap .modules {
display: none
}
}
@media (max-width: 53.0525em) {
.concept__wrap { }
}
@media (max-width:39.99em) {
.concept__wrap {
padding: 40px 0
}
}
.concept__wrap.short {
padding-bottom: 0
}
.concept__wrap .title {
line-height: 1.2
}
@media (max-width: 75.0525em) {
.concept__wrap .title {
line-height: 1.1; }
}
.concept__wrap p {
font-size: 18px;
margin-bottom: 30px
}
@media (max-width:39.99em) {
.concept__wrap p {
font-size: 16px
}
}
.concept__wrap .modules {
margin-bottom: 50px
}
.concept__wrap .modules .titles {
float: left;
width: 50%
}
.concept__wrap .modules .titles .module-title {
height: 60px;
line-height: 60px;
background-color: #FBFBFB;
padding: 0 17px;
margin: 0 40px 20px 0;
cursor: pointer;
transition: all .3s ease
}
.concept__wrap .modules .titles .module-title.active {
margin: 0 0 20px;
background-color: #000;
background-color: #93c6b2; }
.concept__wrap .modules .titles .module-title:last-of-type {
margin: 0 40px 0 0
}
.concept__wrap .modules .titles .module-title:last-of-type.active {
margin: 0 0 20px
}
.concept__wrap .modules .titles .module-title span {
text-transform: uppercase
}
.concept__wrap .modules .titles .module-title span:first-of-type {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px
}
.concept__wrap .modules .titles .module-title span:last-of-type {
float: right;
font-size: 12px;
font-weight: 700
}
.concept__wrap .modules .infos {
float: left;
width: 50%;
background-color: #FBFBFB
}
.concept__wrap .modules .infos>div {
display: none
}
.concept__wrap .modules .infos>div.active {
display: block
}
.concept__wrap .modules .infos .details-module-title {
height: 60px;
line-height: 60px;
padding: 0 17px
}
.concept__wrap .modules .infos .details-module-title span {
text-transform: uppercase;
color: #000
}
.concept__wrap .modules .infos .details-module-title span:first-of-type {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px
}
.concept__wrap .modules .infos .details-module-title span:last-of-type {
float: right;
font-size: 12px;
font-weight: 700
}
.concept__wrap .modules .infos ul {
margin: 0;
padding: 0 17px 15px;
list-style-type: none
}
.concept__wrap .modules .infos ul li {
margin: 0;
padding: 0 0 5px;
color: #363636;
font-size: 15px
}
.concept__wrap .modules .infos ul li::before {
content: '-';
padding-right: 3px
}
.concept__wrap .modules-mobile {
margin-bottom: 50px
}
@media (min-width:62em) {
.concept__wrap .modules-mobile {
display: none
}
}
@media (max-width:39.99em) {
.concept__wrap .modules-mobile {
margin-bottom: 30px
}
}
.concept__wrap .modules-mobile .accordion-toggle {
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 100%;
padding: 20px;
background-color: #F7F7F7;
color: #000;
margin-bottom: 10px;
text-align: center
}
@media (max-width:39.99em) {
.concept__wrap .modules-mobile .accordion-toggle {
padding: 20px 5px
}
}
.concept__wrap .modules-mobile .accordion-toggle.active {
background-color: #000;
background-color: #93c6b2; }
.concept__wrap .modules-mobile .accordion-toggle span {
font-size: 18px;
display: block;
line-height: 1
}
.concept__wrap .modules-mobile .accordion-toggle span:first-of-type {
padding-bottom: 5px
}
@media (max-width:39.99em) {
.concept__wrap .modules-mobile .accordion-toggle span:first-of-type {
font-size: 16px
}
}
.concept__wrap .modules-mobile .accordion-toggle span:last-of-type {
padding-top: 5px; font-family: 'Poppins', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 13px
}
.concept__wrap .modules-mobile .accordion-content {
display: none;
background-color: #F7F7F7;
padding: 25px;
margin-bottom: 10px
}
@media (max-width:39.99em) {
.concept__wrap .modules-mobile .accordion-content {
padding: 15px;
font-size: 15px
}
}
.concept__wrap .modules-mobile .accordion-content.default {
display: block
}
.concept__wrap .modules-mobile .accordion-content ul {
margin: 0;
padding: 0 25px
}
.concept__wrap .modules-mobile .accordion-content ul li {
line-height: 30px;
font-size: 16px; font-family: 'Poppins', sans-serif;
}
.concept__wrap .modules_group {
width: 100%;
position: relative;
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.concept__wrap .modules_group .single-module {
width: 50%;
position: relative;
margin-bottom: 25px;
}
@media(max-width: 53.0525em) {
.concept__wrap .modules_group .single-module {
width: 100%;
}
}
.concept__wrap .modules_group .single-module:nth-child(odd) {
padding-right: 5px;
}
.concept__wrap .modules_group .single-module:nth-child(even) {
padding-left: 5px;
}
.concept__wrap .modules_group .single-module .module_name {
display: block;
font-size: 28px;
font-weight: 500;
position: relative;
line-height: 30px;
margin-bottom: 20px;
}
.concept__wrap .modules_group .single-module .module_details {
background-color: #FBFBFB;
padding: 17px;
height: calc(100% - 50px);
}
.concept__wrap .modules_group .single-module .module_details .module_subtitle {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 500;
display: block;
}
.concept__wrap .modules_group .single-module .module_details ul {
margin-bottom: 0;
list-style: none;
}
.concept__wrap .modules_group .single-module .module_details ul li {
font-size: 16px;
font-weight: 300;
margin-bottom: 5px;
position: relative;
}
.concept__wrap .modules_group .single-module .module_details ul li:before {
content: ""; background-color: #93c6b2; border-radius: 100%;
font-weight: bold; display: inline-block; width: 7px; height: 7px;
position: absolute;
top: 0.5em;
left: -1.2em; }
.concept__wrap button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -34px;
width: 60px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.concept__wrap button:hover::after {
-webkit-animation-name: move;
animation-name: move;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
@keyframes move {
50% {
right: -36px
}
}
.concept__wrap .idea-image {
width: 100%
}
@media (max-width:39.99em) {
.concept__wrap .modules-mobile .accordion-content ul {
padding: 0 10px
}
.concept__wrap .idea-image.no-courses {
overflow-x: hidden
}
.concept__wrap .idea-image.no-courses img {
width: 100%;
min-height: 0;
height: 100%
}
}
.concept__wrap .idea-image img {
width: 100%;
object-fit: cover;
min-height: 300px
}
.concept.image p {
margin-bottom: 35px
}
.concept__wrap .bottom-cta {
width: 100%;
margin-top: 40px;
text-align: center;
}
.concept__wrap .bottom-cta>a {
border-bottom: none;
}
.our-courses {
background-color: #f7f7f7
}
.our-courses__wrap {
padding: 40px 0 45px;
position: relative
}
@media (max-width:61.99em) {
.our-courses__wrap {
padding: 55px 0 75px
}
}
.our-courses__wrap .title {
margin-bottom: 30px
}
@media (max-width:53.0525em) {
.our-courses__wrap {
padding: 40px 0 60px
}
.our-courses__wrap .title {
width: 75%
}
}
.our-courses__wrap .single-course {
width: 100%
}
.our-courses__wrap .single-course__wrap {
width: 98%;
margin-left: 1%;
margin-right: 1%
}
.our-courses__wrap .single-course__top {
padding: 10px;
background-color: #FFF
}
.our-courses__wrap .single-course__img {
position: relative
}
.our-courses__wrap .single-course__img .preview {
padding: 120px 0
}
.our-courses__wrap .single-course__img .caption {
position: absolute;
width: 96%;
padding: 15px 0;
bottom: 5%;
left: 2%;
background-color: rgba(0, 0, 0, .3);
text-align: center;
color: #FFF;
font-size: 20px;
letter-spacing: 1.5px
}
.our-courses__wrap .single-course__text {
padding: 25px 10px 0
}
.our-courses__wrap .single-course__text .subtitle {
line-height: 1;
margin-bottom: 15px;
letter-spacing: .5px;
font-weight: 500
}
@media (max-width:39.99em) {
.concept__wrap .idea-image img {
min-height: 0
}
.our-courses__wrap .single-course__text {
padding: 20px 0 0
}
.our-courses__wrap .single-course__text .subtitle {
font-size: 24px;
font-weight: 500
}
}
.our-courses__wrap .single-course__text .description {
font-size: 18px;
line-height: 1.3;
margin-bottom: 30px
}
@media (max-width:39.99em) {
.our-courses__wrap .single-course__text .description {
font-size: 16px
}
.our-courses__wrap .single-course__text .location {
margin-bottom: 0
}
}
.our-courses__wrap .single-course__text .location {
font-size: 16px
}
.our-courses__wrap .single-course__bottom {
text-align: center
}
.our-courses__wrap .single-course__bottom button {
position: relative;
margin-top: 30px; }
.our-courses__wrap .single-course__bottom button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -46px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.our-courses__wrap .single-course__bottom button:hover::after {
-webkit-animation-name: move2;
animation-name: move2;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
.our-courses__wrap .next button:hover::after,
.partner__wrap button:hover::after {
-webkit-animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear
}
@-webkit-keyframes move2 {
50% {
right: -40px
}
}
@keyframes move2 {
50% {
right: -40px
}
}
.our-courses__wrap .next {
position: absolute;
top: 5.5%;
right: 17px
}
.our-courses__wrap .prev {
position: absolute;
top: 5.5%;
right: 117px;
}
.prev .btn:hover {
background-color: #000;
color: #FFF;
}
@media (max-width:61.99em) {
.our-courses__wrap .next,
.our-courses__wrap .prev {
top: 4%
}
}
@media (max-width:53.0525em) {
.our-courses__wrap .next,
.our-courses__wrap .prev {
display: none;
}
}
.our-courses__wrap .next button,
.our-courses__wrap .prev button {
width: 80px;
position: relative;
margin-top: 30px;
font-weight: 500;
font-size: 20px;
padding: 3px 0 6px;
}
@media (max-width:53.0525em) {
.our-courses__wrap .next button,
.our-courses__wrap .prev button {
margin-top: 12px;
width: 75px
}
}
.our-courses__wrap .next button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -19px;
width: 35px;
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.our-courses__wrap .next button:hover::after {
-webkit-animation-name: move10;
animation-name: move10;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
@-webkit-keyframes move10 {
50% {
right: -15px
}
}
@keyframes move10 {
50% {
right: -15px
}
}
.why {
background-color: #FFF
}
.why__wrap {
padding: 40px 0;
}
.why__wrap .title {
line-height: 1;
margin-bottom: 20px
}
.why__wrap p {
font-size: 18px;
margin-bottom: 30px
}
.why__wrap p:last-of-type {
margin-bottom: 50px;
}
.why__wrap .points {
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
@media (max-width:61.99em) {
.why__wrap {
padding: 40px 0
}
.why__wrap .points {
display: block
}
}
@media (max-width: 39.99em) {
.why__wrap p {
font-size: 16px;
}
}
.why__wrap .points>div {
display: table-cell;
vertical-align: middle
}
.why__wrap .points .video {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative
}
@media (max-width:61.99em) {
.why__wrap .points>div {
display: block
}
.why__wrap .points .video {
padding-top: 200px;
padding-bottom: 200px;
background-size: cover
}
}
.why__wrap .points .video:hover img {
-webkit-transform: scale(1);
transform: scale(1)
}
.why__wrap .points .video a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3
}
.why__wrap .points .video img {
position: absolute;
width: 104px;
height: 74px;
top: 50%;
left: 50%;
margin-top: -52px;
margin-left: -37px;
-webkit-transform: scale(.9);
transform: scale(.9);
transition: all .4s ease
}
.why__wrap .points .list {
padding: 40px 0 40px 40px
}
@media (max-width:61.99em) {
.why__wrap .points .list {
padding: 40px 0 0
}
}
@media (max-width:39.99em) {
.why__wrap p {
font-size: 18px
}
.why__wrap .points .list {
padding: 30px 0 0
}
}
.why__wrap .points .list div:last-of-type p:last-of-type {
margin-bottom: 0
}
.why__wrap .points .list div>div:first-of-type {
width: 10%;
float: left
}
.why__wrap .points .list div>div:nth-child(2) {
width: 90%;
float: left
}
.why__wrap .points .list .number {
display: inline-block;
font-size: 20px;
font-weight: 500;
background-color: #000;
background-color: #93c6b2; border-radius: 50%;
width: 32px;
height: 32px;
line-height: 34px;
text-align: center;
margin-right: 25px
}
@media (max-width:39.99em) {
.why__wrap .points .list .number {
width: 30px;
height: 30px;
line-height: 34px;
margin-right: 3%
}
}
.why__wrap .points .list .subtitle {
display: inline-block;
line-height: 35px;
letter-spacing: .5px;
font-weight: 500;
font-size: 28px;
vertical-align: bottom
}
@media (max-width:39.99em) {
.why__wrap .points .list .subtitle {
font-size: 24px;
font-weight: 500
}
}
.why__wrap .points .list p {
margin-top: 10px;
font-size: 18px;
line-height: 25px;
margin-bottom: 45px
}
.partner {
background-color: #FFF
}
@media (max-width: 55em) {
.partner {
display: none
}
}
@media (max-width:39.99em) {
.why__wrap .points .list p {
margin-bottom: 25px;
font-size: 18px
}
}
.partner__wrap {
text-align: center;
padding-top: 40px;
margin-bottom: 45px
}
@media (max-width:61.99em) {
.partner__wrap {
padding-top: 40px;
margin-bottom: 45px
}
}
.partner__wrap .top {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
margin-bottom: 45px
}
@media (max-width:61.99em) {
.partner__wrap .top {
display: block
}
}
.partner__wrap .top>div {
display: table-cell;
vertical-align: middle;
text-align: left
}
.partner__wrap .top>div:first-of-type {
width: 35%
}
@media (max-width:61.99em) {
.partner__wrap .top>div {
display: block
}
.partner__wrap .top>div:first-of-type {
width: 100%;
padding-bottom: 10px
}
}
.partner__wrap .top>div .title {
margin: 0
}
.partner__wrap .top>div p {
margin: 0;
font-size: 18px;
line-height: 25px
}
.partner__wrap .bottom {
width: 100%; }
.partner__wrap .bottom .partner-row {
position: relative
}
.partner__wrap .bottom .partner-row.sssh {
display: none
}
.partner__wrap .bottom .partner-row:not(:first-of-type) .partner-logos {
border-top: 1px solid #CECECE
}
.partner__wrap .bottom .partner-row .partner-logos {
width: 100%;
height: 100%
}
.partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix) {
width: 25%;
float: left;
cursor: pointer;
text-align: center;
border-right: 1px solid #CECECE;
opacity: 1;
padding: 20px 0;
transition: all .4s ease
}
.page-template-tpl-about .partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix) {
width: 20%;
}
.partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix):nth-child(4),
.page-template-tpl-about .partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix):nth-child(5) {
border: none;
}
.page-template-tpl-about .partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix):nth-child(4) {
border-right: 1px solid #CECECE;
}
.partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix):hover img {
opacity: .5
}
.partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix) img {
max-width: 160px;
max-height: 100px;
opacity: 1;
transition: all .4s ease
}
@media (max-width:49.99em) {
.partner__wrap .bottom .partner-row .partner-logos>div:not(.clearfix) img {
max-width: 120px
}
}
.partner__wrap .bottom .partner-row .details {
display: none;
position: absolute;
padding: 40px;
top: 100%;
left: 0;
width: 100%;
color: #FFF;
background-color: #000;
z-index: 2
}
.partner__wrap .bottom .partner-row .details .close {
width: 25px;
cursor: pointer;
position: absolute;
top: 7px;
right: 7px;
color: #FFF;
line-height: 1;
font-size: 25px;
height: 25px;
z-index: 3
}
.partner__wrap .bottom .partner-row .details .arrow {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent transparent #000;
border-width: 24px;
margin-left: -24px
}
.partner__wrap .bottom .partner-row .details>div {
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
.partner__wrap .bottom .partner-row .details>div>div {
display: table-cell;
vertical-align: middle;
text-align: left
}
.partner__wrap .bottom .partner-row .details>div>div:last-of-type {
text-align: right;
padding-right: 32px;
width: 28%
}
.partner__wrap .bottom .partner-row .details>div>div span {
margin: 0;
font-size: 15px;
line-height: 25px
}
.partner__wrap .bottom .partner-row .details>div>div button {
width: 170px;
position: relative;
border-color: #FFF
}
.partner__wrap .bottom .partner-row .details>div>div button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-light.svg);
position: absolute;
top: 50%;
right: -45px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.partner__wrap button {
position: relative;
margin-top: 40px;
width: 210px
}
.partner__wrap button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -45px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.partner__wrap button:hover::after {
-webkit-animation-name: move3;
animation-name: move3;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
.gallery__wrap .top>div button:hover::after,
.launch__wrap div button:hover::after {
-webkit-animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear
}
@-webkit-keyframes move3 {
50% {
right: -40px
}
}
@keyframes move3 {
50% {
right: -40px
}
}
.partner-mobile {
background-color: #FFF
}
@media (min-width:55em) {
.partner-mobile {
display: none
}
}
.partner-mobile__wrap {
text-align: center;
padding-top: 75px;
margin-bottom: 85px
}
@media (max-width:61.99em) {
.partner-mobile__wrap {
padding-top: 0;
margin-bottom: 60px
}
}
@media (max-width:53.0525em) {
.partner-mobile__wrap {
padding-top: 40px
}
}
@media (max-width:39.99em) {
.partner-mobile__wrap {
padding-top: 30px;
margin-bottom: 0px
}
}
.partner-mobile__wrap .top {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
margin-bottom: 30px
}
@media (max-width:61.99em) {
.partner-mobile__wrap .top {
display: block
}
}
.partner-mobile__wrap .top>div {
display: table-cell;
vertical-align: middle;
text-align: left
}
.partner-mobile__wrap .top>div:first-of-type {
width: 35%
}
@media (max-width:61.99em) {
.partner-mobile__wrap .top>div {
display: block
}
.partner-mobile__wrap .top>div:first-of-type {
width: 100%;
padding-bottom: 10px
}
}
.partner-mobile__wrap .top>div .title {
margin: 0
}
.partner-mobile__wrap .top>div p {
margin: 0;
font-size: 16px;
line-height: 25px
}
.partner-mobile__wrap .bottom {
width: 100%;
padding-bottom: 50px;
margin-bottom: 20px
}
.partner-mobile__wrap .bottom .partner-row {
position: relative
}
.partner-mobile__wrap .bottom .partner-row:first-of-type {
border-bottom: 1px solid #CECECE
}
@media (max-width:53.0525em) {
.partner-mobile__wrap .bottom {
padding-bottom: 0;
}
.partner-mobile__wrap .bottom .partner-row:first-of-type {
border: none
}
.partner-mobile__wrap .bottom .partner-row:last-of-type .partner-logos>div {
border-bottom: none;
border-right: 1px solid #CECECE
}
.partner-mobile__wrap .bottom .partner-row:last-of-type .partner-logos>div:last-of-type {
border: none
}
.partner-mobile__wrap .bottom .partner-row .partner-logos>div {
border-bottom: 1px solid #CECECE;
position: relative
}
}
.partner-mobile__wrap .bottom .partner-row .partner-logos {
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
.partner-mobile__wrap .bottom .partner-row .partner-logos>div {
cursor: pointer;
display: table-cell;
vertical-align: middle;
text-align: center;
border-right: 1px solid #CECECE
}
@media (max-width:39.99em) {
.partner-mobile__wrap .top>div p {
font-size: 18px
}
.partner-mobile__wrap .bottom {
padding-bottom: 40px;
margin-bottom: 0
}
.partner-mobile__wrap .bottom .partner-row .partner-logos>div {
position: relative
}
}
.partner-mobile__wrap .bottom .partner-row .partner-logos>div:last-of-type {
border: none
}
@media (max-width:53.0525em) {
.partner-mobile__wrap .bottom .partner-row .partner-logos>div:last-of-type {
border-bottom: 1px solid #CECECE;
position: relative;
}
}
@media (min-width:55em) {
.partner-mobile__wrap .bottom .partner-row .partner-logos>div .mobile-exit {
display: none
}
}
.partner-mobile__wrap .bottom .partner-row .partner-logos>div img {
max-width: 160px;
max-height: 100px;
margin: 45px 0
}
.partner-mobile__wrap .bottom .partner-row .details {
display: none;
position: absolute;
padding: 40px;
top: 100%;
left: 0;
width: 100%;
color: #FFF;
background-color: #000;
z-index: 2
}
.partner-mobile__wrap .bottom .partner-row .details .close {
width: 25px;
cursor: pointer;
position: absolute;
top: 7px;
right: 7px;
color: #FFF;
line-height: 1;
font-size: 25px;
height: 25px;
z-index: 3
}
.partner-mobile__wrap .bottom .partner-row .details .arrow {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent transparent #000;
border-width: 24px;
margin-left: -24px
}
.partner-mobile__wrap .bottom .partner-row .details>div {
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
.partner-mobile__wrap .bottom .partner-row .details>div>div {
display: table-cell;
vertical-align: middle;
text-align: left
}
.partner-mobile__wrap .bottom .partner-row .details>div>div:last-of-type {
text-align: right;
padding-right: 32px;
width: 28%
}
.partner-mobile__wrap .bottom .partner-row .details>div>div span {
margin: 0;
font-size: 16px;
line-height: 25px
}
.partner-mobile__wrap .bottom .partner-row .details>div>div button {
width: 170px;
position: relative;
border-color: #FFF
}
.partner-mobile__wrap .bottom .partner-row .details>div>div button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-light.svg);
position: absolute;
top: 50%;
right: -45px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.partner-mobile__wrap button {
position: relative;
width: 210px
}
.partner-mobile__wrap button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -45px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.launch {
background-color: #000;
background-color: #93c6b2;
}
.launch__wrap {
text-align: center
}
.launch__wrap div {
width: 70%;
margin: 85px auto; }
@media (max-width:61.99em) {
.launch__wrap div {
width: 90%;
margin: 65px auto
}
}
@media (max-width:39.99em) {
.partner-mobile__wrap .bottom .partner-row .partner-logos>div img {
max-width: 115px
}
.launch__wrap div {
width: 100%;
margin: 50px auto
}
.launch__wrap div p {
font-size: 16px
}
}
.launch__wrap div p {
font-size: 18px;
margin-bottom: 35px
}
.launch__wrap div button {
width: 210px;
position: relative;  font-weight: 500
}
.launch__wrap div button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-light.svg);
position: absolute;
top: 50%;
right: -33px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.launch__wrap div button:hover::after {
-webkit-animation-name: move;
animation-name: move;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
@keyframes move {
50% {
right: -38px
}
}
.launch.special button {
text-transform: none;
width: 185px
}
.launch.special button:first-of-type {
margin-right: 18px
}
.launch.special button:last-of-type {
margin-left: 18px
}
.gallery {
background-color: #FFF
}
.gallery__wrap {
padding: 40px 0
}
@media (max-width:61.99em) {
.gallery__wrap {
padding: 40px 0
}
}
@media (max-width:39.99em) {
.launch.special .launch__wrap div p {
margin-bottom: 25px
}
.launch.special .launch__wrap div a {
display: block
}
.launch.special .launch__wrap div a:first-of-type {
margin-bottom: 5%
}
.gallery__wrap {
padding: 25px 0
}
}
.gallery__wrap .top {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
margin-bottom: 35px
}
.gallery__wrap .top>div {
display: table-cell;
vertical-align: middle
}
@media (max-width:53.0525em) {
.gallery__wrap .top>div:first-of-type {
width: 60%
}
}
.gallery__wrap .top>div:last-of-type { padding-right: 32px
}
@media (max-width:39.99em) {
.gallery__wrap .top {
margin-bottom: 20px
}
.gallery__wrap .top>div:last-of-type {
display: none
}
}
.gallery__wrap .top>div .title {
margin: 0
}
.gallery__wrap .top>div button {
position: relative;
width: 210px
}
.gallery__wrap .top>div button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -38px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.gallery__wrap .top>div button:hover::after {
-webkit-animation-name: move5;
animation-name: move5;
animation-duration: .6s;
animation-iteration-count: infinite;
animation-timing-function: linear
}
.gallery__wrap .bottom-cta {
width: 100%;
margin-top: 30px;
text-align: center;
}
@-webkit-keyframes move5 {
50% {
right: -32px
}
}
@keyframes move5 {
50% {
right: -32px
}
}
.gallery__wrap .bottom {
margin-left: -.666666%;
margin-right: -.666666%
}
.gallery__wrap--detail {
padding: 10px 0
}
.gallery__wrap--detail .top>div:last-of-type {
text-align: left
}
@media (max-width:39.99em) {
.gallery__wrap--detail {
padding: 0
}
.gallery__wrap--detail .top {
display: block;
margin-bottom: 10px
}
.gallery__wrap--detail .top>div:last-of-type {
display: block;
width: 100%
}
}
.organizers { }
.organizers--separate {
margin-bottom: 10px
}
.organizers__wrap {
padding: 40px 0 10px
}
@media (max-width:74.99em) {
.organizers__wrap {
padding: 40px 0 10px
}
}
@media (max-width:61.99em) {
.organizers__wrap {
padding: 35px 0 10px
}
}
.organizers__wrap p {
font-size: 18px;
margin-bottom: 40px
}
.organizers__wrap .single-organizer {
margin-bottom: 40px
}
@media (max-width:39.99em) {
.organizers__wrap {
padding: 35px 0 0
}
.organizers__wrap p {
font-size: 16px
}
.organizers__wrap .single-organizer {
margin-bottom: 50px
}
}
.organizers__wrap .single-organizer .top {
margin-bottom: 35px;
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
@media (max-width:39.99em) {
.organizers__wrap .single-organizer .top {
display: block;
margin-bottom: 20px
}
}
.organizers__wrap .single-organizer .top>div {
display: table-cell;
vertical-align: middle
}
.organizers__wrap .single-organizer .top>div:first-of-type {
width: 200px
}
.organizers__wrap .single-organizer .top .name {
font-size: 36px;
font-weight: 500
}
@media (max-width:39.99em) {
.organizers__wrap .single-organizer .top>div {
display: block
}
.organizers__wrap .single-organizer .top>div:first-of-type {
display: none
}
.organizers__wrap .single-organizer .top .name {
font-size: 30px;
margin-bottom: 10px;
line-height: 1
}
}
.organizers__wrap .single-organizer .top p {
margin-bottom: 0
}
.organizers__wrap .single-organizer .top img {
max-width: 135px;
max-height: 135px
}
.organizers__wrap .single-organizer .bottom .single-organizers__img {
width: 100%;
text-align: center
}
.organizers__wrap .single-organizer .bottom .single-organizers__img img {
width: 100%
}
.organizers__wrap .single-organizer .bottom .single-organizers__img .container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%
}
.organizers__wrap .single-organizer .bottom .single-organizers__img .container .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.organizers__wrap .single-organizer .discover {
text-align: center;
}
.organizers__wrap .single-organizer .discover button {
width: 190px;
position: relative;
margin-top: 25px;
font-weight: 500
}
.organizers__wrap .single-organizer .discover button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -34px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.organizers__wrap .single-organizer .discover button:hover::after {
-webkit-animation-name: move;
animation-name: move;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@keyframes move {
50% {
right: -28px
}
}
.organizers__wrap .single-organizer .owl-dots {
text-align: center;
position: absolute;
bottom: 20px;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.organizers__wrap .single-organizer .owl-dot {
height: 7px;
width: 70px;
display: inline-block;
background-color: #FFF;
margin-left: 5px;
margin-right: 5px
}
.organizers__wrap .single-organizer .owl-dot.active {
background-color: #000
}
.organizers__wrap--contacts {
padding-bottom: 20px
}
.organizers__wrap--contacts p {
margin-bottom: 70px
}
@media (max-width:39.99em) {
.organizers__wrap .single-organizer .discover {
text-align: center
}
.organizers__wrap .single-organizer .owl-dots {
bottom: 5px;
-webkit-transform: scale(.7);
transform: scale(.7)
}
.organizers__wrap--contacts p {
margin-bottom: 40px
}
}
.organizers__wrap--contacts .single-organizer {
margin-bottom: 40px
}
@media (max-width:61.99em) {
.organizers__wrap--contacts {
padding-bottom: 0
}
.organizers__wrap--contacts .single-organizer:last-of-type {
margin-bottom: 0
}
}
.organizers__wrap--contacts .single-organizer .top>div:first-of-type {
vertical-align: top
}
.organizers__wrap--contacts .single-organizer .discover {
text-align: left
}
.next-courses {
background-color: #f7f7f7
}
.next-courses__wrap {
padding: 40px 0 0px
}
@media (max-width:39.99em) {
.next-courses__wrap {
padding: 35px 0 40px
}
}
.next-courses__wrap .catalogue {
margin-left: -5px;
margin-right: -5px
}
.next-courses__wrap .catalogue .details-container {
float: left;
width: 33.333333%;
padding: 0 5px 45px;
position: relative;
display: none
}
@media (max-width:61.99em) {
.next-courses__wrap .catalogue .details-container {
width: 50%
}
}
@media (max-width:39.99em) {
.next-courses__wrap .catalogue .details-container {
width: 100%
}
}
.next-courses__wrap .catalogue .details-container>a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10
}
.next-courses__wrap .catalogue .details-container__top {
padding: 10px;
background-color: #FFF
}
.next-courses__wrap .catalogue .details-container__img {
position: relative
}
.next-courses__wrap .catalogue .details-container__img .preview {
padding: 120px 0
}
.next-courses__wrap .catalogue .details-container__img .caption {
position: absolute;
width: 96%;
padding: 15px 0;
bottom: 5%;
left: 2%;
background-color: rgba(0, 0, 0, .3);
text-align: center;
color: #FFF;
font-size: 20px;
letter-spacing: 1.5px
}
.points,
.program {
background-color: #FFF
}
.next-courses__wrap .catalogue .details-container__text {
padding: 25px 10px 0;
font-size: 18px;
font-weight: 300;
}
.next-courses__wrap .catalogue .details-container__text .subtitle {
line-height: 1.2;
margin-bottom: 15px;
letter-spacing: .5px;
font-weight: 500
}
@media (max-width:39.99em) {
.next-courses__wrap .catalogue .details-container__text {
padding: 20px 0 0
}
.next-courses__wrap .catalogue .details-container__text .subtitle {
font-size: 24px;
font-weight: 500
}
}
.next-courses__wrap .catalogue .details-container__text .description {
font-size: 15px;
line-height: 1.3;
margin-bottom: 30px
}
.next-courses__wrap .catalogue .details-container__text .location {
font-size: 15px
}
@media (max-width:39.99em) {
.next-courses__wrap .catalogue .details-container__text .location {
margin-bottom: 0
}
}
.next-courses__wrap .catalogue .details-container__bottom {
text-align: center
}
.next-courses__wrap .catalogue .details-container__bottom button {
width: 210px;
position: relative;
margin-top: 30px;
font-weight: 500
}
.next-courses__wrap .catalogue .details-container__bottom button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -43px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.next-courses__wrap .catalogue .details-container__bottom button.course-hov::after {
-webkit-animation-name: move6;
animation-name: move6;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes move6 {
50% {
right: -36px
}
}
@keyframes move6 {
50% {
right: -36px
}
}
.next-courses__wrap .catalogue .more {
margin-top: 30px;
width: 100%;
text-align: center
}
.points__wrap {
padding: 40px 0 50px;
text-align: center
}
@media (max-width:74.99em) {
.next-courses__wrap .catalogue .more {
margin-top: 15px
}
.points__wrap {
padding: 40px 0 50px;
}
}
@media (max-width:49.99em) {
.points__wrap {
padding: 40px 0 50px;
}
}
.points__wrap .title {
margin-bottom: 45px
}
.points__wrap>div {
margin-left: -25px;
margin-right: -25px
}
@media (max-width:74.99em) {
.points__wrap>div {
margin-left: 0;
margin-right: 0;
width: 100%
}
}
.points__wrap>div .single-point {
float: left;
width: 33.333333%;
padding: 0 55px
}
@media (max-width:74.99em) {
.points__wrap>div .single-point {
padding: 0 30px
}
}
@media (max-width:49.99em) {
.points__wrap>div .single-point {
width: 50%;
margin-bottom: 30px
}
}
@media (max-width:39.99em) {
.points__wrap>div .single-point {
width: 100%;
margin-bottom: 40px
}
}
.points__wrap>div .single-point img,
.points__wrap>div .single-point .single-point-image {
border-radius: 50%;
width: 100%;
margin-bottom: 25px
}
.points__wrap>div .single-point .single-point-image {
padding-bottom: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.points__wrap>div .single-point h3 {
font-size: 26px;
font-weight: 500
}
.points__wrap>div .single-point p {
margin: 0;
font-size: 15px;
line-height: 25px
}
.points-cta {
width: 100%;
margin-top: 40px;
text-align: center;
}
.program__wrap {
padding: 40px 0 30px
}
.program__wrap .title {
line-height: 1
}
.program__wrap p {
font-size: 18px;
margin-bottom: 40px
}
@media (max-width:39.99em) {
.program__wrap {
padding: 40px 0 0
}
.program__wrap p {
font-size: 16px;
margin-bottom: 20px
}
.program__wrap .days {
display: none
}
}
.program__wrap .days .half-day {
width: 49.5%;
float: left;
margin-bottom: 25px
}
.program__wrap .days .half-day:nth-child(1) {
margin-right: .5%
}
.program__wrap .days .half-day:nth-child(2) {
margin-left: .5%
}
.program__wrap .days .full-day {
width: 100%;
margin-bottom: 20px
}
.program__wrap .days .day-number {
margin-bottom: 20px
}
@media (max-width:61.99em) {
.program__wrap .days .half-day {
width: 100%;
float: none
}
.program__wrap .days .half-day:nth-child(1) {
margin-right: 0
}
.program__wrap .days .half-day:nth-child(2) {
margin-left: 0
}
.program__wrap .days .day-number {
background-color: #FBFBFB;
padding: 20px 17px;
margin-bottom: 0
}
}
.program__wrap .days .day-number span {
font-size: 28px;
font-weight: 500;
position: relative;
line-height: 30px
}
.program__wrap .days .day-number span::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -90px;
width: 65px;
-webkit-transform: translateY(-17px);
transform: translateY(-17px)
}
.program__wrap .days .schedule {
background-color: #FBFBFB;
padding: 17px
}
.program__wrap .days .schedule .single-activity {
width: 100%;
margin-bottom: 23px
}
@media (max-width:39.99em) {
.program__wrap .days .schedule .single-activity {
margin-bottom: 15px
}
}
.program__wrap .days .schedule .single-activity:last-of-type,
.program__wrap .days .schedule .single-activity:nth-last-child(-n+3).full {
margin-bottom: 0
}
.program__wrap .days .schedule .single-activity.full {
width: 50%;
float: left
}
.program__wrap .days .schedule .single-activity .timetable {
width: 25%;
padding: 5px 10px;
background-color: #000;
background-color: #93c6b2;
float: left;
text-align: center;
margin-right: 3%
}
@media (max-width:39.99em) {
.program__wrap .days .schedule .single-activity .timetable {
float: none;
width: 100%;
padding: 10px;
}
}
.program__wrap .days .schedule .single-activity .timetable span {
font-size: 18px;
line-height: 1; vertical-align: bottom;
display: inline-block
}
.program__wrap .days .schedule .single-activity .activity {
width: 72%;
padding: 5px 0;
float: left
}
@media (max-width: 39.99em) {
.program__wrap .days .schedule .single-activity .activity {
padding: 15px 0 0;
}
}
.program__wrap .days .schedule .single-activity .activity span {
font-size: 18px;
color: #000;
line-height: 1
}
.program__wrap .days--mobile {
display: block
}
@media (min-width:40em) {
.program__wrap .days--mobile {
display: none
}
}
.program__wrap .days--mobile .accordion-toggle-days {
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 100%;
padding: 20px;
background-color: #F7F7F7;
color: #000;
margin-bottom: 10px;
text-align: center
}
@media (max-width:39.99em) {
.program__wrap .days .schedule .single-activity .activity {
float: none;
width: 100%;
text-align: center
}
.program__wrap .days--mobile .accordion-toggle-days {
padding: 20px 5px
}
}
.program__wrap .days--mobile .accordion-toggle-days.active {
background-color: #000;
background-color: #93c6b2;
color: #FFF;
color: #363636;
}
.program__wrap .days--mobile .accordion-toggle-days span {
font-size: 18px;
display: block;
line-height: 1
}
.program__wrap .days--mobile .accordion-toggle-days span:first-of-type {
padding-bottom: 5px
}
@media (max-width:39.99em) {
.program__wrap .days--mobile .accordion-toggle-days span:first-of-type {
font-size: 16px
}
}
.program__wrap .days--mobile .accordion-toggle-days span:last-of-type {
padding-top: 5px; font-family: 'Poppins', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 13px
}
.program__wrap .days--mobile .accordion-toggle-days span::after {
display: none
}
.program__wrap .days--mobile .accordion-content-days {
display: none;
background-color: #F7F7F7;
padding: 25px;
margin-bottom: 10px
}
.location,
.relators {
background-color: #FFF
}
@media (max-width:39.99em) {
.program__wrap .days--mobile .accordion-toggle-days span:last-of-type {
font-weight: 500;
font-size: 16px
}
.program__wrap .days--mobile .accordion-content-days {
padding: 0;
font-size: 15px
}
}
.program__wrap .days--mobile .accordion-content-days.default {
display: block
}
.program__wrap .days--mobile .accordion-content-days ul {
margin: 0;
padding: 0 25px
}
.program__wrap .days--mobile .accordion-content-days ul li {
line-height: 30px;
font-size: 16px; font-family: 'Poppins', sans-serif;
}
.relators__wrap {
padding: 30px 0
}
.relators__wrap>div:last-of-type {
text-align: center
}
.relators__wrap .title {
line-height: 1
}
.relators__wrap .teachers {
margin-left: -5px;
margin-right: -5px;
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 1px solid #CECECE
}
@media (max-width:39.99em) {
.relators__wrap .teachers {
padding-bottom: 0
}
}
.relators__wrap .teachers>div:last-of-type {
padding: 20px 10px 10px;
}
.relators__wrap .teachers>div:last-of-type h3 {
margin-bottom: 15px;
}
.relators__wrap .teachers>div:last-of-type p {
font-size: 18px;
padding-top: 10px;
margin-bottom: 20px;
}
.relators__wrap .single-teacher {
float: left;
padding: 10px;
background-color: #FFF
}
@media (max-width:49.99em) {
.relators__wrap .single-teacher {
width: 50%!important
}
.relators__wrap .single-teacher--1 {
width: 100%!important
}
}
@media (max-width:39.99em) {
.relators__wrap .single-teacher {
width: 100%!important;
padding: 5px;
margin-bottom: 25px
}
}
.relators__wrap .single-teacher--1 .single-teacher__img,
.relators__wrap .single-teacher--1 .single-teacher__text {
width: 50%;
float: left
}
@media (max-width:49.99em) {
.relators__wrap .single-teacher--1 .single-teacher__img,
.relators__wrap .single-teacher--1 .single-teacher__text {
width: 100%!important
}
}
.relators__wrap .single-teacher--1 .single-teacher__text {
padding: 20px
}
.relators__wrap .single-teacher--2 {
width: 50%
}
.relators__wrap .single-teacher--3 {
width: 33.333333%
}
.relators__wrap .single-teacher__img {
padding: 175px
}
@media (max-width: 22.5em) {
.relators__wrap .single-teacher__img {
padding: 175px 0;
}
}
.relators__wrap .single-teacher__text {
padding: 20px 10px 0
}
.relators__wrap .single-teacher__text>div .subtitle {
line-height: 1;
margin-bottom: 15px;
letter-spacing: .5px;
font-weight: 500;
display: inline-block
}
.relators__wrap .single-teacher__text>div .link-website { width: 25px; position: relative
}
.relators__wrap .single-teacher__text>div .link-website a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.relators__wrap .single-teacher__text>div .link-website img {
width: 100%
}
.relators__wrap .single-teacher__text .description {
font-size: 18px;
line-height: 1.3;
margin-bottom: 20px
}
@media (max-width:39.99em) {
.relators__wrap .single-teacher__text {
padding: 20px 0 0
}
.relators__wrap .single-teacher__text>div .subtitle {
font-weight: 600
}
.relators__wrap .single-teacher__text .description {
font-size: 18px;
margin-bottom: 15px
}
}
.relators__wrap .single-teacher__text .social {
width: 100%
}
.relators__wrap .single-teacher__text .social>div {
position: relative;
display: inline-block;
margin-right: 15px
}
.relators__wrap .single-teacher__text .social>div.fb {
margin-right: 9px;
}
.relators__wrap .single-teacher__text .social>div a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.relators__wrap .single-teacher__text .social>div img {
display: inline-block;
position: relative;
height: 37px;
}
.relators__wrap .single-teacher__text .social>div.fb img {
margin-top: -3px;
height: 30px;
}
.relators__wrap button {
width: 210px;
position: relative;
font-weight: 500
}
.relators__wrap button::after {
display: none;
content: url(//biancobouquetacademy.com/wp-content/themes/iww/assets/images/arrow-right-dark.svg);
position: absolute;
top: 50%;
right: -46px;
width: 65px;
-webkit-transform: translateY(-11px);
transform: translateY(-11px)
}
.relators__wrap button:hover::after {
-webkit-animation-name: move7;
animation-name: move7;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes move7 {
50% {
right: -40px
}
}
@keyframes move7 {
50% {
right: -40px
}
}
.location__wrap {
padding: 30px 0
}
.location__wrap p {
font-size: 18px;
line-height: 25px
}
.location__wrap .title {
line-height: 1
}
@media (max-width:39.99em) {
.location__wrap {
padding: 30px 0 20px
}
.location__wrap p {
font-size: 16px;
}
.location__wrap .title {
margin-bottom: 10px
}
}
.location__wrap .villas {
width: 100%;
margin: 0 0 30px;
padding: 0;
list-style: none
}
@media (max-width:39.99em) {
.location__wrap .villas {
margin: 0 0 15px
}
}
.location__wrap .villas .villa {
cursor: pointer;
text-align: center;
margin: 0;
padding: 20px 0;
color: #ADADAD;
background-color: #F7F7F7;
font-size: 26px;
font-weight: 500
}
.location__wrap .villas .villa.half {
width: 49%;
float: left
}
@media (max-width:39.99em) {
.location__wrap .villas .villa.half {
width: 100%;
float: none;
margin: 7px 0
}
}
.location__wrap .villas .villa.half:nth-child(1) {
margin-right: 1%
}
.location__wrap .villas .villa.half:nth-child(2) {
margin-left: 1%
}
.location__wrap .villas .villa.full {
width: 100%
}
.location__wrap .villas .villa.active {
color: #FFF;
color: #363636;
background-color: #000;
background-color: #93c6b2;
}
.location__wrap .tab-content .location-description {
margin-bottom: 30px
}
@media (max-width:49.99em) {
.location__wrap .tab-content .location-description {
margin-bottom: 25px
}
}
@media (max-width:39.99em) {
.location__wrap .villas .villa.half:nth-child(1) {
margin-right: 0
}
.location__wrap .villas .villa.half:nth-child(2) {
margin-left: 0
}
.location__wrap .tab-content .location-description {
margin-bottom: 15px
}
}
.location__wrap .tab-content .map {
width: 100%;
height: 100%;
display: table;
table-layout: fixed;
margin-bottom: 16px
}
@media (max-width:49.99em) {
.location__wrap .tab-content .map {
display: block
}
}
.location__wrap .tab-content .map>div {
display: table-cell;
vertical-align: middle
}
.location__wrap .tab-content .map>div.map-detail {
width: 70%
}
.location__wrap .tab-content .map>div.map-detail .google-map,
.location__wrap .tab-content .map>div.map-detail iframe {
width: 100%;
height: 450px
}
.location__wrap .tab-content .map>div.go-to-google>div {
padding: 0 40px
}
@media (max-width:49.99em) {
.location__wrap .tab-content .map>div {
display: block
}
.location__wrap .tab-content .map>div.map-detail {
width: 100%
}
.location__wrap .tab-content .map>div.go-to-google>div {
padding: 25px 0
}
}
@media (max-width:39.99em) {
.location__wrap .tab-content .map>div.go-to-google>div {
padding: 15px 0 5px
}
}
.location__wrap .tab-content .map>div.go-to-google p {
margin-bottom: 15px
}
.location__wrap .tab-content .location-photos {
margin-left: -.666666%;
margin-right: -.666666%
}
.registration {
background-color: #FFF
}
@media (max-width:53.0525em) {
.registration .container {
padding-left: 15px;
padding-right: 15px
}
}
@media (max-width:39.99em) {
.registration .container {
padding-left: 15px;
padding-right: 15px
}
}
.registration__wrap {
padding: 40px 0 45px
}
@media (max-width:49.99em) {
.registration__wrap {
padding: 30px 0 45px
}
}
.registration__wrap p {
font-size: 18px;
line-height: 25px
}
.registration__wrap p.text-pmark {
font-size: 13px;
line-height: 1.42857143;
}
@media (max-width:39.99em) {
.registration__wrap {
padding: 30px 0
}
.registration__wrap p {
font-size: 16px
}
}
.registration__wrap .title {
line-height: 1;
margin-bottom: 10px
}
@media (max-width:53.0525em) {
.registration__wrap .title {
padding-left: 15px;
padding-right: 15px
}
}
.registration__wrap .course-info {
margin-bottom: 10px;
display: table;
table-layout: fixed;
width: 100%;
height: 100%
}
@media (max-width:39.99em) {
.registration__wrap .course-info {
display: block
}
}
.registration__wrap .course-info>div {
display: table-cell;
vertical-align: middle
}
.registration__wrap .course-info>div>div {
text-align: center;
padding: 20px 0; background-color: #000;
background-color: #93c6b2;
margin-left: 0;
margin-right: 0
}
.registration__wrap .course-info>div>div.middle {
margin-left: 20px;
margin-right: 20px
}
@media (max-width:53.0525em) {
.registration__wrap .course-info>div>div.middle {
margin-left: 0;
margin-right: 0
}
}
@media (max-width:39.99em) {
.registration__wrap .course-info>div {
display: block
}
.registration__wrap .course-info>div>div.middle {
margin: 10px 0
}
}
.registration__wrap .course-info>div>div span {
font-size: 18px;
font-weight: 500;
line-height: 1
}
.registration__wrap .course-info>div>div span.invisible-price {
display: none
}
@media (max-width:53.0525em) {
.registration__wrap .course-info>div>div span {
font-size: 16px
}
.registration__wrap .wpcf7 {
padding-left: 15px;
padding-right: 15px
}
}
@media (max-width:39.99em) {
.registration__wrap .wpcf7 {
padding-left: 0;
padding-right: 0
}
}
.registration__wrap--contacts { }
.registration__wrap--contacts p {
margin-bottom: 30px
}
.faq {
background-color: #FFF
}
.faq__wrap {
padding: 65px 0;
}
.faq__wrap .title {
line-height: 1
}
.faq__wrap p {
font-size: 18px;
margin-bottom: 20px
}
@media (max-width:39.99em) {
.faq__wrap {
padding: 40px 0
}
.faq__wrap p {
font-size: 16px
}
}
.faq__wrap .accordion-toggle {
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
width: 100%;
padding: 15px;
line-height: 1;
background-color: #F7F7F7;
color: #000;
margin-bottom: 10px
}
.faq__wrap .accordion-toggle.active {
background-color: #000;
background-color: #93c6b2; }
.faq__wrap .accordion-content {
background-color: #F7F7F7;
}
.faq__wrap .accordion-toggle span {
line-height: 23px
}
.faq__wrap .accordion-toggle span:last-of-type {
float: right; font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 700
}
.faq__wrap .accordion-content {
display: none;
padding: 25px;
margin-bottom: 10px
}
@media (max-width:39.99em) {
.faq__wrap .accordion-content {
padding: 15px
}
}
.faq__wrap .accordion-content.default {
display: block
}
.faq__wrap .accordion-content p:last-of-type {
margin-bottom: 0
}
.header__menu ul#primary-menu {
background-size: cover!important;
background-position: center!important
}.btn {
transition: all .4s ease
}
.btn:hover {
background-color: #000
}
.btn:hover a {
color: #FFF
}
.next-courses__wrap .catalogue .details-container__bottom button.btn.course-hov {
transition: all .4s ease;
background-color: #000;
color: #FFF
}
.relators__wrap button.btn.go-to-form {
transition: all .4s ease
}
.relators__wrap button.btn.go-to-form:hover {
background-color: #000;
color: #FFF
}
.link-btn .btn {
transition: all .4s ease
}
.link-btn .btn:hover {
background-color: #FFF;
color: #000
}
.next .btn,
.link-btn-dark .btn {
transition: all .4s ease
}
.next .btn:hover,
.link-btn-dark .btn:hover {
background-color: #000;
color: #FFF
}
#submit {
transition: all .4s ease
}
#submit:hover {
background-color: #000;
color: #FFF
}
.svg-social {
line-height: 1px
}
.svg-social svg {
transition: all .4s ease
}
.svg-social svg:hover {
filter: invert(1)
}
.partner-mobile__wrap button {
display: none
}
.header__menu ul#primary-menu {
background-position: center 10%;
background-repeat: no-repeat
}
.header__menu ul li.current-menu-item a {
font-weight: 400
}
.main-copy__wrap.detail-variation {
margin-top: -15%
}
@media (max-width: 960px) {
body.page-template-tpl-home #main-wrap #main-content .main-launch {
background-position: 70% 50%
}
.main-copy__wrap {
top: 55% !important;
transform: translateY(-50%);
bottom: auto
}
.main-copy__wrap.detail-variation {
margin-top: 10%
}
.footer-first {
text-align: center !important
}
.footer-first>div {
display: block !important;
text-align: center !important;
width: 100% !important
}
}
@media (max-width: 640px) {
body.page-template-tpl-home #main-wrap #main-content .main-launch {
background-position: 60% 50%
}
.main-copy__wrap {
top: 50% !important;
}
.location-photos {
display: none
}
.main-copy__wrap img {
display: inline-block !important;
position: absolute
}
body.page-template-tpl-contacts #main-wrap #main-content .main-copy__wrap img {
display: none !important
}
.main-copy__wrap .title {
font-size: 36px;
line-height: 1 !important
}
.main-copy__wrap.detail-variation .buttons button {
width: 185px;
padding: 6px 0
}
.main-copy__wrap.detail-variation .course-info {
margin-top: 70px
}
}
@media (max-width: 39.99em) {
body.page-template-tpl-contacts #main-wrap #main-content .main-copy__wrap img {
display: inline-block !important;
}
}html {
overflow-x: hidden;
}
.categories-list ul{
padding: 0;
list-style-type: none;
text-align: center;
}
.categories-list ul li{
display: inline-block;
}
button.category-item {
border: none;
width: auto;
font-size: 20px;
padding: 6px 15px;
color: #363636;
}
button.selected-category, button.category-item:hover {
font-weight: 700;
}
.blog-page .concept__wrap{
display: table;
padding: 20px 0 0;
}
.blog-page .concept__wrap .idea-image img {
max-height: 450px;
}
.blog-page .concept__wrap>div{
display: table-cell;
vertical-align: middle;
}
@media (max-width: 835px) {
.blog-page .concept.image{
display: none;
}
}
.blog-page .concept__wrap .idea-text {
padding-right: 55px;
}
.blog-page .concept__wrap .idea-text button {
color: #363636;
}
.blog-page .concept__wrap .idea-text .details-container__bottom {
margin-top: 30px;
}
.blog-page .concept__wrap .idea-text .details-container__bottom .btn:hover{
color: #FFF;
}
.blog-page .concept__wrap .idea-image {
width: 55%;
}
.single .concept__wrap .idea-image img{
object-fit: cover;
max-height: 710px;
}
.gray {
background-color: #f7f7f7;
}
.white {
background-color: #FFF;
}
.wpcf7-acceptance {
display: none;
}
.concept__wrap a,
.registration__wrap a
{
color: #363636;
font-weight: 500;
padding-bottom: 2px; }
.concept__wrap a.yt{
border: none;
}
.btn a {
border: none;
}
.idea-video{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
padding: 29%;
min-height: 660px;
}
.idea-video .player {
position: absolute;
top: 50%;
left: 50%;
min-height: 0 !important;
height: 74px !important;
width: 104px !important;
transform: translate(-50%, -50%);
}
.idea-slider .owl-media {
margin-bottom: -53px;
text-align: center;
overflow: hidden;
}
.idea-slider .owl-media .owl-item  .item{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 29%;
position: relative;
min-height: 660px;
}
.idea-slider .owl-media .owl-item  .item a{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.idea-slider .owl-media .owl-dots {
text-align: center;
transform: translateY(-53px);
display: inline-block;
height: 53px;
}
.idea-slider .owl-media .owl-dots .owl-dot {
display: inline-block;
height: 7px;
width: 50px;
margin: 20px 8px;
border-radius: 1px;
background-color: #FFF;
}
.idea-slider .owl-media .owl-dots .owl-dot.active {
background-color: #000;
}
.details-container__bottom a{
font-weight: 500;
border: none;
}
.related-block .next {
display: none;
}
body.page-template-archive .main-launch--alternative,
body.single .main-launch--alternative{
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 1520px) {
.single .concept__wrap .idea-image img{
max-height: 670px;
}
.idea-video, .idea-slider .owl-media .owl-item  .item {
min-height: 580px;
padding: 0;
width: 100%;
height: 580px;
}
}
@media (max-width: 1280px) {
.single .concept__wrap .idea-image img{
max-height: 625px;
}
.idea-video, .idea-slider .owl-media .owl-item  .item {
min-height: 540px;
padding: 0;
width: 100%;
height: 540px;
}
}
@media (max-width: 800px) {
.related-block .next {
display: block;
}
body.single .main-copy__wrap .title {
margin-top: 100px;
}
body.single .our-courses__wrap .next {
top: 1%;
}
}
@media (max-width: 600px) {
.single .concept__wrap .idea-image img{
max-height: 380px;
}
.idea-video, .idea-slider .owl-media .owl-item  .item {
min-height: 380px;
height: 380px;
}
body.single .our-courses__wrap .next {
top: 35px;
}
}
@media (max-width: 480px) {
body.single .main-copy__wrap .subtitle {
margin-bottom: 10px;
}
.breadcrumb a, .breadcrumb span {
display: inline;
}
.blog-page .concept__wrap .idea-image {
width: calc(100% - 10px);
padding-left: 10px;
}
.blog-page .concept__wrap {
margin-bottom: 20px;
}
button.category-item {
font-size: 17px;
padding: 6px 10px;
}
body.page-template-archive .main-copy__wrap .title,
body.category .main-copy__wrap .title,
body.single .main-copy__wrap .title {
margin-top: 55px; }
body.page-template-archive .main-copy__wrap img,
body.category .main-copy__wrap img,
body.single .main-copy__wrap img
{
width: 11px;
height: 50px;
margin-top: 30px;
}
body.single .main-copy__wrap img {
margin-top: 0;
}
.single .concept__wrap .idea-image img{
max-height: 254px;
}
.idea-video, .idea-slider .owl-media .owl-item  .item {
min-height: 254px;
height: 254px;
}
}
@media (max-width: 375px) {
.main-copy__wrap .title {
font-size: 32px;
}
}
@media (max-width: 320px) {
.main-copy__wrap .title {
font-size: 25px;
}
}