/**
 * Theme Name: VT Grid Mag
 * Theme URI: http://volthemes.com/theme/vt-grid-mag/
 * 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.  You can check out the demo at http://volthemes.com/demo/vt-grid-mag/ for a closer look.
 * Version: 1.0.9
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: vt-grid-mag
 * Domain Path: /languages/
 * Tags: blog, news, photography, right-sidebar, left-sidebar, custom-colors, custom-logo, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 */

/*
 * TABLE OF CONTENTS:
 * 
 * Reset
 * Global
 * Header
 * Navigations
 * Main
 * Content
 * Widgets
 * Comments
 * Footer
 * Media Queries
 * Misc.
 *-------------------------------------------------------------------------*/
 
/*
 *  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%;
}

/*
 * 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: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
}
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: #333;
    border: 2px solid #333;
    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,
.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;
}
.widget-title,
.comment-title,
.comment-reply-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget-title,
.comment-title,
.comment-reply-title,
.widget-title a,
.comment-title a,
.comment-reply-title a {
    color: #444;
}
.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;
}

/*
 * 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%;
}

/*
 *	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: #333;
    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 #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.site-preview .site-navigation > ul > li.menu-item-has-children > ul:before {
    display: none;
}

/*
 *	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%;
}
.search-results.layout-two-columns-fully .content-area, 
.search-results.layout-three-columns .content-area {
	float: left;
	width: 66.66667%;
}
.widget-area {
    display: block;
    float: right;
    width: 33.33333%;
    margin: 0;
    padding: 20px;
}
.left-sidebar .widget-area {
    float: left;
}
.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 .prev, .pagination .next {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pagination .nav-links span {
	background: #3f72d8;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 5px 13px;
}
.pagination .nav-links a.page-numbers {
	background: #84A5E6;
	color: #fff;
	display: inline-block;
	padding: 5px 13px;
}
.pagination .next:hover {
    background-color: #444;
    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: #444;
    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;
}

/*
 *	Content
 *-------------------------------------------------------------------------*/
.hentry {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px;
}
.post-media {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 24px;
    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 .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: #444;
}
.entry-title a:hover {
    color: #3F72D8;
}
.single .entry-title,
.page .entry-title {
    font-size: 28px;
}
.entry-content a,
.comment-content a,
.widget-text a {
    color: #3F72D8;
}
.entry-content a:hover,
.comment-content a:hover,
.widget-text a:hover {
    text-decoration: underline;
}
.entry-content blockquote,
.comment-content blockquote,
.widget-text blockquote {
    color: #444;
    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 {
    margin-bottom: 8px;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol,
.widget-text ul,
.widget-text ol {
    margin: 0 0 32px 46px;
}
.entry-content ul,
.comment-content ul,
.widget-text ul {
    list-style: disc;
}
.entry-content ol,
.comment-content ol,
.widget-text ol {
    list-style: decimal;
}
.entry-content pre,
.comment-content pre,
.widget-text pre {
    margin: 32px;
    margin-right: 0;
    color: #9DA2A6;
}
.more-link {
    display: block;
    margin: 24px 0;
    text-transform: uppercase;
    text-decoration: none !important;
}
.more-link span {
    display: inline-block;
    color: #444;
    font-style: italic;
    border-bottom: 1px solid #444;
}
.more-link span:hover {
    background-color: #3F72D8;
    border-color: #3F72D8;
    color: #fff;
}
.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;
}
.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;
}
.loop {
    margin-bottom: 40px;
    padding-bottom: 43px;
    border-bottom: 3px double #ECECEC;
}
.search-results.infinite-scroll .grid-item {
	width: 100%;
}
.layout-three-columns .grid-item {
    width: 33.33333%;
}
.grid-item {
    margin: 0;
    padding-bottom: 26px;
    width: 50%;
    border: 0;
}
.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;
}

/*
 *	Widgets
 *-------------------------------------------------------------------------*/
.widget {
    display: block;
    margin: 0 0 40px;
    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%;
}

/* 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;
}

/* 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 .thumb-link {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 80px;
}
.vt-posts-widget .item .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;
}

.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;
}

/*
 *	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: #444;
    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: #444;
    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: #444;
}
.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;
}

/*
 *	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;
}

/*
 *	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 only screen and (max-width: 781px) {
    .widget-area {
        display: none !important;
    }
    .content-area {
        width: 100% !important;
        float: none !important;
    }
    .layout-three-columns .grid-item {
        width: 50%;
    }
}
@media only screen and (max-width: 481px) {
    .grid-item {
        width: 100% !important;
    }
    .comment-author img,
    .comment-author .avatar {
        display: none !important;
    }
}
@media only screen and (max-width: 341px) {
    .container {
        width: 100%;
    }
    .single .date-meta {
        display: none;
    }
	.pagination .nav-links a.page-numbers {
		margin: -7px;
	}
}