/*
	Theme Name: Varsha Seshan Pro Theme
	Theme URI: http://varshaseshan.com/
	Description: Varsha Seshan's Official Website
	Author: Karan Gupta
	Author URI: http://varshaseshan.com/

	Version: 1.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
    - Genesis Author Pro
    - Events Calendar
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
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;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  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;
}
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;
}
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: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background-color: #000;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

a {
  color: #ffa500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 40px 40px 24px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  outline: none;
}

.content input:focus,
.content textarea:focus {
  border: 1px solid #999;
}

::-moz-placeholder {
  color: #666;
}

::-webkit-input-placeholder {
  color: #666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #fff;
  border: 1px solid #ffa500;
  border-radius: 4px;
  color: #ffa500;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 12px 24px;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #ffa500;
  color: #fff;
  border-radius: 4px;
}

.button {
  display: inline-block;
  text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
  /*max-width: 1280px;*/
  width: 100%;
}

.vs-landing .site-container {
  margin: 40px auto;
  max-width: 800px;
}

.site-inner {
  /*float: right;*/
  /* margin-left: 300px; */
  margin-left: 20%;
}

.vs-landing .site-inner {
  float: none;
  max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
  float: left;
  width: 100%;
}

/* Content */

.vs-pro-home .vs-front-page-header {
  background-image: url(images/main-header.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  width: 95%;
  min-height: 150px;
  background-position: center center;
}

.vs-pro-home .content {
  margin-top: 150px;
}

.content {
  background-color: #fff;
  float: left;
  padding: 48px 45px 45px;
  /*width: 800px;*/
  width: 70%;
  border-radius: 10px;
  margin-top: 80px;
  opacity: 1;
}

.full-width-content .content {
  /*width: 1000px;*/
  width: 90%;
  /* margin-left: 5%; */
}

.vs-landing .content {
  width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
  float: left;
  min-width: 250px;
  width: 25%;
  word-wrap: break-word;
  margin-left: 20px;
  margin-top: 90px;
}

.single .content {
  padding-left: 100px;
  padding-right: 100px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}

.site-header .avatar,
.site-header .site-avatar img {
  border-radius: 50%;
  display: block;
  float: none;
  height: 112px;
  margin: 0 auto 12px;
  width: 112px;
}

.author-box .avatar {
  height: 70px;
  margin-right: 24px;
  width: 70px;
}

.entry-comments .avatar {
  height: 48px;
  margin: 0 16px 24px 0;
  width: 48px;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.search-form {
  width: 100%;
}

.contact-form {
  float: none;
  margin: 0 auto;
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sticky {
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.gallery-caption {
  margin: 0 0 10px;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td {
  text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
  background-color: #f5f5f5;
  margin: 0 -60px 60px;
}

.archive-description {
  padding: 40px 60px 16px;
}

.search .archive-description {
  padding: 10px 0px 5px;
  margin: 0px;
}

.author-box,
.breadcrumb {
  padding: 40px 60px;
}

.archive .archive-description,
.author .author-box,
.breadcrumb {
  margin-top: -48px;
}

.author-box p {
  margin-bottom: 0;
}

.author-box-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 4px;
}

/* Headings
--------------------------------------------- */

.entry-title,
.widgettitle {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

.entry-title {
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
}

.entry-title a {
  text-decoration: none;
  color: #001d20;
}

.entry-title a:hover {
  color: #ffa500;
}

.widgettitle {
  color: #ffa500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-header .widgettitle {
  color: #fff;
}

.archive-title {
  background-color: #f5f5f5;
  font-size: 20px;
}

.search .archive-title {
  /*margin: -48px -60px 40px;*/
  padding: 20px 60px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 12px;
  padding: 0;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-title {
  text-align: left;
}

.featured-content .entry-title {
  font-size: 24px;
}

.featured-content .entry-header .entry-meta {
  margin-bottom: 20px;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-header .entry-meta a:hover {
  color: #fff;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
  color: #fff;
}

.enews-widget input {
  border: none;
  margin-right: -4px;
  padding: 16px 24px 15px;
  width: 60%;
}

.content .enews-widget input:focus {
  border: none;
}

.enews-widget input[type="submit"] {
  background-color: #ffa500;
  color: #fff;
  margin: 0;
  padding: 16px 24px 15px;
  width: auto;
}

.enews-widget input:hover[type="submit"] {
  background-color: #19a5a7;
}

.enews form + p {
  margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}

#jetpack_protect_answer {
  width: 100px !important;
  margin-top: -10px !important;
}

/* Genesis Author Pro
--------------------------------------------- */
.genesis-author-pro .entry-header .book-author,
.archive.genesis-author-pro p.book-author {
  display: none;
}

/* The Events Calendar
--------------------------------------------- */
.site-inner .tribe-common.tribe-events {
  width: 90% !important;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 80px;
}

.tribe-common.tribe-common-b2 {
  font-family: unset !important;
}

#tribe-events-content a {
  color: #ffa500;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  /*background-color: #000;*/
  color: #999;
  float: left;
  height: 100%;
  padding-top: 10px;
  position: fixed;
  text-align: center;
  /* width: 240px; */
  width: 20%;
  z-index: 9999;
  /* margin-left: 50px; */
}

.site-header a,
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
  /* padding: 0 5%; */
  word-wrap: break-word;
}

.vs-pro-home .site-title {
  background-image: none;
  height: 31px;
  text-indent: 0px;
  margin-top: 0px;
  width: 240px;
}

.site-title {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: -30px;
  margin-bottom: 15px;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  text-indent: -999px;
  width: 300px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.site-title a,
.site-title a:hover {
  color: #fff;
  text-decoration: none;
}

.site-description {
  color: #999;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
}

.no-header-text .title-area {
  padding: 0;
}

.no-header-text .site-title a,
.no-header-text .site-description {
  display: block;
  height: 0;
  margin: 0;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.header-widget-area .widget {
  /*margin-bottom: 40px;*/
  /* padding: 0 20px; */
}

.header-widget-area .widget_nav_menu {
  /* background-image: url(images/header-nav-bar.png);
  background-repeat: no-repeat;
  background-size: 265px 421px;
  width: 265px;
  height: 421px; */
}

.site-header .simple-social-icons ul li {
  margin-bottom: 0 !important;
}

.site-header input {
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  border-color: black;
  color: black;
  width: 250px;
}

.site-header .widget {
  margin-bottom: 15px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.genesis-nav-menu li {
  float: left;
  list-style-type: none;
  width: 100%;
}

.genesis-nav-menu a {
  background-color: transparent;
  color: #000;
  display: block;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #000;
  font-weight: bold;
}

.genesis-nav-menu .sub-menu {
  -webkit-backface-visibility: hidden;
  left: -9999px;
  margin: -50px 0 0 240px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 160px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: transparent;
  letter-spacing: 0;
  position: relative;
  width: 160px;
}

/* .genesis-nav-menu .sub-menu a:hover {
  color: #fff;
} */

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -50px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 0.77;
  border: 0.5px solid #000;
  background-color: #fff;
}

.genesis-nav-menu .menu-item:hover > .sub-menu::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -1vw;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  display: block;
  z-index: 1;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  content: "\f333";
  color: #000;
  display: block;
  font: normal 20px/1 "dashicons";
  margin: 0 auto;
  text-align: center;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
  border-bottom: 3px solid #f5f5f5;
  margin-bottom: 40px;
}

.blog .entry {
  padding: 0 100px;
}

.error404 .entry,
.page .entry,
.single .entry {
  border: none;
}

.error404 .entry,
.page .entry {
  margin: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
  margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0;
}

.post .entry-content > p:nth-of-type(1):first-letter {
  color: red;
  float: left;
  font-size: 3.4em;
  line-height: 0.6em;
  margin: 0.07em 0.05em 0.05em 0px;
}

.entry-meta {
  clear: both;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.entry-header .entry-meta {
  text-align: center;
}

.single .entry-footer .entry-meta {
  margin-bottom: 0;
}

.entry-meta a {
  color: #666;
  text-decoration: none;
}

.entry-meta a:hover {
  color: #ffa500;
  text-decoration: underline;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
  background-color: #000;
  color: #fff;
  margin-bottom: 60px;
  padding: 40px 60px 10px;
  text-align: center;
}

.after-entry .widgettitle {
  font-size: 20px;
}

.after-entry .featured-content .entry-meta,
.after-entry .featured-content .entry-title {
  text-align: center;
}

.after-entry .widget {
  margin-bottom: 30px;
}

.after-entry a {
  color: #fff;
}

.after-entry ul > li {
  list-style-type: none;
}

.after-entry li a {
  color: #999;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
  clear: both;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  color: #ffa500;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ffa500;
  border-radius: 4px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #ffa500;
  color: white;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
  margin-bottom: 60px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  color: #fff;
  display: inline;
  padding-top: 60px;
}

.sidebar a {
  color: #000;
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
  color: #ffa500;
}

.sidebar .widget {
  margin-bottom: 20px;
  background-color: #fff;
  color: #000;
  word-wrap: break-word;
  margin-left: 10px;
  padding: 20px;
  border-radius: 10px;
  opacity: 1;
  text-align: center;
}

.sidebar li {
  margin-bottom: 10px;
  text-align: left;
}

.sidebar ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.sidebar ul > li {
  list-style-type: none;
  text-indent: 0;
}

.sidebar li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.sidebar ul > li:last-child,
.sidebar ol > li:last-child {
  margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0px 16px;
  position: absolute;
  bottom: 0;
  /* width: 250px; */
  width: 100%;
}

.site-footer,
.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #fff;
  font-style: bold;
}

.site-footer p {
  color: #fff;
  margin-bottom: 0;
}

.footer {
  display: block;
  float: left;
  width: 100%;
}

.page-footer {
  display: block;
  width: 98%;
  background: transparent;
  padding: 0px;
  margin: -22px 0px 0px 0px;
  float: left;
  text-align: center;
  border-radius: 10px;
}

.page-footer a {
  color: black;
}

/*
Elementor
---------------------------------------------------------------------------------------------------- */

.elementor-widget-container .entry-title {
  font-size: 1vw !important;
  font-weight: bold !important;
}

/*
Custom
---------------------------------------------------------------------------------------------------- */
#wp-admin-bar-wp-foro-admin-bar > .ab-item:before {
  content: "\f130";
  top: 3px;
  font-size: 18px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1680px) {
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: 6vw;
    font-size: 0.8vw;
  }

  .genesis-nav-menu .menu-item:hover > .sub-menu::before {
    top: 5%;
    left: -1vw;
    border-width: 10px;
  }
}

@media only screen and (max-width: 1264px) {
  body {
    font-size: 16px;
  }

  .vs-pro-home .vs-front-page-header {
    background-size: 80% auto;
  }

  .content {
    width: 60%;
  }
  /*
	.full-width-content .content,
	.site-header,
	.site-inner {
		width: 100%;
	}

	.content {
		width: 70%;
	}
	
	.sidebar-primary {
		width: 30%;
	}

	
	.site-header {
		float: left;
		height: auto;
		padding-top: 20px;
		position: fixed;		
	}

	.title-area {
		margin-bottom: 20px;
	}

	.genesis-nav-menu {
		border-bottom: 1px solid #333;
		margin: 0 0 20px;
		text-align: center;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu li {
		border: none;
		float: none;
		width: auto;
	}

	.genesis-nav-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu a {
		text-align: left;
	}

	.site-footer {
		display: none;
	}

	.sidebar {
		padding: 60px 60px 0;
	}
*/
}

/* @media only screen and (max-width: 1023px) {
  .vs-pro-home .vs-front-page-header {
    background-size: 100% auto;
    margin: 0 auto;
    display: block;
  }

  .site-container {
    margin: 0 auto;
    max-width: 768px;
  }

  .vs-landing .site-container {
    margin: 5%;
  }

  .content,
  .sidebar-primary,
  .full-width-content .content {
    width: 100%;
  }

  .archive-description,
  .author-box,
  .breadcrumb {
    margin: 0 0 60px;
  }

  .search-form {
    float: none;
    margin: 0 auto;
    width: 50%;
  }

  .sidebar {
    padding: 60px 0 0;
    margin: 20px 0px;
  }

  .sidebar .widget {
    margin-left: 0px;
  }

  .contact-form {
    width: 100%;
  }
} */

@media only screen and (max-width: 1023px) {
  .full-width-content .content {
    width: 100%;
  }

  .blog .entry {
    padding: 0;
  }

  .site-inner {
    margin: 0px;
    width: 100%;
    padding: 20px;
  }

  .vs-pro-home .vs-front-page-header {
    position: relative;
    margin-top: -60px;
  }

  .site-header {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 20px;
    margin-left: 0px;
    position: relative;
    top: 0;
  }

  .site-footer,
  .site-title {
    display: none;
  }

  .page-footer {
    margin: 0;
  }

  .header-widget-area .widget_nav_menu {
    background-image: none;
    width: 100%;
    height: auto;
  }

  .title-area {
    margin-bottom: 0;
  }

  .header-widget-area .widget,
  .site-description {
    margin-bottom: 20px;
  }

  .site-header .widget-area {
    text-align: center;
  }

  .vs-pro-home .content,
  .content {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
  }

  .vs-pro-home .content {
    margin-top: 70px;
  }

  .entry-title {
    font-size: 32px;
  }

  .enews-widget input,
  .enews-widget input[type="submit"],
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .search-form,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .genesis-nav-menu {
    font-size: 16px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu {
    border: none;
    color: #fff;
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu .current-menu-item > a {
    background: none;
    border: none;
    /* color: #fff; */
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    /* border-bottom: dotted #fff 1px; */
    /* font-weight: bold; */
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    /*margin-right: 60px;*/
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 "dashicons";
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: center;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.1);
    left: auto;
    margin: 0;
    opacity: 1;
    position: relative;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 16px 20px;
    position: relative;
    text-transform: none;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .single .content,
  .blog .content,
  .content {
    padding: 20px;
  }

  #tribe-events-content a {
    color: #ffa500;
  }

  .tribe-events-sub-nav li a {
    background: transparent;
  }

  .site-inner .tribe-common.tribe-events {
    width: 100% !important;
  }

  .tribe-events-page-template .responsive-menu-icon::before {
    color: black !important;
  }

  .mega-menu-toggle {
    background: transparent !important;
  }

  .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label,
  .mega-menu-toggle .mega-toggle-block-1:after {
    color: black !important;
  }

  #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    background: white !important;
    color: #ffa500 !important;
    font-weight: normal !important;
  }
}
