/*
Theme Name: B2B PCM
Description: A child theme created by eOne Design.
Version: 1.0
Author: eOne Design
Author URI: http://www.eone.com.au
Template: enfold
*/



html.responsive {
  height: 101%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}


.responsive body {
  overflow-x: visible !important;
  height: 100%;
}


#wrap_all {
  height: auto !important;
  position: relative;
}


/*-------------------------------------------------------------------------------------------*\
    #IMAGES
\*-------------------------------------------------------------------------------------------*/

.image-overlay { visibility: hidden; display: none; }



/*-------------------------------------------------------------------------------------------*\
    #LAYER SLIDER
\*-------------------------------------------------------------------------------------------*/

.ls-container { z-index: 0; }


.ls-container .ls-inner {
  z-index: 0;
  position: fixed !important;
}


.ls-container:after {
  content: '';
  background: url("images/bg_mask.png");
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}







/*-------------------------------------------------------------------------------------------*\
    #TYPOGRAPHY
\*-------------------------------------------------------------------------------------------*/

html { font-size: 62.5%; }  /* =10px */


body { font-size: 13px; } /* =13px */


#main h1 {
	text-transform: none;
	letter-spacing: 0;
  font-size: 46px;
  font-weight: 300;
  padding-bottom: 35px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}


#main .special-heading-border { display: none; }


#main h2 {
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin-top: 11px;
}


#main h3 {
  font-size: 20px;
}


#main h4 {
	font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  margin: 30px 0 0;
}


ul {
  margin-left: 0;
}


.main_color strong {
	color: #fff;
}


@media only screen and (max-width: 356px) {
  #main h1 {
    font-size: 39px;
    padding-bottom: 20px;
  }
}





/*-------------------------------------------------------------------------------------------*\
    #BUTTONS
\*-------------------------------------------------------------------------------------------*/

body div .avia-button,
#top .avia-button.avia-size-large,
div .main_color .button,
.main_color #submit,
.main_color input[type="submit"] {
	background-color: #00578b;
  border: none;
	color: #fff;
  min-width: 142px;
  font-size: 13px;
  line-height: 1.65em;
  font-weight: 600;
  padding: 15px 25px;
  -webkit-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
}


body div .avia-button:hover,
#top .avia-button.avia-size-large:hover,
div .main_color .button:hover,
.main_color #submit:hover,
.main_color input[type="submit"]:hover {
	background-color: #527aa1;
  color: #fff;
}


@media only screen and (max-width: 450px) {
  body div .avia-button,
  #top .avia-button.avia-size-large,
  div .main_color .button,
  .main_color #submit,
  .main_color input[type="submit"] {
  	width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}





/*-------------------------------------------------------------------------------------------*\
    #PAGE LOADING
\*-------------------------------------------------------------------------------------------*/

#top .av-siteloader-wrap {
  background-color: #222;
}




/*-------------------------------------------------------------------------------------------*\
    #HEADER
\*-------------------------------------------------------------------------------------------*/

.html_header_sidebar #header .av-main-nav {
  padding: 15px 0 10px;
}


.html_header_sidebar #top #header,
.html_header_sidebar #top #header.av_always_sticky {
  left: 40px;
  width: 250px;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


#wrap_all .header_bg {
  background: none;
}


.html_header_sidebar .logo {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 0;
  padding: 30px;
}


#header_main,
.html_header_sidebar #top #header .social_bookmarks,
.html_header_sidebar #top #header .social_bookmarks li a {
  border: none;
}

.html_header_sidebar #top #header .social_bookmarks {
  width: 100px;
  margin: 0 auto;
}


.html_header_sidebar #top #header .social_bookmarks li a:hover {
  background: none;
}


.html_header_sidebar #top .social_bookmarks li a:before {
  font-family: 'entypo-fontello';
  display: block;
  color: #fff;
  font-size: 28px;
  opacity: .75;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


.html_header_sidebar #top .social_bookmarks li a:hover:before{
  opacity: 1;
}


.html_header_sidebar #top .social_bookmarks li.social_bookmarks_facebook a:before {
  content: '\e8f5';
}


.html_header_sidebar #top .social_bookmarks li.av-social-link-instagram a:before {
  content: '\f16d';
}



@media only screen and (max-width: 1010px) {
  .html_header_sidebar #top #header,
  .html_header_sidebar #top #header.av_always_sticky {
    left: 0;
  }


  .responsive #top #wrap_all #header {
    position: absolute !important;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.8);
  }


  .responsive #top #wrap_all #header .container {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }


  .responsive #top .logo {
    background: none;
    position: static;
    display: table;
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
  }


  .responsive .logo a {
    display: table-cell;
    vertical-align: middle;
  }


  .responsive .logo img {
    height: auto !important;
    width: auto;
    max-width: 100%;
    display: block;
    max-height: 80px;
  }

  .html_header_sidebar .av-sidebar-social-container { display: none; }
}






/*-------------------------------------------------------------------------------------------*\
    #TAGLINE
\*-------------------------------------------------------------------------------------------*/

#tagline {
  background: url('images/tagline@2X.png') no-repeat 0 0;
  background-size: auto;
  width: 435px;
  height: 46px;
  background-size: 435px 46px;
  position: absolute;
  right: 41px;
  top: 30px;
}


#tagline h2 {
  text-indent: -9999px;
}


@media only screen and (max-width: 1010px) {
  #tagline {
    right: inherit;
    left: 50%;
    margin-left: -217px;
    top: 150px;
  }

  .home #tagline {
    top: 25%;
  }
}


@media only screen and (max-width: 520px) {
  #tagline {
    background: url('images/tagline@2X-mb.png') no-repeat 0 0;
    background-size: auto;
    width: 273px;
    height: 62px;
    background-size: 273px 62px;
    margin-left: -136px;
    top: 145px;
  }

  .home #tagline {
    top: 40%;
  }
}






/*-------------------------------------------------------------------------------------------*\
    #MAIN SECTION
\*-------------------------------------------------------------------------------------------*/

#top .container_wrap_first {
  position: absolute;
  right: 40px;
  top: 50px;
  max-width: 750px;
  background: none;
  border: none;
}


#top .container_wrap_first .container {
  padding: 0;
}


.html_header_left #main {
  margin-left: 0;
  border: none;
}


#e1-content-container {
  position: absolute;
  top: 130px;
  max-width: 600px;
  right: 40px;
  background: none;
  padding-bottom: 50px;
  z-index: 2;
}


#e1-content-container .container {
  background: rgba(0, 0, 0, 0.8);
}


@media only screen and (max-width: 1050px) {
  #e1-content-container { width: 80%; }
}


@media only screen and (max-width: 1000px) {
  #e1-content-container { width: 75%; }
}


@media only screen and (max-width: 989px) {
  .responsive.html_header_left #main {
    margin-left: 0;
  }
}


@media only screen and (max-width: 950px) {
  #e1-content-container { width: 70%; }
}


@media only screen and (max-width: 1010px) {
  .responsive.html_header_left #main {
    margin-left: 0;
  }

  #e1-content-container {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 230px;
  }
}


@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #e1-content-container .container { 
    width: 100%;
    padding: 0 50px;
  }
}


@media only screen and (max-width: 687px) {
  #e1-content-container {
    width: 90%;
  }
}






/*-------------------------------------------------------------------------------------------*\
    #DESKTOP MENU
\*-------------------------------------------------------------------------------------------*/

.html_header_sidebar #header .av-main-nav > li {
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


.html_header_sidebar #header .av-main-nav > li {
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 1px;
}


.html_header_sidebar #header .av-main-nav > li:hover {
  background: rgba(0, 88, 140, 0.8);
}

.html_header_sidebar #header .av-main-nav > li > a {
  border: none;
}


.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
  color: #fff;
  font-size: 14px;
}


.html_header_sidebar #header .av-main-nav > li > a:hover .avia-menu-text { color: #fff; }


.html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text { color: #fff; }

.html_header_sidebar #header .av-main-nav li.current-menu-item > a:hover .avia-menu-text { color: #fff; }


@media only screen and (max-width: 989px) {
  .responsive.html_header_sidebar #header .av-main-nav > li {
    margin: 0 0 1px;
  }
}


@media only screen and (max-width: 1010px) {
  .html_header_sidebar #header .av-main-nav > li,
  .html_header_sidebar #header .av-main-nav > li:hover {
    background: none;
  }
}






/*-------------------------------------------------------------------------------------------*\
    #MOBILE MENU
\*-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1011px) {
  .html_header_sidebar #header .av-main-nav > li.main-mob-menu { display: none; }
}



@media only screen and (max-width: 1010px) {
  .responsive #top #wrap_all .main_menu {
    top: 0;
    height: 80px;
    left: auto;
    right: 0;
    display: block;
    position: absolute;
  }


  .responsive #top .av-main-nav .menu-item-avia-special {
    display: block;
    margin-top: -10px;
  }


  .responsive #top .av-main-nav .menu-item {
    display: none;
  }
}


@media only screen and (max-width: 989px) {
  .responsive.html_header_sidebar #top #header .av-main-nav > li {
    margin-top: 7px;
  }
}


@media only screen and (max-width: 767px) {
  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
    line-height: 1.7em;
    height: auto;
    padding: 15px 0;
  }
}


.av-hamburger-box {
  width: 35px;
}


#top .av-hamburger-inner,
#top .av-hamburger-inner:before,
#top .av-hamburger-inner:after {
  height: 2px;
  background-color: #fff;
}


.av-burger-overlay-active #top .av-hamburger-inner,
.av-burger-overlay-active #top .av-hamburger-inner:before,
.av-burger-overlay-active #top .av-hamburger-inner:after {
  background-color: #fff;
}


#av-burger-menu-ul {
	vertical-align: top;
  text-align: center;
}


.html_av-overlay-full #av-burger-menu-ul li {
  padding: 0.1em 0;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a br {
  display: none;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li:hover a {
  color: #527aa1;
}




.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 30px;
  display: inline-block;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu a .avia-menu-text {
  text-indent: -999em;
  position: absolute;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu a:before {
  font-family: 'entypo-fontello';
  display: block;
  color: #fff;
  font-size: 28px;
  opacity: .75;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu:hover a {
  color: #fff;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu a:hover:before{
  opacity: 1;
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu.facebook a:before {
  content: '\e8f5';
}


.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.main-mob-menu.instagram a:before {
  content: '\f16d';
}





/*-------------------------------------------------------------------------------------------*\
    #COMMUNITY INVOLVEMENT PAGE
\*-------------------------------------------------------------------------------------------*/

.page-id-380 .av_one_half .avia-image-container { margin-bottom: 10px; }





/*-------------------------------------------------------------------------------------------*\
    #CONTACT PAGE
\*-------------------------------------------------------------------------------------------*/

.avia_ajax_form.av-form-labels-hidden p { margin-bottom: 2px; }


#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
  background-color: rgba(125,125,125,0.6);
  color: #e1e1e1;
  border: none;
}


#top .main_color .avia-form-success {
  background-color: rgba(125,125,125,0.6);
  font-size: 14px;
  color: #fff;
  text-align: left;
  border: none;
}






/*-------------------------------------------------------------------------------------------*\
    #ACCREDITATION PAGE
\*-------------------------------------------------------------------------------------------*/

#top .avia-logo-element-container .slide-entry-wrap {
  max-width: 350px;
}


#top .avia-logo-element-container img {
  max-width: 80px;
  margin: 0;
}





/*-------------------------------------------------------------------------------------------*\
    #BLOG LAYOUT
\*-------------------------------------------------------------------------------------------*/

#top.archive .template-blog .content,
#top.single .template-blog .content { padding-top: 80px; }


#top .container_wrap_first article {
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
  margin-bottom: 10px;
  margin-left: 2%;
  width: 48%;
  float: left;
  clear: none;
  min-height: 210px;
}


#top .container_wrap_first article:after {
  content: "";
  display: table;
  clear: both;
}


.post_delimiter { display: none; }


#top .fullsize .template-blog .blog-meta {
  float: left;
  width: 44%;
  margin-right: 4%;
  margin-bottom: 15px;
}


#top .small-preview {
  border: 1px solid #CCC;
  width: 132px;
  height: 132px;
  float: left;
  margin: 0;
  text-align:left;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


.small-preview img, .big-preview img {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


.html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper {
  float: right;
  width: 52%;
}


#top .fullsize .template-blog .post-title {
  text-align: left;
  font-size: 17px;
  padding: 0;
  margin: 0;
}


#top .fullsize .template-blog .post-meta-infos {
  display: none;
}


#top .fullsize .template-blog .post .entry-content-wrapper {
  text-align: left;
  font-size: 13px;
  line-height: 1.6em;
}


#top .fullsize .template-blog .post .entry-content-wrapper a.more-link {
  background-color: #5279a1;
  padding: 4px 15px;
  text-decoration: none;
  color: #fff;
}


#top .fullsize .template-blog .post .entry-content-wrapper a.more-link:hover {
  background-color: #6d99c6;
}


.more-link-arrow { display: none; }


#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
  color: #222;
}


#top .pagination .current, #top .pagination a:hover, #top .fullsize .template-blog .pagination a:hover {
  background-color: #5279a1;
  color: #fff;
}



@media only screen and (max-width: 1160px) {
  #top .container_wrap_first article {
    float: right;
    clear: both;
    margin-left: 0;
  }


  #top.archive .template-blog .single-small .pagination {
    float: right;
    clear: both;
    width: 100%;
    max-width: 360px;
  }
}


@media only screen and (max-width: 1010px) {
  #top.archive .container_wrap_first {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
    right: 0;
    left: 0;
  }


  #top.archive .fullsize .template-blog {
    margin-top: 130px!important;
  }


  #top .container_wrap_first article {
    width: 70%;
    float: none;
    margin: 0 auto 10px;
  }


  #top .fullsize .template-blog .blog-meta {
    width: 30%;
  }


  .html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper {
    float: left;
  }

  #top.archive .template-blog .single-small .pagination {
    float: none;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 900px) {
  #top .fullsize .template-blog .blog-meta {
    width: 132px;
  }
}


@media only screen and (max-width: 767px) {
  #top .container_wrap_first article {
    width: 100%;
  }
}


@media only screen and (max-width: 411px) {
  .html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper {
    width: 100%;
  }


  /* #top .fullsize .template-blog .blog-meta {
    float: none;
    margin-right: auto;
  }


  #top .fullsize .template-blog .post-title,
  #top .fullsize .template-blog .post .entry-content-wrapper .entry-content {
    text-align: center;
  } */
}





/*-------------------------------------------------------------------------------------------*\
    #BLOG SINGLE PAGE
\*-------------------------------------------------------------------------------------------*/

#top.single .container_wrap_first article {
  padding: 40px;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  float: right;
  clear: none;
  max-width: 600px;
}


.html_header_sidebar #top.single .fullsize .template-blog .post .entry-content-wrapper {
  float: none;
  width: 100%;
}


#top.single .fullsize .template-blog .big-preview {
  display: none;
}


#top.single .fullsize .template-blog .big-preview img {
  border: 1px solid #ccc;
}


#top.single .fullsize .template-blog .post-title {
  font-size: 46px;
  line-height: 1em;
  padding-bottom: 10px;
  clear: both;
}


#top.single a.readmore {
  display: block;
  height: 51px;
  color: #fff;
  line-height: 16px;
  padding-left: 44px;
  background-image: url("images/ico-readmore.png");
  background-size: 34px 34px;
  background-repeat: no-repeat;
  padding-top: 10px;
  background-position-y: 9px;
}


#top.single a.readmore:hover {
  color: #6d99c6;
  text-decoration: none;
}


#top.single .gallery {
  margin: 10px auto 25px;
}


#top.single .gallery .gallery-item {
  margin: 10px 2% 0 0;
  width: 32%;
  height: auto;
  padding: 0;
  border: 1px solid #ccc;
}

#top.single .gallery .gallery-item:nth-of-type(3n+3) {
  margin: 10px 0 0 0;
}



@media only screen and (max-width: 1010px) {
  #top.single .container_wrap_first {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
    right: 0;
    left: 0;
  }


  #top.single .fullsize .template-blog {
    margin-top: 130px!important;
  }


  #top.single .container_wrap_first article {
    float: none;
    margin-left: auto;
  }
}



@media only screen and (max-width: 356px) {
  #top.single .fullsize .template-blog .post-title {
    font-size: 39px;
    padding-bottom: 20px;
  }
}




/*-------------------------------------------------------------------------------------------*\
    #FOOTER SOCKET
\*-------------------------------------------------------------------------------------------*/

#scroll-top-link,
#socket { display:none; }


#e1-footer {
  position: fixed;
  border: none;
  bottom: 0;
  background: none;
  left: 40px;
}


#e1-footer p {
	font-size: 11px;
  color: #999;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-height: 700px) {
  #e1-footer { display:none; }
}
