/*
	Theme Name: Wlad Framework
	Theme URI: http://www.wlad-leirich.de
	Author: Wlad Leirich
	Author URI: http://www.wlad-leirich.de/

	**
	**
	all what we see or seem is but a dream within a dream
	- dedication for cherie, i built a temple for you
	**
	**
*/
/**
 ** theme variables
**/
/**
 ** include library parts
**/
/* include bootstrap */
.fa {
  font-family: 'FontAwesome' !important;
}
body .modal-dialog {
  z-index: 1041 !important;
}
/**
 ** include theme parts
**/
#author-box {
  margin-top: 50px;
}
#author-box .author-title {
  font-size: 1.4em;
  padding-bottom: 15px;
}
#author-box .author-description {
  padding-bottom: 15px;
}
#author-box .author-social-networks {
  font-size: 1.4em;
}
#author-box .author-social-networks ul {
  margin: 0;
}
#author-box .author-social-networks ul a i {
  font-size: 1.2em;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#author-box .author-social-networks ul a:hover.behance i {
  color: #1769ff;
}
#author-box .author-social-networks ul a:hover.facebook i {
  color: #3b5998;
}
#author-box .author-social-networks ul a:hover.flickr i {
  color: #ff0084;
}
#author-box .author-social-networks ul a:hover.google-plus i {
  color: #dd4b39;
}
#author-box .author-social-networks ul a:hover.linkedin i {
  color: #0976b4;
}
#author-box .author-social-networks ul a:hover.pinterest i {
  color: #cc2127;
}
#author-box .author-social-networks ul a:hover.twitter i {
  color: #55acee;
}
#author-box .author-social-networks ul a:hover.vimeo-square i {
  color: #1ab7ea;
}
#author-box .author-social-networks ul a:hover.xing i {
  color: #026466;
}
#author-box .author-social-networks ul a:hover.youtube i {
  color: #e52d27;
}
#comments {
  margin-top: 50px;
}
#comments #respond {
  margin-top: 25px;
  margin-bottom: 25px;
}
#comments #comments-title {
  margin-top: 25px;
  margin-bottom: 25px;
}
#comments #comments-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments #comments-list ul li {
  margin-bottom: 25px;
}
#comments #comments-list ul li .comment header cite {
  font-size: 1.2em;
}
#comments #comments-list ul li .comment footer {
  padding-top: 5px;
  font-size: 0.8em;
}
#comments #comments-list ul ul {
  padding-top: 25px;
  padding-left: 60px;
}
