/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	common styles
====================================================*/
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #505050;
  line-height: 1.75em;
  background: #ebebeb;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #303030;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.75em;
}
a {
  color: #00ada7;
  outline: none;
}
a:hover {
  color: #00ada7;
}
a:active,
a:focus,
a img {
  outline: none;
}
.btn,
input[type="submit"] {
  padding: 7px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-default,
input[type="submit"] {
  border: 1px solid #00ada7;
  background: #00ada7;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default:hover,
input[type="submit"]:hover {
  border: 1px solid #303030;
  background: #303030;
  color: #ffffff;
}
.btn-default:focus,
input[type="submit"]:focus {
  outline: none;
}
.btn-default[disabled] {
  border: 1px solid #303030;
  background: #303030;
  color: #ffffff;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea,
.form-control {
  padding: 7px 7px;
  border: 1px solid #ebebeb;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.form-control:focus {
  border: 1px solid #00ada7;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  border-left: 4px solid #00ada7;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
}
cite {
  font-size: 14px;
}
pre {
  padding: 0;
  background: none;
  border: none;
}
::-moz-selection {
  color: #ffffff;
  background: #00ada7;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #00ada7;
  text-shadow: none;
}
/*====================================================
	WP generted classes
====================================================*/
.alignnone {
  margin: 7px 21px 21px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}
.alignright {
  float: right;
  margin: 7px 0 21px 21px;
}
.alignleft {
  float: left;
  margin: 7px 21px 21px 0;
}
a img.alignright {
  float: right;
  margin: 7px 0 21px 21px;
}
a img.alignnone {
  margin: 7px 21px 21px 0;
}
a img.alignleft {
  float: left;
  margin: 7px 21px 21px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px dashed #ebebeb;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 4px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 7px 21px 21px 0;
}
.wp-caption.alignleft {
  margin: 7px 21px 21px 0;
}
.wp-caption.alignright {
  margin: 7px 0 21px 21px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0 4px 10px;
}
.screen-reader-text {
  display: none;
}
.gallery:after {
  content: '';
  clear: both;
  display: block;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  float: left;
  position: relative;
}
.gallery-columns-1 .gallery-item .gallery-icon img,
.gallery-columns-2 .gallery-item .gallery-icon img,
.gallery-columns-3 .gallery-item .gallery-icon img,
.gallery-columns-4 .gallery-item .gallery-icon img {
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item .gallery-caption,
.gallery-columns-2 .gallery-item .gallery-caption,
.gallery-columns-3 .gallery-item .gallery-caption,
.gallery-columns-4 .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-columns-1 .gallery-item:hover .gallery-caption,
.gallery-columns-2 .gallery-item:hover .gallery-caption,
.gallery-columns-3 .gallery-item:hover .gallery-caption,
.gallery-columns-4 .gallery-item:hover .gallery-caption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.sticky {
  background: #ffffff;
}
/*====================================================
	header
====================================================*/
.main-header {
  text-align: center;
  padding: 42px 0;
  background: #ffffff;
}
.main-header .branding {
  font-size: 3.5em;
  font-family: 'Roboto Slab', serif;
  color: #303030;
}
.main-header .branding:hover {
  text-decoration: none;
}
.main-header .branding img {
  max-width: 100%;
}
.navbar-header {
  text-align: center;
}
.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
}
.main-navigation {
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  margin-bottom: 35px;
}
.main-navigation .menu {
  padding: 0;
  margin: 0;
}
.main-navigation .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation .menu li a {
  color: #505050;
  line-height: 4em;
  display: block;
  padding: 0 21px;
  font-family: 'Roboto Slab', serif;
}
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a {
  color: #00ada7;
  text-decoration: none;
}
.main-navigation .menu li.current-menu-item > a {
  color: #00ada7;
}
.main-navigation .menu li ul {
  visibility: hidden;
  background: #ffffff;
  text-align: left;
  padding: 7px 0px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  z-index: 999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation .menu li ul ul {
  position: absolute;
  left: 100%;
  top: 20%;
  margin-top: -7px;
}
.main-navigation .menu li ul > li {
  display: block;
  margin: 0;
}
.main-navigation .menu li ul > li a {
  line-height: 2.5em;
  color: #505050;
}
.main-navigation .menu li ul > li.current-menu-ancestor > a {
  color: #00ada7;
}
.main-navigation .menu li ul > li:hover ul {
  top: 0;
}
.main-navigation .menu li ul:hover > a {
  color: #00ada7;
}
.main-navigation .menu li:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  top: 100%;
}
/*====================================================
	main post area
====================================================*/
.post {
  padding: 35px;
  background: #ffffff;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.post .featured {
  position: absolute;
  background: #00ada7;
  color: #ffffff;
  text-align: center;
  top: -12px;
  right: -32px;
  width: 80px;
  height: 40px;
  line-height: 54px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post .featured i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post .post-head {
  text-align: center;
}
.post .post-head .post-title {
  margin: 0;
  line-height: 1em;
}
.post .post-head .post-title a {
  color: #303030;
}
.post .post-head .post-title a:hover,
.post .post-head .post-title a:focus {
  text-decoration: none;
}
.post .post-head .post-meta {
  font-style: italic;
  color: #959595;
  margin: 14px 0 0px;
}
.post .post-head .post-meta span {
  margin: 0px 7px;
  white-space: nowrap;
}
.post .featured-media {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.post .featured-media.no-header {
  margin-top: 0;
}
.post .featured-media.no-image {
  background-color: #00ada7;
}
.post .featured-media img {
  width: 100%;
  height: auto;
}
.post .post-content {
  margin: 30px 0;
}
.post .post-content img {
  max-width: 100%;
  margin-bottom: 14px;
  height: auto;
}
.post .post-content .post-permalink {
  margin-top: 30px;
}
.post .tag-list {
  color: #959595;
  font-style: italic;
  line-height: 28px;
}
.post .tag-list a {
  color: #959595;
  margin-left: 7px;
}
.post .tag-list a:hover {
  color: #00ada7;
}
.post .post-footer {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  padding: 21px 0 0;
}
.post .post-footer .category-list {
  color: #959595;
  font-style: italic;
  line-height: 28px;
}
.post .post-footer .category-list a {
  color: #959595;
  margin-left: 7px;
}
.post .post-footer .category-list a:hover {
  color: #00ada7;
}
.post .post-footer .share .share-icons {
  padding: 0;
  margin: 0;
}
.post .post-footer .share .share-icons li {
  list-style: none;
  display: inline-block;
}
.post .post-footer .share .share-icons li a {
  color: #959595;
  text-align: center;
}
.post .post-footer .share .share-icons li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
}
.post .post-footer .share .share-icons li a:hover i {
  color: #ffffff;
  background: #00ada7;
  border: 1px solid #00ada7;
}
/*====================================================
	post format specific style
====================================================*/
/* link post */
.format-link .featured-media {
  color: white;
}
.format-link .featured-media a {
  color: #ffffff;
  padding: 42px 28px;
  display: block;
}
.format-link .featured-media a:hover,
.format-link .featured-media a:focus {
  text-decoration: none;
}
.format-link .featured-media a:before {
  content: '\f0c1';
  font-family: Fontawesome;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 14px;
  display: block;
}
/* quote post */
.format-quote .featured-media {
  padding: 42px 28px;
}
.format-quote .featured-media blockquote {
  border: none;
  color: #ffffff;
}
.format-quote .featured-media blockquote a {
  color: #ffffff;
}
.format-quote .featured-media blockquote a:hover,
.format-quote .featured-media blockquote a:focus {
  text-decoration: none;
}
.format-quote .featured-media blockquote:before {
  content: '\f10d';
  font-family: Fontawesome;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 14px;
  display: block;
}
/* audio post */
.format-audio .featured-media h4 {
  padding: 28px 0 30px;
  color: #ffffff;
}
/* gallery post - tiled gallery */
.format-gallery .gallery-tiled {
  text-align: left;
}
.format-gallery .gallery-tiled ul {
  padding: 0;
  margin: 0;
}
.format-gallery .gallery-tiled ul li {
  list-style: none;
  float: left;
  width: 25%;
  height: 25%;
  position: relative;
}
.format-gallery .gallery-tiled ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
}
.format-gallery .gallery-tiled ul li a .overlay:before {
  content: '\f00e';
  font-family: Fontawesome;
  position: absolute;
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  color: #303030;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.format-gallery .gallery-tiled ul li a:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
/* status post */
.featured-media {
  background: #00ada7;
}
.featured-media.status-wrap {
  padding: 14px;
}
.featured-media blockquote {
  border: none;
}
.featured-media iframe {
  margin: 0 auto !important;
  border: none;
}
.format-video .featured-media,
.format-audio .featured-media {
  line-height: 0;
}
/* chat post */
.format-chat .post-content p {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 14px;
}
.format-chat .post-content p:last-child {
  border: none;
}
/*====================================================
	pagination
====================================================*/
.pagination {
  margin: 0 0 35px;
  text-align: center;
  display: block;
}
.pagination a {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background: #00ada7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.pagination a:hover {
  background: #505050;
  text-decoration: none;
  color: #ffffff;
}
.pagination .page-number {
  background: #00ada7;
  color: #ffffff;
  margin: 0 3px;
  display: inline-block;
  line-height: 36px;
  padding: 0 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*====================================================
	about author
====================================================*/
.about-author {
  background: #ffffff;
  padding: 35px;
  margin-bottom: 35px;
}
.about-author .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.about-author .details {
  margin-left: 114px;
}
.about-author .author {
  font-size: 1.5em;
  margin-bottom: 7px;
}
.about-author .author a:hover {
  text-decoration: none;
}
.about-author .meta-info {
  font-style: italic;
  color: #959595;
  margin-bottom: 7px;
}
.about-author .meta-info span {
  margin-right: 14px;
  white-space: nowrap;
}
.about-author .meta-info span i {
  margin-right: 7px;
}
/*====================================================
	comment
====================================================*/
.comment-wrap {
  background: #ffffff;
  padding: 35px;
  margin-bottom: 35px;
}
.comment-wrap .comment-count {
  border-bottom: 1px dashed #ebebeb;
}
.comment-wrap .comment-count h3 {
  margin: 0 0 14px;
}
.comment-wrap ol {
  padding: 0;
  margin: 0;
}
.comment-wrap ol li {
  list-style: none;
}
.comment-wrap ol li article {
  border-bottom: 1px dashed #ebebeb;
}
.comment-wrap ol li article.bypostauthor .author-avater-link:before {
  content: '\f005';
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em;
  font-size: 9px;
  color: #959595;
}
.comment-wrap ol li header {
  position: relative;
}
.comment-wrap ol li header .author-avater-link {
  float: left;
}
.comment-wrap ol li header .author-avater-link img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-wrap ol li header .comment-details {
  margin-left: 74px;
}
.comment-wrap ol li header .comment-details .commenter-name a {
  color: #505050;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-wrap ol li header .comment-details .commenter-name a:hover {
  color: #00ada7;
  text-decoration: none;
}
.comment-wrap ol li header .comment-details .commenter-meta {
  color: #959595;
  font-style: italic;
}
.comment-wrap ol li header .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  background: #00ada7;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 7px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-wrap ol li header .comment-reply-link:hover,
.comment-wrap ol li header .comment-reply-link:focus {
  background: #303030;
  text-decoration: none;
}
.comment-wrap ol li .comment-body {
  margin-left: 74px;
}
.comment-wrap ol li.pingback .comment-body {
  padding: 14px 0;
  margin: 0;
  border-bottom: 1px dashed #ebebeb;
}
.comment-wrap ol ul {
  padding-left: 64px;
}
.comment-respond {
  margin: 28px 0;
}
.comment-reply-title {
  padding-bottom: 14px;
  border-bottom: 1px dashed #ebebeb;
}
.comment-notes {
  margin-bottom: 28px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 31.1%;
  display: inline-block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  margin-right: 14px;
}
/*====================================================
	next-prev link
====================================================*/
.prev-next-wrap {
  margin-bottom: 35px;
  text-align: center;
}
/*====================================================
	sidebar
====================================================*/
.sidebar .widget {
  background: #ffffff;
  padding: 21px 30px;
}
.main-footer .widget {
  padding: 0px 30px;
}
.widget {
  margin-bottom: 35px;
}
.widget img {
  max-width: 100%;
}
.widget a {
  color: #959595;
}
.widget a:hover,
.widget a:focus {
  color: #00ada7;
  text-decoration: none;
}
.widget ul {
  padding: 0;
}
.widget ul > li {
  list-style: none;
  position: relative;
}
.widget ul > li a {
  border-bottom: 1px dashed #ebebeb;
  display: block;
  line-height: 3em;
}
.widget ul > li > ul li {
  padding-left: 14px;
}
.widget ul > li .post-count {
  position: absolute;
  top: 7px;
  right: 0;
  line-height: 26px;
  height: 26px;
  width: 26px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget ul > li:hover .post-count {
  background: #00ada7;
  border: 1px solid #00ada7;
  color: #ffffff;
}
.widget .title {
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 21px;
  position: relative;
}
.widget .title:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #00ada7;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.widget .social {
  padding: 0;
  margin: 0;
}
.widget .social li {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
}
.widget .social li a {
  line-height: 35px;
  border: none;
}
.widget .social li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ebebeb;
  color: #959595;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .social li a:hover i {
  color: #ffffff;
  background: #00ada7;
  border: 1px solid #00ada7;
}
.widget .tagcloud a {
  font-size: 14px !important;
  border: 1px solid #ebebeb;
  padding: 2px 7px;
  color: #959595;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 7px 7px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget .tagcloud a:hover {
  color: #ffffff;
  background: #00ada7;
  border: 1px solid #00ada7;
  text-decoration: none;
}
.widget.widget_calendar caption {
  text-align: center;
  line-height: 2em;
  background: #00ada7;
  color: #ffffff;
  text-transform: uppercase;
}
.widget.widget_calendar table {
  text-align: center;
  width: 100%;
  border: 1px solid #ebebeb;
}
.widget.widget_calendar table thead tr th {
  text-align: center;
  line-height: 3em;
}
.widget.widget_calendar table tbody td {
  line-height: 3em;
  border: 1px solid #ebebeb;
}
.widget.widget_calendar table tbody a {
  background: #505050;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget.widget_calendar table tbody a:hover,
.widget.widget_calendar table tbody a:focus {
  background: #00ada7;
  text-decoration: none;
}
.widget.widget_calendar table tfoot td {
  line-height: 2.5em;
}
.widget.widget_calendar table tfoot #prev {
  text-align: right;
}
.widget.widget_calendar table tfoot #next {
  text-align: left;
}
.widget.widget_recent_entries ul li {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.widget.widget_recent_entries ul li a {
  color: #505050;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  line-height: 1.75em;
}
.widget.widget_recent_entries ul li a:hover {
  color: #00ada7;
}
.widget.widget_recent_entries ul li .post-date {
  font-style: italic;
  color: #959595;
}
.widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_comments li {
  border-bottom: 1px dashed #ebebeb;
}
.widget.widget_recent_comments li a {
  border: none;
}
.widget .newsletter .input-group {
  margin-bottom: 10px;
  display: block;
}
.widget .newsletter .input-group .email {
  width: 100%;
}
.widget .newsletter .input-group .btn {
  width: 100%;
}
.widget .ad {
  text-align: center;
}
.widget .ad img {
  max-width: 100%;
}
.widget .flkr-widget {
  list-style: none;
  padding-left: 0;
}
.widget .flkr-widget li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.widget .flkr-widget li a img {
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .flkr-widget li a img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=(80));
}
.search-form .form-group {
  margin-bottom: 0;
}
.search-form label {
  display: none;
}
.search-form .search-input {
  width: 84%;
}
.search-form .search-submit {
  width: 14%;
  height: 40px;
}
/*====================================================
	Tag page & author page cover
====================================================*/
.cover {
  text-align: center;
  background: #ffffff;
  padding: 35px;
  margin-bottom: 35px;
}
.cover .tag-name {
  margin-top: 0;
}
.cover .post-count {
  margin-top: 7px;
  color: #959595;
  font-style: italic;
}
.cover .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cover .meta-info {
  color: #959595;
  font-style: italic;
}
.cover .meta-info span {
  margin: 0 7px;
}
.cover .meta-info span i {
  margin-right: 7px;
}
.cover .bio {
  margin-top: 7px;
}
/*====================================================
	error page
====================================================*/
.error-wrap {
  background: #ffffff;
  padding: 35px;
  text-align: center;
}
.error-wrap .error-code {
  font-size: 8em;
  line-height: 1.1em;
}
.error-wrap .home-page-link {
  margin: 30px 0;
}
.error-wrap .search-form-wrap {
  margin: 30px 0;
}
/*====================================================
	footer
====================================================*/
.main-footer {
  background: #202020;
  padding: 35px 0 0;
  color: #959595;
}
.main-footer .widget .title {
  color: #ffffff;
  border-bottom: 1px solid #303030;
}
.main-footer .widget ul > li a {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .social li a {
  border: none;
}
.main-footer .widget .social li a i {
  border: 1px solid #303030;
}
.main-footer .widget .social li a:hover i {
  border: 1px solid #00ada7;
}
.main-footer .widget .tagcloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tagcloud a:hover {
  border: 1px solid #00ada7;
}
.main-footer .widget.widget_calendar table {
  border: 1px solid #303030;
}
.main-footer .widget.widget_calendar table tbody td {
  border: 1px solid #303030;
}
.main-footer .widget.widget_recent_entries ul li {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget.widget_recent_entries ul li a {
  color: #959595;
  border: none;
}
.main-footer .widget.widget_recent_entries ul li a:hover {
  color: #00ada7;
}
.main-footer .widget.widget_recent_entries ul li .post-date {
  color: #505050;
}
.main-footer .widget.widget_recent_comments li {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget.widget_recent_comments li a {
  border: none;
}
.copyright {
  background: #111111;
  text-align: center;
  color: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #303030;
}
#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 173, 167, 0.6);
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
  display: none;
}
#back-to-top:hover {
  background: #00ada7;
}
#back-to-top i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/*====================================================
	some styles to override wordpress default
====================================================*/
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #00ada7 !important;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
}
/*====================================================
	flex slider style override
====================================================*/
.flexslider {
  margin: 0;
}
.flex-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  padding: 14px;
}
.flex-direction-nav a {
  background: #ffffff;
  text-align: center !important;
}
.flex-direction-nav a i {
  font-size: 40px;
  line-height: 40px;
  color: #303030;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
/*====================================================
	media query
====================================================*/
@media (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #00ada7;
    text-decoration: none;
  }
  .main-navigation .menu li:hover > ul {
    top: 0;
  }
  .main-navigation .menu li ul {
    visibility: visible;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
  }
  .main-navigation .menu li ul ul {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .prev-next-wrap a {
    display: block;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
    display: block;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .nav-toggle-button {
    display: none;
  }
}
