/*
Theme Name: Resumee
Theme URI: https://asphaltthemes.com/resumee
Author: Asphalt Themes
Author URI: https://twitter.com/AshiqKiron
Description: Your go to WordPress theme for building professional resume website. Lets you customize each element Live without you having to touch any code. The theme comes with Full width layout, easy Logo upload. Resumee is 100% responsive built with HTML5 and CSS3, it is SEO friendly, mobile optimized and retina ready, thoroughly tested by WordPress coding standard has clean and bloat free code. Perfect for Professional Resume website.
Version: 0.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resumee
Tags: one-column, custom-menu, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, portfolio, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

resumee is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Header
	## Links
	## Menus
# Frontpage
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/
body {
  font-size: 13px;
  line-height: 1.7em;
  font-family: 'Open Sans, sans-serif';
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", "Lato", sans-serif;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

code, kbd, tt, var, pre {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%
  /* Adhere to container width. */
}

figure {
  margin: 1em 0
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.single-post #masthead {
  padding-bottom: 10px;
}

.site-description {
  display: none;
}

.site-logo {
  padding: 10px 15px 0;
  float: left;
  width: 60%;
}

.site-logo img {
  width: 40px;
  height: 40px;
}

.site-title {
  margin-top: -27px;
  margin-left: 47px;
  font-size: 20px;
}
.site-title a {
  color: #333;
  text-decoration: none;
}
.site-title a:visited {
  color: #333;
}
.site-title a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  background: transparent;
  font-size: 20px;
  border: none;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: block;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-all-pages-container {
  display: none;
}

#primary-menu {
  display: none;
}

/*--------------------------------------------------------------
## Sidr
--------------------------------------------------------------*/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

.sidr-inner .sidr-class-menu-toggle {
  display: none;
}

.pad_menutitle i.fa.fa-bars {
  display: none;
}

.pad_menutitle i.fa.fa-times {
  float: right;
  padding: 10px 20px;
  cursor: pointer;
  background: #444;
}

/*--------------------------------------------------------------
# frontpage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Introduction layout
--------------------------------------------------------------*/
/* intro layout zero */
.header_social_links {
  text-align: center;
}
.header_social_links a {
  padding: 0 5px;
}

.header_social_links .fa {
  color: #555;
  font-family: FontAwesome;
  font-size: 18px;
  padding: 0 4px;
}

.intro_layout_zero {
  text-align: center;
  background-color: #fff;
  padding: 1% 0;
}

.intro_layout_zero h2 {
  font-size: 35px;
  text-align: center;
  color: #222;
  padding-bottom: 2px;
}

.intro1_h2 {
  font-size: 35px;
  text-align: center;
}

.intro1_p {
  padding: 2% 25%;
}

.intro_layout_zero p {
  padding: 2% 25%;
}

.intro_one_imgdiv {
  max-width: 300px;
  margin: 0 auto;
}

.intro_wrap .fa {
  font-size: 7px;
  vertical-align: middle;
}

.intro_wrap h3 {
  font-size: 16px;
  color: #888;
  padding: 0 2%;
  font-weight: 300;
}

.socialbar_wrap {
  padding: 10px 0 0;
}

@media (max-width: 420px) {
  .intro_wrap {
    padding: 0 5%;
    line-height: 1.7em;
  }
}
@media (max-width: 750px) {
  .intro_layout_zero p {
    padding: 2% 10%;
  }
}
/* intro layout one */
.res_intro_layout_one {
  text-align: center;
}

.res_intro_layout_one p {
  margin: 1% 20%;
  background: #333;
  padding: 3% 7%;
  color: #fff;
}

/* intro layout two */
.intro_2_img_wrap {
  text-align: right;
}

.res_intro_layout_two .res_intro_layout_two_social {
  text-align: left;
  padding: 2% 0;
}

.intro_two_mod h3 {
  font-size: 15px;
}

.intro_two_mod .fa {
  font-size: 14px;
}

.line_brk {
  border: 1px solid #eee;
}

@media (max-width: 500px) {
  .res_intro_layout_one p {
    margin: 0;
    padding: 7% 7%;
  }

  .intro_wrap h3 {
    line-height: 1.6em;
  }
}
@media (max-width: 991px) {
  .intro_2_img_wrap {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .intro_layout_zero, .experience, .edu_two, .skills {
    padding: 10% 0;
  }
}
/*--------------------------------------------------------------
## experience layout One
--------------------------------------------------------------*/
/* Experience Layout One */
.experience {
  background-color: #fff;
  padding: 1% 0;
}

.container h1 {
  color: #444;
  font-size: 27px;
  margin-left: 5%;
}

.timeline {
  list-style: none;
  padding: 0px 0 10px;
  position: relative;
  color: #666;
}

.timeline .fa {
  font-size: 10px;
}

.timeline:before {
  top: 46px;
  bottom: 40px;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #eeeeee;
  left: 7%;
  margin-left: -1.5px;
  background-color: #999;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 80%;
  float: left;
  padding: 30px 20px 5px;
  position: relative;
  margin-left: 100px;
}

.timeline > li > .timeline-badge {
  color: #888;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 7%;
  margin-left: -26px;
  background-color: transparent;
  z-index: 100;
}

.timeline-title {
  margin-top: 0;
  color: #555;
  line-height: 1.5;
  font-size: 16px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 13px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .timeline {
    padding: 0;
    margin: 0;
  }

  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: 90%;
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
    padding-left: 25px;
  }
}
/* Experience Layout Two */
.exp_two .com_logo {
  float: right;
}

.exp_two .timeline-body {
  width: 80%;
}

@media (max-width: 550px) {
  .exp_two .com_logo {
    width: 100%;
    padding: 5% 0;
  }
}
/* Experience Layout Three */
.exp_three .com_name {
  font-weight: bold;
  font-size: 16px;
}

.exp_three_info {
  padding-top: 5px;
}

.exp_three_info p {
  margin: 0;
  padding: 0 0 2%;
  font-size: 11px;
}

.exp_three h3 {
  border-bottom: 1px solid rgba(0, 188, 212, 0.25);
  padding-bottom: 10px;
}

.exp_three h4 {
  padding-bottom: 10px;
}

.exp_three_row {
  border-bottom: 1px solid #eee;
  padding-bottom: 2%;
}

/*--------------------------------------------------------------
## education layout One
--------------------------------------------------------------*/
/* education layout one */
.edu_two {
  background-color: #fff;
  padding: 1% 0;
}

.education h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
  margin-left: 1%;
}

.edu_info {
  padding: 2% 0 0 13%;
  color: #666;
}

.edu_box1 {
  float: left;
  width: 30%;
  padding-bottom: 15px;
  line-height: 1.5;
}

@media (max-width: 450px) {
  .edu_box1 {
    float: none;
    width: 100%;
  }

  .edu_info {
    padding: 0 0 10% 11%;
  }
}
/* education layout two */
.edu_two h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
  color: #555;
}

.edu_two_main {
  padding-top: 2%;
  padding-bottom: 2%;
}

.edu_two_main p {
  padding-left: 3%;
}

.edu_two_main i.fa.fa-stop {
  font-size: 5px;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .edu_two_main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .edu_two h3 {
    margin-left: 3%;
  }
}
@media (max-width: 500px) {
  .edu_two {
    padding: 0 5%;
    line-height: 1.7em;
  }
}
/* education layout three */
.edu_three_main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 2%;
  padding-bottom: 2%;
}

.edu_three h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
}

@media (max-width: 767px) {
  .edu_three_main {
    display: block;
    text-align: center;
  }

  .edu_three h3 {
    margin: 0 5%;
  }
}
/*--------------------------------------------------------------
## skills layout One
--------------------------------------------------------------*/
/* Skill layout one */
.skills {
  background-color: #fff;
  color: #333;
}

.skills_wrap h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}

.skills {
  padding: 1% 0;
  line-height: 1.5;
}

b {
  color: #555;
}

p {
  color: #666;
  font-size: 13px;
  padding-left: 3%;
}

/* Skill layout two */
.skl_layout_two h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}

.sk_two_div_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 0;
}

.sk_two_div_wrap p {
  padding-right: 10%;
  text-align: justify;
}

@media (max-width: 500px) {
  .sk_two_div_wrap {
    display: block;
  }

  .sk_two_div {
    padding: 3% 0;
  }

  .skills {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .skl_layout_two_wrap {
    padding: 0 5%;
  }
}
/* Skill layout three*/
.skl_layout_three h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}

.sk_three_div_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0;
}

.sk_three_div_wrap p {
  padding-right: 10%;
  text-align: justify;
}

@media (max-width: 767px) {
  .skl_layout_three_wrap {
    padding: 0 5%;
  }
}
@media (max-width: 700px) {
  .sk_three_div_wrap {
    display: block;
  }

  .sk_three_div {
    padding: 3% 0;
  }
}
@media (max-width: 780px) {
  .skills {
    padding: 1% 3%;
  }
}
/*--------------------------------------------------------------
# pages & post templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## blog template
--------------------------------------------------------------*/
/* blog page */
.page-template-blog .entry-header {
  text-align: center;
  margin: 0 5%;
}
.page-template-blog .entry-header a {
  color: #888;
  text-decoration: none;
}
.page-template-blog .entry-header a:hover {
  text-decoration: none;
  color: #2196F3;
}
.page-template-blog .entry-header .entry-title {
  text-align: center;
  font-size: 40px;
}
.page-template-blog .entry-header h1 {
  text-align: center;
  text-transform: uppercase;
}

.blg_page_post_list {
  margin: 0 5%;
  background-color: #f2f2f2;
  margin-right: 1%;
  word-wrap: break-word;
}

.blog_post_list_img {
  max-height: 400px;
  overflow: hidden;
}
.blog_post_list_img img {
  max-width: 100%;
}
.blog_post_list_img img:hover {
  opacity: .9;
}

.blog_post_list_other p:first-child {
  float: left;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
}

.blog_post_list_other p:last-child {
  padding-bottom: 20px;
  font-size: 15px;
  color: #8F8F8F;
  padding-top: 3px;
  border-bottom: 1px solid #cecece;
  width: 100%;
  color: #8F8F8F;
}

.blog_meta {
  float: left;
  width: 25%;
  margin-left: 13%;
}

.blog_post_list_other p:first-child:after {
  content: "|";
  padding: 0 5%;
}

.blog_post_list_other {
  padding: 8% 10% 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog_post_list_others {
  float: right;
  width: 50%;
  margin-left: 5%;
}

.blog_post_list_others p {
  line-height: 2;
  color: #999;
  padding: 20px 0;
}

.blog_post_list_title {
  margin-top: -7px;
  font-weight: 300;
}
.blog_post_list_title a {
  color: #484848;
  font-size: 38px;
}
.blog_post_list_title a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

.blog_post_list_others .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 20px;
}
.blog_post_list_others .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
          transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}

.blog_pagination a {
  text-decoration: none;
  color: #484848;
  font-size: 20px;
  color: #666;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.blog_pagination a:hover {
  text-decoration: none;
}
.blog_pagination a:first-child {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
.blog_pagination a:first-child:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.blog_pagination a:last-child {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
.blog_pagination a:last-child:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

@media (max-width: 1000px) {
  .blog_post_list_other {
    display: block;
  }

  .blog_meta {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .blog_post_list_others {
    float: none;
    width: 100%;
    margin: 35px 0;
  }
}
.blog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog_wrap .sidebar-widget {
  width: 10%;
  margin-left: 2%;
  word-wrap: break-word;
}
.blog_wrap .sidebar-widget h2 {
  border-bottom: 1px solid rgba(158, 158, 158, 0.38);
  padding-bottom: 9px;
  font-size: 15px;
}
.blog_wrap .sidebar-widget input[type="search"] {
  font-weight: 300;
}
.blog_wrap .sidebar-widget input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.blog_wrap .sidebar-widget input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
.blog_wrap .sidebar-widget ul {
  list-style: none;
  margin: 0;
}
.blog_wrap .sidebar-widget a {
  text-decoration: none;
  color: #3F51B5;
  font-size: 13px;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.blog_wrap .sidebar-widget a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}

.blg_page_post_list {
  width: 75%;
}

@media (max-width: 900px) {
  .blog_wrap {
    display: block;
  }

  .blg_page_post_list {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .blog_wrap .sidebar_widget {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog_wrap .sidebar_widget .widget {
    width: 22%;
    margin-right: 25px;
  }
}
@media (max-width: 560px) and (min-width: 300px) {
  .blog_wrap .sidebar_widget {
    width: 90%;
    padding: 0;
    display: block;
    margin: 0 5%;
  }
  .blog_wrap .sidebar_widget .widget {
    width: 100%;
    padding: 15px 0;
  }
}
.sidebar_widget ul li {
  padding: 5px 0;
}

/*--------------------------------------------------------------
## single post 
--------------------------------------------------------------*/
.single_post_page {
  padding: 0 5%;
}
.single_post_page .entry-content p {
  line-height: 2;
  padding: 20px 0;
  font-size: 13px;
}
.single_post_page .entry-footer p {
  padding: 0;
}
.single_post_page .learn_more {
  padding: 10px 0 30px;
}
.single_post_page .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 50px;
}
.single_post_page .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
          transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}
.single_post_page .learn_more a:active, .single_post_page .learn_more a:focus {
  text-decoration: none;
}
.single_post_page .hentry {
  margin: 0 !important;
  padding-bottom: 30px;
}
.single_post_page article {
  background-color: #f2f2f2;
}
.single_post_page article input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 7px 26px 12px;
  font-size: 15px;
  border: 1px solid #444;
}
.single_post_page article input[type="password"] {
  padding: 8px 0;
}
.single_post_page span, .single_post_page em, .single_post_page strong {
  font-size: 14px !important;
}
.single_post_page tbody {
  border: 1px solid;
}
.single_post_page tr {
  border: 1px solid #999;
}
.single_post_page th {
  border: 1px solid #999;
  padding: 1%;
}
.single_post_page td {
  padding: 1%;
  border: 1px solid #999;
}
.single_post_page .post_featured_image {
  text-align: center;
}
.single_post_page .entry-title {
  font-size: 45px;
  font-weight: 300;
}
.single_post_page .entry-meta {
  float: left;
  width: 25%;
  margin-left: 13%;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
.single_post_page .nav-links a {
  font-size: 20px;
  color: #666;
}
.single_post_page .nav-links a:hover {
  text-decoration: none;
}
.single_post_page .nav-previous a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
  -webkit-transition: .8s ease all;
          transition: .8s ease all;
}
.single_post_page .nav-previous a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.single_post_page .nav-next a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
  -webkit-transition: .8s ease all;
          transition: .8s ease all;
}
.single_post_page .nav-next a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.single_post_page .nav-previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  box-sizing: border-box;
  padding-right: 15px;
}
.single_post_page .nav-next a:after {
  content: "\f105";
  font-family: FontAwesome;
  box-sizing: border-box;
  padding-left: 15px;
}
.single_post_page .post_wrap {
  padding: 8% 10% 10%;
  word-wrap: break-word;
}
.single_post_page .entry-meta a {
  text-decoration: none;
  color: #8F8F8F;
}
.single_post_page .entry-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.single_post_page .post_others {
  width: 59%;
  float: right;
  margin-top: -10px;
}
.single_post_page .post_others .entry-title {
  margin-top: 0;
  text-align: left;
  color: #555;
}
.single_post_page .entry-footer {
  padding: 20px 0;
}
.single_post_page .entry-footer a {
  color: #888;
  text-decoration: none;
  font-size: 12px;
}
.single_post_page .entry-footer a:hover {
  text-decoration: none;
  color: #2196F3;
}
.single_post_page .entry-footer p {
  line-height: 1.5;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .single_post_page .entry-meta {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  .single_post_page .post_others {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
.post-template-default .form-submit input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

.post-template-default .form-submit input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

/*--------------------------------------------------------------
## Index page
--------------------------------------------------------------*/
.index_post_page .page-content, .entry-content, .entry-summary {
  margin: 0 !important;
}

.index_post_page {
  padding: 0 5%;
}
.index_post_page .learn_more {
  padding: 10px 0 30px;
}
.index_post_page .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 20px;
  -webkit-transition: .7s ease all;
          transition: .7s ease all;
}
.index_post_page .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
          transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}
.index_post_page .learn_more a:active, .index_post_page .learn_more a:focus {
  text-decoration: none;
}
.index_post_page .hentry {
  margin: 0 !important;
  padding-bottom: 50px;
}
.index_post_page article {
  background-color: #f2f2f2;
}
.index_post_page .post_featured_image {
  text-align: center;
}
.index_post_page .entry-title {
  font-size: 45px;
  font-weight: 300;
}
.index_post_page .entry-title a {
  color: #555;
  -webkit-transition: .8s ease all;
          transition: .8s ease all;
}
.index_post_page .entry-title a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.index_post_page .entry-meta {
  float: left;
  width: 25%;
  margin-left: 13%;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
.index_post_page .nav-links a {
  font-size: 20px;
  color: #666;
  -webkit-transition: .7s ease all;
          transition: .7s ease all;
}
.index_post_page .nav-links a:hover {
  text-decoration: none;
}
.index_post_page .nav-previous a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
.index_post_page .nav-previous a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.index_post_page .nav-next a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
.index_post_page .nav-next a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.index_post_page .nav-previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  box-sizing: border-box;
  padding-right: 15px;
}
.index_post_page .nav-next a:after {
  content: "\f105";
  font-family: FontAwesome;
  box-sizing: border-box;
  padding-left: 15px;
}
.index_post_page .post_wrap {
  padding: 8% 10% 10%;
  word-wrap: break-word;
}
.index_post_page .entry-meta a {
  text-decoration: none;
  color: #8F8F8F;
}
.index_post_page .entry-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.index_post_page .post_others {
  width: 59%;
  float: right;
  margin-top: -10px;
}
.index_post_page .post_others .entry-title {
  margin-top: 0;
  text-align: left;
}
.index_post_page .entry-content p {
  line-height: 2;
  color: #666;
  padding: 20px 0;
}
.index_post_page .entry-footer p {
  padding: 0;
}
.index_post_page .entry-footer {
  padding: 20px 0;
}
.index_post_page .entry-footer a {
  color: #888;
  text-decoration: none;
}
.index_post_page .entry-footer a:hover {
  text-decoration: none;
  color: #2196F3;
}
.index_post_page .entry-footer p {
  line-height: 1.5;
  font-size: 13px;
}
.index_post_page .comments-link {
  padding-right: 15px;
}
.index_post_page .comments-link a {
  font-size: 12px;
}
.index_post_page .post-edit-link {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .index_post_page .entry-meta {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  .index_post_page .post_others {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/*--------------------------------------------------------------
## arhcive page
--------------------------------------------------------------*/
.archive_page {
  padding: 0 5%;
  word-wrap: break-word;
}
.archive_page .entry-content p {
  line-height: 2;
  padding: 20px 0;
}
.archive_page .entry-footer p {
  padding: 0;
}
.archive_page .entry-title a {
  color: #555;
  text-decoration: none;
}
.archive_page .entry-title a:hover {
  color: #2196F3;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.archive_page .learn_more {
  padding: 10px 0 30px;
}
.archive_page .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 30px;
}
.archive_page .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
          transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}
.archive_page .learn_more a:active, .archive_page .learn_more a:focus {
  text-decoration: none;
}
.archive_page .hentry {
  margin: 0 !important;
  padding-bottom: 30px;
}
.archive_page article {
  background-color: #f2f2f2;
}
.archive_page .post_featured_image {
  text-align: center;
}
.archive_page .entry-title {
  font-size: 45px;
  font-weight: 300;
}
.archive_page .entry-meta {
  float: left;
  width: 25%;
  margin-left: 13%;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
.archive_page .nav-links a {
  font-size: 20px;
  color: #666;
}
.archive_page .nav-links a:hover {
  text-decoration: none;
}
.archive_page .nav-previous a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
.archive_page .nav-previous a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.archive_page .nav-next a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
.archive_page .nav-next a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.archive_page .nav-previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  box-sizing: border-box;
  padding-right: 15px;
}
.archive_page .nav-next a:after {
  content: "\f105";
  font-family: FontAwesome;
  box-sizing: border-box;
  padding-left: 15px;
}
.archive_page .page-header {
  border-bottom: none;
  text-align: center;
}
.archive_page .post_wrap {
  padding: 8% 10% 10%;
}
.archive_page .entry-meta a {
  text-decoration: none;
  color: #8F8F8F;
}
.archive_page .entry-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.archive_page .post_others {
  width: 59%;
  float: right;
  margin-top: -10px;
}
.archive_page .post_others .entry-title {
  margin-top: 0;
  text-align: left;
}
.archive_page .entry-footer {
  padding: 20px 0;
}
.archive_page .entry-footer a {
  color: #888;
  text-decoration: none;
}
.archive_page .entry-footer a:hover {
  text-decoration: none;
  color: #2196F3;
}
.archive_page .entry-footer p {
  line-height: 1.5;
  font-size: 13px;
}
.archive_page .comments-link {
  padding-right: 15px;
}
.archive_page .comments-link a {
  font-size: 12px;
}
.archive_page .post-edit-link {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .archive_page .entry-meta {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  .archive_page .post_others {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/*--------------------------------------------------------------
## pages 
--------------------------------------------------------------*/
.def_pages {
  margin: 0 5%;
}
.def_pages li {
  /*list-style-type: none;*/
}
.def_pages .post_featured_image {
  background-color: #f2f2f2;
}
.def_pages .entry-title {
  padding: 20px 0 50px;
  text-align: center;
}
.def_pages .entry-content {
  padding: 5%;
  background-color: #f2f2f2;
  color: #666;
}
.def_pages .entry-content p {
  line-height: 2;
}
.def_pages .entry-content a {
  color: #555;
  text-decoration: none;
  /*border-bottom: 1px solid rgba(136, 136, 136, 0.18);*/
}
.def_pages .entry-content a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
  border-bottom: 1px solid #2196F3;
}
.def_pages input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
}
.def_pages input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.def_pages .form-submit {
  float: right;
}

.page-template tr, .page-template td, .page-template th {
  border: 1px solid #999;
  padding: 5px;
}

/*--------------------------------------------------------------
## Error pages 
--------------------------------------------------------------*/
.error_page {
  margin: 0 5%;
}
.error_page .page-title {
  font-size: 200px;
  text-align: center;
  font-weight: 300;
}
.error_page .sub-title {
  text-align: center;
  padding: 2% 0;
}

@media (min-width: 320px) and (max-width: 760px) {
  .error_page .page-title {
    font-size: 150px;
  }
}
/*--------------------------------------------------------------
## Search page 
--------------------------------------------------------------*/
.search_page {
  margin: 5%;
}
.search_page .page-content {
  text-align: center;
}
.search_page input[type="search"] {
  font-weight: 300;
  font-size: 16px;
}
.search_page input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 12px 10px 10px 10px;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.search_page input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
.search_page .page-header {
  text-align: center;
}
.search_page a {
  text-decoration: none;
  color: #777;
}
.search_page a:hover {
  text-decoration: none;
}
.search_page .entry-title a {
  color: #555;
}
.search_page .entry-meta {
  font-size: 13px;
}
.search_page .entry-title a {
  color: #555;
  -webkit-transition: .6s ease all;
          transition: .6s ease all;
}
.search_page .entry-title a:hover {
  color: #03A9F4;
  -webkit-transition: .6s ease all;
          transition: .6s ease all;
}
.search_page .cat-links a {
  font-size: 12px;
  color: #1b629a;
}
.search_page .cat-links {
  padding: 0;
}
.search_page .entry-footer {
  font-size: 12px;
}
.search_page .edit-link {
  margin-left: 5px;
}
.search_page article {
  margin: 2% 5%;
}
.search_page .tags-links {
  font-size: 12px;
}
.search_page .post-edit-link {
  font-size: 12px;
}
.search_page .entry-summary {
  padding: 2% 0;
  line-height: 2;
}
.search_page p {
  font-size: 13px;
}
.search_page .nav-previous a, .search_page .nav-next a {
  font-size: 20px;
  border-bottom: 1px solid #9E9E9E;
}
.search_page .nav-previous a:hover, .search_page .nav-next a:hover {
  text-decoration: none;
}
.search_page .navigation {
  margin: 50px 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.footer-widget {
  margin: 7% 5% 5%;
}
.footer-widget .widget {
  float: left;
  padding: 1%;
  width: 25%;
}
.footer-widget input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
}
.footer-widget a {
  color: #3F51B5;
  text-decoration: none;
  font-size: 12px;
}
.footer-widget p, .footer-widget .textwidget, .footer-widget caption, .footer-widget .wp-calendar, .footer-widget .archives-dropdown--1, .footer-widget option, .footer-widget .widget select {
  font-size: 12px;
}
.footer-widget th, .footer-widget td, .footer-widget tr {
  font-size: 11px;
  border: none;
}
.footer-widget tbody {
  border: none;
}
.footer-widget input[type="submit"] {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 1px;
  background-color: #555;
  color: #fff;
}
.footer-widget input[type="submit"]:hover {
  color: #555;
  border: 1px solid #555;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
  background-color: transparent;
}
.footer-widget input[type="search"] {
  font-size: 12px;
  font-weight: 300;
  padding: 5px 5px;
  border-radius: 1px;
}
.footer-widget a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.footer-widget ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.footer-widget .widget_rss li {
  padding: 2% 0;
}
.footer-widget .widget-title {
  font-size: 13px;
  font-weight: bold;
  color: #666;
}

.widget {
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 650px) {
  .footer-widget .widget {
    float: none;
    width: 100%;
    padding: 2%;
  }
}
.widgettitle {
  color: #666;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#colophon {
  padding: 20px 5%;
}
#colophon a {
  text-decoration: none;
  color: #555;
}
#colophon a:hover {
  text-decoration: none;
  color: #2196F3;
}
#colophon .site-info {
  float: left;
  color: #555;
}
#colophon .footer_address {
  float: right;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.single_post_page .logged-in-as a {
  text-decoration: none;
  color: #555;
}
.single_post_page .form-submit {
  float: right;
}
.single_post_page input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}
.single_post_page .comments-area {
  padding: 10px 0;
}

.comment-meta {
  background-color: #fff;
  padding: 25px 0 20px;
}
.comment-meta a {
  text-decoration: none;
  color: #2196F3;
}
.comment-meta a:visited {
  color: #666;
}
.comment-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
}
.comment-meta .fn {
  font-size: 20px;
  font-weight: 500;
}
.comment-meta .edit-link {
  margin-left: 10px;
  border: 1px solid #eee;
  padding: 3px 8px;
}
.comment-meta .comment-metadata a {
  color: #666;
  font-size: 12px;
}
.comment-meta .comment-metadata a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

.comment-content {
  background-color: #fff;
}
.comment-content p {
  font-size: 13px;
}

.reply, #respond {
  background-color: #fff;
  color: #555;
}
.reply a, #respond a {
  color: #777;
  font-size: 12px;
}
.reply a:hover, #respond a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
          transition: .5s ease all;
}

.comment-form-comment textarea {
  font-size: 14px;
}

#comments ol {
  list-style: none;
}

#comments .pingback {
  padding: 5px 0;
}

#comments .pingback a {
  color: #2196F3;
}

#comments .edit-link {
  padding: 1px 8px;
  border: 1px solid rgba(153, 153, 153, 0.45);
  margin-left: 7px;
}

#comments .comment-metadata {
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

i.fa.fa-chevron-up {
  padding: 10px;
  display: none;
  background: rgba(51, 51, 51, 0.05);
  font-weight: bold;
  color: rgba(68, 68, 68, 0.51);
  position: fixed;
  border-radius: 100%;
  bottom: 50px;
  right: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

i.fa.fa-chevron-up:hover {
  opacity: .9;
  color: #333;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
  background-color: #fff;
  border: 1px solid #555;
}
h1.entry-title {
 display:none;
}

/*# sourceMappingURL=style.css.map */