/*
Theme Name: Munding Lite
Theme URI: http://www.themesawesome.com/products/wordpress-themes/munding/
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Description: Munding Theme is Minimalist Clean Blogging Theme. See demo at http://munding.themesawesome.com/
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: munding-lite
Domain Path: /languages/
Tags: custom-background, custom-colors, custom-menu, custom-logo, featured-images, microformats, sticky-post, theme-options, translation-ready, threaded-comments, blog
-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
  3.  MENU
  4.  CONTENT
  5.  POST FORMAT
  6.  SIDEBAR
  7.  NAVIGATION
  8.  COMMENTS
  9.  FOOTER
  10.  ANIMATION
  11. FLEXSLIDER
  12. MEDIA QUERY
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;

}
body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 14px;
    font-size: 1.4rem;
    height: 100%;
    line-height: 1.8rem;
    background:#ffffff;
    font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6, .menu a {
    font-family: 'Abril Fatface';
}
h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.4;
}
h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.375;
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
}
h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.11111;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.125;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.125;
}
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
}
p, li {
    color: #2C3033;
}
a {
    cursor: pointer;
    outline: none;
    color: #2C3033;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
    color: #000000;
}
table {
    width: 80%;
    margin-bottom: 20px;
}
th, td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #dddddd;
}
th {
    font-weight: bold;
    border-bottom: 2px solid;
    text-align: center;
}
*::-moz-selection {
    background: #000000;
    color: #ffffff;
}
*::selection {
    background: #000000;
    color: #ffffff;
}
.wp-caption {
    max-width: 100%;
    padding: 0px;
}
[class*="span"] {
    min-height: 0px;
}
.pagination {
    margin: 20px 0 25px 0;
}
form {
    overflow: hidden;
}
pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}
iframe {
    max-width: 100%;
    margin: 0 auto !important;
}
embed {
    max-width: 100%;
}
.sticky .post-title:before {
    content:"Featured Post";
    padding: 5px 10px;
    font-size: 1.2rem;
    color: #000000;
    float: right;
}
.bypostauthor {
    background: #fff;
}
.bypostauthor>.comment .comment-author cite:after {
    content:"post author";
    font-size: 0.693333em;
    font-style: italic;
    margin-left: 6px;
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.alignright {
    float:right;
}
.alignleft {
    float:left;
}
figure {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img.aligncenter, img.alignnone {
    margin-bottom:12px;
}
img.alignleft, figure.alignleft {
    margin:12px 24px 12px 0;
    margin:10px 20px 10px 0;
}
img.alignright, figure.alignright {
    margin:12px 0 12px 24px;
    margin:10px 0 10px 20px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-style: italic;
    line-height: 2;
    color: #757575;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote {
    border-left: 5px solid #000000;
}

.bord {
    background-color: #e5e5e5;
    display: block;
    height: 1px;
    margin: 10px 0;
    width: 30px;
}
/* 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. */
}

/*-----------------------------------------------------------------------------------*/
/*  2. HEADER
/*-----------------------------------------------------------------------------------*/
 
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(img/status.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}

.site-title {
    margin: 0;
}

.logo {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. MENU
/*-----------------------------------------------------------------------------------*/

.menu ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.menu > ul li {
    float: left;
}

.menu ul li {
    position: relative;
}

.menu ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 175px;
}

.menu ul li:hover > ul {
    display: block;
}

.menu ul a {
    display: block;
    position: relative;
}

.menu ul a {
    text-decoration: none;
}

.menu ul ul ul {
    top: 0;
    left: 100%;
}

.menu ul > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 20px;
    overflow: hidden;
    border: 1px solid transparent;
}

.menu ul li.current-menu-ancestor > a, .menu ul li.current_page_parent> a, .menu ul li.current_page_item > a, .menu ul li a:hover, .menu ul > li:hover > a {
    border: 1px solid #e5e5e5;
}

.menu ul li ul li.current_page_item > a {
    border: 0;
}

.ie8 .current-menu-ancestor:after {
    display: none;
}

.menu ul li a {
    -webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out, padding 0.5s ease-in-out;
    transition: border 150ms ease-in-out, background-color 150ms ease-in-out, padding 0.5s ease-in-out;
}

/* Drop-Down */

.menu ul ul {
    z-index: 999;
    border-radius: 0 0 3px 3px;
    border: 1px solid #e4e4e4;
    border-top: 3px solid #000000;
    margin: -3px 0 0 0;
}

.menu ul ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu ul ul li {
    border-top: 1px solid #e8e8e8;
}

.menu > ul ul li:hover > a {
    border-bottom: 0;
    background: transparent;
}

.menu ul ul li a {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px !important;
    border: 0;
    color: #000000;
}

.menu ul ul li:first-child {
    border: 0;
}

.menu ul ul li a:hover {
    color: #fff;
    background-color: #000000;
    border: 0;
}

.menu ul ul li a {
    -webkit-transition: background-color 50ms ease-in-out;
    transition: background-color 50ms ease-in-out;
    background: #ffffff;
}

.menu ul ul ul {
    border: 1px solid #000000;
    border-radius: 0 3px 3px 3px;
    margin: -1px 0 0 0;
}

.sub-menu li a {
    color: #ffffff;
    display: block;
    padding: 10px 15px;
}

.sub-menu li a:hover {
    color: #000000;
    background: #fff;
}
#mobile-menu {
    display: none;
}
/*-----------------------------------------------------------------------------------*/
/*  4. CONTENT
/*-----------------------------------------------------------------------------------*/

article.post {
    margin-top: 40px;
}

.page-title{
    margin-bottom: 20px;
}

.post-entry {
    border-top: 1px solid #e5e5e5;
}

.post-type-wrapper .icon {
    display: block;
    text-align: center;
    font-size: 17px;
    background: #000000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    padding-top: 11px;
    margin: 20px 0;
}

.post-title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 24px;
}
.post-title h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 24px;
}

.postauthor img {
    border-radius: 100%;
}

.authordesc {
    margin-top: 20px;
}

.category-wrapper span, .tag-wrapper span {
    font-style: italic;
    color: #999;
}

.post-entry ul.footer-social {
    padding: 0;
    margin-top: 20px;
}

.post-entry ul.footer-social li a {
    border: 1px solid;
     border-radius: 0; 
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post-entry ul.footer-social li a:hover {
    border: 1px solid;
    border-radius: 100%; 
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.akmanda-excerpt{
    margin: 20px 0 30px;
}

.akmanda-excerpt p {
    margin: 0 0 20px;
}

.post-meta ul {
    margin: 0;
    padding: 0;
}

.post-meta li {
    display: inline;
    text-transform: uppercase;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.more {
    border:1px solid #000000;
    padding: 5px 10px;
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post-thumb {
    margin-bottom: 20px;
}

.inner-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.entry-video, .entry-audio {
    margin: 0 auto 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  5. POST FORMAT
/*-----------------------------------------------------------------------------------*/

/* quote format */

.format-quote blockquote {
    background: #fff;
    padding: 30px;
    box-shadow: inset 0 0px 0, 0px 0px 1px rgba(0, 0, 0, 0.3);
    border: 0;
    padding-bottom: 50px;
}

.quote-wrap {
    position: relative;
}

.quote-wrap p {
    margin: 0;
    padding: 0;
}

.quote-wrap blockquote {
    margin: 0;
    padding: 0;
    position: relative;
}

.quote-wrap blockquote {
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}

.quote-wrap blockquote:after, .quote-wrap blockquote:before {
    top: 100%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;

}

.quote-wrap blockquote:after {
    border-top-color: #000000;
    border-width: 8px;
    left: 91%;
}

.quote-wrap blockquote:before {
    border-top-color: rgba(0, 0, 0, 0.01);
    border-width: 11px;
    left: 97%;
    margin-left: -11px;
}

.quote-wrap blockquote p {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    text-align: left;
    color: #000000;
    padding-left: 15%;
}

.quote-wrap blockquote p:before {
    content: '\201C';
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 130px;
    line-height: 0;
    top: 0;
    left: 0;
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.quote-wrap .quote-attribution {
    text-align: right;
    padding: 20px 100px 20px 20px;
    position: relative;
    margin: 20px 0;
}

.quote-wrap .quote-thumb {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.quote-wrap .quote-thumb img {
    border-radius: 100%;
}

.quote-wrap cite {
    color: #000000;
}

.format-status .post-entry-right iframe {
    margin:0 auto !important;
    width: 99%;
    max-width: 100%;
}

/* status */

.format-status .post-entry-right p {
    text-align: center;
    border: 1px solid;
    padding: 20px 0;
    font-size: 24px;
    font-size: 2.4rem;
}

/* chat */

 .format-chat .post-entry-right p {
    border-right: 3px solid #000000;
    padding-right: 10px;
    text-align: right;
}

.format-chat .post-entry-right p:nth-child(odd) {
    background: transparent;
    border-left: 3px solid #000000;
    border-right: 0;
    color: #000000;
    text-align: left;
    padding-left: 10px;
}

/* link */

.format-link .post-entry-right {
    padding: 30px;
    box-shadow: inset 0 2px 0, 0px 0px 1px rgba(0, 0, 0, 0.3);
    border: 0;
    position: relative;
    text-align: center;
}

.format-link p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000000;
}

.format-link .post-entry-right .icon {
    position: absolute;
    font-size: 40px;
    top: -20px;
    left: 25px;
    color: #000000;
}

/*-----------------------------------------------------------------------------------*/
/*  6. SIDEBAR
/*-----------------------------------------------------------------------------------*/

.sidebar-button {
    position: fixed;
    right: 10px;
    top: 25px;
    font-size: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
}

#sidr {
    display: none;
    position: fixed;
    height: 100%;
    z-index: 999;
    width: 260px;
    overflow: hidden;
    font-size: 15px;
    background: #000000;
    color: #fff;
    padding: 30px 0;
}
a.sidebar-button:focus, a.sidebar-button:hover {
    text-decoration: none;
}

#primary-sidebar {
    padding: 0 20px;
}

#primary-sidebar a {
    color: #ffffff;
    line-height: 1.5;
}

.widget-title {
    color: #ffffff;
}

#primary-sidebar ul, #primary-sidebar li {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

#primary-sidebar a:hover {
    color: #0091fe;
}

/*-----------------------------------------------------------------------------------*/
/*  7. NAVIGATION
/*-----------------------------------------------------------------------------------*/

.pagina {
    margin-top: 40px;
    padding-top: 20px;
}

#nav-below {
    margin: 0 auto;
    padding-bottom: 20px;
}

.nav-next,
.nav-previous {
    position: relative;
}

.nav-next a,
.nav-previous a {
    padding: 10px 10px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #000000;
}

.nav-next a:hover,
.nav-previous a:hover {
    color: #ffffff;
    background: #2C3033;
}

/*-----------------------------------------------------------------------------------*/
/*  8. COMMENT
/*-----------------------------------------------------------------------------------*/
 #comments {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}

.comment-bg {
    background-color: #141414;
}

#comments p {
    color: #000000;
}

h3.comments-title {
    text-align: center;
    padding: 10px;
}

.comments-title {
    margin-bottom: 60px;
    padding: 10px 10px;
    font-size: 20px;
    width: auto;
    display: table;
    margin: 0 auto 40px;
    border-bottom: 1px solid #e5e5e5;
}

.comments-title .icon {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.comment-list {
    padding: 0;
}

li.comment {
    list-style: none;
}

.comment .avatar img {
    border-radius: 100%;
    border: 3px solid #000000;
}

.meta-comment {
    margin-left: 20px;
    padding: 5px 0;
}

.comment-content {
    padding: 10px 15px 10px 15px;
    margin: 10px 0px 20px 0px;
}

input, textarea, .uneditable-input {
    width: 99%;
    font-size: 1em;
    outline: 0;
    color: #333;
    border: 0;    
}

input#submit {
    width: auto;
    padding: 5px 10px;
    border: 1px solid #000000;
    background: transparent;
}

input#submit:hover {
    background-color: #000000;
    color: #ffffff;
}

.comment-form-author, .comment-form-email {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.comment-form-author, .comment-form-email {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.comment-form-author input, .comment-form-email input {
    width: 98%;
    font-size: 1em;
    outline: 0;
    padding: .5em;
    color: #2C3033;
    border: 0;
}

#commentform label, #commentform .comment-form-comment span {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    display: block;
}

#commentform label span {
    font-size: 13px;
    color: #000000;
}

.comment-form-comment {
    margin-top: 10px;
}

.comment-form-author {
    margin-right: 2%;
    float: left;
}

.comment-form-email {
    float: right;
}

.comment-form-url input {
    width: 99%;
    font-size: 1em;
    outline: 0;
    padding: .5em;
    color: #2C3033;
    border: 0;
}

#reply-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.125;
}

.comment-notes {
    margin-bottom: 40px;
}


/*-----------------------------------------------------------------------------------*/
/*  9. FOOTER
/*-----------------------------------------------------------------------------------*/

 .copyright-footer {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.footer-social {
    margin-top: 10px;
}

.footer-social li {
    display: inline-block;
    list-style: none;
    font-size: 24px;
    margin-right: 2px;
}

.footer-social li a {
    text-align: center;
    padding: 8px 10px 6px;
    font-size: 16px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-social li:hover a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}

.footer-social li.twitter:hover a {    
    background: #00acee;
    color:#ffffff;
}
.footer-social li.google:hover  a {
    background: #dd4c39;
    color:#ffffff;
}
.footer-social li.facebook:hover  a {
    background: #3b5998;
    color:#ffffff;
}
.footer-social li.linkedin:hover  a {
    background: #069;
    color:#ffffff;
}
.footer-social li.pinterest:hover  a {
    background: #cb2027;
    color:#ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  10. ANIMATION
/*-----------------------------------------------------------------------------------*/

.rotate {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
    -ms-transform: rotate(405deg); /* IE 9 */
    -webkit-transform: rotate(405deg); /* Safari and Chrome */
}

 .akmanda-animation {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    opacity: 0;
    position: relative;
}

html.no-js .akmanda-animation, .mobile-browser .akmanda-animation, .apple-mobile-browser .akmanda-animation, .akmanda-animation[data-animation="none"] {
    opacity: 1!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    -webkit-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    transform: scale(1)!important;
}

.akmanda-animation[data-animation="grow"] {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
    -o-transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
    transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
}

.akmanda-animation[data-animation="grow"].akmanda-animate {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.akmanda-animation[data-animation="pop-up"].akmanda-animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-animation: popUp 0.4s ease-in-out forwards;
    -moz-animation: popUp 0.4s ease-in-out forwards;
    animation: popUp 0.4s ease-in-out forwards;
}

.akmanda-animation[data-animation="flip"].akmanda-animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    -moz-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

.akmanda-animation[data-animation="helix"].akmanda-animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    -moz-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

.akmanda-animation[data-animation="move-up"].akmanda-animate {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.akmanda-animation[data-animation="spin"].akmanda-animate {
    -webkit-animation: spin 0.65s ease forwards;
    -moz-animation: spin 0.65s ease forwards;
    animation: spin 0.65s ease forwards;
}

.akmanda-animation[data-animation="flip-x"].akmanda-animate {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation: flipX 0.65s ease forwards;
    -moz-animation: flipX 0.65s ease forwards;
    animation: flipX 0.65s ease forwards;
}

.akmanda-animation[data-animation="flip-y"].akmanda-animate {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation: flipY 0.65s ease forwards;
    -moz-animation: flipY 0.65s ease forwards;
    animation: flipY 0.65s ease forwards;
}

.akmanda-animation[data-animation="fade-from-left"] {
    left: -70px;
}

.akmanda-animation[data-animation="fade-from-right"] {
    right: -70px;
}

.akmanda-animation[data-animation="fade-from-bottom"] {
    bottom: -120px;
}

.akmanda-animation[data-animation="fade-from-left"], .akmanda-animation[data-animation="fade-from-right"] {
    margin: 0 auto;
}

.ie .akmanda-animation[data-animation="pop-up"].akmanda-animate, .ie .akmanda-animation[data-animation="flip"].akmanda-animate, .ie .akmanda-animation[data-animation="helix"].akmanda-animate, .ie .akmanda-animation[data-animation="fly"].akmanda-animate, .ie .akmanda-animation[data-animation="move-up"].akmanda-animate, .ie .akmanda-animation[data-animation="spin"].akmanda-animate, .ie .akmanda-animation[data-animation="flip-x"].akmanda-animate, .ie .akmanda-animation[data-animation="flip-y"].akmanda-animate {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-----------------------------------------------------------------------------------*/
/*  11. FLEXSLIDER
/*-----------------------------------------------------------------------------------*/

#main .flexslider {
    margin: 0 0 20px;
    background: #fff;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#main .flex-direction-nav a {
    border: 1px solid;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    line-height: 30px;
}

#main .flex-direction-nav a:before {
    font-size: 20px;
    padding: 5px 10px 0px;
}

#main .flex-direction-nav .flex-prev {
    right: -50px;
}

.wpcf7-submit {
    border: 1px solid #000000;
    padding: 10px 15px;
    width: auto;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wpcf7-submit:hover {
    background: #000000;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*  12. SHORTCODE
/*-----------------------------------------------------------------------------------*/

#main .su-spoiler-style-default > .su-spoiler-title {
padding-left: 27px;
padding-right: 0;
background: #000;
color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  12. MEDIA QUERY
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 970px) { 




.post-entry {
    margin-bottom: 40px;
}

.post-type-wrapper .icon, .bord {
margin-left: auto;
margin-right: auto;
}

.post-title, .post-date {
    text-align: center;
}

.more {
display: table;
margin: 0 auto;
}

.category-wrapper, .tag-wrapper {
    text-align: center;
}

.post-entry ul.footer-social {
text-align: center;
}

}

@media screen and (min-width: 320px) and (max-width: 768px) {
.logo {
    text-align: center;
    float: none !important;
}
nav.menu {
    display: none !important;
}
nav.menu.active {
    display: block !important;
}
#menu-mobile {
    display: block;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #000;
}
#mobile-menu {
    font-size: 30px;
    margin-top: 20px;
    margin-right: 20px;
    color: #000000;
}
.menu-mobile ul {
    list-style: none;
    padding: 0;
}
.menu-mobile ul li {
    padding: 5px 10px;
}
.menu-mobile ul > li:hover {
    background-color: #ffffff;
}

.menu-mobile ul>li>a {
    color: #fff;
    border-radius: 0;
}

.menu-mobile ul>li:hover>a {
    color: #000000;
}
.menu-mobile ul>li.page_item_has_children>a {
    color: #000000;
}
}