@charset "UTF-8";
/*!
Theme Name: White Label
Theme URI: 
Author: Agence Webmaster
Description: 
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Posts and pages
	## Slider
	## Asides
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Popup
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0 20px;
  max-width: 100%;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  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 {
  line-height: normal;
}

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;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Poppins", "Roboto", sans-serif;
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0;
  color: #464c51;
}

h1 {
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 25px 0;
}

h2 {
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 25px 0;
}

h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 25px 0;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

p {
  margin: 0;
  padding: 0 0 20px 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 20px 0;
  padding: 20px;
  font-style: italic;
  border-left: 5px solid #75a3d1;
  background: #e8eff7;
}
blockquote cite {
  display: block;
  font-size: 0.7em;
  text-align: right;
}
blockquote p {
  margin: 0;
  padding: 5px;
}
.is-loop blockquote {
  margin: 0;
}

address {
  margin: 0 0 20px;
}

pre {
  background: #fafafa;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  border: 2px solid #464c51;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #464c51;
  cursor: help;
}

mark,
ins {
  background: #75a3d1;
  text-decoration: none;
  color: #fff;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #707070;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 30px;
  width: 100%;
  max-width: 100%;
}
table th {
  text-align: left;
  padding: 10px;
  background: #75a3d1;
  color: #fff;
}
table th a,
table th a:visited,
table th a:active {
  color: #fff;
}
table td {
  padding: 10px;
  background: #e8eff7;
}
table caption {
  padding: 10px;
  background: #464c51;
  color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="tel"],
textarea,
select {
  color: #707070;
  border: 2px solid #464c51;
  border-radius: 0;
  padding: 8px 10px 9px;
  outline: none;
  box-sizing: border-box;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  color: #111;
}

textarea {
  width: 100%;
  resize: vertical;
}

.post-password-form input {
  vertical-align: top;
}
.post-password-form label {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #75a3d1;
}
a:visited {
  color: #75a3d1;
}
a:hover,
a:focus,
a:active {
  color: #2e4051;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 11px 30px 10px;
  border: 2px solid #75a3d1;
  color: #75a3d1;
  text-decoration: none;
  box-shadow: none;
  background: none;
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
}
.button:focus,
.button:active,
button:focus,
button:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="button"]:focus,
input[type="button"]:active {
  color: #75a3d1;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #464c51;
  border-color: #464c51;
}

.read-more {
  display: inline-block;
  border-bottom: 2px solid #75a3d1;
  color: #75a3d1;
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 2px 0;
  text-transform: lowercase;
  text-decoration: none;
}
.read-more:focus,
.read-more:active {
  color: #75a3d1;
}
.read-more:hover {
  color: #464c51;
  border-color: #464c51;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
}
@media (max-width: 768px) {
  .main-navigation {
    text-align: center;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  margin: 1px 0 0 0;
  left: -9999px;
}
@media (max-width: 600px) {
  .main-navigation ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .main-navigation ul ul li:before {
    content: "-";
    display: inline-block;
  }
}
.main-navigation ul ul li > ul {
  top: 20%;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 600px) {
  .main-navigation ul ul li > ul {
    background: none;
  }
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li.menu-hover > ul {
  top: -11px;
  left: 100%;
}
.main-navigation ul ul li > ul.in-transition {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  text-align: left;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
@media (max-width: 600px) {
  .main-navigation ul ul a {
    padding: 5px 10px;
    width: 100%;
  }
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a,
.main-navigation ul ul .menu-hover > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a {
  color: white;
}
.main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 600px) {
  .main-navigation ul ul .page_item_has_children > a:after,
  .main-navigation ul ul .menu-item-has-children > a:after {
    content: "\f107";
    position: static;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.menu-hover > ul {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.main-navigation ul li > ul.in-transition {
  left: 0;
}
.main-navigation ul.menu,
.main-navigation div.menu > ul {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .main-navigation ul.menu,
  .main-navigation div.menu > ul {
    text-align: center;
  }
}
.main-navigation ul.menu > li,
.main-navigation div.menu > ul > li {
  display: inline-block;
  margin: 0 0 0 20px;
}
@media (max-width: 992px) {
  .main-navigation ul.menu > li,
  .main-navigation div.menu > ul > li {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .main-navigation ul.menu > li,
  .main-navigation div.menu > ul > li {
    margin: 0 5px;
  }
}
@media (max-width: 600px) {
  .main-navigation ul.menu > li,
  .main-navigation div.menu > ul > li {
    display: block;
    text-align: left;
  }
}
.main-navigation ul.menu > li:first-child:after,
.main-navigation div.menu > ul > li:first-child:after {
  display: none;
}
@media (max-width: 600px) {
  .main-navigation ul.menu > li:first-child:after,
  .main-navigation div.menu > ul > li:first-child:after {
    display: block;
  }
}
.main-navigation ul.menu > li > a,
.main-navigation div.menu > ul > li > a {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 48px;
}
@media (max-width: 992px) {
  .main-navigation ul.menu > li > a,
  .main-navigation div.menu > ul > li > a {
    font-size: 13px;
  }
}
.main-navigation ul.menu > li > a:before,
.main-navigation div.menu > ul > li > a:before {
  left: 50%;
  right: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > li.menu-hover > a,
.main-navigation ul.menu > li.current_page_item > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_ancestor > a,
.main-navigation div.menu > ul > li:hover > a,
.main-navigation div.menu > ul > li.menu-hover > a,
.main-navigation div.menu > ul > li.current_page_item > a,
.main-navigation div.menu > ul > li.current-menu-item > a,
.main-navigation div.menu > ul > li.current_page_ancestor > a {
  color: white;
}
.main-navigation ul.menu > li:hover > a:before,
.main-navigation ul.menu > li.menu-hover > a:before,
.main-navigation ul.menu > li.current_page_item > a:before,
.main-navigation ul.menu > li.current-menu-item > a:before,
.main-navigation ul.menu > li.current_page_ancestor > a:before,
.main-navigation div.menu > ul > li:hover > a:before,
.main-navigation div.menu > ul > li.menu-hover > a:before,
.main-navigation div.menu > ul > li.current_page_item > a:before,
.main-navigation div.menu > ul > li.current-menu-item > a:before,
.main-navigation div.menu > ul > li.current_page_ancestor > a:before {
  left: 0;
  right: 0;
  width: auto;
  opacity: 1;
}
.main-navigation ul.menu > li.page_item_has_children > a:after,
.main-navigation ul.menu > li.menu-item-has-children > a:after,
.main-navigation div.menu > ul > li.page_item_has_children > a:after,
.main-navigation div.menu > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 3px 0 5px;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

/* Small menu. */
.main-navigation.toggled ul,
.main-navigation ul {
  display: block;
}

button.menu-toggle {
  display: none;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  padding: 15px 20px;
  margin: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 25px 0 0 0;
}
button.menu-toggle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: inline-block;
  padding: 0 10px 0 0;
}
button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
  box-shadow: none;
  background: none;
  color: #75a3d1;
  outline: none;
}
button.menu-toggle[aria-expanded="true"]:before {
  content: "\f00d";
}

@media (max-width: 600px) {
  button.menu-toggle {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.pagination {
  text-align: center;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #75a3d1;
  padding: 5px;
  min-width: 40px;
  line-height: 24px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.navigation .nav-links .page-numbers:hover,
.navigation .nav-links .page-numbers.current {
  border-color: #464c51;
  color: #464c51;
}
.navigation .nav-links .page-numbers.dots {
  border: none;
}
.navigation.post-navigation {
  margin: 0;
  padding: 0 0 30px 0;
}
.navigation.post-navigation .nav-links {
  width: 100%;
  display: table;
  background: #fafafa;
}
@media (max-width: 400px) {
  .navigation.post-navigation .nav-links {
    display: block;
  }
}
.navigation.post-navigation .nav-links a {
  display: table-cell;
  width: 50%;
  padding: 20px;
  text-decoration: none;
}
.navigation.post-navigation .nav-links a:hover {
  background: #e8eff7;
}
@media (max-width: 400px) {
  .navigation.post-navigation .nav-links a {
    display: block;
    width: 100%;
  }
}
.navigation.post-navigation .nav-links:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}
.navigation.post-navigation .nav-links-label {
  display: inline-block;
  font-family: "Poppins", "Roboto", sans-serif;
  color: #464c51;
  border-bottom: 2px solid #464c51;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}
.navigation.post-navigation .nav-links-title {
  display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area.footer-widget-area {
  padding: 40px 0 20px;
  background: #fafafa;
}
.widget-area .widget:nth-child(3n + 1) {
  clear: both;
}

.widget {
  margin: 0;
  padding: 0 0 30px 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget.widget_archive ul,
.widget.widget_categories ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul {
  padding: 0;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li {
  list-style: none;
  padding: 0 0 5px 20px;
  position: relative;
}
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before {
  position: absolute;
  top: 0;
  left: 1px;
  font-family: FontAwesome;
  font-size: 14px;
}
.widget.widget_archive ul.children,
.widget.widget_categories ul.children,
.widget.widget_pages ul.children,
.widget.widget_meta ul.children,
.widget.widget_recent_comments ul.children,
.widget.widget_recent_entries ul.children,
.widget.widget_nav_menu ul.children {
  padding: 5px 0 0;
}
.widget.widget_archive a,
.widget.widget_categories a,
.widget.widget_pages a,
.widget.widget_meta a,
.widget.widget_recent_comments a,
.widget.widget_recent_entries a,
.widget.widget_nav_menu a {
  text-decoration: none;
}
.widget.widget_archive ul li:before {
  content: "\f073";
}
.widget.widget_archive select {
  width: 100%;
}
.widget.widget_pages ul li:before {
  content: "\f0f6";
}
.widget.widget_meta ul li:before {
  content: "\f013";
}
.widget.widget_nav_menu ul li:before {
  content: "\f0c9";
}
.widget.widget_recent_comments ul li:before {
  content: "\f27b";
}
.widget.widget_recent_entries ul li:before {
  content: "\f016";
}
.widget.widget_categories ul li:before {
  content: "\f114";
}
.widget.widget_categories ul.children li:before {
  content: "\f115";
}
.widget.widget_categories select {
  width: 100%;
}
.widget.widget_calendar {
  text-align: center;
}
.widget.widget_calendar th {
  text-align: center;
}
.widget.widget_calendar a {
  text-decoration: none;
  font-weight: bold;
}

.tagcloud a {
  font-size: 16px !important;
  border: 2px solid #75a3d1;
  text-decoration: none;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 1px 4px 0;
}
.tagcloud a:hover {
  color: #464c51;
  border-color: #464c51;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.page-header-wrap {
  position: relative;
  background-size: cover;
}

.site-header {
  padding: 0 0 30px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.showcase-active .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.static-header.showcase-active .site-header {
  position: static;
}
.mobile-static .site-header {
  position: relative;
  z-index: 99;
  top: auto;
}

.header-meta {
  padding: 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
  .header-meta {
    text-align: center;
  }
}

.site-branding {
  padding: 0;
}
.site-branding:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .site-branding {
    text-align: center;
  }
}

.site-title {
  padding: 0;
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: -2px;
  float: left;
  max-width: 100%;
}
@media (max-width: 768px) {
  .site-title {
    float: none;
    display: inline-block;
  }
}
.site-title a.text-logo {
  color: #fff;
  display: block;
  font-family: "Poppins", "Roboto", sans-serif;
  text-decoration: none;
  position: relative;
  padding: 11px 15px 9px 17px;
  text-align: center;
}
.site-title a.text-logo:after,
.site-title a.text-logo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
}
.site-title a.text-logo:before {
  top: 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.site-title a.text-logo:after {
  bottom: 0;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.site-description {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  clear: both;
  opacity: 0.5;
}

.header-showcase {
  position: relative;
  overflow: hidden;
}
.mobile-static .header-showcase {
  position: static;
  overflow: visible;
}
.header-showcase.is-subpage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header-showcase:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.header-showcase_img {
  display: block;
}
.header-showcase_content {
  position: absolute;
  z-index: 20;
  bottom: 20%;
  text-align: center;
  width: 100%;
  color: #fff;
  opacity: 0;
  padding: 25px 0;
  -webkit-transition: opacity 800ms ease-out;
  transition: opacity 800ms ease-out;
}
.header-showcase_content.show-in {
  opacity: 1;
}
.header-showcase_slogan {
  font-family: "Poppins", "Roboto", sans-serif;
  padding: 0 0 30px 0;
}
@media (max-width: 900px) {
  .header-showcase_slogan {
    padding: 0 0 10px 0;
  }
}
.header-showcase_title {
  font-size: 56px;
  line-height: 58px;
  padding: 0 0 10px 0;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header-showcase_title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 900px) {
  .header-showcase_title {
    font-size: 26px;
    line-height: 28px;
  }
}
.header-showcase_text {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  padding: 0;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .header-showcase_text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 900px) {
  .header-showcase_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.header-showcase_btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 16px 24px 15px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-family: "Poppins", "Roboto", sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}
@media (max-width: 1200px) {
  .header-showcase_btn {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px 11px;
  }
}
@media (max-width: 900px) {
  .header-showcase_btn {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 15px 8px;
  }
}
.header-showcase_btn:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
.header-showcase_btn:hover,
.header-showcase_btn:active,
.header-showcase_btn:visited {
  color: #fff;
}

.follow-list {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 480px) {
  .follow-list {
    text-align: center;
    padding: 0 0 5px;
  }
}
.follow-list_item {
  display: inline-block;
}
.follow-list_item a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  margin: -10px 0;
  position: relative;
}
.follow-list_item a .fa {
  position: relative;
  z-index: 2;
}
.follow-list_item a:after {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0 0 20px 8px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  content: "";
}
.follow-list_item a:hover {
  color: white;
}
.follow-list_item a:hover:after {
  box-shadow: 0 0 20px 8px rgba(255, 255, 255, 0.5);
}
.follow-list_item a:active,
.follow-list_item a:visited {
  color: white;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  padding: 60px 0 40px;
}

.entry-header {
  padding: 0;
}

.entry-meta {
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.entry-meta:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}
.entry-header .entry-meta-item {
  float: left;
}
.entry-header .entry-meta-item + .entry-meta-item {
  margin: 0 0 0 10px;
}
@media (max-width: 992px) {
  .entry-header .entry-meta-item + .entry-meta-item {
    margin: 0 0 0 3px;
  }
}
.entry-header .entry-meta-item + .entry-meta-item:before {
  content: "::";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 20px;
  margin: 0 10px 0 0;
}
@media (max-width: 992px) {
  .entry-header .entry-meta-item + .entry-meta-item:before {
    content: "|";
    margin: 0 3px 0 0;
  }
}
.entry-meta-item a {
  text-decoration: none;
}
.entry-meta .author:after {
  clear: both;
  width: 100%;
  display: block;
  content: "";
}
.entry-meta .avatar {
  float: left;
  border-radius: 50%;
  border: 2px solid #75a3d1;
  margin: -3px 8px -3px 0;
}

.entry-thumbnail {
  padding: 0 0 30px 0;
  margin: 0;
}
.entry-thumbnail img {
  display: block;
}

.entry-gallery {
  margin: 0 0 30px 0;
}
.entry-gallery:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}
.entry-gallery img {
  width: 100%;
  height: auto;
}
.entry-gallery-item {
  margin: 0;
  position: relative;
}
.entry-gallery-item img {
  display: block;
}
.entry-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.entry-gallery-prev,
.entry-gallery-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 40px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.entry-gallery-prev:before,
.entry-gallery-next:before {
  font-family: FontAwesome;
}
.entry-gallery-prev:hover,
.entry-gallery-next:hover {
  background: #75a3d1;
}
.entry-gallery:hover .entry-gallery-prev,
.entry-gallery:hover .entry-gallery-next {
  opacity: 1;
}
.entry-gallery-prev {
  left: 10px;
}
.entry-gallery:hover .entry-gallery-prev {
  left: 30px;
}
.entry-gallery-prev:before {
  content: "\f104";
}
.entry-gallery-next {
  right: 10px;
}
.entry-gallery:hover .entry-gallery-next {
  right: 30px;
}
.entry-gallery-next:before {
  content: "\f105";
}

.entry-image {
  margin: 0 0 30px;
}
.entry-image:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}

.entry-video {
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.entry-video iframe,
.entry-video object,
.entry-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content,
.entry-footer {
  padding: 0;
}

.entry-footer .entry-meta-item {
  display: block;
  padding: 2px 0;
}
.single .entry-footer {
  padding: 10px 0;
  border-top: 1px solid #bac9d9;
  border-bottom: 1px solid #bac9d9;
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 20px;
}

.hentry {
  margin: 0;
  padding: 0;
}
.single .hentry {
  padding: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  padding: 0 0 15px 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.entry-title {
  padding: 0 0 10px 0;
}
.entry-title a {
  color: #464c51;
  text-decoration: none;
}
.entry-title a:hover {
  color: #75a3d1;
}

.page-title {
  padding: 25px 25px 20px;
  background: #fafafa;
  border-bottom: 5px solid #75a3d1;
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 30px;
}

.posts-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.posts-listing .hentry {
  padding: 0 15px 30px;
  box-sizing: border-box;
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.posts-listing .hentry.sticky,
.posts-listing .hentry.format-gallery,
.posts-listing .hentry.format-video {
  width: 66.66666%;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.posts-listing .entry-title {
  font-size: 22px;
  line-height: 28px;
  padding: 0;
}

.featured-content-box {
  background: #fafafa;
  padding: 70px 0 30px;
}
@media (max-width: 768px) {
  .featured-content-box {
    padding: 40px 0 0;
  }
}

.featured-box {
  text-align: center;
  padding-bottom: 40px;
}
.featured-box-icon {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #75a3d1;
  padding: 0 0 25px 0;
}
.featured-box-title {
  padding: 0 0 24px 0;
  margin: 0 0 20px;
  position: relative;
}
.featured-box-title:after {
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  content: "";
  background: #75a3d1;
  border-radius: 2px;
  left: 50%;
  margin: 0 0 0 -25px;
}

.popup-gallery-item {
  width: 100%;
}

.image-popup,
.popup-gallery-item {
  position: relative;
  display: block;
  float: left;
}
.image-popup:after,
.popup-gallery-item:after {
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.image-popup .link-marker,
.popup-gallery-item .link-marker {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.image-popup .link-marker:before,
.popup-gallery-item .link-marker:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  height: 2px;
  width: 30px;
  content: "";
  background: #fff;
  z-index: 10;
}
.image-popup .link-marker:after,
.popup-gallery-item .link-marker:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -1px;
  height: 30px;
  width: 2px;
  content: "";
  background: #fff;
  z-index: 10;
}
.image-popup:hover:after,
.popup-gallery-item:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.image-popup:hover .link-marker,
.popup-gallery-item:hover .link-marker {
  opacity: 1;
}

.search-form .search-field {
  vertical-align: top;
}
.error-404 .search-form {
  padding: 0 0 40px;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/* Necessary slider CSS */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.entry-gallery figure {
  display: none;
}
.entry-gallery figure:first-child {
  display: block;
}
.entry-gallery.slick-initialized figure {
  display: block;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider theme CSS */
.slider-box {
  position: relative;
  overflow: hidden;
}
.slider-box .slick-prev,
.slider-box .slick-next,
.slider-box .slick-prev:active,
.slider-box .slick-prev:focus,
.slider-box .slick-next:active,
.slider-box .slick-next:focus {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  margin: -25px 0 0 0;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  font-weight: normal;
  overflow: hidden;
}
@media (max-width: 480px) {
  .slider-box .slick-prev,
  .slider-box .slick-next,
  .slider-box .slick-prev:active,
  .slider-box .slick-prev:focus,
  .slider-box .slick-next:active,
  .slider-box .slick-next:focus {
    display: none !important;
  }
}
.slider-box .slick-prev:before,
.slider-box .slick-next:before,
.slider-box .slick-prev:active:before,
.slider-box .slick-prev:focus:before,
.slider-box .slick-next:active:before,
.slider-box .slick-next:focus:before {
  display: block;
  font-family: FontAwesome;
}
.slider-box .slick-prev:hover,
.slider-box .slick-next:hover,
.slider-box .slick-prev:active:hover,
.slider-box .slick-prev:focus:hover,
.slider-box .slick-next:active:hover,
.slider-box .slick-next:focus:hover {
  background: #75a3d1;
  color: #fff;
  box-shadow: none;
}
.slider-box .slick-prev {
  left: 0;
}
.slider-box .slick-prev:before {
  content: "\f104";
}
.slider-box .slick-next {
  right: 0;
}
.slider-box .slick-next:before {
  content: "";
}
.slider-box .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1109px) {
  .slider-box .slick-dots {
    bottom: 4px;
  }
}
@media (max-width: 480px) {
  .slider-box .slick-dots {
    display: none !important;
  }
}
.slider-box .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider-box .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #fff;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  overflow: hidden;
  text-indent: -99px;
  padding: 0;
  margin: 0;
  outline: none;
}
.slider-box .slick-dots li button:hover {
  background: #75a3d1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.slider-box .slick-dots li.slick-active button {
  background: #75a3d1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.slider-item {
  display: none;
  position: relative;
}
.slider-item:first-child {
  display: block;
}
.slider-item img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  padding: 20px 0 0 0;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  padding: 0 0 20px 0;
}
.comment-list .pingback .comment-body {
  background: #fafafa;
  padding: 30px;
}
.comment-list .comment .comment-meta {
  background: #e8eff7;
  font-size: 0;
  line-height: 0;
}
.comment-list .comment .comment-meta img {
  display: block;
}
.comment-list .comment .comment-meta a {
  text-decoration: none;
}
.comment-list .comment .comment-meta > * {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.comment-list .comment .comment-meta .comment-reply-link:before {
  content: "\f112";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 18px;
  vertical-align: text-top;
  display: inline-block;
  margin: 0 7px 0 0;
}
.comment-list .comment .comment-content {
  background: #fafafa;
  padding: 30px;
}
.comment-list .children {
  padding: 20px 0 0 40px;
  list-style: none;
}
@media (max-width: 600px) {
  .comment-list .children {
    padding: 20px 0 0 0;
  }
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-respond {
  padding: 20px 0 0 0;
}
.comment-respond .comment-reply-title,
.comment-respond p {
  padding-bottom: 10px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.comment-form-author {
  padding-left: 0;
}

.comment-form-url {
  padding-right: 0;
}

.form-allowed-tags {
  padding: 10px;
  margin: 0 0 20px;
  background: #fafafa;
  border: 1px dotted #75a3d1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #464c51;
  color: #bac9d9;
  padding: 35px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

.site-info {
  text-align: right;
}
@media (max-width: 768px) {
  .site-info {
    padding-top: 20px;
    text-align: center;
  }
}

a.footer-logo-link {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 10px 3px;
  margin: -8px 0;
  text-transform: uppercase;
  font-family: "Poppins", "Roboto", sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}
a.footer-logo-link:hover {
  text-decoration: none;
}
a.footer-logo-link:after,
a.footer-logo-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
}
a.footer-logo-link:before {
  top: 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
a.footer-logo-link:after {
  bottom: 0;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}
.wp-caption img {
  display: block;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
.wp-caption .wp-caption-text {
  background: #e8eff7;
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  clear: both;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1110px;
}

@media (max-width: 1109px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1.pull-right,
.col-sm-1.pull-right,
.col-md-1.pull-right,
.col-lg-1.pull-right,
.col-xs-2.pull-right,
.col-sm-2.pull-right,
.col-md-2.pull-right,
.col-lg-2.pull-right,
.col-xs-3.pull-right,
.col-sm-3.pull-right,
.col-md-3.pull-right,
.col-lg-3.pull-right,
.col-xs-4.pull-right,
.col-sm-4.pull-right,
.col-md-4.pull-right,
.col-lg-4.pull-right,
.col-xs-5.pull-right,
.col-sm-5.pull-right,
.col-md-5.pull-right,
.col-lg-5.pull-right,
.col-xs-6.pull-right,
.col-sm-6.pull-right,
.col-md-6.pull-right,
.col-lg-6.pull-right,
.col-xs-7.pull-right,
.col-sm-7.pull-right,
.col-md-7.pull-right,
.col-lg-7.pull-right,
.col-xs-8.pull-right,
.col-sm-8.pull-right,
.col-md-8.pull-right,
.col-lg-8.pull-right,
.col-xs-9.pull-right,
.col-sm-9.pull-right,
.col-md-9.pull-right,
.col-lg-9.pull-right,
.col-xs-10.pull-right,
.col-sm-10.pull-right,
.col-md-10.pull-right,
.col-lg-10.pull-right,
.col-xs-11.pull-right,
.col-sm-11.pull-right,
.col-md-11.pull-right,
.col-lg-11.pull-right,
.col-xs-12.pull-right,
.col-sm-12.pull-right,
.col-md-12.pull-right,
.col-lg-12.pull-right {
  float: right;
}

.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12 {
  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%;
}

@media (max-width: 767px) {
  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12 {
    float: none;
  }

  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12 {
    float: none;
    width: 100%;
  }

  .col-sm-1,
  .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-sm-10,
  .col-sm-11,
  .col-sm-12 {
    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%;
  }
}
@media (max-width: 479px) {
  .col-sm-1,
  .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-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: none;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
    clear: both;
  }

  .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%;
  }
}

/*custom white label theme*/
span.infos {
  font-size: 13px;
}
@font-face {
  font-family: carrentals;
  src: url(/icons/carrentals.eot);
  src: url(/icons/carrentals.eot?#iefix) format("embedded-opentype"),
    url(/icons/carrentals.woff) format("woff"),
    url(/icons/carrentals.ttf) format("truetype"),
    url(/icons/carrentals-b3d075069d7cba3d3e7726ce2b31ce97.svg#carrentals)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.icon {
  color: #ff505d;
  font-family: carrentals !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size: 20px;
  vertical-align: sub;
}
.icon.arrow-down:before {
  content: "a";
}
.icon.arrow-right:before {
  content: "G";
}
.icon.apple:before {
  content: "b";
}
.icon.android:before {
  content: "c";
}
.icon.building:before {
  content: "d";
}
.icon.percentage:before {
  content: "e";
}
.icon.mail:before {
  content: "f";
}
.icon.city:before {
  content: "d";
}
.icon.pencil:before {
  content: "g";
}
.icon.carcross:before {
  content: "h";
}
.icon.bus:before {
  content: "j";
}
.icon.airport:before {
  content: "k";
}
.icon.clock:before {
  content: "o";
}
.icon.alarm:before {
  content: "l";
}
.icon.door:before {
  content: "m";
}
.icon.passenger:before {
  content: "n";
}
.icon.dropoff:before {
  content: "p";
}
.icon.pickup:before {
  content: "q";
}
.icon.lock:before {
  content: "r";
}
.icon.arrow-down-2:before {
  content: "H";
}
.icon.arrow-dropoff:before {
  content: "v";
}
.icon.info:before {
  content: "x";
}
.icon.check-big:before {
  content: "y";
}
.icon.question:before {
  content: "w";
}
.icon.railway:before {
  content: "i";
}
.icon.snow:before {
  content: "z";
}
.icon.gear:before {
  content: "A";
}
.icon.cancel:before {
  content: "2";
}
.icon.coverage:before {
  content: "C";
}
.icon.printer:before {
  content: "E";
}
.icon.trash:before {
  content: "D";
}
.icon.luggage:before {
  content: "F";
}
.icon.arrow-left:before {
  content: "I";
}
.icon.arrow-up-2:before {
  content: "J";
}
.icon.filter:before {
  content: "K";
}
.icon.checklist:before {
  content: "t";
  color: #97d600;
}
.icon.lens:before {
  content: "L";
}
.icon.star:before {
  content: "P";
}
.icon.star.two:before {
  content: "PP";
}
.icon.star.three:before {
  content: "PPP";
}
.icon.star.four:before {
  content: "PPPP";
}
.icon.star.five:before {
  content: "PPPPP";
}
.icon.USD:before {
  content: "Q";
}
.icon.EUR:before {
  content: "R";
}
.icon.attention:before {
  content: "T";
}
.icon.oil:before {
  content: "0";
}
.icon.ok:before {
  content: "1";
}
.icon.closex:before {
  content: "2";
}
.icon.clearx:before {
  content: "3";
}
.icon.pinpoint:before {
  content: "4";
}
.icon.logout-icon:before {
  content: "8";
}
.icon.gray-light {
  color: #c9c9c9;
}
i.fa.fa-music,
i.fa.fa-arrows-h,
i.fa.fa-arrows-v,
i.fa.fa-map-marker,
i.fa.fa-long-arrow-right {
  color: #ff505d;
  font-size: 17px;
  vertical-align: unset;
  margin-left: 10px;
  margin-right: 5px;
}
.widget.widget_recent_entries a {
  color: #ff505d;
}
.page-title {
  padding: 0;
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 30px;
}
.cherry-services_excerpt {
  margin-top: 10px;
}
body {
  font-family: "Arimo", sans-serif;
}
.image-logo img {
  max-width: 20%;
}
.header-meta {
  color: #000;
  font-size: 13px;
  background: white;
  border-bottom: 5px solid #ff505d;
}
.header-meta .fa-clock-o:before,
.header-meta .fa-location-arrow:before {
  font-size: 26px;
  vertical-align: sub;
  margin-bottom: 15px;
}
.header-icon {
  max-width: 35px;
  float: left;
}
.header-icon-text {
  line-height: 16px;
  margin-left: 11px;
  display: inline-block;
  float: left;
  max-width: 193px;
}
.header-icon {
  max-width: 35px;
  float: left;
}
a.header-showcase_btn {
  background: #f28d3d;
}
a.cherry-btn-link.cherry-btn-large.cherry-btn-fade {
  text-decoration: none;
  color: #fff;
  margin: 15px auto;
  padding: 10px;
  display: block;
  background: #ff505d;
  max-width: 200px;
}
.header-top {
  display: block;
  background: #ff505d;
  height: auto;
  position: relative;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  min-height: 38px;
}
.icon-box__text {
  display: inline-block;
  font-size: 14px;
}
.main-navigation ul.menu > li > a,
.main-navigation div.menu > ul > li > a {
  display: block;
  padding: 0;
  color: #636465;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 48px;
}

.site-footer {
  background: #ff505d;
  color: #fff;
  padding: 15px 0;
  font-size: 13px;
  line-height: 22px;
}
.day-opening {
  list-style: none;
}
.day-label {
  width: 50%;
  float: left;
}
.opening-hours {
  padding: 0;
  text-align: center;
}
.title-footer {
  margin-bottom: 15px;
  text-align: center;
}
.credit-site {
  background-color: #699212;
  color: #000;
  font-size: 12px;
  text-align: center;
}
footer .header-icon-text {
  line-height: 16px;
  margin-left: 10px;
  display: inline-block;
  float: left;
  max-width: 203px;
}
a.footer-logo-link {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 10px 3px;
  margin: -8px 0;
  text-transform: uppercase;
  font-family: "Poppins", "Roboto", sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  color: #d4af37;
  margin-bottom: 15px;
}
.site-footer a {
  color: #32373c !important;
  text-decoration: none;
}
.credit-site a {
  color: #000 !important;
}
a:visited {
  color: #d4af37;
}

.site-title a.text-logo {
  color: #d4af37;
}

a {
  color: #d4af37;
}
.featured-box-icon {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #d4af37;
  padding: 0 0 25px 0;
}
span.site-title-logo {
  max-width: 255px;
  display: inline-block;
  line-height: 20px;
  color: #ff505d;
  top: -28px;
  position: relative;
  font-weight: bold;
  font-family: "Mogra", cursive;
  margin-left: 11px;
}
.main-navigation ul.menu > li.current_page_item > a,
.main-navigation ul.menu > li.current-menu-item > a {
  color: #f28d3d;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 11px 30px 10px;
  border: 2px solid #f28d3d;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  background: none;
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #f28d3d;
}
.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > li.menu-hover > a,
.main-navigation ul.menu > li.current_page_item > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_ancestor > a,
.main-navigation div.menu > ul > li:hover > a,
.main-navigation div.menu > ul > li.menu-hover > a,
.main-navigation div.menu > ul > li.current_page_item > a,
.main-navigation div.menu > ul > li.current-menu-item > a,
.main-navigation div.menu > ul > li.current_page_ancestor > a {
  color: #ff505d;
}
.icon-box {
  text-align: center;
}
.cherry-services_item {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 10px;
  max-width: 580px;
}
.home .container {
  max-width: 1230px;
}

.cherry-services_title a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.site-title {
  padding: 0;
  margin: auto;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: -2px;
  float: none;
  max-width: 100%;
  text-align: center;
}
.main-navigation ul.menu,
.main-navigation div.menu > ul {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.posts-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  /* -webkit-flex-wrap: wrap; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  margin: 0;
}
.posts-listing .hentry {
  padding: 45px 15px 30px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
span.phone {
  font-weight: bold;
  display: block;
  font-size: 27px;
}
a.cherry-btn-link.cherry-btn-large.cherry-btn-fade:hover {
  background: #64861e;
}
button.menu-toggle {
  color: #ff505d;
  padding: 0;
}
.main-navigation ul ul a {
  color: rgb(135, 180, 40);
}
.category .posts-listing .hentry {
  padding: 15px 15px 30px;
}
.post-title-home a {
  font-family: "Acme", sans-serif;
  text-align: center;
  margin: auto;
  color: #ff505d;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.post-recents .entry-thumbnail img {
  display: block;
  text-align: center;
  margin: auto;
}
.etry-more-btn {
  background: #ff505d;
  max-width: 200px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin: 10px auto;
  display: block;
  padding: 5px;
}
.read-more {
  display: inline-block;
  border-bottom: none;
  color: #fff !important;
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 2px 0;
  text-transform: none;
  text-decoration: none;
}
.home .post-recents .entry-summary {
    top: 40px;
    position: relative;
    margin-bottom: 20px;
}
h1,
h2,
h3,
.widget-title {
  font-family: "Acme", sans-serif;
}
h1,
h2,
h3,
h2 a {
  color: #ff505d !important;
}
.widget-title {
  font-size: 20px;
}
.etry-more-btn:hover {
  background: #64861e;
}
.site-header {
  padding: 0 0 120px;
}
.home .site-content {
  padding: 0px 0 0px;
}
.glide__arrow {
  background-color: #ff505d !important;
}
.glide__bullets > * {
  background-color: #ff505d !important;
}
.glide__bullets > .active {
  background-color: #f28d3d !important;
}
.caracteristiques {
  border: 2px solid #ff505d;
  margin: 10px 0;
  padding: 15px;
  max-width: 600px;
  text-align: center;
  border-radius: 4px;
}
.page-template-default .header-showcase_btn:hover {
  background-color: #ec6f0c;
  color: #fff;
}
.page-template-default .header-showcase_btn {
  margin: auto;
  text-align: center;
  display: block;
  max-width: 389px;
  border-radius: 10px;
}
footer .header-icon-text {
  line-height: 16px;
  margin-left: 0px;
  display: block;
  float: none;
  max-width: none;
  text-align: center;
}
.site-name {
    vertical-align: text-top;
    line-height: 50px;
    font-family: "Acme", sans-serif;
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #ff505d;
    max-width: 300px;
    margin: auto;
    margin-top: 10px;
}
.site-title {
    text-align: center;
}

#pressQuotes p {
    margin: 0;
    padding: 0 0 7px 0;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}
#pressQuotes h2 {
    color:#fff!important;
}
#pressQuotes {
    background: rgb(225, 106, 33);
    color: #131212;
    text-align: center;
    padding: 15px;
    margin: 15px auto;
    border-radius: 10px;
}
i.fa.fa-spoon {
    margin-right: 5px;
}
.chief-icon {
    background: url(/wp-content/uploads/2017/10/chef.png) no-repeat;
    display: inline-block;
    height: 28px;
    background-size: 15px;
    width: 28px;
    float: right;
    background-position: 7px;
    background-color: #e06a23;
    margin-right: 5px;
    border-radius: 50%;
}

i.fa.fa-circle.fa-stack-2x {
    color: #e06a25;
}

#infos-icones {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.footer {text-align:center;}
.fa-inverse {
    color: #e06a23;
    font-size: 20px;
}
i.fa.fa-circle.fa-stack-2x {
    color: #fff;
}
.search .chief-icon {
    float: none;
}
.category .chief-icon {
    float: none;
}
.search .chief, .category .chief {
    margin: 0;
    padding: 10px 0px 0px 0;
}
span.pers, .cout {
    display: inline-block;
    text-align: center;
margin-right: 30px;
}
span.infos {
    font-size: 13px;
    display: inline-block;
margin-right: 30px;
}
.single-post i.fa.fa-user.fa-stack-1x.fa-inverse {
    margin-top: 5px;
}
.single-post i.fa.fa-eur.fa-stack-1x.fa-inverse {
    margin-top: 8px;
}
.single-post .chief {
    display: inline-block;
  
    position: relative;
    margin-left: 15px;
}
.showcase-active .site-header {
    position: relative!important;
    top: 0;
    left: 0;
    right: 0;
    padding: 0!important;
}

@media (max-width: 1040px) {
  span.site-title-logo {
    top: -7px;
  }
  .glide {
    position: relative;
    width: 100% !important;
    height: 100%;
  }
}
