/*
Theme Name: Resumee Pro
Theme URI: https://asphaltthemes.com/resumee
Author: Asphalt Themes
Author URI: https://twitter.com/AshiqKiron
Description: Your go to free WordPress resume theme for building professional online CV with WordPress. A clean and free resume theme for WordPress site owners. You customize element inside customizer 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 and Gutenberg ready. Clean and bloat free code, you can flesh out free CV, vCard or resume, portfolio website. The best free WordPress CV theme 2018.
Version: 0.4.3
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, two-columns, right-sidebar, custom-menu

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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.5; }

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 {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          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="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%; }

input[type="reset"] {
  color: #fff;
  background-color: #444;
  padding: 12px 26px 12px;
  font-size: 15px;
  border: 1px solid #444; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.single-post #masthead {
  padding-bottom: 10px; }

.site-branding {
  padding-left: 1%;
  width: 30%; }

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-logo img {
  width: 40px;
  height: 40px; }

.site-title {
  margin: 11px 0 0 10px;
  font-size: 13px; }
  .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
--------------------------------------------------------------*/
#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.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 {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              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; }

#primary-menu {
  display: none; }

.site-description {
  display: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  background: transparent;
  font-size: 20px;
  border: none;
  float: right;
  border-radius: 0; }

@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; }

/*--------------------------------------------------------------
## 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;
  -webkit-box-shadow: 0 0 5px 5px #222 inset;
          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, left top, left bottom, from(#4d4d4d), to(#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;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
          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 {
  -webkit-box-shadow: 0 0 15px 3px #222 inset;
          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 {
  -webkit-box-shadow: 0 0 15px 3px #222 inset;
          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;
  -webkit-box-sizing: border-box;
  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: 15px 20px;
  cursor: pointer;
  background: #2196F3; }

/*--------------------------------------------------------------
# frontpage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Introduction layouts
--------------------------------------------------------------*/
/* intro layout zero */
.header_social_links {
  text-align: center;
  margin-top: -10px;
  word-wrap: break-word;
  line-height: 1.5; }

.intro_layout_zero .header_social_links {
  margin: 0 auto;
  font-size: 13px; }

.header_social_links .fa {
  color: #555;
  font-family: FontAwesome;
  font-size: 18px;
  padding: 0 10px; }

.intro_layout_zero {
  text-align: center;
  background-color: #fff;
  padding: 1% 0; }

.intro_one_imgdiv {
  max-width: 300px;
  margin: 0 auto;
  padding: 2% 0 0; }

.intro_layout_zero p {
  padding: 5px 25% 2%;
  font-size: 15px; }

.intro_wrap .fa {
  font-size: 7px;
  vertical-align: middle; }

.intro_layout_zero h2 {
  font-size: 40px;
  text-align: center;
  color: #222; }

.intro1_p {
  padding: 2% 25%; }

.intro1_h2 {
  font-size: 35px;
  text-align: center; }

.socialbar_wrap {
  padding: 10px 0 0; }

.intro_wrap h3 {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 0 2%; }

.intro_layout_zero .socialbar_wrap {
  margin-bottom: 0; }

@media (max-width: 425px) {
  .intro_wrap h3 {
    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;
  background-color: #fff;
  padding: 1% 0; }
  .res_intro_layout_one .img_wrap {
    padding: 10px 0; }
  .res_intro_layout_one h2 {
    font-size: 40px; }
  .res_intro_layout_one h3 {
    padding: 10px 0; }
  .res_intro_layout_one .intro_two_mod {
    padding: 0 20%; }
  .res_intro_layout_one .header_social_links a {
    padding: 0 5px; }
  .res_intro_layout_one .header_social_links .socialbar_wrap {
    margin: 10px; }

.res_intro_layout_one p {
  margin: 1% 20%;
  background: #333;
  padding: 3% 7%;
  color: #fff;
  line-height: 1.7em;
  font-size: 15px; }

@media (max-width: 500px) {
  .intro_two_mod h3 {
    padding: 5%;
    line-height: 1.7em; } }
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .intro_two_mod {
    padding: 0 !important; } }
/* intro layout two */
.intro_2_img_wrap {
  text-align: right; }
  .intro_2_img_wrap h2 {
    font-size: 40px; }

.res_intro_layout_two .res_intro_layout_two_social {
  text-align: left;
  padding: 2% 0 1.5%; }

.res_intro_layout_two_social a:first-child {
  padding-left: 0; }

.intro3_h3 {
  font-size: 15px;
  margin-top: 0; }

.res_intro_layout_two {
  background-color: #fff;
  padding: 5% 0; }

.intro_two_mod h3 {
  font-size: 15px;
  margin: 0;
  line-height: 1.7em; }

.res_intro_layout_two_wrap p {
  line-height: 1.7em;
  font-size: 15px; }

.intro_two_mod .fa {
  font-size: 14px; }

.line_brk {
  border: 1px solid #eee; }

@media (max-width: 991px) {
  .res_intro_layout_two {
    text-align: center; }

  .res_intro_layout_two .res_intro_layout_two_social {
    text-align: center; } }
@media (max-width: 320px) {
  .intro3_h3 {
    line-height: 1.7em; } }
@media (max-width: 500px) {
  .res_intro_layout_one p {
    margin: 0;
    padding: 7% 7%; }

  .intro3_others {
    padding: 0 5%; } }
@media (max-width: 991px) {
  .intro_2_img_wrap {
    text-align: center; } }
/*--------------------------------------------------------------
## experience layouts 
--------------------------------------------------------------*/
/* Experience Layout One */
.experience {
  background-color: #fff;
  padding: 2% 0;
  word-wrap: break-word; }
  .experience .ttle {
    padding-left: 6%;
    font-size: 25px; }

.container h1 {
  color: #444;
  font-size: 27px;
  margin-left: 5%; }

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  color: #666;
  margin-left: 0;
  word-wrap: break-word; }

.timeline .fa {
  font-size: 10px; }

.timeline:before {
  top: 42px;
  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: 16px;
  left: 7%;
  margin-left: -26px;
  background-color: transparent;
  z-index: 100; }

.timeline-title {
  margin-top: 0;
  color: #555;
  line-height: 1.5;
  font-size: 17px; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7em; }

.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; } }
@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 {
  background-color: #fff;
  padding: 2% 0;
  word-wrap: break-word; }
  .exp_two .ttle {
    padding-left: 6%;
    font-size: 25px; }

.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; }

  .exp_two .timeline-body {
    width: 100%; } }
/* Experience Layout Three */
.exp_three {
  background-color: #fff;
  padding: 2% 0;
  word-wrap: break-word; }

.exp_three .com_name {
  font-weight: bold;
  font-size: 14px; }

.exp_three_row p {
  font-size: 15px;
  line-height: 1.7em; }

.exp_three h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-right: 2%;
  font-size: 25px; }

.exp_three h4 {
  font-size: 16px;
  line-height: 1.7em; }

.exp_three_row {
  padding: 1% 3%; }

@media (max-width: 700px) {
  .exp_three {
    padding: 0 7%; } }
@media only screen and (min-width: 700px) and (max-width: 991px) {
  .exp_three {
    padding: 2%; } }
/*--------------------------------------------------------------
## education layouts 
--------------------------------------------------------------*/
/* education layout one */
.education {
  background-color: #fff;
  font-size: 13px;
  padding: 1% 0;
  word-wrap: break-word; }

.edu_wrap {
  padding-right: 2%; }

.education h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
  font-size: 25px; }

.edu_info {
  padding: 2% 0 0 9%;
  color: #666; }

.edu_box1 {
  float: left;
  width: 30%;
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 14px; }

@media (max-width: 450px) {
  .edu_box1 {
    float: none;
    width: 100%;
    padding: 0; }

  .edu_info {
    padding: 0 0 15% 11%; } }
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .edu_wrap h3 {
    margin-left: 5%; } }
/* education layout two */
.edu_two {
  background-color: #fff;
  font-size: 13px;
  padding: 1% 2% 1% 1%;
  word-wrap: break-word; }

.edu_two h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
  color: #555;
  font-size: 25px; }

.edu_two_main {
  padding-top: 2%;
  padding-bottom: 2%; }
  .edu_two_main p {
    font-size: 14px; }

@media (max-width: 500px) {
  .edu_two_main p {
    padding: 1% 0; } }
.edu_two_main i.fa.fa-stop {
  font-size: 5px;
  vertical-align: middle; }

@media (max-width: 500px) {
  .edu_two {
    line-height: 1.7em; } }
@media (max-width: 780px) {
  .edu_two_main {
    padding-left: 5%;
    padding-right: 5%; }

  .edu_two h3 {
    margin-left: 3%; } }
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .edu_two h3 {
    margin-left: 5%;
    margin-right: 5%; } }
/* education layout three */
.edu_three {
  background-color: #fff;
  padding: 1% 2% 1% 1%;
  word-wrap: break-word; }
  .edu_three p {
    line-height: 1.7em; }

.edu_three_main {
  padding: 1%;
  font-size: 13px;
  padding-left: 0; }
  .edu_three_main p {
    font-size: 14px; }

.edu_three_main div {
  padding: 1%; }

.edu_three h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
  font-size: 25px; }

@media (max-width: 767px) {
  .edu_three_main {
    display: block;
    text-align: center;
    padding: 5%; }

  .edu_three_main div {
    padding: 1%;
    float: none;
    width: 94%; }

  .edu_three h3 {
    margin-left: 3%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu_three_main {
    padding-left: 5%; } }
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .edu_three h3 {
    margin-left: 5%;
    margin-right: 5%; } }
/*--------------------------------------------------------------
## skills layouts 
--------------------------------------------------------------*/
/* Skill layout one */
.skills {
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  font-size: 13px;
  padding: 1% 0;
  padding-right: 1%;
  word-wrap: break-word; }
  .skills b {
    color: #555; }
  .skills p {
    color: #666;
    font-size: 15px; }

.skills_wrap h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  font-size: 25px; }

@media (max-width: 991px) {
  .skills_wrap {
    padding: 5%; } }
/* Skill layout two */
.skl_layout_two h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
  font-size: 25px; }

.skl_layout_two_wrap {
  background-color: #fff;
  padding-right: 2%; }
  .skl_layout_two_wrap p {
    font-size: 15px; }

.sk_two_div_wrap {
  padding: 1% 0; }

.sk_two_div {
  font-size: 13px;
  line-height: 1.7em;
  padding: 1%;
  text-align: justify; }

@media (max-width: 500px) {
  .sk_two_div_wrap {
    display: block; }

  .sk_two_div {
    padding: 3% 0; } }
@media (max-width: 767px) {
  .skl_layout_two_wrap {
    padding: 0 5%; } }
@media (max-width: 991px) {
  .skl_layout_two_wrap {
    padding: 5%; } }
/* Skill layout three*/
.skl_layout_three h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
  font-size: 25px; }

.skl_layout_three_wrap {
  background-color: #fff;
  padding: 0 2% 0 0; }
  .skl_layout_three_wrap p {
    font-size: 15px; }

.sk_three_div_wrap {
  padding: 2% 0;
  font-size: 13px; }

.sk_three_div {
  padding: 0 1%;
  text-align: justify;
  line-height: 1.7em; }

@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: 991px) {
  .skl_layout_three_wrap {
    padding: 5%; } }
/*--------------------------------------------------------------
## References layouts 
--------------------------------------------------------------*/
.reference {
  background-color: #fff;
  padding: 1% 1% 1% 0;
  word-wrap: break-word; }
  .reference p {
    line-height: 1.7em;
    font-size: 15px; }

.reference h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  font-size: 25px; }

.reference_wrap {
  padding: 1% 8% 0; }

.ref_one {
  padding: 1%; }

@media only screen and (max-width: 599px) {
  .ref_one {
    padding: 5% 2%; } }
@media (max-width: 991px) {
  .reference h3 {
    margin-right: 5%;
    margin-left: 5%; } }
/*--------------------------------------------------------------
## Testimonial layouts 
--------------------------------------------------------------*/
/*testimonial layout one*/
.testimonial {
  padding: 1% 1% 1% 0;
  background-color: #fff;
  word-wrap: break-word; }
  .testimonial h3 {
    padding: 0 0 1% 0;
    border-bottom: 1px solid #999;
    font-size: 25px; }
  .testimonial p {
    padding: 40px 0 20px 20px;
    line-height: 2em;
    font-size: 15px;
    float: left;
    width: 70%; }
  .testimonial p:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #333;
    font-size: 35px;
    padding-right: 5%; }
  .testimonial b {
    float: right;
    padding: 2%; }
  .testimonial span {
    float: right;
    padding-right: 5%; }
  .testimonial a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
  .testimonial .testimonial_wrap {
    line-height: 1.8em;
    padding: 2% 0; }
  .testimonial div:first-child {
    float: left;
    width: 20%; }
  .testimonial div:first-child img {
    border-radius: 100%; }
  .testimonial .t1q {
    float: left;
    font-size: 40px;
    margin-top: 42px;
    position: relative; }

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .testimonial_wrap {
    text-align: center; }
    .testimonial_wrap div:first-child {
      float: none;
      width: 100%; }
    .testimonial_wrap p {
      float: none;
      width: 100%;
      padding: 10%; }
    .testimonial_wrap b {
      float: none; } }
@media (max-width: 991px) {
  .testimonial h3 {
    margin-right: 5%;
    margin-left: 5%; } }
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .testimonial .testimonial_wrap {
    padding: 2% 5%; } }
/*testimonial layout two*/
.testimonial_two {
  padding: 1% 1% 1% 0;
  background-color: #fff;
  word-wrap: break-word; }
  .testimonial_two h3 {
    padding: 0 0 1% 0;
    border-bottom: 1px solid #999;
    font-size: 25px; }
  .testimonial_two p {
    padding: 10px 0 0;
    line-height: 1.7em;
    font-size: 15px; }
  .testimonial_two p:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    padding-right: 5%; }
  .testimonial_two a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
  .testimonial_two img {
    text-align: center;
    height: 150px;
    border-radius: 100%; }
  .testimonial_two div {
    text-align: center;
    padding: 2% 3%; }
  .testimonial_two .t2imgdiv {
    padding-bottom: 10%; }

@media (max-width: 991px) {
  .testimonial_two .testimonial_two_wrap {
    display: block; }

  .testimonial_two {
    padding: 5% 3%; }

  .testimonial_two div {
    padding: 5% 3%; }

  .testimonial_two p {
    text-align: justify; } }
/*testimonial layout three*/
.testimonial_three {
  padding: 1% 1% 1% 0;
  background-color: #fff;
  word-wrap: break-word; }
  .testimonial_three h3 {
    padding: 0 0 1% 0;
    border-bottom: 1px solid #999;
    font-size: 25px; }
  .testimonial_three p {
    line-height: 1.7em;
    text-align: justify;
    padding-top: 10px;
    font-size: 15px; }
  .testimonial_three p:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #333;
    font-size: 20px;
    padding-right: 2%; }
  .testimonial_three a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
  .testimonial_three img {
    text-align: center;
    height: 100px;
    float: left;
    margin-right: 5%; }
  .testimonial_three div {
    text-align: left;
    padding: 35px 0;
    font-size: 13px;
    line-height: 1.7em; }
  .testimonial_three div:first-child {
    padding-top: 0; }

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .testimonial_three h3 {
    margin: 5%; }
  .testimonial_three .testimonial_three div {
    padding: 5%; }
  .testimonial_three .testimonial_three_wrap {
    padding: 5%; } }
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .testimonial_three {
    padding: 5%; } }
/*--------------------------------------------------------------
## Project layouts
--------------------------------------------------------------*/
/*projects layout one*/
.projects {
  padding: 0 2.5%;
  line-height: 24px;
  background-color: #fff;
  word-wrap: break-word; }
  .projects h3 {
    padding-left: 5%;
    font-size: 25px; }
  .projects .wrap {
    max-width: 100%;
    min-width: 280px;
    margin: auto;
    position: relative;
    padding: 0 5%; }
  .projects .wrap img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0.1) brightness(0.5) contrast(1.05);
            filter: grayscale(0.1) brightness(0.5) contrast(1.05);
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
  .projects .wrap:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
  .projects .caption {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    overflow: auto; }
  .projects .caption-inner {
    display: table;
    width: 100%;
    height: 100%; }
  .projects .caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 5%;
    color: #fff; }
  .projects .caption-content p {
    margin: 0 50px;
    color: #fff;
    padding: 0% 10% 7%;
    font-size: 15px; }
  .projects .caption-content h3 {
    margin: 0 auto;
    padding: 10px;
    color: #fff; }
  .projects .caption-content a {
    color: #FFEB3B; }

/*projects layout two*/
.projects_two {
  padding: 1% .5%;
  line-height: 24px;
  background-color: #fff;
  word-wrap: break-word; }
  .projects_two h3 {
    padding: 1% 0 0;
    font-size: 25px; }
  .projects_two .p2_wrap_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1% 8%; }
  .projects_two .wrap {
    max-width: 760px;
    min-width: 280px;
    margin: auto;
    position: relative; }
  .projects_two .wrap img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0.1) brightness(0.5) contrast(1.05);
            filter: grayscale(0.1) brightness(0.5) contrast(1.05);
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
  .projects_two .wrap:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
  .projects_two .caption {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    overflow: auto; }
  .projects_two .caption-inner {
    display: table;
    width: 100%;
    height: 100%; }
  .projects_two .caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 5%;
    color: #fff; }
  .projects_two .caption-content p {
    margin: 0 50px;
    color: #fff;
    padding: 5% 5% 7%;
    font-size: 15px; }
  .projects_two div.wrap:first-child {
    margin-right: 2%; }
  .projects_two .caption-content h3 {
    margin: 0 50px;
    padding: 10px;
    color: #fff; }
  .projects_two .caption-content a {
    color: #FFEB3B; }
  @media (max-width: 768px) {
    .projects_two .p2_wrap_div {
      display: block; }
    .projects_two div.wrap:first-child {
      margin: 2% 0; } }

@media (max-width: 991px) {
  .projects_two h3 {
    padding-left: 8%; } }
/*projects layout three*/
.projects_three {
  padding: 1% 3%;
  line-height: 24px;
  background-color: #fff;
  word-wrap: break-word; }
  .projects_three h3 {
    padding-left: 4%;
    font-size: 25px; }
  .projects_three div {
    font-size: 13px; }
  .projects_three .p3_wrap {
    padding: 0 4%; }
    .projects_three .p3_wrap p {
      font-size: 15px;
      word-wrap: break-word; }
    .projects_three .p3_wrap div:nth-child(2) {
      padding: 0 2%; }
    .projects_three .p3_wrap img {
      margin-bottom: 30px; }
  @media (max-width: 600px) {
    .projects_three .p3_wrap {
      display: block; }
    .projects_three .p3_wrap div:nth-child(2) {
      padding: 5% 0; } }

/*--------------------------------------------------------------
## Text layouts
--------------------------------------------------------------*/
/* Text layout one */
.txt1 {
  background-color: #fff;
  word-wrap: break-word; }
  .txt1 p {
    font-size: 15px;
    text-align: justify; }
  .txt1 h3 {
    padding: 0 0 1% 0;
    border-bottom: 1px solid #999;
    font-size: 25px; }
  .txt1 div {
    font-size: 15px;
    padding: 1% 2% 1% 0; }

/* Text layout two */
.txt2 {
  font-size: 15px;
  line-height: 1.7em;
  background-color: #fff;
  color: #555;
  padding: 2% 0;
  word-wrap: break-word; }
  .txt2 .txt2part1 h3 {
    margin-top: 0; }
  .txt2 iframe {
    padding-right: 5%; }
  .txt2 .txt2p {
    padding: 5% 10% 0 0; }

@media only screen and (min-width: 300px) and (max-width: 991px) {
  .txt2 .txt2part1 {
    padding: 4%; }
    .txt2 .txt2part1 .txt2p {
      padding: 0; }

  .txt2 iframe {
    padding: 0;
    padding-left: 4%;
    padding-right: 4%; } }
/* Text layout three */
.txt3_wrap {
  background: #fff;
  padding: 2% 0;
  word-wrap: break-word; }
  .txt3_wrap h3 {
    padding: 0 0 1% 0;
    border-bottom: 1px solid #999;
    margin-right: 2%; }
  .txt3_wrap .txt3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 3%; }

/*--------------------------------------------------------------
## Plugin compatibility 
--------------------------------------------------------------*/
/*contact form 7*/
.wpcf7 label {
  color: #666;
  font-size: 16px; }

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  padding: 1% 18% 1% 1%;
  background: rgba(158, 158, 158, 0.15);
  border-radius: 0; }

.wpcf7 textarea {
  background: rgba(158, 158, 158, 0.15); }

.wpcf7 input[type="submit"] {
  float: right;
  border: 0;
  border-color: none;
  border-radius: 0;
  background: #00BCD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  padding: 1% 3%;
  color: #fff; }

/*ninja form*/
.nf-form-title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase; }

.nf-form-fields-required {
  font-size: 12px;
  padding-bottom: 12px; }

.nf-field-label label {
  color: #777; }

.ninja-forms-field {
  background: #eee; }

.nf-field-element input[type="button"] {
  float: right;
  border: 0;
  border-color: none;
  border-radius: 0;
  background: #00BCD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  padding: 1% 3%;
  color: #fff; }

/*Fast Secure Contact Form*/
#fscf_required1 {
  font-size: 12px;
  padding-bottom: 10px; }

#FSContact1 {
  max-width: 95% !important; }

#FSContact1 label {
  font-size: 18px;
  color: #777; }

#FSContact1 input[type="text"] {
  max-width: 99% !important;
  border-radius: 0;
  background: #eee;
  border-radius: 0;
  padding: 1% 15%; }

#FSContact1 #fscf_div_field1_0, #FSContact1 #fscf_div_field1_1, #FSContact1 #fscf_div_clear1_2 {
  padding-bottom: 3%; }

#FSContact1 #fscf_div_field1_2 {
  padding-bottom: 3%; }

#FSContact1 #fscf_div_field1_3 {
  max-width: 100% !important; }

#FSContact1 textarea {
  height: auto !important;
  max-width: 100% !important;
  background: #eee; }

#FSContact1 input[type="submit"] {
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #00BCD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: right;
  line-height: 1;
  text-shadow: none;
  padding: 1.5% 3%;
  font-size: 15px; }

#FSContact1 #fscf_captcha_code1 {
  padding: 0;
  width: 10% !important; }

.line_break {
  width: 90%;
  height: 1px;
  background-color: #eee;
  border: none;
  background: none; }

.seperator_div {
  padding: 1% 0; }

/*--------------------------------------------------------------
# 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: -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_link {
  font-size: 38px !important;
  color: #484848 !important; }

.blog_post_list_title_link: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: -ms-flexbox;
  display: flex; }
  .blog_wrap .sidebar_widget {
    width: 10%;
    margin-left: 2%;
    word-wrap: break-word; }
  .blog_wrap h2 {
    border-bottom: 1px solid rgba(158, 158, 158, 0.38);
    padding-bottom: 9px;
    font-size: 15px; }
  .blog_wrap input[type="search"] {
    font-weight: 300; }
  .blog_wrap 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 input[type="submit"]:hover {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background-color: #fff;
    color: #444; }
  .blog_wrap ul {
    list-style: none;
    margin: 0; }
  .blog_wrap a {
    text-decoration: none;
    color: #3F51B5;
    font-size: 13px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .blog_wrap 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: -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; } }
/*--------------------------------------------------------------
## 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: 12px 26px;
      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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px; }
  .single_post_page .nav-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    -webkit-box-sizing: border-box;
            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; }

.post_social_share {
  padding: 20px 0; }
  .post_social_share h6 {
    font-size: 18px; }
  .post_social_share .fa {
    font-size: 30px;
    -webkit-transition: .7s ease all;
    transition: .7s ease all;
    margin-right: 3px; }
    .post_social_share .fa:hover {
      -webkit-transition: .5s ease all;
      transition: .5s ease all;
      opacity: .6; }
  .post_social_share i.fa.fa-twitter-square {
    color: #00b9eb; }
  .post_social_share i.fa.fa-facebook-square {
    color: #4267b2; }
  .post_social_share i.fa.fa-google-plus-square {
    color: #db4437; }
  .post_social_share i.fa.fa-linkedin-square {
    color: #0084bf; }
  .post_social_share i.fa.fa-pinterest-square {
    color: #bd081c; }

@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;
  word-wrap: break-word !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: .5s ease all;
      transition: .5s 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; }
  .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; }
  .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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px; }
  .index_post_page .nav-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px; }
  .index_post_page .post_wrap {
    padding: 8% 10% 10%; }
  .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;
    -webkit-transition: .05s ease all;
    transition: .05s ease all; }
    .index_post_page .post_others .entry-title:hover {
      -webkit-transition: .7s ease all;
      transition: .7s ease all; }
  .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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px; }
  .archive_page .nav-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    -webkit-box-sizing: border-box;
            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; }
  .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; }

/*--------------------------------------------------------------
## Right Sidebar page
--------------------------------------------------------------*/
.right_sidebar_page {
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .right_sidebar_page .entry-title {
    padding: 20px 0 50px;
    text-align: center; }
  .right_sidebar_page .entry-content {
    padding: 5%;
    background-color: #f2f2f2; }
  .right_sidebar_page .entry-content p {
    line-height: 2; }
  .right_sidebar_page .entry-content a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid rgba(136, 136, 136, 0.18); }
  .right_sidebar_page .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; }
  .right_sidebar_page article {
    min-width: 70%;
    max-width: 100%; }
  .right_sidebar_page .sidebar_widget .widget {
    padding-left: 10%; }
  .right_sidebar_page .sidebar_widget h2 {
    border-bottom: 1px solid rgba(158, 158, 158, 0.38);
    padding-bottom: 9px;
    font-size: 15px; }
  .right_sidebar_page .sidebar_widget input[type="search"] {
    font-weight: 300; }
  .right_sidebar_page .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; }
  .right_sidebar_page .sidebar_widget input[type="submit"]:hover {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background-color: #fff;
    color: #444; }
  .right_sidebar_page .sidebar_widget ul {
    list-style: none;
    margin: 0; }
  .right_sidebar_page .sidebar_widget a {
    text-decoration: none;
    color: #777; }
    .right_sidebar_page .sidebar_widget a:hover {
      color: #2196F3;
      text-decoration: none;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }

@media (max-width: 900px) {
  .right_sidebar_page {
    display: block; }

  .right_sidebar_page article {
    width: 100%;
    padding: 0; }

  .right_sidebar_page .sidebar_widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .right_sidebar_page .sidebar_widget .widget {
      width: 22%;
      margin-right: 25px; } }
@media (max-width: 560px) and (min-width: 300px) {
  .right_sidebar_page .sidebar_widget {
    width: 100%;
    padding: 0;
    display: block; }
    .right_sidebar_page .sidebar_widget .widget {
      width: 100%;
      padding: 15px 0; } }
/*--------------------------------------------------------------
## Left Sidebar page
--------------------------------------------------------------*/
.left_sidebar_page {
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .left_sidebar_page .entry-title {
    padding: 20px 0 50px;
    text-align: center; }
  .left_sidebar_page .entry-content {
    padding: 5%;
    background-color: #f2f2f2; }
  .left_sidebar_page .entry-content p {
    line-height: 2; }
  .left_sidebar_page .entry-content a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid rgba(136, 136, 136, 0.18); }
  .left_sidebar_page .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; }
  .left_sidebar_page article {
    min-width: 70%;
    max-width: 100%; }
  .left_sidebar_page .sidebar_widget .widget {
    padding-right: 10%; }
  .left_sidebar_page .sidebar_widget h2 {
    border-bottom: 1px solid rgba(158, 158, 158, 0.38);
    padding-bottom: 9px;
    font-size: 15px; }
  .left_sidebar_page .sidebar_widget ul {
    list-style: none;
    margin: 0; }
  .left_sidebar_page .sidebar_widget input[type="search"] {
    font-weight: 300; }
  .left_sidebar_page .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; }
  .left_sidebar_page .sidebar_widget input[type="submit"]:hover {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background-color: #fff;
    color: #444; }
  .left_sidebar_page .sidebar_widget a {
    text-decoration: none;
    color: #777; }
    .left_sidebar_page .sidebar_widget a:hover {
      color: #2196F3;
      text-decoration: none;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }

@media (max-width: 900px) {
  .left_sidebar_page {
    display: block; }

  .left_sidebar_page article {
    width: 100%;
    padding: 0; }

  .left_sidebar_page .sidebar_widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .left_sidebar_page .sidebar_widget .widget {
      width: 22%;
      margin-right: 25px; } }
@media (max-width: 560px) and (min-width: 300px) {
  .left_sidebar_page .sidebar_widget {
    width: 100%;
    padding: 0;
    display: block; }
    .left_sidebar_page .sidebar_widget .widget {
      width: 100%;
      padding: 15px 0; } }
/*--------------------------------------------------------------
## Header Only page
--------------------------------------------------------------*/
.header_only_page {
  margin: 0 5%; }
  .header_only_page .entry-header {
    text-align: center; }

/*--------------------------------------------------------------
## Content Only page
--------------------------------------------------------------*/
.content_only_page {
  margin: 4% 5%; }
  .content_only_page .entry-content {
    text-align: center; }
  .content_only_page .post_featured_image {
    margin-bottom: 4%; }

/*--------------------------------------------------------------
## Full Width Condensed Only page
--------------------------------------------------------------*/
.fullwidth_condensed_page {
  margin: 0 5%;
  width: 50%;
  margin: 0 auto; }
  .fullwidth_condensed_page .post_featured_image {
    background-color: #f2f2f2; }
  .fullwidth_condensed_page .entry-title {
    padding: 20px 0 50px;
    text-align: center; }
  .fullwidth_condensed_page .entry-content {
    padding: 5%;
    background-color: #f2f2f2; }
  .fullwidth_condensed_page .entry-content p {
    line-height: 2; }
  .fullwidth_condensed_page .entry-content a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid rgba(136, 136, 136, 0.18); }
  .fullwidth_condensed_page .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; }

@media (min-width: 300px) and (max-width: 768px) {
  .fullwidth_condensed_page {
    width: 90%; } }
/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
.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; }
  .error_page .sidebar_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .error_page .sidebar_widget .widget {
      width: 25%;
      margin: 0 5%; }
    .error_page .sidebar_widget h2 {
      border-bottom: 1px solid rgba(158, 158, 158, 0.38);
      padding-bottom: 9px;
      font-size: 15px; }
    .error_page .sidebar_widget input[type="search"] {
      font-weight: 300; }
    .error_page .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; }
    .error_page .sidebar_widget input[type="submit"]:hover {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      background-color: #fff;
      color: #444; }
    .error_page .sidebar_widget ul {
      list-style: none;
      margin: 0; }
    .error_page .sidebar_widget a {
      text-decoration: none;
      color: #777;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .error_page .sidebar_widget a:hover {
        color: #2196F3;
        text-decoration: none;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }

@media (min-width: 320px) and (max-width: 760px) {
  .error_page .page-title {
    font-size: 150px; }
  .error_page .sidebar_widget {
    display: block; }
    .error_page .sidebar_widget .widget {
      width: 90%;
      margin: 30px 5%; } }
/*--------------------------------------------------------------
## search page
--------------------------------------------------------------*/
.search_page {
  margin: 5%; }
  .search_page .page-header {
    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-content {
    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;
    -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 .entry-meta {
    font-size: 13px; }
  .search_page .cat-links a {
    font-size: 12px;
    color: #1b629a; }
  .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 p {
    font-size: 12px;
    padding: 10px 0 5px 0; }
  .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; }
  .search_page .search_wrap {
    float: left;
    width: 80%; }

.search_widget {
  float: left;
  width: 10%;
  margin: 0 5%; }
  .search_widget .sidebar_widget {
    width: 10%;
    margin-left: 2%; }
  .search_widget h2 {
    border-bottom: 1px solid rgba(158, 158, 158, 0.38);
    padding-bottom: 9px;
    font-size: 15px; }
  .search_widget input[type="search"] {
    font-weight: 300; }
  .search_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; }
  .search_widget input[type="submit"]:hover {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background-color: #fff;
    color: #444; }
  .search_widget ul {
    list-style: none;
    margin: 0; }
  .search_widget a {
    text-decoration: none;
    color: #777;
    font-size: 13px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .search_widget a:hover {
      color: #2196F3;
      text-decoration: none;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }

@media (max-width: 768px) {
  .search_widget {
    float: none;
    width: 90%;
    margin: 0 5%; }
    .search_widget .sidebar_widget {
      width: 10%;
      margin-left: 2%; }

  .search_wrap {
    float: none !important;
    width: 100% !important; } }
/*--------------------------------------------------------------
# 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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            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 .widget {
  float: left;
  padding: 1%;
  width: 25%;
  padding: 7% 5% 5%; }
.footer-widget .comments-area {
  margin-bottom: 7%; }
.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; }

.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%; } }
/*--------------------------------------------------------------
# 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%;
  margin-top: 0 !important; }
  #colophon a {
    text-decoration: none;
    color: #555; }
  #colophon a:hover {
    text-decoration: none;
    color: #2196F3; }
  #colophon .site-info {
    float: left; }
  #colophon .footer_address {
    float: right; }

@media (max-width: 300px) and (min-width: 800px) {
  #colophon {
    text-align: center; }
    #colophon .site-info {
      float: none; }
    #colophon .footer_address {
      float: none; } }
/*--------------------------------------------------------------
## 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"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444; }
.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; }

.page-template .comment-respond .comment-form-comment #comment {
  font-size: 14px; }

.comment-content {
  background-color: #fff; }
  .comment-content p {
    font-size: 13px; }

.reply, #respond {
  background-color: #fff; }
  .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; }

/* Gutenberg Fix*/
.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.entry-content .alignwide {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 100%; }

.alignfull img {
  width: 100%; }

.entry-content > *:not(.alignwide):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px; }

body {
  overflow-x: hidden; }

.wp-block-button a {
  color: #fff !important; }


  .testimonial-one__wrapper {
    display: flex;
  }

  .resumee_author {
    margin-top: auto;
  }

  .wp-picker-container {
    float: right;
}