/******************************************************************
Stylesheet: Base Stylesheet
******************************************************************/
/*
--------------- MAP --------------------
01. BODY + CORE STYLES
02. TYPOGRAPHY, LINKS, FORMS, TABLES
03. PAGE LAYOUT / GRID
04. NAVIGATION
05. GLOBAL ELEMENTS
06. HEADER
07. SIDEBAR(S)
08. HOME PAGE
09. INTERIOR PAGES
10. FOOTER
11. POST & WP GENERATED STYLING
----------------------------------------
*/

/* =============================================================================
   #> 01. BODY + CORE STYLES
   ========================================================================== */

*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; }
.css-contentbox, .css-contentbox:after, .css-contentbox:before { -moz-box-sizing: content-box; box-sizing: content-box; }
.css-contentbox *, .css-contentbox *:after, .css-contentbox *:before { -moz-box-sizing: content-box; box-sizing: content-box; }

body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  text-align: left;
  letter-spacing: normal;
  background: #fff;
}

/*>== headings ======*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 400; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }
h1 { font-size: 26px; line-height: 28px; margin: 0 0 10px 0; padding: 0 0 0 0; color: #000333; }
h2 { font-size: 37px; line-height: 44px; margin: 0 0 15px 0; padding: 0 0 0 0; color: #353939; text-transform: uppercase; font-family: 'Lato', sans-serif;}
h3 { font-size: 26px; line-height: 30px; margin: 0 0 10px 0; padding: 0 0 0 0; color: #000333; font-family: 'Lato', sans-serif;}
h4 { font-size: 26px; line-height: 30px; margin: 0 0 10px 0; padding: 0 0 0 0; color: #000333; font-family: 'Lato', sans-serif;}
h5 { font-size: 22px; line-height: 28px; margin: 0 0 10px 0; padding: 0 0 0 0; color: #000333; }
h6 { font-size: 18px; line-height: 22px; margin: 0 0 10px 0; padding: 0 0 0 0; color: #000333; }


/*>== style helpers ======*/
.alignleft { display: block; float: left; }
.alignright { display: block; float: right; }
.aligncenter { text-align: center; }

.textblock { overflow: hidden; width: auto; }

.img-responsive { display: block; max-width: 100%; height: auto; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 10px 0; padding: 0; clear: both; }
.hr { background-color: #ccc; height: 1px; margin: 10px 0; clear: both; }

.content-pri img {
  border: 2px solid #ccc;
}

/* =============================================================================
   #> 02. TYPOGRAPHY, LINKS, FORMS, TABLES
   ========================================================================== */

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?-voafig');
  src:url('../fonts/icomoon.eot?#iefix-voafig') format('embedded-opentype'),
    url('../fonts/icomoon.woff?-voafig') format('woff'),
    url('../fonts/icomoon.ttf?-voafig') format('truetype'),
    url('../fonts/icomoon.svg?-voafig#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-right:before {
  content: "\e600";
}

.icon-chevron-thin-left:before {
  content: "\e601";
}



/*>== typography & links ======= */
a {
  color: #428BCA;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
}
  a:visited { color: #428BCA; }
  a:hover, a:focus, a:visited:hover, a:visited:focus { color: #3276B1; text-decoration: none; }
  a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 500;
  color: #444;
}
  p.featured-text {
    font-size: 18px;
    line-height: 22px;
    color: #FFCC00;
    font-weight: 700;
  }

  p.large-text {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

blockquote {
  margin: 15px 0 40px 0;
  padding: 9px;
  position: relative;
  background: #fafafa;
  border: 1px solid #f5f5f5;
  border-top: 3px solid rgba(22,136,153,0.8);
}
  blockquote p {
    color: #168899;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 0px 0;
    padding: 0 0 8px 0;
  }
  blockquote p:last-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-indent: -15px;
    margin-top: 10px;
    padding: 0 0 0 18px !important;
  }
  blockquote p:last-child:before {
    content: "\2014";
    padding-right: 0.5em;
  }
  .lt-ie9 blockquote p + p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: uppercase;
  }
    .lt-ie9 blockquote p + p:before {
      content: "\2014";
      padding-right: 0.5em;
    }

.container .firstword {
  border-bottom: 5px solid #363939;
  padding-bottom: 8px;
}

.featured-box {
  background: #fafafa;
/*  border: 1px solid #f5f5f5;*/
  padding: 15px;
  color: #168899;
  font-size: 20px;
  border: 1px solid #ddd;
  border-top: 3px solid rgba(22,136,153,0.8);
  margin: 0 0 20px 0;
  clear: both;
}
/* (OPT) QUOTATION MARKS AROUND MAIN QUOTE (first p tag) */
/*
  blockquote:before{ content: "\201C"; color: #999d5d; font-size:32px; position: absolute; top: -10px; left: -10px; font-weight: 700; }
  blockquote :first-child:after { color: #999d5d; content: "\201D"; font-size: 32px; line-height: 20px; vertical-align: bottom; }
*/


/*>== forms ========== */

fieldset { border: none; }

/* (OPT) FORM PLACEHOLDER STYLING
  ::-webkit-input-placeholder { color: #fff; font-style: italic; }
  ::-moz-placeholder { color: #fff; opacity: 1; font-style: italic;  }
  :-ms-input-placeholder { color: #fff; font-style: italic;  }
*/

/*>== tables ======*/

/*==Buttons========*/
.button {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
     background-color: #428BCA;
    border-color: #357EBD;
}

  .button a, .button a:focus,.button a:visited:hover,.button a:visited:focus {
    color: #fff;
     padding: 6px 20px;
     display: block;
  }

  .button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
  }




/* =============================================================================
   #> 03. PAGE LAYOUT / GRID
   ========================================================================== */

.wrap {
  width: 96%;
  margin: 0 auto;
  position: relative;
}

.container {

}
.main-content {
  position: relative;
}

.inner-content {

}

.content-pri {

}

.content-sec {

}


/* This is the same as cleafix, so best to have this in there now just to catch
any crazy floats that pop up on smaller devices */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.tab-pane {
  margin-bottom: 30px;
}



/* =============================================================================
   #> 04. NAVIGATION
   ========================================================================== */
#mobilenav:not( .mm-menu ) {
   display: none;
}

.hidenav {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-left: 20px;
  margin-top: 8px;
  font-size: 24px;
}

a.hidenav:hover, a.hidenav:visited {
  color: #fff;
}

.nav-wrapper .main-nav {
  display: none;
}

.nav-wrapper {
  display: none;
}

.nav-toggle {
    display: block;
}

.mobile-header {
  background: #353939;
  height: 45px;
  width: 100%;
  z-index: 2000;
}

/*.page-template-pg-home-php .nav-wrapper {
  margin-bottom: 75px;
}*/

.main-nav {

}
.main-nav ul {

}
.main-nav li {

}
.main-nav li a {
  display: block;
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
}
.main-nav li .sub-menu li a,
.main-nav li .children li a {
  padding-left: 30px;
  padding-right: 30px;
}


/* =============================================================================
   #> 05. GLOBAL ELEMENTS
   ========================================================================== */

  .entry-content .alignleft,
.entry-content img.alignleft {
  display: inline;
  float: left;
  margin: 15px 20px 15px 0;
  max-width: 100%;
  height: auto;

}
.entry-content .alignright,
.entry-content img.alignright {
  display: inline;
  float: right;
  margin: 15px 0 15px 20px;
  max-width: 100%;
  height: auto;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  clear: both;
  display: block;
  margin: 15px auto 15px auto;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;

}

.entry-content iframe {
  max-width: 100%;
  margin: 20px 0;
}


/*>== lists ===========*/
.entry-content ul {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  padding: 0;
  }

  .entry-content ul li {
    margin: 0;
    padding: 0 0 10px 14px;
    position: relative;
  }

  .entry-content ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #000;
    top: 12px;
    left: 0;
    content: "";
  }

  body .entry-content ul.nobullet.nobullet li {
    padding-left: 0;
  }

  .entry-content ul.nobullet li:before {
    background: none;

  }

 .entry-content ul.nopadli li {
padding: 0 0 2px 14px;
 }

/* if colour ol's are desired */
.entry-content ol {
  counter-reset: item;
  margin: 18px 0 35px 30px;
  padding: 0;
}
  .entry-content ol > li {
    display: block;
    padding: 0 0 4px 0;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .entry-content ol > li:before {
    content: counter(item) ".";
    counter-increment: item;
    color: #177ead;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 18px;
    text-align: right;
      }




/* =============================================================================
   #> 06. HEADER
   ========================================================================== */

.page-header {
  position: relative;
  background: #fff;
  padding-top: 35px;
}

.inner-header {
  position: relative;
  border-bottom: 1px solid #fff;
  height: 130px;
}

.main-logo {
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: 75%;
  width: 349px;
  height: 86px;
  position: relative;
  left: 21px;
  top: 32px;
  text-indent: -9999em;
  margin: 0 auto;
  z-index: 555;
}

  .main-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }


#breadcrumbs {
  display: inline-block;
  width: 100%;
  color: #000333;
  margin-top: 0;
}

.psf-logo {
  background: url(../images/psf.png) no-repeat 0 0;
  width: 100px;
  height: 76px;
  text-indent: -9999em;
  margin: 0;
  z-index: 555;
  float: left;
  display: none;
}

.lltk-logo {
  background: url(../images/lltk.png) no-repeat 0 0;
  width: 150px;
  height: 55px;
  text-indent: -9999em;
  margin: 0;
  z-index: 555;
  float: left;
  display: none;
}

.psf-logo a, .lltk-logo a {
  display: block;
  width: 100%;
  height: 100%;

}

/* =============================================================================
   #> 07. SIDEBAR STYLES
   ========================================================================== */


/* =============================================================================
   #> 08. HOME PAGE
   ========================================================================== */
.alert-msg {
background: #333;
color: #fff;
text-align: center;
padding: 10px 0;
text-transform: uppercase;
position: relative;
}

.alert-msg .close-alert {
position: absolute;
right: 40px;
color: #fff;
}

.alert-msg .close-alert .fa {
color: #fff;
margin-right: 5px;
}

.alert-msg .close-alert:hover, .alert-msg .close-alert .fa {
color: #fff;
text-decoration: none;
}
/*.home-slogan {
  text-align: center;
  text-transform: uppercase;
}

.home-slogan span {
  font-weight: 700;
  color: #428bca;
}
*/

.hp-cta {
background: #fff;
border-left: 5px solid #428BCA;
padding: 25px 40px 10px 40px;
margin-bottom: 10px;
}

body.page-template-pg-home-php {
 background-color: #f5f5f5;
}

.hp-background {
  background: url('../images/bg_hpbanner.jpg');
  background-size: cover;
  height: 200px;
  position: relative;
}

  .hp-background--overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
    max-width: 800px;
  }

     .hp-background--overlay p {
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
     }

  .image-tagline .container {
    height: 100%;
  }

  .image-tagline {
    background: url('../images/bg_fish.jpg');
    background-size: cover;
    height: 200px;
    margin-top: 50px;
  }

    .image-tagline blockquote {
      background: none;
      border: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);

    }

       .image-tagline blockquote p {
        color: #f2f2f2;
       }

       .image-tagline blockquote p span {
          color: #1892a8;
       }

       .image-tagline blockquote p:first-of-type {
        font-style: italic;

        }

.partner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.next-nav {
background: rgba(0,0,0,0.4);
height: 100%;
position: absolute;
width: 30px;
top: 0;
z-index: 100;

}

.next-nav:hover {
background: rgba(0,0,0,0.6);
}

.next-nav span {
color: #fff;
display: block;
padding-left: 0;
padding-top: 47px;
font-size: 35px;
margin-left: -2px;

}

.prev-nav {
background: rgba(0,0,0,0.4);
height: 100%;
position: absolute;
right: 0;
width: 30px;
top: 0;
z-index: 100;

}

.prev-nav:hover {
background: rgba(0,0,0,0.6);
}

.prev-nav span {
color: #fff;
display: block;
padding-left: 1px;
padding-top: 47px;
font-size: 35px;
margin-left: -2px;

}

.partner-wrap {
    background: #fff;
    padding-top: 20px;
    margin-bottom: 65px;
    border-bottom: 5px solid #428bca;
    position: relative;
    -webkit-box-shadow: 0 7px 12px 0px rgba(0,0,0,0.44);
     -moz-box-shadow: 0 7px 12px 0px rgba(0,0,0,0.44);
          box-shadow: 0 7px 12px 0px rgba(0,0,0,0.44);
}

.partner-wrap:after {
  content: "";
  pointer-events: none;
   cursor: default;
  position: absolute;
  width: 0;
height: 0;
left: 50%;
margin-left: -20px;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #428bca transparent transparent transparent;


}

.partner-slider {
  margin-top: 0;
  margin-bottom: 20px;

}

  .partner-slider img {border: none;}

.imagecta {
  position: relative;
  width: 100%;

   /*width: 400px;*/
   /*height: 300px;*/
   height: 416px;
   padding-top: 15px;

}

  .imagecta h4 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 15px 20px 15px 35px;
   background: rgba(0,0,0,0.6);
   width: 70%;
   border-top: 3px solid #428bca;
     -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
  }

  .imagecta h4:before {
     -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
  }

  .imagecta:hover h4 {
 background: rgba(0,0,0,0.9);
    padding-left: 50px;
  }

  .imagecta:hover h4:before {
  content: "";
  width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 17.3px;
border-color: transparent transparent transparent #007bff;
position: absolute;
left: 0;
top: 37px;
  }

  .imagecta a {
    display: block;
    width: 100%;
    height: 100%;
  }

.homepagecta1 {
  background: url('../images/CTA1.jpg');
  background-size: cover;

}

.homepagecta2 {
  background: url('../images/CTA2.jpg');
  background-size: cover;
}

/*.home-projects {
  padding-top: 90px;
  padding-bottom: 25px;
  text-align: center;
}

.home-projects h2 {
  margin-bottom: 70px;
}

.home-projects h2 span{
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #363939;
}

.home-project--inner {
  background: #fefefe;
  padding: 8px;
  border: 1px solid #bbb;
 }*/

  .image-hover {
    width: 345px;
    height: 235px;
    position: relative;
  }

   .image-hover span {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 60px;
      line-height: 1;
      margin-top: -37px;
      margin-left: -13px;
      visibility: hidden;
      color: #1c92a8;
      z-index: 100;
      font-weight: 700;
    }

    .image-hover:hover span {
      visibility: visible;


    }

 .image-hover:after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.image-hover:hover:after {
    opacity:1;
}

 .home-project--inner p, .home-project--inner h6 {
  text-align: left;
  margin-left: 15px;
}

.home-project--inner h6 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}


.cycle-slideshow.partner-slider img {
margin-right: 50px;
max-width: 110px;
max-height: 100px;
height: auto;
}

/* =============================================================================
   #> 09. INTERIOR PAGES
   ========================================================================== */

.banner-img-wrap {
  margin-top: -40px;
}

.banner-img-wrap img {
  border: 0;
  width: 100%;
  border-bottom: 4px solid #428bca;

}

.title-wraper {
  float: left;
}

.page-title {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 26px ;
}

  .title-wraper h5 {
    margin-bottom: 0;
  }

.title-wrap {
  min-height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.page-id-186 .title-wrap {
  margin-bottom: 0;
}

/*Contact Page*/
.contact-member {
  background: #428bca;
}

/*PROJECT LISTING PAGES*/
.canada:after {
content: "CAN";
color: red;
font-weight: 700;
}

.united-states:after {
  content: "USA";
  color: blue;
  font-weight: 700;
}
/*Top Level CTA's***********************************************************************/
.imagecta-interior {
  position: relative;
  width: 100%;
  padding-top: 15px;
}

  .imagecta-interior h4 {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 5px 15px 5px;
   background: rgba(0,0,0,0.6);
   width: 90%;
   border-top: 3px solid #428bca;
     -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
  }

  .imagecta-interior h4:before {
     -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
  }

  .imagecta-interior:hover h4 {
 background: rgba(0,0,0,0.9);
    padding-left: 20px;
  }

  .imagecta-interior:hover h4:before {
  content: "";
  width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8.7px;
border-color: transparent transparent transparent #007bff;
position: absolute;
left: 0;
top: 37px;
  }

  .imagecta-interior a {
    display: block;
    width: 100%;
    height: 100%;
  }

/*TOp Level CTA Images********************************************************************/

.projectcta1 {
  height: 220px;
  background: url('../images/CTA1.jpg');
  background-size: cover;
}
.projectcta2 {
  height: 220px;
  background: url('../images/CTA3.jpg');
  background-size: cover;
}
.projectcta3 {
  height: 220px;
  background: url('../images/cta4.jpg');
  background-size: cover;
}
.projectcta4 {
  height: 220px;
  background: url('../images/CTA5.jpg');
  background-size: cover;
}
.projectcta5 {
  height: 220px;
  background: url('../images/CTA7.jpg');
  background-size: cover;
}
.projectcta6 {
  height: 220px;
  background: url('../images/CTA6.jpg');
  background-size: cover;
}
.projectcta7 {
  height: 220px;
  background: url('../images/CTA8.jpg');
  background-size: cover;
}


/*RESEARCH ACTIVITIES*/
.vcard {
  font-style: italic;
}

/* =============================================================================
   #> 10. FOOTER
   ========================================================================== */

.page-footer {
background: #2e8c9d;
  color: #fff;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}

.inner-footer {
  padding-top: 11px;

}
.copyright {
  text-align: center;
  width: 100%;
  display: block;
}


.footer-nav {

}

#menu-footer {
  text-align: center;
  color: #fff;
}

#menu-footer li {
  display: inline;
   margin-right: 10px;
}

#menu-footer li a {
  color: #f2f2f2;
}

#menu-footer li:after {
  content: "/";
  color: #fff;
}

#menu-footer li:last-of-type:after {
  content: "";
}

#menu-footer li a {
  display: inline-block;
    padding-right: 10px;
}

/* =============================================================================
   #> 11. POST & WP GENERATED STYLING
   ========================================================================== */

/*>== images & video ======================== */

/* resize images to fit the main content area. */
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  width: auto;  /* fix for IE, otherwise it's all misformed */
  max-width: 100%;
  height: auto;
}


/*>== caption styling ====================== */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-right: 20px;

}

.wp-caption img {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: left;
  padding-left: 5px;
}


/*>== galleries ============================= */
figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img { border: 4px solid #bbb; border-radius: 6px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }


/*>== post & comment navigation ==============*/

/* post navigation */
.wp-prev-next {
  margin: 20px 0 20px 0;
}
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }
  .wp-prev-next .nav-divider {
    float: left;
  }

/* comment navigation */
#comments-nav {
  clear: both;
  margin: 0 0 1.5em 0;
}
  #comments-nav:after {
    content: " \00bb";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
  #comments-nav .comments-previous {
    float: left;
    width: 50%;
  }
  #comments-nav .comments-next {
    float: right;
    width: 50%;
    text-align: right;
  }
  #comments-nav .comments-next a {
    float: right;
  }


/*>== post comments & response form === */
h3#comments,
#comment-form-title {
  margin: 0 0 0.5em;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.734em 10px;
}
  .commentlist li:last-child {
    margin-bottom: 0;
  }
  .commentlist li ul.children {
    margin: 0;
  }
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eeeeee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
  }
  .commentlist .vcard time {
    float: right;
  }
    .commentlist .vcard time a {
      color: #999999;
      text-decoration: none;
    }
      .commentlist .vcard time a:hover {
        text-decoration: underline;
      }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: white;
  }

.comment_content {
  margin-left: 50px;
}
  .comment_content p {
    margin: 0.734em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }

.comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: white;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
  .comment-reply-link:hover, .comment-reply-link:focus {
    opacity: 1;
  }

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
  .respond-form form {
    margin: 0.75em 0;
  }
    .respond-form #commentform li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.734em;
      padding-top: 0;
    }
      .respond-form form li label,
      .respond-form form li small {
        display: none;
      }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
    }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: white;
      }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        box-shadow: none;
      }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 700px;
      width: 100%;
    }
    .respond-form form textarea {
      resize: none;
      max-width: 700px;
      width: 100%;
      height: 150px;
    }
    #respond #submit {
      border: none;
      text-decoration: none;
      background: #4598bb;
      padding: 6px 10px;
      color: white;
      opacity: 0.65;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 0.9em;
    }
      #respond #submit:hover, #respond #submit:focus {
        opacity: 1;
      }

/*Gallery*/

.entry-content .magnific-gallery li:before{
  width: 0;
  height: 0;
}

.entry-content .magnific-gallery {
  margin-right: 0;
}

.entry-content .magnific-gallery li {
  display: inline-block;
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 5px;
}

  .magnific-gallery li img {
    width: 150px;
    height: 150px;
  }




/* ==|== non-semantic helper classes ======================================== */
.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.noborder {border: 0 !important;}
