/*------------------------------------------------------------------------
# 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: 1;
}

@media (min-width: 768px) {
body.path-project .form-inline .form-group {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    }
}

@media (min-width: 768px) {
body.path-project .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
    padding-right: 10px;
}
}

.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%);
}

body.path-frontpage .page-title {
	height: 400px;
}

body.path-frontpage .page-title .container {
        top: 25%;
}

@media only screen and (min-width: 1440px) {
  body.path-frontpage .page-title {
	height: 550px;
  }
}

@media  (max-width: 425px) {
  body.path-frontpage .page-title {
	height: 300px;
  }
  
  body.path-frontpage .page-title .container {
        top: 25%;
  }
}

.site-bottom h2.block-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media screen and (max-size: 800px){ 
  .site-bottom h2.block-title {
      margin-bottom: 0px;
  }
}

p,
.field--name-body p:last-child {
  /* Edited by Clara */
  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
 --------------------------------------------------------------------------------*/
 
#sched-menu-login {
  display:none;
} 

iframe[name='OneAll Social Login'] {
  height: 180px;
}

div#provider_facebook{
     width:50%;ma
}
div#provider_github{
     width:50%;
}
div#provider_linkedin{
     width:50%;
}

/* 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 {
/*changed from white to black*/
  color: #000;
}
body.path-frontpage .is-sticky .site-header .navbar-brand {
  color: #000;
}

#sitelogo {
  width: 80%;
}


@media (max-width: 990px) {
  #sitelogo {
    width: 60%;
  }
}
/* User menu */
.user-menu {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  color: #000;
}
#block-ihelper-account-menu ul {
  margin: 0 !important;
}
#block-ihelper-account-menu ul li a {
  background: #388DEE;
  color: #000;
  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;
}

@media screen and (min-width:860px) {
div#block-user-bar {
    display: inline-block;
    display: inline-block;
    width: 20%;
    float: right;
    position: absolute;
    left: 75%;
}
}

@media screen and (max-width: 600px) {
  div#block-user-bar {
    position: absolute;
    width: 90%;
    text-align: center;
  }
}


/* Main Menu */
.navbar-toggle {
    font-size: 15px;
    position: absolute;
    left: 54%;
}
#block-ihelper-main-menu {
  float: right;
  width: 80%;
}
.navbar-nav {
  float: left;
}

@media screen and (max-width: 600px) {
  .navbar-nav {
     float: left;
  }
  
  ul.menu.menu--account.nav.navbar-nav.navbar-right {
    width: 100%;
    font-weight:bold;
    margin-top: 80px;
  }
  
  .navbar-nav {
    margin : 0;
  }
  
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px
  }
  
  li.last {
    border-bottom: none;
  }
  
  li.first {
    border-bottom: 1px solid #dddddd;
  }
  
  .nav > li > a {
    padding: 14px 0px;
  }
  
  #block-ihelper-main-menu .navbar-nav ul.dropdown-menu li {
    border-bottom: 1px solid #dddddd;
  }
  
  #block-ihelper-main-menu .navbar-nav ul.dropdown-menu li.last {
    border-bottom: none;
  }
}

.nav>li>a  {
  text-transform: uppercase;
  padding: 5px 10px;
    margin: 5px 0px;
}

#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;
  /*font-weight: bold;*/
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0px 0;
  background: none !important;
}
.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: #388DEE;
	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;
        text-transform: uppercase;
}
#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 {
	/*changed from white to black*/
	color: #000;
	/*font-weight: bold;*/
  }
}

@media only screen and (min-width:960px) {
    .mainmenu {
       padding-left: 180px;
    }
    #block-ihelper-main-menu {
      float: left;
    }
    
    ul.tabs--primary.nav.nav-tabs {
       display: none;
    }
}

@media all and (max-width: 990px) {
.navbar-toggle {
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
  }
.site-brand {
  height: 40px;
}
}

@media all and (max-width: 990px) {
  body.path-frontpage .navbar-toggle {
  /*changed from white to black*/
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
  }
  body.path-frontpage .is-sticky .navbar-toggle {
    color: #000;
  }
  .mainmenu {
    background: #fff;
    float: right;
    width: 100%;
  }
  #block-ihelper-main-menu {
    width: 100%;
    /*padding-top: 100px;*//*for mobile*/
  }
  #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;
    border-bottom: 1px solid #dddddd;
  }
  
  #block-ihelper-main-menu .navbar-nav > li.last {
    border-bottom: none;
  }
  
  #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: #388DEE;
  }
  #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: 13px;
	line-height: 24px;
	padding: 10px 0;
	/*font-weight: bold;*/
}

#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: #388DEE !IMPORTANT;
	background: none;
}
body.path-frontpage .site-header {
	background: #fafafa;
}
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: #388DEE !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 {
/*changed background to white from #fafafa*/
  background: #fff none repeat scroll 0 0;
  /*top, right, bottom, left*/
  padding: 15px 0px 0px 0px;
}
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;
}
/*recent project view*/
div#block-views-block-recent-projects-block-1 {
    background: #EAEDED;
    padding-left: 10px;
    margin-top: 20px;
}

@media  (max-width: 425px) {
  div#block-filterby {
      margin-top: 10 px;
  }
  .region.region-sidebar-first {
     display:none
  }
}

div#block-countdowntimer {
   padding-top: 15px;
   text-align: center;
}

div#jquery-countdown-timer {
  padding-top: 10px;
  text-align: center;
}

div#block-filterby {
  margin-top: 235px;
}

.path-insight div#block-filterby  {
  margin-top: 267px;
}

.path-search div#block-filterby  {
  margin-top: 225px;
}

/* Footer */
.site-bottom {
  padding: 20px 0;
  padding-top: 30px;
}

span.fa.fa-facebook.fa-lg {
    padding-left: 3px;
    padding-right: 3px;
}

.site-bottom .block ul {
  list-style: outside none none;
  margin: 0;
  padding: 0px;
}

@media screen and (max-width: 800px){
 .site-bottom .block ul {
  padding-top: 15px;
  padding-bottom: 30px;
}
}

/*.site-bottom .block ul li {
    padding: 0 0 8px;
}*/
/* Event Page */

/*Home Page*/
body.path-frontpage .header-wrapper {
  background: url(../images/homepage_banner_join_us_notext_web.jpg) no-repeat;
  background-size: cover;
  padding: 5px;
}

@media  (max-width: 425px) {
  body.path-frontpage .header-wrapper {
    background: url(../images/homepage_banner_joinus_mobile.jpg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 15px;
  }

  .path-frontpage div#block-edit-bar {
    display: none;
  }
}

@media  (max-width: 700px) and (orientation:landscape){
  body.path-frontpage .header-wrapper {
    background: url(http://www.grmds.org/themes/ihelper/images/homebanner_mobile.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
  }

  .path-frontpage div#block-edit-bar {
    display: none;
  }
}

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: #388DEE;
}
.page-title p {
  clear: left;
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  border: none;
}
.breadcrumb > .active,
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  color: #388DEE;
}

/* 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: #000;
	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: #388DEE;
  width: auto;
}
.pager-nav li .current,
.pager-nav li:active a,
.pager-nav li a:hover {
  background: #388DEE;
  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: #388DEE;
  border-color: #388DEE;
}

/* 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: #388DEE;
	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: #388DEE;
  text-transform: uppercase;
}
.contact-form button#edit-preview { display: none; }

/* Login & Register */
.user-login-form, .user-form, .user-pass {
  padding: 30px 0;
}

.user-login-form {
  padding-left: 180px;
}

aside .user-login-form {
  padding-top: 10px;
}

aside #block-userlogin h2.block-title { display: none; }
.user-login-form input {
    height: 40px;
    width: 80%;
}
.user-form input {
  height: 50px;
}
.user-login-form button,
.user-form button,
.user-pass button {
  color: #fff;
  background: #388DEE;
  padding: 15px 30px;
}

/* Simplenews */
.block-simplenews label[for=edit-mail-0-value] {
  display: none;
}
.block-simplenews button#edit-subscribe {
  background: #388DEE;
  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: #388DEE;
  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: #388DEE;
}
.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: #388DEE;
  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: #388DEE;
}
.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;
}

.cart-block--summary__icon img {
 border:none;
background:transparent;
}
div#block-cart {
    float: right;
    position: absolute;
    left: 89%;
    top: 32%;
}
@media screen and (max-width: 600px) {
div#block-cart {
    float: right;
    position: absolute;
    left: 74%;
    top: 12px;
}
}