/**
 * Theme Name: VT Grid Mag Pro
 * Theme URI: http://volthemes.com/theme/vt-grid-mag-pro/
 * Author: VolThemes
 * Author URI: http://volthemes.com/
 * Description: VT Grid Mag is a clean, minimalistic and responsive WordPress theme. featuring a two-column and three-column grid-layout. VT Grid Mag offers additional two custom widget i.e. Social Profile and Latest Posts and also including changing the color scheme. The theme options are powered by Customizer.
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: vt-grid-mag-pro
 * Domain Path: /languages/
 * Tags: blog, magazine, photography, right-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 */
 
/**
 * TABLE OF CONTENTS:
 *
 * 1.0 - Reset
 * 2.0 - Global
 * 3.0 - Header
 * 5.0 - Navigations
 * 6.0 - Main
 * 7.0 - Featured Slider
 * 8.0 - Content
 * 9.0 - Widgets
 * 10.0 - Comments
 * 11.0 - Footer
 * 12.0 - Backtotop
 * 13.0 - Media Queries
 * 14.0 - Misc.
 */
/*
 *  1.0 - Reset
 *
 *  Resetting and rebuilding styles have been helped along thanks to the fine
 *  work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 *-------------------------------------------------------------------------*/
*, *:hover, *:focus, *:active {
	outline: none;
	outline-style: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	-ms-font-smoothing: antialiased !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
address,
cite,
dfn,
em,
i {
    font-style: italic;
}
mark,
ins {
    background: #FFA;
    text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre,
code {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
legend {
    white-space: normal;
}
button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
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: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
table th {
	font-weight: bold;
	padding: 10px 10px 10px 0;
	text-align: left;
}
table td {
	padding: 10px 10px 10px 0;
}
table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
hr {
    background-color: #CCC;
    border: 0;
    height: 1px;
}
embed,
iframe,
object,
video {
    max-width: 100%;
}
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}

/*
 *	2.0 - Global
 *-------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body,
button,
input,
select,
textarea {
	border: 1px solid #ccc;
    color: #5A5A60;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
}
a {
    color: #3F72D8;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    color: #1C1C1D;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
	margin: 15px 0;
}
p ~ h1,
p ~ h2,
p ~ h3,
p ~ h4,
p ~ h5,
p ~ h6 {
    margin-top: 32px;
}
h1 {
    font-size: 25px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}
table,
th,
td {
    border: 1px solid #ececec;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th,
td {
    border-width: 0 1px 1px 0;
    padding: 5px;
}
del {
    color: #9DA2A6;
}
hr {
    background-color: #ECECEC;
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
p,
pre,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery,
.wp-audio-shortcode,
.wp-video-shortcode,
img.alignnone {
    margin-bottom: 24px;
}
p:last-child {
    margin-bottom: 0;
}
p img.alignnone:last-child {
    margin-bottom: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    background-color: #fff;
    border: 2px solid #ECECEC;
    color: #5A5A60;
    display: inline-block;
    padding: 6px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: auto;
}
textarea {
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #1C1C1D;
    border: 2px solid #1C1C1D;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background-color: #3F72D8;
    border-color: #3F72D8;
    color: #fff;
}
select {
    display: inline-block;
    padding: 3px 8px;
}
.search-form {
    margin-bottom: 0;
    position: relative;
}
.search-form .search-submit {
    display: none;
}
.search-form .search-field {
    width: auto;
}
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
[hidden],
.hide {
    display: none;
}
.sticky,
.bypostauthor {} .alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 8px 24px 8px 0;
}
.wp-caption.alignleft {
    margin: 8px 14px 8px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 8px 0 8px 24px;
}
.wp-caption.alignright {
    margin: 8px 0 8px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 8px;
    margin-bottom: 8px;
}
.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
    position: relative;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.gallery-caption,
.wp-caption-text {
    color: #9DA2A6;
    font-style: italic;
    font-size: 0.875em;
    margin-top: 4px;
}
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption,
.gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-3 .wp-caption-text,
.gallery-columns-4 .wp-caption-text,
.gallery-columns-5 .wp-caption-text,
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
    display: none;
}
.gallery-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
}
.gallery-item img {
    width: 100%;
    *width: auto;
    height: auto;
    padding: 1px;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-bottom: 16px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.mejs-poster {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.required {
    color: red;
}
.gallery:before,
.gallery:after,
.wp-audio-shortcode:before,
.wp-audio-shortcode:after,
.wp-video-shortcode:before,
.wp-video-shortcode:after,
.clearfix:before,
.row:before,
.container:before,
.comment-content:before,
.clearfix:after,
.row:after,
.container:after,
.comment-content:after {
    content: "";
    display: table;
}
.gallery:after,
.wp-audio-shortcode:after,
.wp-video-shortcode:after,
.clearfix:after,
.row:after,
.container:after,
.comment-content:after {
    clear: both;
}
.row {
    width: 100%;
}
.container {
    margin: 0 auto;
    position: relative;
    width: 1021px;
}
.menu-toggle {
    background-color: #3F72D8;
    color: #fff;
    display: none;
    position: fixed;
    z-index: 1000009;
    right: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.menu-toggle .fa {
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
}
.menu-toggle:hover {
    background-color: #3F72D8;
    color: #fff;
}
.admin-bar .menu-toggle {
    top: 48px;
}
/**
 * Commons Classes.
 */

body,
button,
input,
select,
textarea,
.related-posts ul li h5,
.vt-posts-widget .item .item-content h5 {
    font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-navigation,
.more-link span,
.taxonomy-wrap,
.tagcloud,
.comment-form .form-submit input,
.comment-body .reply {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related-posts .related-title,
.widget-title,
.comment-title,
.comment-reply-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related-posts .related-title,
.widget-title,
.comment-title,
.comment-reply-title,
.related-posts .related-title a,
.widget-title a,
.comment-title a,
.comment-reply-title a {
    color: #1C1C1D;
}
.site-title a:hover,
.site-navigation ul li:hover > a,
.vt-social-widget a:hover,
.comment-reply-title a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*
 *	3.0 - Header
 *-------------------------------------------------------------------------*/
.site-header {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.site-header .overlay {
    padding: 8px;
}
.header-image .site-header .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
.title-area {
    display: block;
    margin: 0;
    padding: 68px 20px 32px;
    text-align: center;
}
.site-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.site-title,
.site-title a {
    color: #3F72D8;
}
.site-title img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/*
 *	5.0 - Navigations
 *-------------------------------------------------------------------------*/

.site-navigation {
    display: block;
    margin: 0 20px;
    padding: 0;
    text-align: center;
}
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-navigation ul li {
    display: inline-block;
    position: relative;
}
.site-navigation ul li a {
    color: #5A5A60;
    display: block;
    padding: 10px 20px;
}
.site-navigation ul li:hover > ul {
    display: block;
}
.site-navigation ul ul {
    background-color: #1C1C1D;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -86px;
    width: 172px;
    padding: 7px 0;
    text-align: center;
    font-size: 0.9em;
    z-index: 999;
}
.site-navigation ul ul li:first-child {
	padding-top: 5px;
}
.site-navigation ul ul li {
    display: block;
	padding: 0 7px;
	text-align: left;
    width: 100%;
}
.site-navigation ul ul li a {
    color: #fff;
    padding: 6px;
    line-height: 20px;
}
.site-navigation ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 0;
}
.site-navigation > ul > li.menu-item-has-children > ul:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #1C1C1D;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.site-preview .site-navigation > ul > li.menu-item-has-children > ul:before {
    display: none;
}

/*
 *	6.0 - Main
 *-------------------------------------------------------------------------*/
.site-main {
    display: block;
    padding: 20px 0 80px;
    min-height: 400px;
}
.content-area {
    display: block;
    float: left;
    width: 66.66667%;
}
.left-sidebar .content-area {
    float: right;
}
.layout-two-columns-fully .content-area,
.layout-three-columns .content-area,
.full-width .content-area {
    float: none;
    width: 100%;
}
.widget-area {
    display: block;
    float: right;
    width: 33.33333%;
    margin: 0;
    padding: 20px;
}
.left-sidebar .widget-area {
    float: left;
}
.layout-two-columns-fully .widget-area,
.layout-three-columns .widget-area,
.widget-area .full-width {
    display: none;
}
.page-header {
    display: block;
    margin: 20px;
    padding: 0;
}
.page-content {
    display: block;
    margin: 20px;
    padding: 0;
}
.page-content .search-form .search-field {
    width: 100%;
    max-width: 500px;
}
.page-title {
    font-size: 19px;
    text-transform: uppercase;
}
.taxonomy-description {
    margin: 0;
    padding: 0;
}
.taxonomy-description p {
    margin: 12px 0 0;
}
.pagination {
    display: block;
    margin: 40px 20px 0;
    text-align: center;
}
.pagination .page-numbers,
.pagination .next, 
.pagination .nav-previous,
.pagination .nav-next  {
    display: inline-block;
    background-color: #3F72D8;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 13px;
    text-transform: uppercase;
}
.pagination .nav-previous a,
.pagination .nav-next a {
    color: #fff;
}
.pagination .next:hover,
.pagination .page-numbers:hover,
.pagination .nav-previous:hover,
.pagination .nav-next:hover {
    background-color: #1C1C1D;
    color: #fff;
}
.infinite-scroll .pagination {
    display: none !important;
}
#infinite-handle {
    text-align: center;
    margin: 60px 20px 0;
    float: none;
}
#infinite-handle span {
    background-color: #3F72D8;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 16px;
    text-transform: uppercase;
}
#infinite-handle span:hover {
    background-color: #1C1C1D;
    color: #fff;
}
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
    text-transform: uppercase;
    color: #fff;
}
.infinite-loader {
    color: #3F72D8;
    text-align: center;
    margin: 60px auto -40px;
    width: 40px;
}

/*
 *	7.0 - Featured Slider
 *-------------------------------------------------------------------------*/
.featured-area {
	margin-bottom: 20px;
	max-height: 500px;
	overflow: hidden;
	padding: 0 20px;
}
.slider .slide-item {
	background-position: center center;
    background-size: cover !important;
    min-height: 500px;
    position: relative;
}
.slider .slide-item-text {
	background: rgba(0, 0, 0, 0.18);
	display: table-cell;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}
.slider .post-text-inner {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50px;
	vertical-align: middle;
}
.slide-item-text .post-cats {
	color: #fff;
}
.slide-item-text .post-cats > a {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.slider .post-meta a {
	color: #eee;
}
.slide-item .post-excerpt {
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 15px;
	text-align: justify;
}
.slide-item .feat-more:hover {
	background: rgba(0, 0, 0, 0.15);	
}
.slide-item .feat-more {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 3px;
	padding: 10px 13px 12px 14px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}
.slider .owl-controls .owl-pagination {
    bottom: 35px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.slider .owl-controls .owl-page {
    background: #aaa;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}
.slider .owl-controls .owl-page.active {
    background-color: #f88e86;
}
.slide-item .post-title > a {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.slide-item .post-title {
	line-height: 45px;
}
.slide-item .post-title a {
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
}
.slider .owl-nav > div {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0 2px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slider .owl-nav > div.owl-prev {
    right: 75px;
}
.slider .owl-nav > div.owl-next {
    right: 30px;
}
.slider .owl-nav > div:hover {
    background-color: #f88e86;
}
.slide-content {
    border-radius: 2px;
    bottom: 30px;
    left: 30px;
    position: absolute;
}
.slide-content .post-cats {
    margin: 0;
}
.slide-content .post-cats > a {
    color: #fff;
}
.slide-content .post-title {
    position: relative;
    margin: 0;
}
.slide-content .post-title > a {
    color: #fff;
}
.slide-content .post-meta .post-date time {
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    text-transform: uppercase;
}
.slide-item-text .post-meta > a {
	margin: 0 10px 0 0;
}

.slide-content .post-meta .socials li a {
    color: #fff;
}
 
 /*
 *	8.0 - Content
 *-------------------------------------------------------------------------*/
.hentry {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px;
}
.post-media {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
    height: auto;
    width: 100%;
}
.post-media img,
.post-media iframe,
.post-media object,
.post-media embed,
.post-media .gallery,
.post-media .gallery-item,
.post-media .wp-audio-shortcode,
.post-media .wp-video-shortcode {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.format-audio .post-media iframe {
    min-height: 166px;
}
.post-media .gallery-item {
    display: none;
}
.post-media .gallery-item:first-child {
    display: block;
}
.post-media .owl-prev,
.post-media .owl-next {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    z-index: 5;
}
.post-media .owl-next {
    right: 0;
}
.post-media .owl-prev {
    left: 0;
}
.post-media .gallery-caption,
.post-media .wp-caption-text {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 6;
    font-size: 0.9em;
    padding: 4px 7px;
    font-style: normal;
}
.post-media .gallery-caption a,
.post-media .wp-caption-text a {
    color: #3F72D8;
    text-decoration: underline;
}
.entry-header {
    margin: 0 0 14px;
}
.entry-title {
    margin: 0;
    padding: 0;
}
.entry-title,
.entry-title a {
    color: #1C1C1D;
}
.entry-title a:hover {
    color: #3F72D8;
}
.single .entry-title,
.page .entry-title {
    font-size: 28px;
}
.entry-content a,
.comment-content a,
.widget-text a,
.vt-about-widget .about-text a {
    color: #3F72D8;
}
.entry-content a:hover,
.comment-content a:hover,
.widget-text a:hover,
.vt-about-widget .about-text a:hover {
    text-decoration: underline;
}
.entry-content blockquote,
.comment-content blockquote,
.widget-text blockquote,
.vt-about-widget .about-text blockquote {
    color: #1C1C1D;
    margin-left: 32px;
    margin-right: 20px;
    margin-bottom: 32px;
    font-style: italic;
    font-size: 1.25em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.widget-text h1,
.widget-text h2,
.widget-text h3,
.widget-text h4,
.widget-text h5,
.widget-text h6,
.vt-about-widget .about-text h1,
.vt-about-widget .about-text h2,
.vt-about-widget .about-text h3,
.vt-about-widget .about-text h4,
.vt-about-widget .about-text h5,
.vt-about-widget .about-text h6 {
    margin-bottom: 8px;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol,
.widget-text ul,
.widget-text ol,
.vt-about-widget .about-text ul,
.vt-about-widget .about-text ol {
    margin: 0 0 32px 46px;
}
.entry-content ul,
.comment-content ul,
.widget-text ul,
.vt-about-widget .about-text ul {
    list-style: disc;
}
.entry-content ol,
.comment-content ol,
.widget-text ol,
.vt-about-widget .about-text ol {
    list-style: decimal;
}
.entry-content pre,
.comment-content pre,
.widget-text pre,
.vt-about-widget .about-text pre {
    margin: 32px;
    margin-right: 0;
    color: #9DA2A6;
}
.more-link {
    display: block;
    margin: 20px 0 5px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.more-link span {
    display: inline-block;
    color: #1C1C1D;
    font-style: italic;
    border-bottom: 1px solid #1C1C1D;
	text-transform: capitalize;
}
.more-link span:hover {
    border-color: #3F72D8;
}
.taxonomy-wrap {
    color: #9DA2A6;
    margin: 40px 0 0;
}
.cat-links ~ .tag-links {
    margin-top: 0;
}
.entry-footer {
    color: #9DA2A6;
    margin: 20px 0 0;
}
.share-meta {
    display: block;
    float: left;
}
.share-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.share-meta ul li {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}
.share-meta ul li a {
    color: #9da2a6;
    display: block;
    font-size: 15px;
    line-height: 15px;
}
.share-meta .facebook-share:hover {
    color: #3b5998;
}
.share-meta .twitter-share:hover {
    color: #55acee;
}
.share-meta .google-plus-share:hover {
    color: #dc4e41;
}
.share-meta .pinterest-share:hover {
    color: #bd081c;
}
.like-meta {
    display: block;
    float: right;
    margin-left: 12px;
    line-height: 24px;
}
.like-meta,
.like-meta a {
    color: #9DA2A6;
}
.like-meta .dot-irecommendthis {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.like-meta .dot-irecommendthis-count {
    position: relative;
}
.like-meta .dot-irecommendthis-count:before {
    content: "\f004";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}
.like-meta .dot-irecommendthis-suffix {
    display: none !important;
}
.like-meta .dot-irecommendthis:hover,
.like-meta .dot-irecommendthis.active {
    color: #d77777 !important;
}
.comments-link-meta {
    display: block;
    float: right;
    margin-left: 12px;
    line-height: 24px;
}
.comments-link-meta,
.comments-link-meta a {
    color: #9DA2A6;
}
.comments-link-meta a:hover {
    color: #3F72D8;
}
.comments-link-meta .fa {
    font-size: 15px;
    margin-right: 4px;
}
.date-meta {
    display: block;
    float: right;
    margin-left: 0;
    margin-right: 8px;
    line-height: 24px;
}
.hide-post-share .date-meta {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.loop {
    margin-bottom: 40px;
    padding-bottom: 43px;
    border-bottom: 3px double #ECECEC;
}
.grid-item {
    margin: 0;
    padding-bottom: 26px;
    width: 50%;
    border: 0;
}
.layout-three-columns .grid-item {
    width: 33.33333%;
}
.grid-item .date-meta {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.grid-item .entry-header {
    margin-bottom: 10px;
}
.grid-item .post-media .gallery-caption,
.grid-item .wp-caption-text {
    display: none;
}
.related-posts {
    display: block;
    margin: 20px 10px;
}
.related-posts .related-title {
    margin-left: 10px;
    margin-right: 10px;
}
.related-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-posts ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 33.33333%;
    float: left;
}
.related-posts ul li .vt-grid-mag-pro-thumb-link {
    display: block;
    margin: 0 0 8px;
}
.related-posts ul li .vt-grid-mag-pro-thumb-link,
.related-posts ul li .vt-grid-mag-pro-thumb-link img {
    width: 100%;
    height: auto;
}
.related-posts ul li h5 {
    font-weight: normal;
}
.related-posts ul li h5:first-letter {
    font-weight: bold;
}
.related-posts ul li h5,
.related-posts ul li h5 a {
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5A5A60;
    line-height: 1.4;
}
.related-posts ul li h5 a:hover {
    color: #3F72D8;
    text-decoration: underline;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin: 20px;
	overflow: hidden;
	padding: 20px 0;
}
.author-description h2 {
	margin-top: 0;
}
.author-description h2 {
	margin-bottom: 7px;
	margin-top: 0;
}
.author-description p {
	color: #757575;
	line-height: 1.5;
}
.author-social {
	color: #9da2a6;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/*
 *	9.0 - Widgets
 *-------------------------------------------------------------------------*/
.widget {
    display: block;
    margin: 0 0 20px;
    position: relative;
    padding: 0;
}
.widget a {
    color: #5A5A60;
}
.widget a:hover {
    color: #3F72D8;
    text-decoration: underline;
}
.widget select {
    width: 100%;
}
.widget-title {
    margin-bottom: 12px;
}
.tagcloud a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    background-color: #f4f4f4;
    margin: 0 3px 3px 0;
    float: left;
}
.tagcloud a:hover {
    background-color: #3F72D8;
    color: #fff !important;
    text-decoration: none;
}
.widget_recent_comments ul li {
    font-style: italic;
    color: #9DA2A6;
}
.widget_recent_comments ul li .comment-author-link,
.widget_recent_comments ul li a {
    color: #5A5A60;
}
.widget_recent_comments ul li a:hover {
    color: #3F72D8;
}
.widget_search .search-field {
    float: none;
    width: 100%;
}

.vt-ad-widget {
    padding: 0 !important;
}
.vt-ad-widget img {
    width: 100%;
    height: auto;
}

/* 9.1 - Social Widget */
.vt-social-widget a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    background-color: #ECECEC;
    color: #fff !important;
    text-align: center;
    line-height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 7px 10px 0;
}
.vt-social-widget a:hover {
    color: #fff;
}
.vt-social-widget .facebook-link {
    background-color: #3b5998;
}
.vt-social-widget .twitter-link {
    background-color: #55acee;
}
.vt-social-widget .google-plus-link {
    background-color: #dc4e41;
}
.vt-social-widget .pinterest-link {
    background-color: #bd081c;
}
.vt-social-widget .linkedin-link {
    background-color: #0077b5;
}
.vt-social-widget .instagram-link {
    background-color: #405de6;
}
.vt-social-widget .dribbble-link {
    background-color: #ea4c89;
}
.vt-social-widget .behance-link {
    background-color: #1769ff;
}
.vt-social-widget .youtube-play-link {
    background-color: #cd201f;
}
.vt-social-widget .vimeo-link {
    background-color: #1ab7ea;
}

/* 9.2 - Instagram Widgets */
.widget .instagram-wrap {
	overflow: hidden;
}
.instagram-title {
	color: #999;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 30px;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	text-align: right;
}
ul.instagram-pics {
	text-align: center;
}
.instagram-pics li {
	display: inline-block;
	float: left;
	line-height: 0.3;
	padding: 0 0.1em 0.1em 0;
}
.null-instagram-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.null-instagram-feed ul li {
    display: inline-block;
    width: 33.33333%;
    padding: 2px;
    border: 0;
    margin: 0;
}
.null-instagram-feed ul li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.null-instagram-feed p {
    display: block;
    margin: 10px 0 -5px;
    font-style: italic;
    text-align: right;
}

/* 9.3 - Latest Post Widgets */
.vt-posts-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vt-posts-widget ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 0;
}
.vt-posts-widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.vt-posts-widget .item .vt-grid-mag-pro-thumb-link {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 80px;
}
.vt-posts-widget .item .vt-grid-mag-pro-thumb-link img {
    width: 100%;
    height: auto;
    min-height: 70px;
    border: 2px solid #ECECEC;
}
.vt-posts-widget .item .item-content {
    display: block;
    float: left;
    margin-left: 100px;
    margin-right: 0;
}
.vt-posts-widget .item .item-content h5 {
    margin: 0;
    font-weight: normal;
}
.vt-posts-widget .item .item-content span {
    display: block;
    color: #9DA2A6;
    margin: 7px 0 0;
    font-size: 0.875em;
}

/*--- Recent Comments Widget ---*/
.widget ul .vt-widget-latest {
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 10px;
}
.widget ul .vt-widget-latest:last-of-type {
    margin-bottom: 0
}
.widget ul .vt-widget-latest .vt-widget-latest-left {
    float: left;
    margin-right: 20px;
}
.widget ul .vt-widget-latest .vt-widget-latest-right {
    overflow: hidden
}
.widget ul .vt-widget-latest .vt-widget-latest-right p {
	margin-bottom: 0
}
.widget ul .vt-widget-latest .vt-widget-latest-right .vt-post-date {
	font-size: 10px;
}
.widget ul .vt-widget-latest .vt-widget-latest-right .vt-widget-latest-comment-author {
	text-transform: uppercase;
	color: #767676;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 16px;
	margin: 0 0 5px;
}
.widget ul .vt-widget-latest .vt-widget-latest-right h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.widget_latest_tweets_widget .latest-tweets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_latest_tweets_widget .latest-tweets ul li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
}
.widget_latest_tweets_widget .latest-tweets ul li:before {
    content: "\f099";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #55acee;
    position: absolute;
    left: 0;
    top: 4px;
}
.widget_latest_tweets_widget .latest-tweets ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget_latest_tweets_widget .latest-tweets p {
    margin-bottom: 12px;
}
.widget_latest_tweets_widget .latest-tweets p a {
    color: #3F72D8;
}
.widget_latest_tweets_widget .latest-tweets p a:hover {
    text-decoration: underline;
}
.widget_latest_tweets_widget .latest-tweets p:last-child {
    margin-bottom: 0;
}
.widget_latest_tweets_widget .latest-tweets .tweet-details {
    font-size: 0.9em;
}
.widget_latest_tweets_widget .latest-tweets .tweet-details,
.widget_latest_tweets_widget .latest-tweets .tweet-details a {
    color: #9DA2A6;
}
.widget_latest_tweets_widget .latest-tweets .tweet-details a:hover {
    color: #3F72D8;
}
.widget_mc4wp_widget .widget-title {
    margin-bottom: 0;
}
.mc4wp-form label {
    font-weight: 400 !important;
    margin-bottom: 18px !important;
    text-align: center;
    font-style: italic;
}
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit],
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url] {
    width: 100%;
}
.mc4wp-form button:hover,
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
    background: #3F72D8;
    color: #fff;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
    font-style: italic;
    background-color: #fff;
}
.mc4wp-form {
    margin: 0 !important;
}
.mc4wp-form p {
    margin: 12px 0;
}
.mc4wp-error,
.mc4wp-alert {
    color: #ff0000 !important;
}
.mc4wp-error p,
.mc4wp-alert p {
    margin: 16px 0 0;
}
.post-password-form p,
.wpcf7-form p {
    color: #9DA2A6;
}
.wpcf7-form span.wpcf7-form-control-wrap input,
.wpcf7-form span.wpcf7-form-control-wrap textarea {
    margin-top: 10px;
}

/*
 *	10.0 - Comments
 *-------------------------------------------------------------------------*/
.comment-area {
    background-color: #f8f8f8;
    display: block;
    margin: 40px 20px;
    padding: 24px 24px 20px;
    position: relative;
}
.comment-title {
    margin-bottom: 20px;
}
.comment-reply-title a {
    padding: 3px 7px;
    background-color: #1C1C1D;
    color: #fff;
}
.no-comments,
.must-log-in,
.logged-in-as,
.comment-notes {
    margin: 6px 0 12px;
    font-style: italic;
    font-size: 0.925em;
}
.no-comments,
.no-comments a,
.must-log-in,
.must-log-in a,
.logged-in-as,
.logged-in-as a,
.comment-notes,
.comment-notes a {
    color: #9DA2A6;
}
.no-comments a:hover,
.must-log-in a:hover,
.logged-in-as a:hover,
.comment-notes a:hover {
    color: #3F72D8;
    text-decoration: underline;
}
.must-log-in a {
    color: #3F72D8;
}
.comment-form {
    margin-bottom: 0;
}
.comment-form p {
    margin-bottom: 18px;
}
.comment-form p:last-of-type {
    margin-bottom: 0;
}
.comment-form .form-submit input {
    display: inline-block;
    padding: 9px 14px 8px;
}
.comment .comment-form {
    margin-bottom: 40px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    color: #1C1C1D;
    display: block;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}
.comment-form-author {
    float: left;
    width: 48%;
}
.comment-form-email {
    float: right;
    width: 48%;
}
.comment-form-url,
.form-submit {
    clear: right;
}
.comment-form-comment label {
    display: none;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list .children {
    list-style: none;
    margin: 0 0 0 62px;
    padding: 0;
}
.comment-body {
    display: block;
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 1px dashed #ECECEC;
}
.comment-body .reply {
    margin: 12px 0 0;
    display: block;
}
.comment-body .reply a {
    color: #9DA2A6;
    font-size: 0.875em;
}
.comment-body .reply a:hover {
    color: #3F72D8;
}
.comment-meta {
    margin: 0 0 16px;
}
.comment-author,
.comment-author a {
    color: #1C1C1D;
}
.comment-author a:hover {
    color: #3F72D8;
}
.comment-author img,
.comment-author .avatar {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
}
.comment-metadata {
    font-size: 0.925em;
}
.comment-metadata,
.comment-metadata a {
    color: #9DA2A6;
}
.comment-metadata a:hover {
    text-decoration: underline;
}
.comment-content {
    margin: 16px 0 0;
}
.comment-awaiting-moderation {
    margin: 25px 0 25px 62px;
    font-style: italic;
    color: #3F72D8;
}

/*
 *	11.0 - Footer
 *-------------------------------------------------------------------------*/
.site-footer {
    background-color: #f8f8f8;
    display: block;
    text-align: center;
    padding: 24px;
}
.footer-social {
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-social a {
    color: #9DA2A6;
    display: inline-block;
    font-size: 16px;
    margin-left: 14px;
}
.footer-social a:hover {
    color: #3F72D8;
}

/*
 *	12.0 - Backtotop
 *-------------------------------------------------------------------------*/
#backtotop {
    position: fixed;
    bottom: -100px;
    right: 35px;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    z-index: 1;
}
#backtotop a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#backtotop span {
    background: #b4b4b4 no-repeat center center;
    color: #fff;
    display: block;
    font-size: 2.4em;
    height: 35px;
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 2px;
    margin-bottom: 7px;
    /* background color transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
    width: 40px;
}
#backtotop i {
    margin-top: 4px;
}
#backtotop a:hover span {
    background-color: #999;
}

/*
 *	13.0 - Media Queries
 *-------------------------------------------------------------------------*/
@media only screen and (max-width: 1061px) {
    .container {
        width: 92%;
    }
    .menu-toggle {
        display: block;
    }
    .site-navigation {
        background-color: #262828 !important;
        left: inherit;
        top: 0;
        bottom: 0;
        z-index: 90;
        width: 300px;
        margin: 0 !important;
        padding: 50px 25px;
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        right: -300px;
        text-align: left;
        position: fixed;
    }
    .site-navigation ul {
        text-align: left;
    }
    .site-navigation ul li {
        display: block;
        width: 100%;
    }
    .site-navigation ul li a {
        color: #999 !important;
        line-height: 38px !important;
        padding: 0;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top: 1px solid #353333;
    }
    .site-navigation ul ul {
        background: none !important;
        padding: 0;
        position: static;
        margin-left: 20px;
        width: auto;
        display: block;
        text-align: left;
    }
    .site-navigation ul ul li a {
        color: #999 !important;
        padding: 0 !important;
    }
    .site-navigation ul:before {
        content: none !important;
    }
    .site-navigation .current-menu-item > a,
    .site-navigation li:hover > a,
    .site-navigation a:hover {
        color: #fff !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .admin-bar .site-navigation {
        top: 48px;
    }
    .pushed {
        margin-left: -300px;
        margin-right: 300px;
    }
    .pushed .site-navigation {
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}
@media (min-width: 768px) {
	.slider .post-text-inner {
		max-width: 50%;
	}
}
@media only screen and (max-width: 781px) {
	.title-area {
		padding: 30px 20px;
	}
    .widget-area {
        display: none !important;
    }
    .content-area {
        width: 100% !important;
        float: none !important;
    }
    .layout-three-columns .grid-item {
        width: 50%;
    }
}
@media screen and (min-width: 640px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
}
@media only screen and (max-width: 639px) {
	.site-title {
		font-size: 25px;
	}
	.pagination .page-numbers,
	.pagination .next,
	.pagination .nav-previous,
	.pagination .nav-next {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0;
		margin: -2px;
		padding: 2px 7px;
	}
	#backtotop span {
		border-radius: 2px;
		font-size: 1.5em;
		height: 30px;
		margin-bottom: 7px;
		width: 30px;
	}
}
@media only screen and (max-width: 481px) {
	.slider .owl-controls .owl-page {
		height: 13px;
		margin: 0 3px;
		width: 12px;
	}
    .grid-item {
        width: 100% !important;
    }
    .related-posts ul li {
        width: 50%;
    }
    .related-item-3 {
        display: none !important;
    }
    .comment-author img,
    .comment-author .avatar {
        display: none !important;
    }
	.slider .post-text-inner {
		top: 0;
	}
    .slider .slide-item-text {
        width: 100%;
    }
	.slide-item .post-title a {
		font-size: 20px;
	}
}
@media(max-width: 360px) {
	.slider .post-text-inner {
		top: 0;
	}
    .slider .slide-item-text {
        width: 100%;
    }
	.slide-item .post-title a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 341px) {
    .container {
        width: 100%;
    }
    .single .date-meta {
        display: none;
    }
}