/*
Theme Name: Phara Child
Template: phara
*/

/* CLEARFIX
-----------*/

.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
/* CLEARFIX
-----------*/

h1 {
	color: #d40031;
}

h4 {
color: #d40031 !important;
text-align: right !important;
font-weight: 100;
font-family: AvenirLight !important;
}

/* .page-id-34 .content_section .main_content h1 {
    text-transform: lowercase;
} */

.post-14 h1 {
    display: none;
}

.page-id-151 h4, 
.page-id-147 h4, 
.page-id-18 h4 {
	color:#d40031;
    float: right;
    text-align: right;
    font-weight: 100;
    /*font-family: sans-serif;*/
}


.values img, .approach img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.values h3, .approach h3 {
    text-align: center;
    padding: 30px 0;
    color: #d40031;
}

div.values, div.approach {
    margin-top: 40px;
    padding: 20px;
    text-align: justify;
}

.values a.btn, .approach a.btn {
    float: right;
    margin-top: 20px;
    color: #d40031;
    text-decoration: none;
    border: 1px solid #d40031;
    border-radius: 0;
}

div.slider_section {
    margin-bottom: 0;
}
.main_content h1, .main_content .h1 {
    color: #d40031;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 3.6rem;
}

.header .menu_area {
  margin-top: 0;
}

.header .menu_area.logo_blue {
    margin: -5px 0 0 10px;
}

.menu_area .logo_blue img {
    max-height: 35px;
    width: auto;
}



/*css menu*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

header .mobheader {
    display: none;
}

/*Home Page*/

.contentleft, .contentright {
    text-align: justify;
}

/*Our Team*/

#post-149 p {
	text-align: justify;
}

/* Expertises Page*/

#post-20 header {
    display: none;
}

.expertises .row {
    padding: 35px 0;
}

.expertises .btn {
    float: right;
    margin-top: 20px;
    color: #d40031;
    text-decoration: none;
    border: 1px solid #d40031;
    border-radius: 0;
}

/*Service Page*/

#post-18 header {
    display: none;
}

.services .row {
    padding: 35px 0;
}

.services .btn {
    float: right;
    margin-top: 20px;
    color: #d40031;
    text-decoration: none;
    border: 1px solid #d40031;
    border-radius: 0;
}

.divr, .divintro {
    font-family: AvenirLight;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

.divintro p {
    padding: 25px 0;
}

.divl {
    font-family: AvenirLight;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.divl p {
    margin-top: 25px;
}

/* Contact Page */

#post-24 header {
    display: none;
}

.contactpage {
    margin: 120px 0;
}

.contactpage .divphara, .contactpage .divpharaplus {
    padding-left: 100px;
}

.contactpage .divphara img, .contactpage .divpharaplus img {
    margin-bottom: 50px;
}

.divphara i.glyphicon {
    color: #d40e33;
}

.divpharaplus i.glyphicon {
    color: #105591;
}


.contactpage ul {
    list-style: none;
    text-indent: -11px;
    margin-bottom: 80px;
}

.list li {
    padding: 5px 0;
}

li.address {
    margin-bottom: 30px;
}

.contactpage span {
    padding-right: 5px;
}


/*footer */
.fmenupad {
    padding-left: 0px;
}

.footer_section .fmenupad .menu li .sub-menu, .footer_section .menu li .sub-menu {
    padding-left: 0 !important;
}




.list {
    padding-left: 20px;
}

.list ul {
    text-indent: -12px;
}

.list span {
    padding-right: 10px;
}

.divr, .divintro {
    font-size: 15px;
}

.divl p {
    color: #d40031;
    font-weight: 600;
    text-align: center;
}

.subheader {
    font-size: 24px;
    font-weight: 400;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    text-transform: capitalize;
}

.footer_area .list i.glyphicon {
    color: #d40e33;
  }

  article p {
    text-align: justify;
}

/*All Expertise */
.content-left {
    margin-right: 40px;
}

.content-left, .content-right {
    float: left;
    width: 395px;
}

#content p {
    color: #000000;
    /*font-family: 'OpenSansRegular';*/
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 12px;
    text-align: justify;
}

#content ul {
    /* color: #808080; */
    font-size: 15px;
    line-height: 1.4em;
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 12px;
    text-align: justify;
}

/*#content ul strong {
    font-size: 1.15em;
    line-height: 1.5em;
}
*/
#content ul li {
    margin-bottom: 12px;
}

/* #content ul li a {
    color: #808080;
} */

#content ul li span {
    display: block;
}

/**/

.main_content h1, .main_content .h1 {
  text-transform: none;
}

#content ul li span {
  margin-top: 10px;
}

/* Mega-Menu */
.menu_area {
  padding-left: 0 !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul {
  background: #fff;
  padding-bottom: 2px;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
  font-family: 'AvenirLight';
  text-decoration: none;
  padding-right: 0;
}

header .logo_blue {
  margin-left: 0;
}

header .logo_blue img {
  width: 150px;
  max-height: none;
  height: auto;
  margin-left: 0;
  margin-top: 9px;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
  text-decoration: none;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
  font-family: 'AvenirLight' !important;
  text-transform: inherit !important;
}




/**/


/* End */


/* @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  
    header .mobheader {
        display: block;
    }

    header .header {
        display: none;
    }

    #menu-button img {
        width: 200px;
    }

    header .header_top {
        margin-bottom: 0;
    }


  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 5px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 30px;
    height: 15px;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
} */

/* Cookie & Privicy Policy menu page */
#post-506 .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 80px;
}

#post-506 .menu-wrapper a {
  width: 100%;
  color: #fff;
  padding: 30px;
  background-color: #d40031;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  #post-506 .menu-wrapper a {
    width: 40%;
  }
}

/* Cookies on this page */
.page-id-470 h2 {
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  font-family: AvenirLight;
}

.privacy-policy {
  border: 1px solid black;
  padding: 20px;
  margin: 30px 0;
}

.privacy-policy ul {
  padding-left: 30px;
}

article .table-cookies p {
  text-align: left;
}

.table-cookies {
  margin-top: 40px;
}

.table-cookies h2, .table-cookies h3 {
    font-size: 15px;
    font-weight: normal;
    font-family: AvenirLight;
}

.table-cookies h3 {
  margin-bottom: 20px;
}

.table-cookies .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.row.even {
  background-color: #f2f4f3;
}

.col {
  padding: 10px;
}

.col.odd {
  width: 30%;
}
.col.even {
  width: 70%;
}

@media (min-width: 768px) {
  .table-cookies h2:nth-of-type(2) {
    margin-top: 0;
  }
  .row h3 {
      display: none;
  }
  .row.head h3 {
      display: block;
      font-size: 15px;
      font-weight: normal;
      font-family: AvenirLight;
  }
  .col.odd {
      width: 15%;
  }
  .col.even {
      width: 35%;
  }
}

@media (max-width: 767px) {
  .ctcc-inner {
    flex-wrap: wrap;
  }
  .ctcc-left-side, .ctcc-right-side {
    width: 100%;
    text-align: center;
  }
  .ctcc-left-side {
    margin-right: 0;
  }
  .ctcc-right-side button {
    margin-left: 0;
    margin-top: 20px !important;
  }
}


/* Cookies button */
.cookie-bar-bar button#catapultCookie {
  background-color: #fff !important;
}

/* Logo mobile blue */
.mobheader .row {
  position: relative;
}

.logo_blue_mobile {
  position: absolute;
  z-index: 100;
  width: 200px;
  left: 20px;
  top: 90px;
}

#cssmenu ul {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .main_area {
    margin-top: 70px !important;
  }
}

.header.sticky {
  margin:  0 !important;
  right:  0;
  width:  100% !important;
  position: static !important;
}

.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
  word-break: normal !important;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.logo-2>a {
  width: 180px;
  color: transparent;
  background-image: url(https://phara.eu/wp-content/uploads/2019/04/logo_phara_plus_zwart.png);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: right;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.logo-2>a:hover {
  color: transparent;
}

@media (max-width: 1200px) {
  #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.logo-2 {
    display: none;
  }
}

@media (min-width: 1201px) {
  .header .col-lg-2 {
    display: none;
  }
}

/* Footer */
.footer-1 {
  padding: 0;
}

.footer_area .fmenupad:last-of-type .last-fmenu {
  font-family: 'AvenirRoman';
}

.footer_area .fmenupad:last-of-type .last-fmenu *:not(i) {
  font-family: 'AvenirLight';
}

.footer_area .fmenupad:last-of-type .last-fmenu i {
  margin-right: 7px;
}

.footer_area .fmenupad:last-of-type .last-fmenu .glyphicon-envelope {
  top: 3px;
}

.footer_area .fmenupad:last-of-type > .list {
  display: none;
}

/* Page Phara+ Talentsharing */
/* .page-id-209 h4 {
  text-align: left !important;
} */

/* Page Our DNA */
.page-id-14 strong {
  font-family: 'AvenirBlack';
}

@media (min-width: 768px) {
  .page-id-14 .row h3 {
    display: block;
  }
}

/* Page Web Policy */
#post-549 h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'AvenirLight';
}

#post-549 ul {
  list-style-type: none;
  padding-left: 30px;
}

#post-549 ul li:before {
  content: '-';
  position: absolute;
  margin-left: -20px;
}

/* Page services */
.page-id-18 .services .row:first-of-type {
  padding-top: 0;
}

.page-id-18 .services .row:first-of-type .divintro p {
  padding-top: 0;
}







/*Previous Menu Delete this*/
/*button.hamburger {
    display: none;
}

button.cross {
    display: none;
}


@media screen and (max-width: 768px){
    button.hamburger {
        display: block;
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 45px;
        padding: 5px 15px 0px 15px;
        color: #000;
        border: 0;
        font-size: 2.4em;
        font-weight: 7;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }

    button.cross {
        background: none;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 7px 15px 0px 15px;
        color: #999;
        border: 0;
        font-size: 5em;
        line-height: 65px;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }

    .header .logo a img {
        max-width: 80% !important;
    }   

    .header .menu_area {
        display: none;
    }

    
    header .header.sticky {
        position: relative;
        width: calc(100%);
        margin: 0;
    }

    .menu_area .headermenu li {
        display: inline;
    }

    .menu_area .headermenu li a {
        width: 100vw;
    }

    .menu_area .headermenu li .sub-menu {
        position: relative;
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .menu_area .headermenu > li.current-menu-item > a {
        border-bottom: none;
    }

    .menu_area .headermenu > li .sub-menu {
        display: none;
    } 

        .menu_area .headermenu > li .sub-menu li a {
        box-shadow: none;
        width: 65%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal !important;
        background: none;
    }



} 