@charset "UTF-8";

/*
Theme Name: RARE-WP
Theme URI: http://themeforest.net/user/jonathan01
Description: RARE-WP Wordpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.3
Author: Jonathan Atkinson
Author URI: http://themeforest.net/user/jonathan01
Tags: translation-ready, theme-options, featured-images, post-formats

USE THIS STYLE SHEET EXCLUSIVELY FOR RARE-WP WORDPRESS

Copyright 2015 - Jonathan Atkinson
*/

/*------------------------------------------------------------------
[Table of contents]

 1. FontAwesome CSS
 2. Reset and Default WP Styling
 3. Jetpack Styling
 4. Comments, Form & Input Styling
 5. Card Styling
 6. Button Styling
 7. Typography
 8. Header Styles
 9. Main Styles
10. Cr3ativ Shortcode Theme Styling
11. Recommend This Shortcode Styling
11. Animations
11. Media Queries

-------------------------------------------------------------------*/
/* 1. FontAwesome CSS */

@import url("css/font-awesome.css");

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* 2. Reset and Default WP Styling */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 50px 0 100px 0;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
}
p {
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 4%;
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 3% 0;
}
h1.single {
    margin-top: 0px;
    float: left;
}
a:focus {
    outline: none;
}
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 500;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #fff4b1;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
pre {
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 3%;
    position: relative;
    /* font-family: "Roboto", sans-serif; */
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
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;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}
button,
input {
    line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    outline: none;
    margin-right: 5px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    }

th, td {
    text-align: left;
    }

table {
    margin-bottom: 5%;
    padding: 0;
    width: 100%;
    }

table thead th {
    font-weight: bold;
    }

table td,  table th {
    padding: 10px;
    }
a:hover,
a:active,
a:focus,
a.icon-button:hover,
a.icon-button:focus,
button:focus
 {
    outline: 0;
    border: none;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.clearbig {
    clear: both;
    height: 40px;
}
p:empty {
    display: none;
}
.small {
    font-size: 12px;
    font-style: italic;
}
.highlight {
    background-color: #fff4b1;
    padding: 2px 3px;
}
ins {
    padding: 2px 3px;
}
::selection {
    background: #000000;
    /* Safari */
    color: #ffffff;
}
::-moz-selection {
    background: #000000;
    /* Firefox */
    color: #ffffff;
}
* {
    /*/* font-family: "Roboto", sans-serif; */
    /*font-weight: normal;*/
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-top: 5px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
img.alignleft {
    margin: 10px 20px 10px 0;
    float: left;
}
.alignleft,
.wp-caption .alignleft {
    margin: 20px 20px 20px 0;
    float: left;
}
img.alignright {
    margin: 10px 0 10px 20px;
    float: right;
}
.alignright,
.wp-caption .alignright {
    margin: 20px 0 20px 20px;
    float: right;
    text-align: right;
}
.wp-caption {
    text-align: center;
    font-style: italic;
    max-width: 100%;
}
.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption .wp-caption-text {
    font-size: 12px;
    font-style: normal;
    margin: -8px 0 20px 0;
    padding: 10px;
}
.bdywrapper_single {overflow-x: hidden;}
.breakout {
  position:relative;
  display:table;
  width:100%;
  left:50%;
}
.breakout > * {
  position:relative; 
  margin-left:auto; 
  margin-right:auto;   
  left:-50% ;
}
.breakout img {   
    display:block;
  width:100%;
  max-width:100%;
  min-width:320px;
    margin: 50px 0;
}
.breakout .wp-caption {
    width: 100% !important;
}
.breakout .wp-caption-text {
    background-color: #fff;
    bottom: 0em;
    left: 2em;
    position: absolute;
    border-radius: 2px;
}
.owl-item img.alignnone {
    margin-left: 0;
    max-width: 100%;
}
.right_side_note {
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-right: -230px;
    max-width: 200px;
    text-align: left;
    line-height: 1.5em;
    margin-top: 11px;
    opacity: 0.9;
}
.left_side_note {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-left: -230px;
    max-width: 200px;
    text-align: right;
    line-height: 1.5em;
    margin-top: 11px;
    opacity: 0.9;
}
.right_side_note::before, .left_side_note::before {
    content: "\f016";
    display: block;
    font-family: FontAwesome;
    margin-bottom: 4px;
    margin-top: -6px;
}
.gallery-caption {
    margin-left: 0;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0 !important;
}
.gallery-icon img {
    border: 0px solid transparent !important;
    width: 100%;
    height: auto;
}
.gallery-caption,
.bypostauthor {
    margin: 0;
    padding: 0;
}
#wp-calendar {
    float: left;
    width: 100%;
    text-transform: none !important;
    font-size: 11px;
}
#wp-calendar a {
    text-transform: none !important;
    font-size: 11px;
}
#wp-calendar a:hover {
    text-decoration: none;
}
#wp-calendar caption {
    font-size: 11px;
    font-weight: 400;
    margin-top: -10px;
    padding: 20px 10px 15px 10px;
    text-align: left;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody td {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0px;
    text-align: center;
    font-size: 11px;
}
#wp-calendar tbody td:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wp-calendar tbody .pad {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    padding-top: 0;
    text-transform: uppercase;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar thead {
    background: transparent !important;
}
#wp-calendar tbody tr td#today {
    background-color: rgba(255, 255, 255, 0.04);
    font-weight: 600;
    border-radius: 5px;
}
.mejs-container {
    margin-bottom: 30px;
}
.wp-playlist .mejs-container {
    max-height: 100% !important;
    max-width: 100% !important;
}
.wp-audio-playlist .mejs-container {
    margin-top: 0px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-radius: 0 !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
    border-radius: 0px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
.mejs-controls .mejs-time-rail span {
    border-radius: 0 !important;
}
.mejs-container .mejs-controls .mejs-time {
    padding: 9px 3px 0 !important;
}
.mejs-container .mejs-controls {
    width: 99.99% !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}
.wp-playlist-light {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #C2CCD1 !important;
}
.wp-playlist-item-artist {
    font-size: 11px !important;
    text-transform: none !important;
}
.wp-playlist-item-album {
    font-style: normal !important;
}
.wp-playlist-caption .wp-playlist-item-title {
    font-size: 18px !important;
    text-transform: uppercase;
}
a.wp-playlist-caption,
a.wp-playlist-caption span.wp-playlist-item-title {
    font-size: 12px !important;
    font-weight: 400;
}
a.wp-playlist-caption:hover {
    border-bottom: 0px solid transparent !important;
}
.wp-playlist-item {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: -1px;
    border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
}
.wp-playlist-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.wp-playlist-item-length {
    top: 12px !important;
    right: 10px !important;
    font-size: 12px !important;
    font-weight: 400;
}
.wp-playlist-tracks,
.wp-playlist-caption {
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px;
    /* font-family: "Roboto", sans-serif; */
}
.wp-playlist-tracks {
    margin-top: 0px !important;
    padding-top: 0px;
}
.wp-playlist {
    padding: 0px !important;
    border: 0 solid rgba(0, 0, 0, 0) !important;
}
.wp-playlist-light .wp-playlist-item {
    padding: 10px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.wp-playlist .wp-playlist-current-item img {
    max-width: 100px !important;
}
.wp-playlist-current-item {
    height: 100px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}
.mejs-controls .mejs-button button {
    margin: 7px 9px !important;
}
.mejs-poster.mejs-layer {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
}
.mejs-overlay {
    height: 100% !important;
    width: 100% !important;
}
.mejs-container * {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px;
}
/* 3. Jetpack Styling */

p.jp-relatedposts-post-context,
p.jp-relatedposts-post-excerpt {
    padding: 0px !important;
}
a.jp-relatedposts-post-aoverlay:hover {
    text-decoration: none;
    border-bottom: none !important;
}
img.jp-relatedposts-post-img,
h4.jp-relatedposts-post-title {
    margin-bottom: 10px !important;
}
h3.sd-title:before,
h3.jp-relatedposts-headline em:before {
    border-top: none !important;
    margin-top: 30px;
}
p.jp-relatedposts-post-context {
    display: none;
}
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
    opacity: 1 !important;
}
div#infinite-handle {
    text-align: left;
    margin: 0 auto;
    padding: 50px 0 50px 20px;
    display: inline-block;
    width: 100%;
}
.content2 div#infinite-handle, .contentregular div#infinite-handle, .contentregular2 div#infinite-handle {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 50px 0px;
    display: inline-block;
    width: 100%;
}
div#infinite-handle span {
    display: none;
}
div#infinite-handle:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    top: 5px;
}
.content2 div#infinite-handle::before, .contentregular div#infinite-handle::before, .contentregular2 div#infinite-handle::before {
    margin-left: 0;
}
div#infinite-handle::after {
    content: "MORE POSTS";
    /* font-family: "Roboto", sans-serif; */
    font-size: 16px;
}
div#infinite-handle {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
/* Hides navigation links and site footer when infinite scroll is active */

.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */

.infinity-end.neverending #footer {
    display: block;
}
#infinite-handle span {
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 500;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
li.share-twitter a.share-twitter.sd-button.share-icon,
li.share-pinterest a.share-pinterest.sd-button.share-icon,
li.share-facebook a.share-facebook.sd-button.share-icon,
li.share-google-plus-1 a.share-google-plus-1.sd-button.share-icon,
li.share-email a.share-email.sd-button.share-icon, li.share-reddit a.share-reddit.sd-button.share-icon, li.share-linkedin a.share-linkedin.sd-button.share-icon, li.share-stumbleupon a.share-stumbleupon.sd-button.share-icon, li.share-tumblr a.share-tumblr.sd-button.share-icon, li.share-pocket a.share-pocket.sd-button.share-icon, li.share-print a.share-print.sd-button.share-icon
{
    text-transform: uppercase;
    display: inline-block;
    margin: 0 6px;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border: none;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    border: none !important;
}
.sd-content ul li:first-of-type {
    margin-left: -6px !important;
}
.sd-content ul li a:hover::after {
    background-color: transparent !important;
}
.sd-content ul li a:hover {
    text-decoration: none;
}
li.share-twitter a.share-twitter.sd-button.share-icon:hover,
li.share-pinterest a.share-pinterest.sd-button.share-icon:hover,
li.share-facebook a.share-facebook.sd-button.share-icon:hover,
li.share-google-plus-1 a.share-google-plus-1.sd-button.share-icon:hover,
li.share-email a.share-email.sd-button.share-icon:hover, li.share-reddit a.share-reddit.sd-button.share-icon:hover, li.share-linkedin a.share-linkedin.sd-button.share-icon:hover, li.share-stumbleupon a.share-stumbleupon.sd-button.share-icon:hover, li.share-tumblr a.share-tumblr.sd-button.share-icon:hover, li.share-pocket a.share-pocket.sd-button.share-icon:hover, li.share-print a.share-print.sd-button.share-icon:hover
{
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.2);
}
.sd-content ul li a.sd-button::before {
    top: 0 !important;
    font-size: 14px !important;
}
.sd-content ul li .option a.share-ustom span,
.sd-content ul li a.sd-button > span,
.sd-content ul li.advanced a.share-more span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li .digg_button > a span,
.sd-social-official .sd-content > ul > li > a.sd-button span,
.sd-social-text .sd-content ul li a.sd-button span {
    font-size: 14px;
    line-height: 14px !important;
}
h3.sd-title {
    display: none !important;
}
.sd-content {
    display: block;
    float: left;
    margin-top: 30px;
}
/* 4. Comments, Form & Input Styling */
textarea {
    margin: 0px;
    padding: 0px;
}
:focus, :active {
  outline-color: transparent;
  outline-style: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel],
textarea,
input[type=date] {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    background: transparent;
    border: none;
    font-size: 16px !important;
    -webkit-appearance: none;
    border-bottom: 2px solid rgba(102, 102, 102, 0.08);
    border-radius: 0px;
    padding: 0px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    background-color: rgba(255, 255, 255, .08);
    margin-top: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=date]:focus {
    outline: 0;
    border-radius: 0px;
}
select {
	margin: 0;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 0;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    width: 65%;
}
select {
    width:360px;
}
#bottom_sidebar_wrapper select {
    padding: 5px;
    line-height: 2em;
}
form.contact-form select {
    background: url('img/icon_select.png') no-repeat scroll 95% 16px rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(102, 102, 102, 0.3);
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
}
label {
    font-weight: 500 !important;
}
select option,
label,
label span {
    font-size: 12px !important;
}
.material-input input {
    width: 100%;
    position: relative;
    background: transparent;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    border-bottom: 2px solid rgba(102, 102, 102, 0.08);
    border-radius: 0px;
    padding: 0px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.material-input input:focus {
    outline: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
}
.material-input {
    margin: 40px 0;
    position: relative;
    width: 100%;
}
.material-input input:focus ~ span {
    width: 100%;
}
.material-input input:focus {
    outline: 0;
}
.material-input span {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: -1px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.2, 0, 0.03, 1);
    width: 0;
}
input[type="search"] {
    -webkit-appearance: none;
    width: 100%;
}
div.search {
    margin-left: 30px;
    max-width: 300px;
}
div.search:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: 8px;
}
.material-input .search input:focus ~ span,
.material-input .search input ~ span {
    max-width: 300px;
}
.material-input .search span {
    margin-left: 30px;
}
.material-input input:focus ~ label,
.material-input input:valid ~ label {
    top: -20px;
}
.material-input .search input[type="search"] ~ label {
    top: 0px;
    left: 30px;
}
.material-input textarea:focus ~ label,
.material-input textarea:valid ~ label {
    top: -20px;
}
.material-input .search input[type="search"]:focus ~ label {
    top: 0px;
    opacity: 0;
}
div.error.errorlabels {
    display: none !important;
}
p.form-allowed-tags {
    display: none;
}
.comment-author-avatar img {
    border-radius: 50% !important;
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
.commentlist li {
    background-color: white;
    border-radius: 3px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
ul.children li {
    box-shadow: none;
}
.commentwrap {
    padding: 30px 30px 10px 30px;
}
.commentlist li .borderwrap {
    padding: 10px 0;
    border-top: 1px solid rgba(102, 102, 102, 0.08);
}
.children {
    border-top: 1px solid rgba(102, 102, 102, 0.08);
}
.comment-notes {
    font-size: 16px;
}
.commentlist li:last-child .borderwrap {
    border-bottom: none;
}
.comment-reply-link {
    background-color: transparent;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
    right: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.commentlist li a::after {
    background-color: transparent !important;
}
.commentlist li a:hover {
    text-decoration: none;
}
.comment-meta {
    float: left;
    margin-top: -10px;
}
.comment-main {
    clear: both;
}
.comment-author {
    float: left;
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
}
.comment-date,
.comment-date a {
    font-size: 12px;
    opacity: .7;
    top: -12px;
}
.comment-date a:hover {
    text-decoration: none;
}
.comment-content {
    padding-top: 10px;
    font-size: 16px;
}
ul.children li .commentwrap {
    margin-left: 30px;
}
.commentlist {
    margin-bottom: 65px;
}
/* 5. Card Styling */

.card {
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    margin: 40px 0;
    text-align: left;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.card p {
    font-size: 16px;
    padding: 25px 25px 30px;
}
#overviewtext {
    font-size: 16px;
    padding: 0;
}
#overviewtext ul {
    margin: 0;
    padding: 0;
}
#overviewtext ul li {
    list-style: outside none none;
    padding: 20px 0;
    line-height: 1.4em;
    border-top: 1px solid rgba(102, 102, 102, 0.08);
}
.card p a,
.card .post_title a,
.card .more_posts a {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
.card p a:hover,
.card .post_title a:hover,
.card .more_posts a:hover {
    text-decoration: none;
}
.card p a:after,
.card .post_title a:after,
.card .more_posts a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -ms-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
.card p a:hover:after,
.card .post_title a:hover:after,
.card .more_posts a:hover:after {
    width: 100%;
}
.card .post_date {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    padding: 0px 25px 0px 25px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
}
.card .post_title {
    display: inline-block;
    font-size: 18px;
    padding: 0px 25px 0px 25px;
    margin: 0px;
}
#overviewtext .post_title a {
    font-size: 18px;
}
#overviewtext .post_title a:hover {
    text-decoration: none;
}
.card .more_posts {
    font-size: 16px;
    padding: 25px;
    border-top: 1px solid rgba(102, 102, 102, 0.08);
}
#overviewtext .more_posts a {
    font-size: 14px;
}
.card .more_posts:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 12px;
    margin: 0 0 0 10px;
}
.card-bar {
    width: 100%;
    position: relative;
    padding: 5px 25px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.08);
    line-height: 0;
}
.card-header {
    width: 100%;
    position: relative;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px 2px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.card-header2 {
    width: 100%;
    position: relative;
    height: 120px;
    background-image: url("background2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px 3px 0 0;
}
.cardgradient {
    background: rgba(33, 150, 243, 0.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 2px 2px 0 0;
}
.gradient2 {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 2px 2px 0 0;
}
.card-header p {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin: 0 0 20px;
}
.about_author {
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    padding: 40px 0 0 100px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-weight: 500;
}
.author_name {
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    position: absolute;
    padding: 40px 0 0 100px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-weight: 500;
}
.card-more {
    position: absolute;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
    right: 25px;
    top: 50px;
}
.card_avatar img {
    border-radius: 50% !important;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 25px;
    top: 30px;
}
.button-flat {
    display: inline-block;
    margin: 0.2em 0.3em 0.1em 0;
    padding: 12px 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none; 
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.button-flat:hover {
    text-decoration: none;
}
/* ROTATION OF ELEMENTS */

.rotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: .3s;
}
.rotate2 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .3s;
}
.opened {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: .3s;
}
.closed {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .3s;
}
/* 6. Button Styling */

.button,
input.button[type=submit],
input.submit[type=submit],
input.pushbutton-wide {
    display: inline-block;
    margin: 0.3em;
    padding: 12px 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 14px;
    text-align: center;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.fa {  backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.icon-button {
    padding: 0 17px 0 0;
    display: inline-block;
    margin: 0.3em;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: none; 
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.button {
    display: inline-block;
    margin: 0.3em;
    padding: 12px 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: none; 
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.main_image .icon-button {
    margin: 10px 0 0;
}
.button:hover,
.icon-button:hover,
input.button[type=submit]:hover,
input.submit[type=submit]:hover,
input.pushbutton-wide:hover {
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.green {
    background-color: #96cb4b;
}
.green:hover {
    background-color: #9ed54f;
}
.red {
    background-color: #F44336;
}
.red:hover {
    background-color: #f35d52;
}
.white {
    color: #010101;
}
.icon-button span.fa {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0 15px 0 0;
    padding: 12px 15px;
    font-weight: 500;
}
.icon-button span.fa:before {
    font-family: FontAwesome;
    margin-right: 3px;
}
.button span.fa {
    font-size: 14px;
    margin: 0 5px 0 0;
}
.button span.fa:before {
    font-family: FontAwesome;
    margin-right: 3px;
}
/* MATERIAL DESIGN RIPPLE */
.ripple-wrapper {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.white .ripple-wrapper, .white .ripple-wrapper {
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.1);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ripple-wrapper.animated {
	animation: ripple 0.65s linear;
	-webkit-animation: ripple 0.65s linear;
	-moz-animation: ripple 0.65s linear;
	-o-animation: ripple 0.65s linear;
}
.has-ripple {
	overflow: hidden;
	position: relative;
	user-select: none;
	outline: none;
	display: inline-block;
}
@keyframes ripple {
	100% {
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-webkit-keyframes ripple {
	100% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@-o-keyframes ripple {
	100% {
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@-moz-keyframes ripple {
	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}
/* MATERIAL NEXT PREVIOUS POSTS */

.footer_nav,
.left_nav,
.right_nav {
    box-sizing: border-box;
}
.footer_nav {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.footer_nav::after {
    clear: both;
    content: "";
    display: table;
}
.footer_nav a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-height: 165px;
}
.footer_nav a,
.footer_nav a:hover {
    text-decoration: none;
    font-size: 18px;
}
span.previous,
span.next {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    display: block;
}
span.next {
    margin-right: 6%;
}
span.previous {
    margin-left: 6%;
}
.left_nav {
    width: 50%;
    float: left;
    text-align: left;
    padding: 40px;
}
.right_nav {
    width: 50%;
    float: right;
    text-align: right;
    padding: 40px;
}
.right_nav .fa {
    font-size: 12px;
    margin-left: 0px;
    position: relative;
    top: 8px;
    display: inline-block;
    width: 6%;
    float: right;
}
.left_nav .fa {
    font-size: 12px;
    margin-right: 0px;
    position: relative;
    top: 8px;
    display: inline-block;
    width: 6%;
    float: left;
}
a.left_nav .title {
    display: block;
    float: left;
    width: 90%;
    line-height: 1.4em;
}
a.right_nav .title {
    display: block;
    float: right;
    width: 90%;
    line-height: 1.4em;
}
@media screen and (max-width: 768px) {
    .left_nav,
    .right_nav {
        display: inline-block;
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .right_nav .fa,
    .left_nav .fa {
        display: none;
    }
    span.previous,
    span.next {
        margin: 0px;
    }
}
/* 7. Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}
h2.comments_number, h3#reply-title {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 500;
}
h3#reply-title a {
    font-size: 18px !important;
    font-weight: 500;
}
#reply-title small a {
    float: right;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 5px 15px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border-radius: 2px;
    margin-top: -5px;
}
#reply-title small a:hover {
    text-decoration: none;
}
h1, h1 a, h1 a:hover {
    font-size: 32px;
}
h2, h2 a, h2 a:hover {
    font-size: 30px;
}
h3, h3 a, h3 a:hover {
    font-size: 28px;
}
h4, h4 a, h4 a:hover {
    font-size: 26px;
}
h5, h5 a, h5 a:hover {
    font-size: 24px;
}
h6, h6 a, h6 a:hover {
    font-size: 22px;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: disc inside;
    text-align: left;
    margin: 0;
}
ol li {
    list-style: decimal inside;
    text-align: left;
    margin: 0;
}
ul ul, ul ol, ol ul, ol ol {
    margin-left: 20px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
li {
    font-size: 18px;
    line-height: 2em;
}
li a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    width: auto;
}
li a:hover {
    text-decoration: none;
}
li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 2px;
    width: 0;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -ms-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
li a:hover:after {
    width: 100%;
}
ul li.list__item {
    list-style: none;
}
ul li.line {
    list-style: none;
    text-align: left;
    padding: 0px 15px;
    margin: 0 0 5px 0;
    display: block !important;
}
li.check {
    list-style-type: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
li.check:before {
    font-family: FontAwesome;
    content: '\f00c';
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    padding: 2px;
    font-size: 12px;
    line-height: 17px;
    border: 2px solid rgba(33, 150, 243, 0);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
li.check:hover:before {
    border: 2px solid rgba(33, 150, 243, 0.3);
    background-color: rgba(33, 150, 243, 0.1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
ul.noshow li {
    list-style: none;
}
.noshow {
    margin: 20px 0 40px;
}
hr {
    border: medium none;
    clear: both;
    margin-bottom: 40px;
    margin-top: 40px;
    min-width: 70px;
    width: 100%;
}
table td, hr {
    border-bottom: 1px solid rgba(102, 102, 102, 0.08);
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
blockquote::before {
    margin-bottom: 0;
    width: 10%;
    min-width: 70px;
    margin-top: 0px;
    content: "";
    display: inline-block;
}
blockquote, blockquote p {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding: 0;
    margin: 12px 0;
}
cite, p cite {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin: 0;
    opacity: .5;
    font-weight: 500;
    font-style: normal;
    width: 100%;
}
/* 8. Header Styles */

button {
    font-size: 16px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
}
.buttons button:focus {
    outline: none;
}
nav.menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 550;
}
nav.menu::-webkit-scrollbar {
    display: none;
}
body.sml-open nav.menu {
    box-shadow: 0 0px 80px rgba(0, 0, 0, 0.8);
}
div.close-menu {
    position: absolute;
    right: 22px;
    top: 7px;
    background-color: transparent;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
}
#top_sidebar_wrapper ul li div.close-menu a:hover::after {
    background-color: transparent;
}
div.close-menu:focus {
    outline: none;
}
.buttons {
    left: 30px;
    position: fixed;
    top: 30px;
    z-index: 501;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.buttons button {
    backface-visibility: hidden;
    border-radius: 71px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin: 0;
    padding: 19px 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.buttons button:hover {
    border-radius: 71px;
    box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.18), 0 0px 15px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.buttons button:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    content: "";
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px;
}
button.nav-toggler span {
    display: block;
    margin-top: 3px;
}
button.nav-toggler span:first-of-type {
    margin-top: 0px;
}
.icon-bar {
    display: block;
    width: 21px;
    height: 3px;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.2s ease-out 0s;
}
.buttons .nav-toggler:hover .icon-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 24px;
    height: 4px;
}
.buttons .nav-toggler:hover .icon-bar:nth-child(2) {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
}
.buttons .nav-toggler:hover .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* Top Wrapper including site title and navigation */

#top_logo {
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}
#top_logo img {
    margin-top: 25px;
    position: relative;
    z-index: 1;
}
#top_logo .gradient2 {
    opacity: 0.2;
    top: 0;
}
h1.site-title,
h1.site-title a {
    font-size: 24px;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
	font-family: "Nunito Sans", Sans-serif;
}
h1.site-title a:hover {
    text-decoration: none;
}
h2.tagline {
    font-size: 12px;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
h1.site-title,
h2.tagline {
    text-align: center;
	font-family: "Nunito Sans", Sans-serif;
}
nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
    top: 0;
    width: 420px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
nav.slide-menu-left li {
    display: block;
    padding: 0;
}
nav.slide-menu-left li:first-child {
    border-top: none;
}
nav.slide-menu-left li:last-child {
    border-bottom: none;
}
nav.slide-menu-left div.close-menu {
    text-align: right;
    width: auto;
}
nav.slide-menu-left {
    left: -420px;
}
body.sml-open nav.slide-menu-left {
    left: 0;
}
#top_sidebar_wrapper > ul {
    position: relative;
    top: -32px;
}
a.boxclose,
a.boxclose:hover {
    cursor: pointer;
}
#boxclose span.dashicons {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    font-size: 38px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-out 0s;
}
div.close-menu:hover #boxclose span.dashicons {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.18), 0 0px 15px 0 rgba(0, 0, 0, 0.15);
}
#top_sidebar_wrapper li.pagenav {
    margin-left: 20px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1.8em;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
}
#cssmenu > ul > li > a,
#cssmenu li.current-menu-ancestor li a,
#cssmenu li.current-menu-ancestor li.current_page_ancestor li a,
#cssmenu > ul > li > ul > li > a,
#cssmenu > ul > li > ul > li > ul > li > a,
#cssmenu > ul > li > ul > li > ul > li > ul > li > a, #cssmenu > ul.menu2 > li.current_page_item > ul > li > a, #cssmenu > ul.menu2 > li.current_page_item > ul > li > ul > li > a {
    border-left: 5px solid transparent;
}
#cssmenu li.has-sub ul li a span {
    padding-left: 20px;
}
#cssmenu {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu ul.menu2 ul {
    display: block;
}
#cssmenu > ul > li > a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: auto;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cssmenu ul li a:hover::after,
#top_logo ul li div.close-menu a:hover::after {
    background-color: transparent;
}
#cssmenu li.has-sub a, #cssmenu li.page_item_has_children a {
    background-image: url("img/more.png");
    background-position: 10px 18px;
    background-repeat: no-repeat;
    background-size: 4px 16px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cssmenu li.has-sub li a, #cssmenu li.page_item_has_children li a {
    background-image: none;
}
#cssmenu ul ul li a {
    cursor: pointer;
    padding: 15px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu ul ul ul ul li a {
    padding-left: 50px;
}
#cssmenu ul li ul {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1) inset;
}
#cssmenu ul {
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#cssmenu ul li ul li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#cssmenu ul li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
#cssmenu ul li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Bottom Wrapper including Widget Styling */

nav.menu.slide-menu-left h4 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
#bottom_sidebar_wrapper hr {
    display: block;
    float: left;
    left: 25px;
    position: relative;
}
#bottom_sidebar_wrapper ul li,
#bottom_sidebar_wrapper ol li,
#bottom_sidebar_wrapper,
#bottom_sidebar_wrapper p,
#bottom_sidebar_wrapper ul li a,
#bottom_sidebar_wrapper ol li a {
    font-size: 14px;
}
#bottom_sidebar_wrapper .search input {
    font-size: 14px !important;
}
#bottom_sidebar_wrapper .copyright a,
#bottom_sidebar_wrapper p a,
#bottom_sidebar_wrapper #calendar_wrap a, #bottom_sidebar_wrapper .tagcloud a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    width: auto;
    text-decoration: none;
}
.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-wrap {
    padding: 40px 20px;
}
.sidebar-wrap .material-input {
    margin: 0;
}
#bottom_sidebar_wrapper .copyright a:after,
#bottom_sidebar_wrapper p a:after,
#bottom_sidebar_wrapper #calendar_wrap a:after, #bottom_sidebar_wrapper .tagcloud a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -ms-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
#bottom_sidebar_wrapper a.ja-social-icon:after {
    background: transparent !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#bottom_sidebar_wrapper a.ja-social-icon {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#bottom_sidebar_wrapper .copyright a:hover:after,
#bottom_sidebar_wrapper p a:hover:after,
#bottom_sidebar_wrapper #calendar_wrap a:hover:after, #bottom_sidebar_wrapper .tagcloud a:hover:after {
    width: 100%;
}
#bottom_sidebar_wrapper ul li,
#bottom_sidebar_wrapper ol li {
    margin-left: 0;
    padding: 0px;
    line-height: 2em;
}
#bottom_sidebar_wrapper ul li a,
#bottom_sidebar_wrapper ol li a {
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    line-height: 2em;
    display: inline;
    padding-bottom: 7px;
}
#bottom_sidebar_wrapper ul,
#bottom_sidebar_wrapper ol {
    padding: 0;
}
#bottom_sidebar_wrapper p {
    padding: 0;
    clear: both;
    line-height: 1.6em;
}
#bottom_sidebar_wrapper a.ja-social-icon {
    display: block;
    width: 30px;
    opacity: 0.6;
}
#bottom_sidebar_wrapper a.ja-social-icon:hover {
    opacity: 1.0;
}
.copyright {
    font-size: 10px;
    padding: 25px 20px 20px 20px;
}
.copyright a {
    font-size: 10px;
}
#calendar_wrap {
    width: 98%;
    display: inline-block;
}
#bottom_sidebar_wrapper .material-input input,
#bottom_sidebar_wrapper .material-input textarea {
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 6px;
}
/* 9. Main Styles */
#video_background {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1000;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    }
#video_overlay {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    }
video::-webkit-media-controls {
  display:none !important;
}
body.single-post .main.single .content2 {
    top: 0;
}
.block-grid {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
    border: none;
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.block-grid img {
    position: relative;
    display: block;
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    width: 100%;
    height: auto;
}
.block-grid:hover img {
    opacity: 0.3;
}
.gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
}
.block-grid .gradient2 {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-grid:hover .gradient2 {
    opacity: 0.4;
}
.block-grid h2,
.post_info h2 {
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: none;
    line-height: 1.2em;
}
.post_info h1 {
    line-height: 1.3em;
    font-weight: 400;
}
.block-grid h2 {
    font-size: 20px;
}
.post_info h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: -5px;
}
h2.main-title a:hover { 
    text-decoration: none;
}
.block-grid .date,
.post_info .date {
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
}
.block-grid {
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.block-grid .date,
.block-grid .comment-count {
    position: absolute;
    right: 30px;
    left: 30px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.block-grid .icon-button {
    bottom: 0px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    left: 25px;
    z-index: 5;
    position: absolute !important;
}
.block-grid h2 {
    bottom: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.block-grid h2 {
    margin-top: -25px;
}
.block-grid .date {
    bottom: 60px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-weight: 500;
}
.block-grid:hover .date {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0);
}
.block-grid .comment-count {
    top: 20px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    font-size: 18px;
    line-height: 1em;
    padding: 10px 0;
}
.comment-count:before {
    background-image: url('img/comment.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 23px;
    height: 16px;
    position: relative;
    top: 2px;
}
span.sticky:before {
    content: "";
    display: inline-block;
    background-image: url('img/pin.png');
    background-repeat: no-repeat;
    background-size: 7px 16px;
    height: 16px;
    width: 7px;
    backface-visibility: hidden;
    background-position: 0 2px;
}
span.sticky {
    line-height: 1em;
    opacity: 1;
    padding: 4px 0 0 0;
    position: absolute;
    right: 30px;
    top: 27px;
    backface-visibility: hidden;
    height: 24px;
    width: 24px;
    text-align: center;
    z-index: 5;
    border-radius: 2px;
}
.block-grid:hover .comment-count {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    backface-visibility: hidden;
}
.block-grid .icon-button,
.block-grid .comment-count {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.block-grid:hover .icon-button {
    opacity: 0.99;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.block-grid:hover .comment-count {
    opacity: 0.99;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.icon-button {
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.post_info {
    float: left;
    width: 100%;
    text-align: left;
}
body.single-post .post_info, .post_latest_meta3 .post_info{
    bottom: 0px;
    left: 30px;
    position: absolute;
    width: 80%;
    line-height: 1em;
}
.post_info span.sticky {
    top: 0;
}
.main_image span.sticky {
    left: 0;
    top: -30px;
}
.content2 {
    position: relative;
    top: 560px;
}
.contentregular {
    position: relative;
    top: 120px;
    line-height: 1.6em;
}
.contentregular_page {
    position: relative;
    margin-top: 120px;
    line-height: 1.6em;
}
.contentregular2 {
    position: relative;
    top: 0px;
    line-height: 1.6em;
}
.related_posts .content2 {
    top: 0;
}
.content2 .post.type-post {
    width: 33.3333%;
    float: left;
}
.main_side2 {
    bottom: 0;
    color: rgba(0, 0, 0, 0.9);
    height: 560px;
    left: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
}
.main_side3 {
    bottom: 0;
    color: rgba(0, 0, 0, 0.9);
    height: 560px;
    left: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
}
.main_side_regular {
    bottom: 0;
    color: rgba(0, 0, 0, 0.9);
    height: 120px;
    left: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.post_latest_meta2 {
    position: absolute;
    bottom: 50px;
    left: 30px;
    max-width: 90%;
}
.post_latest_meta3 {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.post_latest_metaregular {
    left: 120px;
    max-width: 80%;
    position: absolute;
    top: 36px;
}
.main_side {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 45%;
    z-index: 500;
    color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
}
.content {
    margin-left: 45%;
    max-width: 55%;
}
#post-latest {
    clear: both;
    height: 100%;
    position: relative;
    width: 100%;
}
.main_image {
    background-size: cover;
    background-position: center center;
    display: block;
    height: 100%;
    position: relative;
}
.main_image {
    animation: smoothFade 2s;
  -moz-animation: smoothFade 2s;
  -webkit-animation: smoothFade 2s;
  -o-animation: smoothFade 2s;
}
body.home .main_image {
    animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
body.single-post .post_info, .post_latest_meta3 .post_info {
    animation: smoothFade 1s;
  -moz-animation: smoothFade 1s;
  -webkit-animation: smoothFade 1s;
  -o-animation: smoothFade 1s;
}
.main_image:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.main_image2 {
    display: block;
    height: 100%;
    position: relative;
}
.post_latest_meta {
    position: absolute;
    bottom: 50px;
    left: 30px;
    max-width: 90%;
}
.post_date {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.post_title {
    text-align: left;
    margin-top: 10px;
}
.post_latest_meta > hr {
    float: left;
    width: 50%;
}
.posted > hr {
    float: left;
    width: 7%;
}
.bdywrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.bdywrapper_single {
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
}
#pagination {
    display: none;
}
#pagination2 {
    clear: both;
    display: block;
    float: left;
}
.page-numbers.current {
    border-radius: 2px;
    font-size: 16px;
    line-height: 1em;
    padding: 4px 10px;
    text-align: center;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    background-color: transparent;
}
.page-numbers {
    border-radius: 2px;
    font-size: 16px;
    line-height: 1em;
    margin: 0 15px 0 0;
    padding: 4px 10px;
    text-align: center;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
a.page-numbers:hover { 
    text-decoration: none;
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.2);
}
.pagination {
    padding: 25px;
}
@media screen and (max-width: 50em) {
    .block-grid {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
.single_page_content {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 0;
    width: 750px;
}
.single_page_content [class^="fa-icon-"]::before, [class*=" fa-icon-"]::before {
    min-width: 40px;
}
#home_link .fa-icon-home {
    font-size: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.main_image2 #home_link .fa-icon-home {
    text-shadow: none;
}
#home_link a:hover {
    text-decoration: none;
}
#home_link {
    position: absolute;
    right: 30px;
    text-align: right;
    top: 45px;
    width: 10%;
}
.one_third {
    float: left;
    width: 33%;
}
.metadata {
    bottom: 45px;
    line-height: 1em;
    position: absolute;
    right: 36px;
    text-align: right;
    width: 20%;
}
.metadata > button {
    position: relative;
    top: 14px;
    background-color: transparent;
    padding: 0;
}
img.dotrotate, .card-more img.menu-rotate {
    height: auto;
    width: 6px;
}
.container {
    position: absolute;
    right: -10px;
}
.slider {
    /* complete liquid height based on the parent's height!! */
    height: 100%;
    /* only transition on transform properties which are hardware accelerated = way better performances */
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.slider.opened {
    /* visible */
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    float: right;
    margin-top: 85px;
}
.slider.closed {
    /* completely offscreen */
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.metaimagecred,
.metadate,
.metatags,
.metatags a,
.metacats,
.metacats a,
.readtime {
    font-family: roboto;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.readtime .fa-clock-o {
    font-size: 11px;
    position: relative;
    top: 0px;
}
.metatags a,
.metacats a {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    text-decoration: none;
    cursor: pointer;
    width: auto;
}
.metatags a:after,
.metacats a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -ms-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
.metatags a:hover:after,
.metacats a:hover:after {
    width: 100%;
}
/* 10. Cr3ativ Shortcode Theme Styling */
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 112% !important;
}
body .creativ-shortcode-video-embed {
    padding: 0 0 80px;
}
body .creativ-shortcode-tabpane {
    margin-top: -2px;
}
body .creativ-shortcode-tab-buttons a.active {
    border-bottom: none !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a, .creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a:hover {
    text-decoration: underline;
}
.mapp-iw .mapp-links a {
    font-size: 10px;
}
.mapp-layout p {
    font-size: 16px;
}
.mapp-iw .mapp-title {
    font-weight: 400 !important;
    font-size: 18px;
    margin-bottom: 10px;
}
.mapp-layout {
    border: 1px solid #d4d4d4;
    margin: 0 0 30px 0 !important;
}
body .creativ-shortcode-cols {
    overflow: visible!important;
}
body .creativ-shortcode-button,
body .creativ-shortcode-button:hover {
    border: 0px solid transparent!important;
    box-shadow: none !important;
    text-decoration: none;
}
body .creativ-shortcode-button[class^="fa-icon-"]:before,
body .creativ-shortcode-button[class*=" fa-icon-"]:before {
    margin-right: 0px;
    opacity: 1.0;
}
body .creativ-shortcode-button-colour-red:hover {
    background-color: #3B4147!important;
}
body .creativ-shortcode-button:active {
    top: 0px !important;
}
body .creativ-shortcode-toggle-active {
    border-color: #40474F!important;
}
body .creativ-shortcode-toggle {
    margin: 10px 0 0 0 !important
}
body .creativ-shortcode-tab-buttons a {
    text-transform: capitalize;
}
.ja-social-icon {
    border-radius: 2px !important;
    transition: background-color .2s ease-in-out !important;
    -o-transition: background-color .2s ease-in-out !important;
    -moz-transition: background-color .2s ease-in-out !important;
    -webkit-transition: background-color .2s ease-in-out !important;
}
.ja-social-icon-image a:hover,
.ja-social-icon-image:hover {
    border-bottom: 0px solid transparent;
    text-decoration: none !important;
}
.ja-social-icon:hover {
    border-bottom: 0px solid transparent;
}
body .creativ-shortcode-alertbox p {
    font-size: 18px !important;
    padding: 10px !important;
}
body .creativ-shortcode-alertbox[class^="fa-icon-"]:before,
body .creativ-shortcode-alertbox[class*=" fa-icon-"]:before {
    opacity: 1.0 !important;
}
body .creativ-shortcode-alertbox-colour-theme {
    border-radius: 0px!important;
    border: 0px solid transparent !important
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox p {
    font-size: 18px !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a {
    border-radius: 0px!important;
}
body .creativ-shortcode-pullright,
body .creativ-shortcode-pullleft {
    text-transform: capitalize !important;
    font-size: 24px !important;
}
body a.creativ-shortcode-button-colour-theme {
    display: inline-block !important;
    position: relative !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
    border: none !important; 
    text-align: center !important;
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-transform: uppercase;
}
.creativ-shortcode [class^="fa-icon-"]::before, .creativ-shortcode [class*=" fa-icon-"]::before {
    min-width: 40px;
}
.creativ-shortcode-button [class^="fa-icon-"]::before, .creativ-shortcode-button [class*=" fa-icon-"]::before {
    min-width: 0px;
}
body a.creativ-shortcode-button-colour-theme:hover {
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;
}
/* 11. Recommend This Shortcode Styling */

.dot-irecommendthis:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
}
.post_info .dot-irecommendthis {
    float: left;
    width: 100%;
    border-top: 0px solid rgba(102, 102, 102, 0.08) !important;
    padding: 0;
}
.single_page_content .dot-irecommendthis {
    border-top: 1px solid rgba(102, 102, 102, 0.08) !important;
    padding: 40px 0 0;
    float: left;
    width: 100%;
}
.dot-irecommendthis:hover {
    text-decoration: none;
}
.dot-irecommendthis-count,
.dot-irecommendthis-suffix {
    font-size: 14px;
}
.post_latest_meta3 .dot-irecommendthis:before,
.post_latest_meta3 .dot-irecommendthis-count,
.post_latest_meta3 .dot-irecommendthis-suffix, 
.post_latest_metaregular .dot-irecommendthis:before,
.post_latest_metaregular .dot-irecommendthis-count,
.post_latest_metaregular .dot-irecommendthis-suffix {
    font-size: 11px;
    font-weight: 500;
}


/* 12. Animations */

@keyframes smoothFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes smoothFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes smoothFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes moveIn {
  from {
    bottom: 30px;
  }

  to {
    bottom: 0px;
  }
}
@-moz-keyframes moveIn {
  from {
    bottom: 30px;
  }

  to {
    bottom: 0px;
  }
}
@-webkit-keyframes moveIn {
  from {
    bottom: 30px;
  }

  to {
    bottom: 0px;
  }
}


/* 13. Media Queries */

@media only screen and (max-width: 1024px) {
    .embed-container {
        position: relative;
        padding-bottom: 52.25%;
        /* 16/9 ratio */
        padding-top: 30px;
        /* IE6 workaround*/
        height: 0;
        overflow: hidden;
    }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    img {
        -ms-interpolation-mode: bicubic;
    }
    .right_side_note {
        display: inline-block;
        float: right;
        font-size: 13px;
        line-height: 1.5em;
        margin-right: -130px;
        max-width: 100px;
        opacity: 0.9;
        text-align: left;
    }
    .left_side_note {
        display: inline-block;
        float: left;
        font-size: 13px;
        line-height: 1.5em;
        margin-left: -132px;
        max-width: 100px;
        opacity: 0.9;
        text-align: right;
    }
    .owl-item img.alignnone {
        margin-left: 0;
        max-width: 100%;
    }
    .block-grid {
        max-height: 300px;
        min-height: 300px;
    }
    .single_page_content {
        width: 650px;
        max-width: 650px;
    }
    .post_info h1 {
        font-size: 24px;
    }
    .post_latest_metaregular {
        left: 110px;
        top: 44px;
    }
        .post_info h2 {
        font-size: 20px;
    }
    body.single-post .post_info {
        bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    
    .buttons { 
        left: 38px; 
    }
    body.single-post .post_info, .post_latest_meta3 .post_info {
        left: 38px; 
    }
    #home_link .fa-icon-home {
        right: 40px;
    }
    .post_latest_metaregular {
        max-width: 75%;
    }
    .single_page_content {
        max-width: 90%;
        width: 90%;
    }
    .right_side_note, .left_side_note {
        margin-left: 0;
        margin-right: 0;
        float: none;
        max-width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 3px;
    }
    .right_side_note::before, .left_side_note::before {
        margin: 0 10px 0 0;
        display: inline;
    }
    .owl-item img.alignnone {
        margin-left: 0;
        max-width: 100%;
    }
    .block-grid {
        margin-bottom: -8px;
        margin-top: 0;
    }
    div#infinite-handle {
        margin-top: -10px;
    }
    .block-grid {
        min-height: 300px;
        max-height: 300px;
    }
    body.single-post .post_info {
        max-width: 90%;
        width: 90%;
        left: 40px;
    }
    .post_latest_meta2 {
        max-width: 700px;
    }
    .content {
        margin-left: 0;
        max-width: 100%;
        position: relative;
        top: 560px;
    }
    .main_side {
        height: 560px;
        position: absolute;
        width: 100%;
    }
    .metadata {
        display: none;
    }
    .post_latest_meta {
        left: 40px;
    }
    .block-grid .date, .block-grid .comment-count {
        left: 40px;
    }
    .block-grid .icon-button {
        left: 35px;
    }
    .content2 .block-grid .date, .content2 .block-grid .comment-count {
        left: 20px;
    }
    .content2 .block-grid .icon-button {
        left: 15px;
    }
    a.left_nav .title {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    a.right_nav .title {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .footer_nav a {
        min-height: 145px;
    }
}
@media only screen and (max-width: 640px) {

    .main_side, .main_side2 {
        height: 460px;
    }
    .content, .content2 {
        top: 460px;
    }
    body.sml-open nav.slide-menu-left {
        width: 100%;
    }
    .post_latest_metaregular {
        max-width: 65%;
        top: 38%;
    }
    .post_info h1 {
        font-size: 20px;
    }
    body.single-post .post_info {
        max-width: 65%;
    }
    .post_latest_meta3 .post_info {
        margin-top: -40px;
    }
    .single_page_content {
        max-width: 88%;
        width: 88%;
    }
    img.alignright, img.alignleft {
        float: none;
        margin: 0;
    }
    .one_third {
        float: none;
        width: 100%;
    }
    body.single-post .post_info {
        margin-top: -25px;
    }
    .post_latest_meta2 {
        left: 7%;
        max-width: 100%;
    }
    .content2 .post.type-post {
        float: none;
        width: 100%;
    }
    
}
@media only screen and (max-width: 360px) {
    .post_latest_metaregular {
        max-width: 58%;
    }
    .buttons {
        left: 5px;
    }
    #home_link .fa-icon-home {
        right: 5px;
    }
    .post_latest_meta2 {
        top: 50%;
    }
    .main_side, .main_side2 {
        height: 360px;
    }
    .content, .content2 {
        top: 360px;
    }
    .post_info h1 {
        font-size: 22px;
    }
    body.single-post .post_info {
        margin-top: -35px;
    }
    .container {
        max-width: 35%;
    }
    body.single-post .post_info {
        max-width: 75%;
    }
    .slider.closed {
        background-color: rgba(0, 0, 0, 0.35);
        padding: 10px;
    }
}
/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {

    .buttons {
        left: 20px;
    }
    #home_link .fa-icon-home {
        right: 10px;
    }
    body.single-post .post_info {
        margin-top: -55px;
    }
    .post_latest_meta {
        left: 20px;
    }
    .block-grid .date, .block-grid .comment-count, body.single-post .post_info {
        left: 20px;
    }
    .block-grid .icon-button {
        left: 15px;
    }
    .single_page_content {
        max-width: 90%;
        width: 90%;
    }
    body.single-post .post_info {
        max-width: 90%;
    }
    .post_latest_metaregular {
        left: 90px;
        top: 44px;
    }
    body .creativ-shortcode-video-embed {
        padding: 0 0 40px;
    }
    .sd-content ul li {
        line-height: 3em;
    }

}
/*iPhone 6+ Landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
    .main_side {
        height: 350px;
    }
    .content {
        top: 350px;
    }
}