/* line 3, ../sass/application.scss */
div.cf-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 7, ../sass/application.scss */
div.cf-col {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 8, ../sass/application.scss */
div.cf-col-2 {
  width: 16%;
}

/* line 9, ../sass/application.scss */
div.cf-col-4 {
  width: 33%;
}

/* line 10, ../sass/application.scss */
div.cf-col-8 {
  width: 66%;
}

/* line 11, ../sass/application.scss */
div.cf-col-10 {
  width: 84%;
}

/* line 12, ../sass/application.scss */
div.cf-col-12 {
  width: 100%;
}

@media (max-width: 900px) {
  /* line 14, ../sass/application.scss */
  div.cf-col-4 {
    width: 100%;
  }
}
@media (max-width: 776px) {
  /* line 17, ../sass/application.scss */
  div.cf-col-4 {
    width: 100%;
  }

  /* line 18, ../sass/application.scss */
  div.cf-col-8 {
    width: 100%;
  }

  /* line 19, ../sass/application.scss */
  div.cf-col-10 {
    width: 100%;
  }
}
/* line 30, ../sass/application.scss */
a {
  scroll-behavior: smooth !important;
}

/* line 33, ../sass/application.scss */
html, body {
  height: auto;
}

/* line 38, ../sass/application.scss */
div.error {
  border: 2px solid red;
  padding: 6px;
  color: red;
}

/* line 46, ../sass/application.scss */
div.ui-datepicker {
  border: 1px solid #666;
  padding: 6px;
  background-color: white;
}
/* line 50, ../sass/application.scss */
div.ui-datepicker a.ui-datepicker-next {
  margin-left: 4px;
}

/* line 53, ../sass/application.scss */
a.mobile-menu i.fa-bars {
  font-size: 1.5em;
}

/* line 55, ../sass/application.scss */
div.stars {
  position: absolute;
  top: 0px;
  height: 250px;
  width: 100%;
  background-position-y: bottom;
  background-size: cover;
  background-image: url(../images/BG1_header_stars.png);
}

/* line 62, ../sass/application.scss */
div.stars.dark {
  background-image: url(../images/BG1_header_stars_dark.jpg);
}

/* line 66, ../sass/application.scss */
div.stars.brown-mountain {
  height: 80px;
  background-image: url(../images/dark_matter.png);
}

/* line 71, ../sass/application.scss */
div.brown-bar {
  position: absolute;
  top: 0px;
  height: 100px;
  width: 100%;
  background-position-y: bottom;
  background-size: cover;
  background-image: url(../images/dark_matter.png);
}

/* line 78, ../sass/application.scss */
div.stars-after {
  height: 200px;
}

/* line 81, ../sass/application.scss */
a.button:hover {
  background-color: #555 !important;
}

/* line 82, ../sass/application.scss */
string {
  font-weight: bold;
}

/* line 84, ../sass/application.scss */
p.alert {
  font-weight: bold;
  color: red;
}

/* line 98, ../sass/application.scss */
.button.reserve {
  background-color: #28852d !important;
  border: 1px solid #444 !important;
  border-radius: 6px !important;
  border-radius: 1.5em !important;
  color: white !important;
  padding: 1em 5em 1em 5em !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none;
  text-transform: none;
  font-size: 1.1em;
  position: absolute;
  top: -1.8em;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 114, ../sass/application.scss */
.button.reserve:hover {
  background-color: #2d9532 !important;
  text-decoration: none;
}

/* line 119, ../sass/application.scss */
div.contribution a {
  background-color: #28852d !important;
  border: 1px solid #444 !important;
  border-radius: 6px !important;
  border-radius: 1.5em !important;
  color: white !important;
  padding: 1em 5em 1em 5em !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none;
  text-transform: none;
  font-size: 1.1em;
}

/* line 132, ../sass/application.scss */
div.contribution a:hover {
  background-color: #2d9532 !important;
  text-decoration: none;
}

/* line 137, ../sass/application.scss */
div.button-menu {
  justify-content: center;
}
/* line 139, ../sass/application.scss */
div.button-menu div.e-con-inner {
  justify-content: center !important;
}
/* line 140, ../sass/application.scss */
div.button-menu div.elementor-widget-button {
  width: 100%;
}
/* line 141, ../sass/application.scss */
div.button-menu a.elementor-button-link {
  align-content: center;
}

/* line 144, ../sass/application.scss */
div.button-menu a {
  background-color: #28852d !important;
  border: 1px solid #444 !important;
  border-radius: 6px !important;
  border-radius: 1.5em !important;
  color: white !important;
  padding: 0.6em 1em 0.6em 1em !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none;
  text-transform: none;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.3em;
  width: 100%;
  height: 4em;
  align-items: center;
}

/* line 162, ../sass/application.scss */
div.button-menu a:hover {
  background-color: #2d9532 !important;
  text-decoration: none;
}

/* line 167, ../sass/application.scss */
div.saturday-menu {
  color: #28852d !important;
  height: 200px !important;
  text-align: center;
}
/* line 171, ../sass/application.scss */
div.saturday-menu a {
  display: block !important;
  background-color: #28852d !important;
  border: 1px solid #444 !important;
  border-radius: 6px !important;
  border-radius: 1.5em !important;
  color: white !important;
  padding: 1em 3em 1em 3em !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none;
  text-transform: none;
  font-size: 1em;
}
/* line 184, ../sass/application.scss */
div.saturday-menu a:hover {
  background-color: #2d9532 !important;
  text-decoration: none;
}

/* line 192, ../sass/application.scss */
body.login-page {
  background-color: #425871;
}

/* line 197, ../sass/application.scss */
.clickable-thumbnail-wrapper a {
  color: #ee6655;
}
/* line 198, ../sass/application.scss */
.clickable-thumbnail-wrapper a:hover {
  color: #f39083;
}
/* line 199, ../sass/application.scss */
.clickable-thumbnail-wrapper div.counter {
  background-color: #ee6655;
}

/* line 203, ../sass/application.scss */
div#content-wrap a {
  color: #ee6655;
}
/* line 204, ../sass/application.scss */
div#content-wrap a:hover {
  color: #f39083;
}
/* line 205, ../sass/application.scss */
div#content-wrap a.button {
  color: white;
}
/* line 206, ../sass/application.scss */
div#content-wrap a.button:hover {
  color: white;
}

/* line 209, ../sass/application.scss */
a:active, a:focus {
  outline: 0 !important;
  text-decoration: none !important;
  border: none !important;
  -moz-outline-style: none;
}

/* line 216, ../sass/application.scss */
ul.wc-tabs a {
  color: white !important;
}
/* line 217, ../sass/application.scss */
ul.wc-tabs a:hover {
  color: white;
}

/* line 224, ../sass/application.scss */
div.modal-content {
  color: #222;
  padding: 20px;
}
/* line 227, ../sass/application.scss */
div.modal-content .modal-title {
  font-weight: 700;
  font-size: 24px;
}
/* line 228, ../sass/application.scss */
div.modal-content .modal-header {
  border-bottom: 1px solid #888;
  background-color: #f4f4f4;
}
/* line 229, ../sass/application.scss */
div.modal-content .modal-body {
  background-color: #f4f4f4;
}
/* line 231, ../sass/application.scss */
div.modal-content .modal-body div.intro_text {
  display: none;
}

/* line 236, ../sass/application.scss */
div.hello-event-category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 243, ../sass/application.scss */
body.single-hello_event_NOT {
  background-color: #999;
  color: white;
  background-image: url(../images/dark_matter.png);
  background-repeat: repeat;
}
/* line 247, ../sass/application.scss */
body.single-hello_event_NOT h1, body.single-hello_event_NOT h2, body.single-hello_event_NOT h3 {
  color: white;
}

/* line 249, ../sass/application.scss */
div.hello-event {
  font-weight: 400;
}
/* line 251, ../sass/application.scss */
div.hello-event h1.page-title {
  margin-top: 0px;
  font-size: 3rem;
}
/* line 252, ../sass/application.scss */
div.hello-event div.description {
  margin-top: 2em;
}
/* line 254, ../sass/application.scss */
div.hello-event div.event-meta table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* line 256, ../sass/application.scss */
div.hello-event div.event-meta table tbody {
  display: table-row-group;
}
/* line 257, ../sass/application.scss */
div.hello-event div.event-meta table tr {
  display: table-row;
}
/* line 258, ../sass/application.scss */
div.hello-event div.event-meta table td, div.hello-event div.event-meta table th {
  padding: 0px;
}
/* line 259, ../sass/application.scss */
div.hello-event div.event-meta table th {
  padding-right: 1em;
  font-weight: bold;
  display: table-cell;
  vertical-align: inherit;
}
/* line 261, ../sass/application.scss */
div.hello-event div.event-meta div.event-sidebar {
  background: #eee;
  padding: 16px;
  margin-top: 1em;
}

/* line 269, ../sass/application.scss */
h2.actus {
  font-size: 3em;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 273, ../sass/application.scss */
div.mphb_sc_search-wrapper {
  border: 1px solid #aaa;
  background: #ddd;
  padding: 20px;
  color: black;
}
/* line 275, ../sass/application.scss */
div.mphb_sc_search-wrapper input {
  background: white;
}
/* line 276, ../sass/application.scss */
div.mphb_sc_search-wrapper select {
  background: #ffffcc;
}
/* line 277, ../sass/application.scss */
div.mphb_sc_search-wrapper p.mphb_sc_search-submit-button-wrapper {
  width: 100%;
  text-align: right;
}

/* line 285, ../sass/application.scss */
div.icons-equipments div.e-con-inner {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
/* line 290, ../sass/application.scss */
div.icons-equipments .elementor-widget-container {
  width: 200px;
}

/* line 297, ../sass/application.scss */
div.mphb_sc_search_results-wrapper {
  max-width: 600px;
  margin: auto;
}
/* line 299, ../sass/application.scss */
div.mphb_sc_search_results-wrapper p.mphb_sc_search_results-info {
  font-size: 1.5em;
  font-weight: 700;
}
/* line 300, ../sass/application.scss */
div.mphb_sc_search_results-wrapper form.mphb-reservation-cart {
  margin: 0px;
}
/* line 301, ../sass/application.scss */
div.mphb_sc_search_results-wrapper div.mphb-room-type {
  border: 4px solid #ddd !important;
  padding: 2em;
}
/* line 303, ../sass/application.scss */
div.mphb_sc_search_results-wrapper div.mphb-room-type img {
  border: 2px solid #666;
  border-radius: 4px;
}

/* line 308, ../sass/application.scss */
div.mphb_sc_checkout-wrapper {
  max-width: 700px;
  margin: auto;
}
/* line 310, ../sass/application.scss */
div.mphb_sc_checkout-wrapper h3 {
  color: #28852d;
  font-size: 2em;
  font-weight: 700;
}

/* line 314, ../sass/application.scss */
article.zecamp-activity-content {
  max-width: 800px;
  margin: auto;
  margin-top: 80px;
}

/* line 318, ../sass/application.scss */
div.zecamp-activity-thumbs div.zac-activity-thumb, article.zecamp-activity-content div.zac-activity-thumb {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
}
/* line 320, ../sass/application.scss */
div.zecamp-activity-thumbs div.zac-activity-thumb div.img-container, article.zecamp-activity-content div.zac-activity-thumb div.img-container {
  border: 0px;
  border-radius: 2px;
  background-color: black;
}

/* line 328, ../sass/application.scss */
div.abonnements-list div.clickable-thumbnail-wrapper {
  margin-right: 2em;
}

/* line 333, ../sass/application.scss */
div.wallet-gift-wrapper div.clickable-thumbnail-wrapper img {
  max-width: 300px !important;
}

/* line 336, ../sass/application.scss */
body.woocommerce #gift-calculator h2, div.elementor-shortcode #gift-calculator h2 {
  font-size: 2em;
}
/* line 338, ../sass/application.scss */
body.woocommerce #gift-calculator div.input-control label, div.elementor-shortcode #gift-calculator div.input-control label {
  display: inline-block;
  width: 20em;
}
/* line 339, ../sass/application.scss */
body.woocommerce #gift-calculator div.input-control button.do-calculation, div.elementor-shortcode #gift-calculator div.input-control button.do-calculation {
  color: white;
  width: 12em;
}
/* line 340, ../sass/application.scss */
body.woocommerce #gift-calculator div.input-control button.calculate-price, div.elementor-shortcode #gift-calculator div.input-control button.calculate-price {
  color: white;
  width: 12em;
}
/* line 342, ../sass/application.scss */
body.woocommerce #gift-calculator input, div.elementor-shortcode #gift-calculator input {
  border: 0px;
  height: 28px;
  min-height: 28px;
}
/* line 343, ../sass/application.scss */
body.woocommerce #gift-calculator input[type="text"], div.elementor-shortcode #gift-calculator input[type="text"] {
  width: 30em;
  text-align: left;
}
/* line 344, ../sass/application.scss */
body.woocommerce #gift-calculator input[type="email"], div.elementor-shortcode #gift-calculator input[type="email"] {
  width: 30em;
  text-align: left;
}
/* line 345, ../sass/application.scss */
body.woocommerce #gift-calculator input[type="submit"], div.elementor-shortcode #gift-calculator input[type="submit"] {
  margin-top: 6px;
  margin-left: 30em;
  width: 10em;
  height: inherit;
}

/* line 350, ../sass/application.scss */
.woocommerce .owp-account-links li .owp-account-link.current {
  font-size: 2.5em;
}

/* line 353, ../sass/application.scss */
.woocommerce .oceanwp-loginform-wrap form.login {
  margin-bottom: 50px;
}

/* line 357, ../sass/application.scss */
.woocommerce-tabs .additional_information_tab {
  background-color: #666;
  color: white;
}

/* line 363, ../sass/application.scss */
div.restaurant_menu_section {
  width: 350px;
  border: 3px solid #eee;
  padding: 10px;
}
/* line 366, ../sass/application.scss */
div.restaurant_menu_section h2 {
  font-size: 2em;
  text-align: center;
}
/* line 367, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row {
  width: 100%;
}
/* line 369, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row div.menu_col_1 {
  display: inline-block;
  width: 260px;
}
/* line 370, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row div.menu_col_1_no_price {
  display: inline-block;
  width: 260px;
}
/* line 371, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row div.menu_col_2 {
  display: inline-block;
  width: 220px;
  margin-left: 40px;
  font-style: italic;
}
/* line 372, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row div.menu_col_3 {
  display: inline-block;
  width: 3.5em;
  text-align: right;
}
/* line 373, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row div.menu_col {
  overflow: hidden;
  white-space: nowrap;
}
/* line 374, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.menu_row div.menu_col_1:after, div.restaurant_menu_section div.menu_table div.menu_row div.menu_col_2:after {
  content: " .........................................................";
}
/* line 378, ../sass/application.scss */
div.restaurant_menu_section div.menu_table div.subrow {
  margin-top: -0.6em;
}

/* line 383, ../sass/application.scss */
div.a-manger h2 {
  color: #a8216b;
}

/* line 384, ../sass/application.scss */
div.boissons-froides h2 {
  color: #2e9599;
}

/* line 385, ../sass/application.scss */
div.bieres h2 {
  color: #f36943;
}

/* line 386, ../sass/application.scss */
div.vins-rouges h2 {
  color: #35b5ff;
}

/* line 387, ../sass/application.scss */
div.vins-blancs h2 {
  color: #ff9248;
}

/* line 390, ../sass/application.scss */
div.premium-modal-box-modal-dialog {
  background-color: #383535 !important;
}

/* line 393, ../sass/application.scss */
button.premium-modal-box-modal-close {
  width: 50px;
  height: 50px;
  font-size: 2em;
}

/* line 396, ../sass/application.scss */
div.s-y-rendre-vignettes > div.e-con-inner {
  flex-wrap: wrap !important;
  justify-content: center !important;
}
/* line 399, ../sass/application.scss */
div.s-y-rendre-vignettes > div.e-con-inner div.vignette {
  width: 180px !important;
}

/* line 405, ../sass/application.scss */
div.venir-sans-ten-steps table.sans-voiture-raisons td.column-1 span {
  display: inline-block;
  min-width: 2em;
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  font-family: "Satisfy", sans-serif;
  background-color: #28852d;
  color: white;
  border-radius: 50%;
}
/* line 416, ../sass/application.scss */
div.venir-sans-ten-steps table.sans-voiture-raisons td.column-2 {
  vertical-align: middle;
}
/* line 420, ../sass/application.scss */
div.venir-sans-ten-steps ol {
  list-style: none;
  counter-reset: item;
  margin-left: 3em;
}
/* line 425, ../sass/application.scss */
div.venir-sans-ten-steps li {
  counter-increment: item;
  margin-bottom: 20px;
}
/* line 431, ../sass/application.scss */
div.venir-sans-ten-steps li:before {
  margin-left: -2.5em;
  width: -2.0em;
  margin-right: 16px;
  font-size: 1.5em;
  font-family: "Satisfy", sans-serif;
  content: counter(item);
  background: #28852d;
  border-radius: 100%;
  color: white;
  width: 2em;
  text-align: center;
  display: inline-block;
}

/*#zecamp_open_map {
  pointer-events: none;
  div.leaflet-control-zoom {pointer-events: auto;}
}*/
/* line 451, ../sass/application.scss */
.premium-cf7-container form.wpcf7-form {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 500px;
}
/* line 456, ../sass/application.scss */
.premium-cf7-container form.wpcf7-form p {
  margin: auto;
}

/* line 459, ../sass/application.scss */
div.wpcf7-response-output {
  background-color: white !important;
}

/* line 462, ../sass/application.scss */
section.up-sells {
  display: none;
}

/* line 466, ../sass/application.scss */
body.page-template-page-admin header#site-header {
  padding-top: 0em;
  background-color: green;
}
/* line 470, ../sass/application.scss */
body.page-template-page-admin main#main div#content {
  padding-top: 3em;
  padding-bottom: 2em;
}
/* line 473, ../sass/application.scss */
body.page-template-page-admin main#main div#content h1, body.page-template-page-admin main#main div#content h2 {
  background-color: #17324d;
  font-size: 3em;
  color: white;
  padding: 4px;
  text-align: center;
}
/* line 474, ../sass/application.scss */
body.page-template-page-admin main#main div#content article.zecamp-fe-admin-content {
  margin: 4em;
  padding: 2em;
  background-color: #d2d7dd;
}

/* line 483, ../sass/application.scss */
div.zecamp-footer {
  position: relative;
  border-top: 1px solid #2d9532;
  padding: 30px;
  background-color: #383535;
  # background-color: #302B2D;
  color: white;
}
/* line 487, ../sass/application.scss */
div.zecamp-footer div.cf-row {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2em;
}
/* line 488, ../sass/application.scss */
div.zecamp-footer div.left {
  padding-left: 40px;
}
/* line 489, ../sass/application.scss */
div.zecamp-footer div.center {
  text-align: center;
}
/* line 490, ../sass/application.scss */
div.zecamp-footer div.right {
  padding-right: 40px;
  text-align: right;
}
/* line 494, ../sass/application.scss */
div.zecamp-footer h3, div.zecamp-footer h4, div.zecamp-footer h5 {
  color: white;
  margin: 0px;
  margin-bottom: 1rem;
}
/* line 495, ../sass/application.scss */
div.zecamp-footer h4 {
  font-size: 2.2rem;
}
/* line 496, ../sass/application.scss */
div.zecamp-footer a {
  color: #ee6655;
}
/* line 497, ../sass/application.scss */
div.zecamp-footer a:hover {
  color: #f39083;
}
@media (max-width: 900px) {
  /* line 499, ../sass/application.scss */
  div.zecamp-footer div.left, div.zecamp-footer div.center, div.zecamp-footer div.right {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 505, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 507, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour h2 {
  display: block;
  font-size: 2em;
  text-align: center;
}
/* line 508, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 2em;
}
/* line 509, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour div.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 512, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour div.wrapper div.argument {
  width: 120px;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 40px;
}
/* line 514, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour div.wrapper div.argument img {
  display: block;
}
/* line 515, ../sass/application.scss */
div.zecamp-footer div.footer-un-sejour div.wrapper div.argument span {
  display: block;
  text-align: center;
  font-size: 0.9em;
}
@media (max-width: 590px) {
  /* line 518, ../sass/application.scss */
  div.zecamp-footer div.footer-un-sejour div.wrapper div.argument {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 526, ../sass/application.scss */
body.vanilla header#site-header {
  height: 220px;
  background-image: url(../images/BG1_header_stars.png);
  background-position-y: bottom;
  background-size: cover;
  margin-bottom: 250px;
}
/* line 532, ../sass/application.scss */
body.vanilla div#site-logo div#site-logo-inner {
  vertical-align: top;
}
/* line 535, ../sass/application.scss */
body.vanilla div#content {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  padding-top: 220px;
}

/* line 544, ../sass/application.scss */
div.social-buttons {
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  /* line 544, ../sass/application.scss */
  div.social-buttons {
    text-align: left;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}
/* line 551, ../sass/application.scss */
div.social-buttons .fab {
  padding: 10px;
  font-size: 25px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border: 1px solid #bbb;
  border-radius: 8px;
  margin-left: 6px;
  font-family: FontAwesome;
}
/* line 563, ../sass/application.scss */
div.social-buttons .fa:hover {
  opacity: 0.7;
}

/* ========== Social buttons colors ====================== */
/* line 570, ../sass/application.scss */
.fa-facebook {
  background: #3B5998;
  color: white;
  font-size: 2em;
}

/* line 576, ../sass/application.scss */
span.dashicons.dashicons-facebook {
  background: #3B5998;
  color: #3B5998;
  font-size: 2em !important;
  margin-left: 0.5em;
}

/* line 583, ../sass/application.scss */
span.dashicons.dashicons-facebook::before {
  background-color: white;
  border: 0px;
}

/* line 588, ../sass/application.scss */
.fa-twitter {
  background: #55ACEE;
  color: white;
  font-size: 2em;
}

/* line 594, ../sass/application.scss */
.fa-google {
  background: #dd4b39;
  color: white;
}

/* line 599, ../sass/application.scss */
.fa-linkedin {
  background: #007bb5;
  color: white;
}

/* line 604, ../sass/application.scss */
.fa-youtube {
  background: #bb0000;
  color: white;
  font-size: 2em;
}

/* line 610, ../sass/application.scss */
span.dashicons.dashicons-youtube {
  background: #bb0000;
  color: white;
  font-size: 2em;
  margin-left: 0.5em;
}

/* line 617, ../sass/application.scss */
span.dashicons.dashicons-youtube::before {
  background-color: #bb0000;
  border: 0px;
}

/* line 622, ../sass/application.scss */
.fa-instagram {
  background: #125688;
  color: white;
  font-size: 2em;
}

/* line 628, ../sass/application.scss */
span.dashicons.dashicons-instagram {
  background: #125688;
  color: white;
  font-size: 2em;
  margin-left: 0.5em;
}

/* line 635, ../sass/application.scss */
.fa-pinterest {
  background: #cb2027;
  color: white;
}

/* line 640, ../sass/application.scss */
.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* line 646, ../sass/application.scss */
.fa-vimeo {
  background: #45bbff;
  color: white;
}
