@charset "UTF-8";
/*
Theme Name:   Owsald
Description:  Adaptation
Author:       palarose@cegep-ste-foy.qc.ca
Author URL:   Mettez ici l’URL du blog ou du site de l’auteur
Template:     oswald
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Oswald
*/
/* Écrivez ici votre propre feuille de style personnelle */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Bleu fond de texte */
/* Polices de caractères */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/fontawesome.min.css");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.ban_promo_accueil .hbupro-hero-banner .hbupro-hero-banner-inner {
  height: 0 !important;
  padding: 40% 0 0 0 !important;
}

.ban_promo_accueil .wpb_wrapper > p:first-child {
  margin: 0;
}

.ban_promo_accueil .hbupro-hero-banner-sub-title, .ban_promo_accueil .hbupro-hero-banner-title {
  margin: 0 !important;
}
.ban_promo_accueil .wpb_wrapper > div {
  overflow: hidden;
}
.ban_promo_accueil .wpb_wrapper .hbupro-hero-banner {
  filter: brightness(1);
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: all 500ms;
  transition-delay: 500ms;
}
.ban_promo_accueil:hover .wpb_wrapper .hbupro-hero-banner {
  filter: brightness(1.1);
  transform: scale(1.04);
  transition-delay: 0ms;
}

@media (max-width: 480px) {
  .ban_promo_accueil .hbupro-hero-banner .hbupro-hero-banner-inner {
    height: 0 !important;
    padding: 55% 0 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .ban_promo_accueil .hbupro-hero-banner .hbupro-hero-banner-inner {
    height: 0 !important;
    padding: 25% 0 0 0 !important;
  }
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.wpdaddy_team_list__image-holder:hover {
  box-shadow: none;
}

.wpdaddy_team_list__image-holder {
  border-radius: 100%;
}

.wpdaddy_team_list__item {
  display: flex;
  line-height: 10px;
  flex-wrap: wrap;
  color: gray;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Logo
============================================================================================ */
.logo_container a img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .logo_container.mobile_logo_enable .mobile_logo {
    display: inline-block;
  }
}
.sticky_header .logo_container .sticky_logo {
  display: inline-block;
}

/* Covid-19 Message */
.vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon {
  color: #e52458;
  border-color: #e52458;
  border-width: 2px;
  background-color: transparent;
  background: #fff;
  width: 100%;
}
.vc_color-juicy_pink.vc_message_box-outline a, .vc_color-juicy_pink.vc_message_box-solid-icon a {
  color: #31628e;
}
.vc_color-juicy_pink.vc_message_box-outline a:hover, .vc_color-juicy_pink.vc_message_box-solid-icon a:hover {
  color: #1d3b55;
}

#anb-default-location {
  bottom: 15px;
  height: auto;
  margin-left: 15px;
  max-width: 350px;
  position: fixed;
  right: 15px;
  width: auto;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  #anb-default-location {
    font-size: 80%;
    line-height: 1.4;
  }
}

.anb-class-1098 {
  color: #e52458 !important;
  border-color: #e52458;
  border-width: 2px;
  background-color: white;
  background: #fff;
  padding: 0;
}
.anb-class-1098 a {
  color: #31628e !important;
}
.anb-class-1098 a:hover {
  color: #1d3b55 !important;
}
.anb-class-1098 .vc_message_box-solid-icon .vc_message_box-icon {
  width: 52px;
}
.anb-class-1098 .vc_color-juicy_pink.vc_message_box-outline, .anb-class-1098 .vc_color-juicy_pink.vc_message_box-solid-icon {
  border: none;
  position: relative;
  margin-bottom: 0;
  padding: 15px 15px 15px 67px;
  z-index: 0;
}
.anb-class-1098 span[class^=close-anb], .anb-class-1098 span[class*=close-anb] {
  z-index: 1;
}

.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #e52458;
}

/* Typography
============================================================================================ */
h1 {
  font-weight: bold;
  margin: 1.25em 0 0.75em;
}

h2 {
  font-weight: bold;
  margin: 1.15em 0 0.625em;
}

h3 {
  font-weight: bold;
  margin: 1.1em 0 0.575em;
}

h4 {
  font-weight: bold;
  margin: 1.05em 0 0.5em;
}

h5 {
  font-weight: bold;
  margin: 1em 0 0.45em;
}

h6 {
  font-weight: bold;
  margin: 0.95em 0 0.4em;
}

/* Media queries
============================================================================================ */
.hbupro-hero-banner-inner {
  padding: 200px 0 200px 0;
  transition: padding 0.3s;
}

html body .hbupro-hero-banner-wrp-1 .hbupro-hero-banner h2.hbupro-hero-banner-title {
  font-size: 30px !important;
  line-height: 30px !important;
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .main-menu > ul, .main-menu > div > ul {
    font-size: 14px;
    transition: all 0.3s;
  }
  .main-menu > ul > li > a, .main-menu > div > ul > li > a {
    padding: 0 6px;
  }
}
@media (max-width: 600px) {
  .hbupro-hero-banner-title {
    font-size: 24px !important;
    padding: 0 5% 0;
    top: 12px;
    position: relative;
  }
}
/* C FEATURE BOX
============================================================================================ */
.c_feature_box {
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  border-radius: 2px;
  background: #fff;
  padding: 25px 0px;
  margin-top: -100px;
  z-index: 22;
  position: relative;
}
.c_feature_box .col-lg-4:last-child .c_box_item:before {
  display: none;
}

/* Uniformisation des titres dans la bannière HERO BANNER
============================================================================================ */
.hbupro-hero-banner-title {
  font-weight: bold !important;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important;
}

/* Uniformisation des boutons turquoises (pas turquoise)
============================================================================================ */
.wpd_module_button a,
.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  background-color: #19226d !important;
  border-color: #19226d !important;
  color: #ffffff !important;
  font-size: inherit !important;
  font-weight: bold !important;
  border: 2px solid #19226d !important;
  border-radius: 35px !important;
}
.wpd_module_button a:hover, .wpd_module_button a:focus,
.vc_btn3.vc_btn3-color-turquoise:hover,
.vc_btn3.vc_btn3-color-turquoise:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus {
  background-color: #ffffff !important;
  color: #19226d !important;
  border-color: #19226d !important;
}

input.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  padding: 14px 20px !important;
}

/* Page title and breadcrumb Style
============================================================================================ */
.wpd-page-title__content .page_title {
  display: block !important;
}

.wpd-page-title__content .page_title h1 {
  margin: 24px 0;
}

.wpd-page-title__content .wpd_breadcrumb {
  display: block;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .wpd-page-title__content .wpd_breadcrumb {
    display: none;
  }
}
/* Custom Style
============================================================================================ */
.wpb_single_image .vc_figure-caption {
  Margin-top: 1em;
  font-size: 1em;
}

blockquote {
  position: relative;
  z-index: 1;
  padding: 20px 50px;
  border-bottom: 2px solid #f0f2f7;
  border-top: 2px solid #f0f2f7;
  border-left: none;
  border-right: none;
  margin: 26px 0;
  font-size: 18px;
  line-height: normal;
  quotes: "«" "»";
  text-align: center;
  border-radius: 0;
}

input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #fff;
  background-color: #bbbbbb;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type=radio]:checked {
  background-color: #febe10;
}

span.wpcf7-not-valid-tip {
  padding-top: 5px;
  color: #8c1e00;
  font-weight: 400;
}

.texte_blanc {
  color: #ffffff !important;
}
.texte_blanc * {
  color: #ffffff !important;
}
.texte_blanc a:hover, .texte_blanc a:focus, .texte_blanc a:active {
  color: #ffffff !important;
}

.lien-accueil {
  font-size: 1.5em !important;
  margin-right: 0.25em;
}

span.libelle-lien-accueil {
  display: none;
}
@media (max-width: 1200px) {
  span.libelle-lien-accueil {
    display: inline-block;
  }
}

.wpb_raw_html {
  margin-bottom: 0 !important;
}

.testimonials_rotator .nivo-directionNav .nivo-prevNav:hover:after, .testimonials_rotator .nivo-directionNav .nivo-nextNav:hover:after, .testimonials_rotator input[type=submit], .testimonials_rotator button, .testimonials_rotator input[type=checkbox]:checked, .testimonials_rotator input[type=submit]:hover, .testimonials_rotator input[type=submit]:focus, .testimonials_rotator button:hover, .testimonials_rotator button:focus {
  background-color: transparent !important;
  border-color: transparent !important;
}

.module_testimonial.testimonials_align_left .testimonials_author_wrapper .testimonials_title, .module_testimonial.testimonials_align_right .testimonials_author_wrapper .testimonials_title {
  padding-left: 0;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.learn_more .fa.fa-angle-right {
  display: none;
}

.wpd_blog_list__footer, .site_wrapper ol > li:before, blockquote cite, .wpd_blog_list__media .wpd_qoute__wrapper .wpd_qoute__author_wrapper .wpd_qoute__author_name, .wpd_blog_list__media .wpd_qoute__wrapper:after, .wpd_blog_list__media .wpd_link__wrapper:after, .wpd_blog_list .author_box__name, .site_wrapper .pagerblock a.current, #comments .stand_comment .thiscommentbody .comment_info > .comment_meta, #comments .stand_comment .thiscommentbody .comment_info > .comment-reply-link, .single_post .wpd_blog_list__meta, .wpdaddy_portfolio__like_and_comments, .recent_post_meta, .price_item-cost .price_item_suffix, .price_item-cost .price_item_prefix, .price_item_description, .wpd_secondary_font, #comments #respond form#commentform label, .wpcf7-form label, .woocommerce.single-product #respond #commentform label, .woocommerce.single-product #respond #commentform .comment-form-rating label, .woocommerce form.woocommerce-form-login .form-row label, .woocommerce form .form-row label {
  color: inherit !important;
}

.sans_marge_bas {
  margin-bottom: 0 !important;
}

.rangee_deux_couleurs .vc_column-inner {
  padding: 0;
}
.rangee_deux_couleurs .colonne_max_largeur_gauche {
  background: #2599d2;
}
.rangee_deux_couleurs .colonne_max_largeur_gauche .wpb_content_element:last-child {
  margin-bottom: 0;
}
.rangee_deux_couleurs .colonne_max_largeur_droite {
  background: #1cacb9;
}
.rangee_deux_couleurs .colonne_max_largeur_droite .wpb_content_element:last-child {
  margin-bottom: 0;
}
.rangee_deux_couleurs .colonne_max_largeur_gauche .vc_column-inner > .wpb_wrapper {
  max-width: 585px;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  padding: 100px 100px 100px 0;
}
@media (max-width: 1200px) {
  .rangee_deux_couleurs .colonne_max_largeur_gauche .vc_column-inner > .wpb_wrapper {
    padding: 100px 30px;
  }
}
@media (max-width: 768px) {
  .rangee_deux_couleurs .colonne_max_largeur_gauche .vc_column-inner > .wpb_wrapper {
    padding: 100px 30px;
    margin: 0 auto;
  }
}
.rangee_deux_couleurs .vc_column-inner {
  padding: 0;
}
.rangee_deux_couleurs .colonne_max_largeur_droite .vc_column-inner > .wpb_wrapper {
  max-width: 585px;
  width: auto;
  margin-right: auto;
  margin-left: 0;
  padding: 100px 0 100px 100px;
}
@media (max-width: 1200px) {
  .rangee_deux_couleurs .colonne_max_largeur_droite .vc_column-inner > .wpb_wrapper {
    padding: 100px 30px;
  }
}
@media (max-width: 768px) {
  .rangee_deux_couleurs .colonne_max_largeur_droite .vc_column-inner > .wpb_wrapper {
    padding: 100px 30px;
    margin: 0 auto;
  }
}

.rangee_bleu {
  background: #2599d2;
}
.rangee_bleu h1, .rangee_bleu h2, .rangee_bleu h3, .rangee_bleu h4, .rangee_bleu h5, .rangee_bleu h6, .rangee_bleu p, .rangee_bleu a {
  color: #fff;
}
.rangee_bleu form p {
  color: #fff;
}

.hbupro-hero-banner-title, .hbupro-hero-banner-sub-title {
  color: #ffffff;
}
.hbupro-hero-banner-title *, .hbupro-hero-banner-sub-title * {
  color: #ffffff;
}

.hero-btn {
  background: #19226d;
  color: #ffffff;
  line-height: normal !important;
  text-align: center !important;
}

.main_wrapper {
  overflow: hidden;
  padding: 0;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

.display-none {
  display: none;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading {
  border-radius: 70px !important;
}

.slogan {
  color: #00456a;
  font-family: Open Sans;
  font-size: 36px;
  line-height: 43px;
  margin: 1.5em 0;
}

.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bloc-argument .wpb_content_element {
  background: transparent;
  border: 3px solid #febe10;
  border-radius: 35px;
  color: #00456a;
  font-size: 19px;
  padding: 30px !important;
}
.bloc-argument .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}
.bloc-argument .wpb_content_element ul {
  list-style-type: disc;
  margin-left: 30px;
}
.bloc-argument .wpb_content_element li {
  list-style-type: disc;
  margin: 0.5em 0;
}
.bloc-argument .wpb_content_element li:before {
  display: none !important;
}

.admin-hidden {
  display: none;
}

/*.ow-button-base a, .hbupro-button {
  background-color: #0c386f !important;
  border-color: #0c386f !important;
  border-radius: 5px;
  color: $textColorLight1 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: normal;
  padding: 14px 20px !important;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);

  &:hover, &:focus {
    background-color: #00a4b0 !important;
    border-color: #00a4b0 !important;
    color: $textColorLight1 !important;
  }
}*/
.wpd_icon_box__icon_icon_size_regular .wpd_icon_box__icon img {
  max-width: 98px;
}

.wpb_wrapper h1:first-child, .wpb_wrapper h2:first-child, .wpb_wrapper h3:first-child, .wpb_wrapper h4:first-child, .wpb_wrapper h5:first-child, .wpb_wrapper h6:first-child, .wpb_wrapper p:first-child, .wpb_wrapper ul:first-child {
  margin-top: 0;
}
.wpb_wrapper h1:last-child, .wpb_wrapper h2:last-child, .wpb_wrapper h3:last-child, .wpb_wrapper h4:last-child, .wpb_wrapper h5:last-child, .wpb_wrapper h6:last-child, .wpb_wrapper p:last-child, .wpb_wrapper ul:last-child {
  margin-bottom: 0;
}

#afsvp-partenaire-choix {
  color: #fff;
  font-size: 1.2em;
}
#afsvp-partenaire-choix * {
  color: #fff;
}

.wpd_header_builder__section--middle {
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.25);
}

/* Forms
============================================================================================ */
.nivo-directionNav .nivo-prevNav:hover:after, .nivo-directionNav .nivo-nextNav:hover:after, input[type=submit], #infusion-form-1281-2 .formlift_button, input[type=checkbox]:checked {
  background-color: #31628e !important;
  border-color: #31628e !important;
  color: #ffffff !important;
}
.nivo-directionNav .nivo-prevNav:hover:after:hover, .nivo-directionNav .nivo-prevNav:hover:after:focus, .nivo-directionNav .nivo-nextNav:hover:after:hover, .nivo-directionNav .nivo-nextNav:hover:after:focus, input[type=submit]:hover, input[type=submit]:focus, #infusion-form-1281-2 .formlift_button:hover, #infusion-form-1281-2 .formlift_button:focus, input[type=checkbox]:checked:hover, input[type=checkbox]:checked:focus {
  background-color: #99a9b9 !important;
  border-color: #99a9b9 !important;
  color: #ffffff !important;
}

.post-navigation a:hover, .price_item .item_cost_wrapper .bg-color, .main_menu_container .menu_item_line, .wpd_practice_list__link:before, .content-container .vc_progress_bar .vc_single_bar .vc_bar, input[type=submit], #infusion-form-1281-2 .formlift_button, .pre_footer input[type=submit], .wpd_blog_list__categories .category a {
  background-color: #31628e !important;
  border-color: #31628e !important;
  color: #ffffff !important;
}
.post-navigation a:hover:hover, .post-navigation a:hover:focus, .price_item .item_cost_wrapper .bg-color:hover, .price_item .item_cost_wrapper .bg-color:focus, .main_menu_container .menu_item_line:hover, .main_menu_container .menu_item_line:focus, .wpd_practice_list__link:before:hover, .wpd_practice_list__link:before:focus, .content-container .vc_progress_bar .vc_single_bar .vc_bar:hover, .content-container .vc_progress_bar .vc_single_bar .vc_bar:focus, input[type=submit]:hover, input[type=submit]:focus, #infusion-form-1281-2 .formlift_button:hover, #infusion-form-1281-2 .formlift_button:focus, .pre_footer input[type=submit]:hover, .pre_footer input[type=submit]:focus, .wpd_blog_list__categories .category a:hover, .wpd_blog_list__categories .category a:focus {
  background-color: #99a9b9 !important;
  border-color: #99a9b9 !important;
  color: #ffffff !important;
}

input[type=submit], #infusion-form-1281-2 .formlift_button {
  border-radius: 35px;
  font-size: 1em;
  line-height: normal;
  text-transform: none;
  padding: 7px 30px !important;
}
input[type=submit]:hover, input[type=submit]:focus, #infusion-form-1281-2 .formlift_button:hover, #infusion-form-1281-2 .formlift_button:focus {
  background-color: #99a9b9 !important;
  border-color: #99a9b9 !important;
  color: #ffffff !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-radius: 35px;
}

.search_form .search-submit, .search_form input[type=submit], .search_form button[type=submit], .woocommerce-product-search .search-submit, .woocommerce-product-search input[type=submit], .woocommerce-product-search button[type=submit] {
  font-size: inherit !important;
  line-height: 1.75;
  top: 0;
  right: 0;
}

.wpd_blog_list__footer, .site_wrapper ol > li:before, blockquote cite, .wpd_blog_list__media .wpd_qoute__wrapper .wpd_qoute__author_wrapper .wpd_qoute__author_name, .wpd_blog_list__media .wpd_qoute__wrapper:after, .wpd_blog_list__media .wpd_link__wrapper:after, .wpd_blog_list .author_box__name, .site_wrapper .pagerblock a.current, #comments .stand_comment .thiscommentbody .comment_info > .comment_meta, #comments .stand_comment .thiscommentbody .comment_info > .comment-reply-link, .single_post .wpd_blog_list__meta, .wpdaddy_portfolio__like_and_comments, .recent_post_meta, .price_item-cost .price_item_suffix, .price_item-cost .price_item_prefix, .price_item_description, .wpd_secondary_font, #comments #respond form#commentform label, .wpcf7-form label, .woocommerce.single-product #respond #commentform label, .woocommerce.single-product #respond #commentform .comment-form-rating label, .woocommerce form.woocommerce-form-login .form-row label, .woocommerce form .form-row label {
  text-decoration-color: inherit !important;
}

/* Liste a pucle
============================================================================================ */
/* Main Footer
============================================================================================ */
.footer-contact {
  font-size: 14px;
}
.footer-contact i.fa {
  margin-left: -20px;
  width: 20px;
  position: relative;
  display: inline-block;
}
.footer-contact p {
  margin-left: 20px;
}

.main_footer input[type=email] {
  color: #333333;
  margin-bottom: 0;
}
.main_footer .widget + .widget {
  padding: 0;
}
.main_footer input[type=submit], .main_footer button, .main_footer .ow-button-base a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.widget h3.widget-title {
  font-size: 24px;
  text-transform: none;
}

.main_footer form label {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

/* Main Menu
============================================================================================ */
/* Rev Slider
============================================================================================ */
.rev_slider h1, .rev_slider h2, .rev_slider h3, .rev_slider h4, .rev_slider h5, .rev_slider h6 {
  color: inherit !important;
}

.wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider,
.flexslider {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 !important;
  margin: 0 auto 60px !important;
  max-width: 1000px !important;
}
.wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider .flex-control-paging li a,
.flexslider .flex-control-paging li a {
  width: 0.4rem !important;
  height: 0.4rem !important;
}
.wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider .flex-direction-nav, .wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider .flex-direction-nav a:before, .wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav,
.flexslider .flex-direction-nav a:before,
.flexslider .flex-direction-nav a {
  color: #ffffff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3) !important;
}
.wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-prev {
  left: 10px !important;
}
.wpb_gallery_slides .wpb_flexslider .flexslider_slide .flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-next {
  right: 10px !important;
}

/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
