/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
/* fonts */
@font-face {
  font-family: 'helvetica-condensed';
  src: url("assets/fonts/helvetica_condensed_bold.woff2") format("woff2"), url("assets/fonts/helvetica_condensed_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/*
@font-face {
	font-family: 'helvetica-condensed';
    url("assets/fonts/helvetica_condensed_medium.woff2") format("woff2"),
    url("assets/fonts/helvetica_condensed_medium.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
*/
@font-face {
  font-family: 'helvetica-condensed';
  src: url("assets/fonts/helvetica_condensed_light.woff2") format("woff2"), url("assets/fonts/helvetica_condensed_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'helvetica';
  src: url("assets/fonts/helvetica_light_italic.woff2") format("woff2"), url("assets/fonts/helvetica_light_italic.woff2") format("woff");
  font-weight: 300;
  font-style: oblique; }

@font-face {
  font-family: 'helvetica';
  src: url("assets/fonts/helvetica_light.woff2") format("woff2"), url("assets/fonts/helvetica_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'helvetica';
  src: url("assets/fonts/helvetica_medium.woff2") format("woff2"), url("assets/fonts/helvetica_medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

/* 
 * colors 
 */
/*
 * Inline styling
 */
body, input, button, select, textarea {
  font-family: 'helvetica-neue-lt', helvetica, arial, sans-serif !important; }

b, strong {
  font-weight: 600; }

h1, h2, h3 {
  font-family: 'helvetica-condensed', helvetica, arial, sans-serif !important; }

h1 {
  margin-top: 1em;
  font-size: 1.8rem;
  margin-bottom: 1.1rem !important;
  line-height: 1.1em; }

.x-text h2 {
  font-size: 1.2rem; }

.x-text h3 {
  font-size: 1rem; }

.x-text h4, .x-text h5, .x-text h6 {
  font-size: 1rem;
  text-transform: none;
  font-weight: 600; }

ol li ul li {
  list-style-type: disc; }

/* 
 * Header
 */
.header_logo img {
  width: 125px;
  height: 58px; }

.prosea-cookienotice {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 auto;
  width: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 5px;
  font-size: 0.9rem; }
  @media screen and (min-width: 480px) {
    .prosea-cookienotice {
      font-size: 1rem; } }
  .prosea-cookienotice span {
    flex: 0 1 auto; }
  .prosea-cookienotice span.ctcc-left-side {
    margin-right: 10px;
    padding: 5px; }
  .prosea-cookienotice span.ctcc-right-side button#catapultCookie {
    border-radius: 0;
    padding: 5px 25px; }
    @media screen and (min-width: 480px) {
      .prosea-cookienotice span.ctcc-right-side button#catapultCookie {
        padding: 5px 35px; } }
  .prosea-cookienotice span.ctcc-right-side button#catapultCookie:hover {
    background: #009ee3; }

.x-menu > li > .x-anchor .x-anchor-text-primary {
  font-family: 'helvetica-condensed', helvetica, arial, sans-serif !important;
  font-weight: 300 !important; }

.x-dropdown > li > .x-anchor .x-anchor-text-primary {
  font-family: 'helvetica', helvetica, arial, sans-serif !important;
  font-weight: 300; }

.hr-gradient {
  height: 10px;
  width: 700px;
  bottom: 0px;
  background: linear-gradient(to right, rgba(171, 171, 171, 0) 0%, rgba(171, 171, 171, 0.5) 20%, rgba(171, 171, 171, 0.5) 50%, rgba(171, 171, 171, 0.5) 70%, rgba(171, 171, 171, 0) 100%) !important; }

/* Fix for the mobile menu position */
.x-modal {
  padding: 40px 0 0 0 !important; }

/* Sub-menu */
ul.x-menu-inline.prosea-default li.menu-item .sub-menu.x-dropdown {
  left: 15px;
  margin-top: 10px; }

/* 'Fixed' Sub-mebu */
ul.x-menu-inline li.menu-item .sub-menu.x-dropdown {
  left: 0px;
  margin-top: 20px;
  min-width: 150px; }

/*
 * Prosea backgrounds
 */
.background-image {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*
 * Body 
 */
body {
  background-image: url("assets/images/bodyPatternBg.gif");
  background-repeat: repeat; }

/* Column sizes */
.x-col {
  margin-right: 3%; }

.x-col.x-1-2 {
  width: 48.5%; }

.x-col.x-1-3 {
  width: 31.3333%; }

.x-col.x-2-3 {
  width: 65.6666%; }

.x-col.x-1-4 {
  width: 22.75%; }

.x-col.x-3-4 {
  width: 74.25%; }

.x-col.x-1-5 {
  width: 17.6%; }

.x-col.x-2-5 {
  width: 38.2%; }

.x-col.x-3-5 {
  width: 58.8%; }

.x-col.x-4-5 {
  width: 79.4%; }

.x-col.x-1-6 {
  width: 14.1666%; }

.x-col.x-5-6 {
  width: 82.8333; }

.x-main.full {
  padding-top: 130px; }
  @media (max-width: 767px) {
    .x-main.full {
      padding-top: 190px; } }

@media (max-width: 767px) {
  .x-col.x-sm {
    width: 100%; } }

.x-container.offset {
  margin-top: 20px; }

body.page-template .x-main article .entry-wrap {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0px; }
  body.page-template .x-main article .entry-wrap .entry-header {
    display: none; }
  body.page-template .x-main article .entry-wrap .entry-content {
    margin-top: 0; }
    body.page-template .x-main article .entry-wrap .entry-content .cs-content .x-section {
      padding: 0 !important; }
      body.page-template .x-main article .entry-wrap .entry-content .cs-content .x-section .x-container .x-col {
        padding: 3% 3%;
        margin-bottom: 3%; }
        @media (min-width: 767px) {
          body.page-template .x-main article .entry-wrap .entry-content .cs-content .x-section .x-container .x-col.x-1-1 .x-text {
            padding-right: 5%; } }

body.page-template:not(.home) .x-container .x-col {
  background-color: rgba(255, 255, 255, 0.9) !important; }

/* Button icon >> */
.x-anchor .x-graphic-icon {
  margin-top: 1px;
  margin-bottom: -1px; }

.intro p,
.intro h1,
.x-text.intro p, .x-text.intro h1 {
  font-weight: 700;
  line-height: 1.6rem;
  text-align: left;
  text-transform: uppercase;
  color: #0f2c60; }

.intro p,
.x-text.intro p {
  font-family: 'helvetica-condensed', helvetica, arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1em; }

.intro h1,
.x-text.intro h1 {
  line-height: 0.9em;
  font-size: 3rem; }

/* 
 * Prosea theme element styling
 */
.x-section {
  margin-bottom: 20px !important; }

.x-text,
.x-text h1 {
  color: #0f2c60 !important; }

.x-accordion-group {
  box-shadow: none; }
  .x-accordion-group .x-accordion-heading .x-accordion-toggle {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit; }

.prosea .x-text-content {
  padding: 5px 4vw; }
  .prosea .x-text-content h1.x-text-content-text-primary {
    color: #009ee3 !important;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1em;
    text-transform: uppercase; }

.prosea.dark-blue h1.x-text-content-text-primary {
  color: #0f2c60 !important; }

.text-with-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .text-with-image .x-text {
    flex: 1 1 auto; }
  .text-with-image .x-image {
    flex: 1 0 auto;
    padding: 20px 0 0 0 !important;
    margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .text-with-image {
      flex-wrap: nowrap;
      flex-direction: row; }
      .text-with-image .x-image {
        margin: 0 20px 0 40px; } }

/* 
 * Home page
 */
body.home .x-site .x-container.max.width {
  position: fixed;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (min-width: 480px) {
    body.home .x-site .x-container.max.width {
      bottom: 15vh; } }

.prosea-home-teaser {
  background-color: pink !important;
  margin-bottom: 0; }
  .prosea-home-teaser .x-text h1 {
    bottom: 0;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 650px;
    padding: 10px 10px 15px 10px;
    line-height: 1em; }
    @media screen and (min-width: 768px) {
      .prosea-home-teaser .x-text h1 {
        font-size: 2rem; } }

/* 
 * Page about
 */
body.page-id-72 .team-member {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0; }
  body.page-id-72 .team-member .x-image {
    flex: 1 0 auto;
    max-width: 400px;
    overflow: hidden; }
  body.page-id-72 .team-member .x-text {
    flex: 1 1 auto; }
  @media screen and (min-width: 480px) {
    body.page-id-72 .team-member {
      flex-wrap: wrap; }
      body.page-id-72 .team-member .x-image {
        margin-right: 40px; } }

/* 
 * Posts
 */
body.single-post .x-root .x-site .x-container .x-main article .entry-wrap {
  padding: 3%;
  background: rgba(255, 255, 255, 0.9) !important;
  min-height: 40vh; }
  body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-header h1.entry-title {
    font-size: 3rem;
    line-height: 0.9em;
    margin: 0 0 1rem 0; }
  body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-header p.p-meta {
    padding-bottom: 30px; }
    body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-header p.p-meta i {
      margin-right: 5px; }
  body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content {
    margin: 0; }
    @media (min-width: 767px) {
      body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content {
        padding-right: 5%; } }
    body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content h1, body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content h2, body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content h3, body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content h4, body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content h5, body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content h6 {
      font-size: 1.4rem;
      margin: 0 0 1rem 0; }
    body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content .wp-block-file:hover * {
      color: #009ee3; }
    body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content .wp-block-file .wp-block-file__button {
      color: #cf5c1c;
      font-size: 1rem;
      padding: 0px;
      background: transparent;
      border-radius: 0; }
      body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content .wp-block-file .wp-block-file__button:hover {
        opacity: 1;
        color: #009ee3; }
      body.single-post .x-root .x-site .x-container .x-main article .entry-wrap .entry-content .wp-block-file .wp-block-file__button:before {
        content: "\f019";
        display: inline-block;
        font-family: "FontAwesomeRegular";
        font-size: 1.4rem; }
