/*------------------------------------------------------------------------
# iHelper Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menu & Branding
    3.   General Nodes & Views
    4.   Blocks
    5.   Forum
    6.   Knowledge Base
    7.   Blog
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

/* Element Style */
body {
  margin-top: 0;
}

.v-align-center .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.site-bottom h2.block-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

p,
.field--name-body p:last-child {
  margin-bottom: 24px;
}
ol, ul {
  padding-left: 1em;
  margin-bottom: 20px;
  margin-top: 0;
}
#main-container {
  margin-bottom: 50px;
}

/* Owl carousel */
.owl-nav.disabled .owl-prev,
.owl-nav.disabled .owl-next {
  display: none;
}

/*--------------------------------------------------------------------------------*/

/* 02. Menu & Branding
 --------------------------------------------------------------------------------*/

/* Site Branding */
a.logo {
  margin: 0;
}
body.path-frontpage .site-header .region-branding,
.site-header a.light-logo,
body.path-frontpage .is-sticky .site-header a.light-logo  {
  display: none;
}
.site-header .region-branding,
body.path-frontpage .is-sticky .site-header .region-branding,
body.path-frontpage .site-header a.light-logo {
  display: block;
}

.navbar-brand {
  color: #000;
  font-size: 24px;
  display: none;
}
body.path-frontpage .site-header .navbar-brand {
  color: #fff;
}
body.path-frontpage .is-sticky .site-header .navbar-brand {
  color: #000;
}

/* User menu */
.user-menu {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}
#block-ihelper-account-menu ul {
  margin: 0 !important;
}
#block-ihelper-account-menu ul li a {
  background: #1A71B9;
  color: #FFF;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
}
.user-logged-in #block-ihelper-account-menu ul li {
  padding: 0 5px;
}
.user-logged-in #block-ihelper-account-menu ul li a {
  padding: 0 10px;
  font-size: 12px;
}
#block-ihelper-account-menu ul li a:hover {
	background: #1f2930;
}

/* Main Menu */
.navbar-toggle {
  font-size: 20px;
}
#block-ihelper-main-menu {
  float: right;
  width: 70%;
}
.navbar-nav {
  float: right;
}

#block-ihelper-main-menu .navbar-nav > li {
  margin: 0 20px;
}
#block-ihelper-main-menu .navbar-nav > li > a,
#block-ihelper-main-menu .navbar-nav > li > span {
  line-height: 38px;
  color: #313131;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0px 0;
  background: none !important;
  display: block;
  margin: 0;
}
.caret {
  display: none;
}

@media (min-width: 768px) {
#block-ihelper-main-menu .navbar-nav > li > a:before,
#block-ihelper-main-menu .navbar-nav > li > span:before {
	content: "";
	position: absolute;
	top: 5px;
	width: 20%;
	height: 2px;
	background: #1A71B9;
	display: block;
	left: 50%;
	transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-o-transform: translate(-50%);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
}
#block-ihelper-main-menu .navbar-nav > li:hover > a:before,
#block-ihelper-main-menu .navbar-nav > li:hover > span:before,
#block-ihelper-main-menu .navbar-nav > li.active > a:before,
#block-ihelper-main-menu .navbar-nav > li.active > span:before,
#block-ihelper-main-menu .navbar-nav > li > a.is-active:before,
#block-ihelper-main-menu .navbar-nav > li > span.is-active:before {
	top: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
}
}

.navbar-nav > li ul {
  width: 230px;
  position: absolute;
  z-index: 99;
  opacity: 0;
  background: #FFF !important;
  padding: 0 25px;
  box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -ms-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -webkit-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -o-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
}
.navbar-nav > li > ul > li {
  position: relative;
  line-height: 24px;
  width: 100%;
  vertical-align: top;
}
.navbar-nav > li > ul > li i {
  display: inline-block;
  margin-right: 2px;
}
.navbar-nav > li > ul > li > ul {
  left: 100%;
  top: 0;
}

@media all and (min-width: 991px) {
.navbar-nav > li:hover  ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
  display: block;
}
.navbar-nav > li > ul > li:hover > ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
  display: block;
}

  body.path-frontpage .site-header #block-ihelper-main-menu .navbar-nav > li > a,
  body.path-frontpage .site-header #block-ihelper-main-menu .navbar-nav > li > span {
	color: #313131;
  }
}

@media all and (max-width: 990px) {
  body.path-frontpage .navbar-toggle {
    color: #fff;
  }
  body.path-frontpage .is-sticky .navbar-toggle {
    color: #000;
  }
  .mainmenu {
    background: #fff;
    float: right;
    width: 100%;
  }
  #block-ihelper-main-menu {
    width: 100%;
  }
  #block-ihelper-main-menu .navbar-nav > li > a, #block-ihelper-main-menu .navbar-nav > li > span {
    padding: 5px 0;
  }
  #block-ihelper-main-menu .navbar-nav {
    width: 100%;
	margin: 0;
  }
  #block-ihelper-main-menu .navbar-nav > li {
    line-height: 24px;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
	margin: 0;
  }
  
  #block-ihelper-main-menu .navbar-nav > li.dropdown:after {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 11px;
    content: "\e649";
    font-family: 'themify';
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
  #block-ihelper-main-menu .navbar-nav > li.dropdown:hover:after,
  #block-ihelper-main-menu .navbar-nav > li.dropdown.active:after {
    color: #1A71B9;
  }
  #block-ihelper-main-menu .navbar-nav > li.open.dropdown:after {
    content: "\e64b";
  }
  #block-ihelper-main-menu .navbar-nav > li ul {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    left: 0;
  }
  #block-ihelper-main-menu .navbar-nav > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
  #block-ihelper-main-menu .navbar-nav > li.open  ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
    display: block;
  }
  #block-ihelper-main-menu .navbar-nav > li > ul > li.open > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
    display: block;
  }
  #block-ihelper-main-menu .navbar-nav > li > ul > .dropdown:after {
    content: "\e64b";
  }
  #block-ihelper-main-menu .navbar-nav > li > ul > li > ul {
    left: 0;
    display: none;
    padding: 0;
  }
  #block-ihelper-main-menu .navbar-nav > li > ul li a {
    padding: 4px 16px;
  }
  .dropdown .dropdown li {
    padding-left: 18px;
  }
  .dropdown {
    padding-right: 0;
  }
}
#block-ihelper-main-menu .navbar-nav ul.dropdown-menu li a {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
}

#block-ihelper-main-menu .navbar-nav li:hover > a,
#block-ihelper-main-menu .navbar-nav li:hover > span,
#block-ihelper-main-menu .navbar-nav li.open > a,
#block-ihelper-main-menu .navbar-nav li.open > span,
#block-ihelper-main-menu .navbar-nav li.active > a,
#block-ihelper-main-menu .navbar-nav li.active > span,
#block-ihelper-main-menu .navbar-nav li > a.is-active,
#block-ihelper-main-menu .navbar-nav li > span.is-active {
	color: #1A71B9 !IMPORTANT;
	background: none;
}
body.path-frontpage .site-header {
	background: none;
}
body.path-frontpage .is-sticky .site-header {
	background: #fff;
}

body.path-frontpage .site-header #block-ihelper-main-menu .navbar-nav ul.dropdown-menu > li > a,
body.path-frontpage .site-header #block-ihelper-main-menu .navbar-nav ul.dropdown-menu > li > span,
body.path-frontpage .is-sticky .site-header #block-ihelper-main-menu  ul > li > a,
body.path-frontpage .is-sticky .site-header #block-ihelper-main-menu  ul > li > span {
	color: #313131;
}
body.path-frontpage .site-header #block-ihelper-main-menu .navbar-nav > li:hover > a,
body.path-frontpage .site-header #block-ihelper-main-menu .navbar-nav > li.active > a,
body.path-frontpage .is-sticky .site-header #block-ihelper-main-menu ul li > a.is-active,
body.path-frontpage .site-header #block-ihelper-main-menu ul > li:hover > span,
body.path-frontpage .site-header#block-ihelper-main-menu  ul > li.active > span,
body.path-frontpage .is-sticky .site-header #block-ihelper-main-menu ul li > span.is-active {
	color: #1A71B9 !IMPORTANT;
	background: none !important;
}
#block-ihelper-main-menu .navbar-nav ul.dropdown-menu > li > a:before {
  display: none;
}

/*--------------------------------------------------------------------------------*/

/* 03. General Nodes & Views
 --------------------------------------------------------------------------------*/

/* Sidebar */
#sidebar-second {
  padding-left: 45px;
}
aside .block {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: 40px;
  padding: 30px;
}
aside .block h2.block-title {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
aside .block ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
aside .views-field-created {
  color: #999;
}

/* Footer */
.site-bottom {
  padding: 75px 0;
}
.site-bottom .block ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.site-bottom .block ul li {
    padding: 0 0 8px;
}

/* Page title */
.header-wrapper {
  background: url(../images/page-title-bg.jpg) center center no-repeat;
  padding: 120px 0 60px;
}
body.path-frontpage .header-wrapper {
  background: url(../images/home-banner.jpg) center center no-repeat;
}
body.path-not-frontpage .header-wrapper .container {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform:  none;
}
.page-title h1 {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 25px;
}
.page-title a {
  color: #fff;
}
.page-title a:hover {
  color: #1A71B9;
}
.page-title p {
  clear: left;
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  border: none;
}
.breadcrumb > .active,
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  color: #1A71B9;
}

/* Pagnation */
.pager-nav {
	padding: 50px 0;
	text-align: center;
	margin: 0;
	display: block;
}
.pager-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
}
.pager-nav li > * {
	display: block;
	width: 40px;
	height: 40px;
	background: #f7f7f7;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.pager-nav li a {
  padding: 8px 12px;
  color: #1A71B9;
  width: auto;
}
.pager-nav li .current,
.pager-nav li:active a,
.pager-nav li a:hover {
  background: #1A71B9;
  color: #FFF;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background: #1A71B9;
  border-color: #1A71B9;
}

/* Comment links */
article ul.links { 
  padding: 20px 0 0;   
}
.comments ul.links {
  padding: 0;
}

/*--------------------------------------------------------------------------------*/

/* 04. Blocks
 --------------------------------------------------------------------------------*/

/* Search box on Homepage */
#block-exposedformknowledge-searchpage-1 {
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	position: relative;
	margin: 10px 0 25px;
}
#block-exposedformknowledge-searchpage-1:before {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	display: block;
	content: "";
	background: url(../images/search.png) no-repeat center;
}
#block-exposedformknowledge-searchpage-1 .form-type-textfield {
  float: left;
  width: 90%;
}
#block-exposedformknowledge-searchpage-1 input.form-text {
	width: 100%;
	background: none;
	border: none;
	height: 52px;
	padding: 0px 170px 0px 65px;
	font-size: 16px;
	font-weight: 300;
}
#block-exposedformknowledge-searchpage-1 button.form-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 170px;
	background: #1A71B9;
	border: none;
	margin: 0;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
    -o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#block-exposedformknowledge-searchpage-1 button.form-submit:hover {
    background: #1f2930;
}

/* Search block on sidebar */
#sidebar-second #block-searchform {
  background: none;
  padding: 0;
}

/* FAQ */
.ui-accordion .ui-accordion-header {
  border: none;
  font-weight: bold;
  padding-left: 0;
  background: none;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 22px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  color: #666;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 0.5em;
  background: url(../images/plus.png) no-repeat center;
  width: 10px;
  height: 14px;
  margin-top: -2px;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: url(../images/exert.png) no-repeat center;
}
.ui-accordion .ui-accordion-content {
  color: #666;
  border: none;
  padding-left: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  font-family: 'Poppins', sans-serif;
}

/* Contact */
.contact-list li {
  list-style: none;
}
.contact-form input.form-text,
.contact-form input.form-email {
  height: 50px;
}
.contact-form button.form-submit {
  padding: 15px 30px;
  font-size: 16px;
  color: #FFF;
  background: #1A71B9;
  text-transform: uppercase;
}
.contact-form button#edit-preview { display: none; }

/* Login & Register */
.user-login-form, .user-form, .user-pass {
  padding: 30px 0;
}
aside .user-login-form {
  padding-top: 10px;
}
aside #block-userlogin h2.block-title { display: none; }
.user-login-form input,
.user-form input {
  height: 50px;
}
.user-login-form button,
.user-form button,
.user-pass button {
  color: #fff;
  background: #1A71B9;
  padding: 15px 30px;
}

/* Simplenews */
.block-simplenews label[for=edit-mail-0-value] {
  display: none;
}
.block-simplenews button#edit-subscribe {
  background: #1A71B9;
  color: #fff;
}

/* Twitter feed */
.block-twitter-feed h3,
.block-twitter-feed ul hr { 
  display: none; 
}
.block-twitter-feed li {
  font-size: 1em;
}

/* Page 404 */
.page-404 {
  padding: 60px 15px;
  text-align: center;
}

/* Search page */
.path-search a#edit-help-link {
  display: none;
}
.path-search h2 {
  margin: 20px 0;
}
.path-search ol {
  padding-left: 1em;
}
.path-search ol li {
  padding: 20px 0;
}
.path-search ol li h3 {
  margin-bottom: 15px;
}
.path-search ol li p {
  margin-bottom: 10px;
}

/* Team block */
.team .socials {
  background: rgba(66, 195, 112, 0.9);
}

/*--------------------------------------------------------------------------------*/

/* 05. Forum
 --------------------------------------------------------------------------------*/

/* Drupal forum */
.forums {
  width: 100%;
}
.forums thead { display: none; }

.forums tbody tr {
  border-bottom: 1px solid #f3f3f3;

}
.forums tbody tr > td {
  padding: 15px 0;
}
.forums td.forum-title-container {
  width: 47%;
}
.forums tr.forum-container-header td.forum-title-container {
  padding-top: 50px;
}
.forums tr.forum-container-header td.forum-title-container .forum-title-link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.forums tr.forum-container-header td.forum-title-container .forum-title-link a {
  color: #313131;
}
.forums td.forum-title-container .forum-title-link,
.forums td h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.forums td.forum-title-container .forum-description {
  line-height: 24px;
  color: #5f5f5f;
}
.forums td.forum-num-topics, 
.forums td.forum-num-posts {
  text-align: center;
  width: 13%;
}

.path-forum .table-responsive table th,
.path-forum .table-responsive table td {
  padding: 15px 0;
}
.path-forum .table-responsive .table > tbody > tr > td, 
.path-forum .table-responsive .table > tbody > tr > th, 
.path-forum .table-responsive .table > thead > tr > td, 
.path-forum .table-responsive .table > thead > tr > th {
  border-bottom: 1px solid #f3f3f3;
}
.path-forum .table-responsive .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: none;
}
.path-forum .table-responsive .forum__title div:first-child a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;

}
.path-forum .table-responsive .forum__title div:first-child {
  margin-bottom: 10px;
}
.path-forum .table-responsive .forum__title div:nth-child(2) span {
  color: #5f5f5f;
  line-height: 24px;
}
.path-forum .table-responsive table thead th:nth-child(2),
.path-forum .table-responsive .forum__replies {
  text-align: center;
  width: 15%;
}

/* Forum detail */
article.node--type-forum {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}
h2.forum-title,
article.node--type-forum .field--name-taxonomy-forums {
  display: none;
}
article.node--type-forum .header-info {
  margin-bottom: 20px;
}
article.node--type-forum .field--name-user-picture {
  position: absolute;
  left: 0px;
  top: 0;
  width: 70px;
}
article.node--type-forum .field--name-user-picture,
article.node--type-forum .field--name-user-picture img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

/*--------------------------------------------------------------------------------*/

/* 06. Knowledge Base
 --------------------------------------------------------------------------------*/

/* Knowleged Base */
.block-knowledge-list {
  margin-bottom: 50px;
  clear: left;
}
.block-knowledge-list.last {
  clear: none;
}
.block-knowledge-list h2.block-title {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 15px;
}
.knowledge-list ul {
  padding-left: 0;
}
.knowledge-list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.views-field-field-knowledge-type-icon {
  float: left;
  position: absolute;
  left: 0;
  margin-right: 10px;
  padding-top: 3px;
}
.views-field-field-knowledge-type-icon img {
  float: left;
  width: 17px;
}
.knowledge-list li a {
  background: none;
  padding: 0;
}
div.more-link a {
  font-size: 14px;
  color: #1A71B9;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin-top: 7px;
  padding-right: 25px;
  background: url(../images/next.png) no-repeat right center;
}

/* Knowledge Article by Term page & Knowledge Search */
.view-knowledge-article-list .views-row {
  padding: 0 0 20px 30px;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 30px;
  position: relative;
}
.view-knowledge-article-list .views-row .views-field-title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.view-knowledge-article-list .views-row .views-field-created,
.view-knowledge-article-list .views-row .views-field-uid {
  margin-bottom: 20px;
  display: inline-block;
}
.view-knowledge-article-list .views-row .views-field-created .field-content,
.view-knowledge-article-list .views-row .views-field-uid .field-content a {
  padding-left: 5px;
  color: #1A71B9;
}
.view-knowledge-article-list .views-row .views-field-view-node,
.view-knowledge-article-list .views-row .views-field-search-api-excerpt,
.view-knowledge-article-list .views-row .views-field-field-knowledge-category {
  margin-top: 20px;
}
.views-field-view-node a {
  font-size: 14px;
  color: #1A71B9;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin-top: 7px;
  padding-right: 25px;
  background: url(../images/next.png) no-repeat right center;
}

/* Knowledge Base Article Detail */
article.node--type-knowledge-article .field--name-body {
  margin-top: 30px;
}
article.node--type-knowledge-article .field--name-user-picture {
  display: none;
}
.field--name-field-knowledge-tags .field--item {
  display: inline-block;
  margin-right: 10px;
}

/* Block Knowledge Category */
#block-knowledgecategorymenu {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: 40px;
  padding: 30px;
}
#block-knowledgecategorymenu h2 {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
#block-knowledgecategorymenu ul li {
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
  line-height: 26px;
  list-style: outside none none;
}
#block-knowledgecategorymenu ul li:last-child {
  border-bottom: none;
}
#block-knowledgecategorymenu ul li a {
  padding: 10px 0;
}
#block-knowledgecategorymenu ul li a:hover {
  background: none;
}

/*--------------------------------------------------------------------------------*/

/* 07. Blog
 --------------------------------------------------------------------------------*/

/* Article Detail */
.view-article-detail-header .views-field-created .field-content,
.view-article-detail-header .views-field-uid .field-content a {
  padding-left: 7px;
  color: #1A71B9;
}
.article-image {
  margin-bottom: 24px;
}
.article-image img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.field--name-user-picture {
  float: left;
  width: 70px;
  margin-right: 10px;
}
.field--name-user-picture img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.article-create-date,
.article-user-by {
  display: inline-block;
  margin-right: 10px;
}
article.node section {
  padding-top: 70px;
}
article.node section h2 {
  margin-bottom: 35px;
}
.comments {
  margin-top: 24px;
}
.comments h2 {
  margin-bottom: 24px;
}
article.comment {
  margin-bottom: 24px;
}
article.comment .comment-row {
  position: relative;
  margin-bottom: 20px;
}
article.comment .comment-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.comment_title {
  font-weight: bold;
  color: #313131;
  margin-bottom: 20px;
  padding-top: 5px;
}
.comment__meta {
  margin-bottom: 20px;
}
.comment__meta nav ul.links {
  margin-bottom: 0;
}
.comment-content {
  margin-left: 90px;
}
.comment-avatar {
  width: 70px;
}

/* Block Recent Post */
.block-article-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
}
.block-article-list ul li:last-child {
  border-bottom: medium none;
}

/* Blog Grid */
.blog-grid .post-info {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: 80px;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: none;
}
.blog-grid .post-meta li {
  color: #949494;
}
.photoswipe-gallery {
  padding-top: 20px;
}
.photoswipe-gallery .field--item:not(:first-child) {
  display: inline-block;
  padding-top: 5px;
}
