/* reset 
------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*  base
------------------------------------------*/
.chromeframe {
  position: absolute;
  top: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#wrapper {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #0000EE;
  outline: 0;
}

a:hover {
  color: #551A8B;
  outline: none;
}

a:active, a:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
}

a img {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
}

h1 {
  font-size: 2em;
  line-height: 1.1em;
  margin: 15px 0;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
  /*line-height: 1.17em;*/
  margin: 5px 0;
}

h4 {
  font-size: 1.3em;
  /*line-height: 1.13em;*/
  margin: 5px 0;
}

h5 {
  font-size: 1.1em;
  /*line-height: .83em;*/
}

h6 {
  font-size: 1em;
  /*line-height: .75em;*/
}

strong, b {
  font-weight: bold;
  font-size: 1.05em;
}

object, embed {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

img {
  border: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#edit-post {
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: #fff;
  color: blue;
}

/* Custom text-selection colors */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #f900e9;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

/* Default "Requirements for WP Theme  */
.wp-caption {
  padding: 0px;
}

.wp-caption-text {
  padding: 0px;
}

.sticky {
  padding: 0px;
}

.gallery-caption {
  padding: 0px;
}

.bypostauthor {
  padding: 0px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

#four-0-four {
  display: table;
  width: 100%;
  min-height: 300px;
}

blockquote {
  font-style: italic;
  padding: 20px;
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* sticky menu sass 
------------------------------------------*/
.vl-sticky {
  position: fixed !important;
  width: 100%;
  top: 0;
}

/* top bar scss
------------------------------------------*/
.top-bar {
  text-align: center;
  padding: 10px;
}

/* top menu
------------------------------------------*/
.donate-btn a {
  background-color: #fdc331 !important;
  color: #262460 !important;
  padding: 20px 16px;
  font-size: 1.2em;
}

#vl-nav {
  z-index: 1000;
  display: inline-block;
  text-align: center;
  margin: 30px 10px 0 0;
  padding: 0;
  float: right;
  position: relative;
}

#vl-nav .sm {
  padding: 0;
}

#vl-nav .sm a {
  padding: 0px 0px;
  position: relative;
  top: 15px;
}

#vl-nav .sm a .fa {
  color: #918fae;
  font-size: 1.4em;
}

#vl-nav .sm a .fa:hover {
  color: #fff;
}

#vl-nav .sm-facebook {
  margin-left: 7px;
}

#vl-nav .sm-facebook a {
  font-size: 1.6em;
}

#vl-nav .sm-twitter {
  margin-left: 5px;
}

#vl-nav .sm-twitter a {
  font-size: 2em;
}

#vl-nav li {
  /* Top Level */
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#vl-nav li:hover:before {
  display: block;
}

#vl-nav li a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-decoration: none;
  height: 100%;
  padding: 20px 7px;
  font-weight: 400;
  line-height: 1em;
  height: 100%;
  position: relative;
}

#vl-nav li:hover ul {
  display: block;
}

#vl-nav li ul {
  /*  Second Level */
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  padding: 4px;
  display: none;
}

#vl-nav li ul:before {
  content: '';
  position: absolute;
  top: -11px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}

#vl-nav li ul:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EBE7A6;
}

#vl-nav li ul li {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  border-top: 0px solid #9D9954 !important;
  border-left: 0px solid #9D9954 !important;
}

#vl-nav li ul li a {
  padding: 12px 33px;
  margin: 0;
  line-height: 1.3em;
  font-size: .95em;
}

#vl-nav li ul li:before {
  display: none !important;
}

#vl-nav li ul li:hover {
  background-color: #9d9954;
}

#vl-nav li ul li:hover a {
  color: #EBE7A6;
}

#vl-nav li ul li:hover ul {
  /* third layer activation  */
  display: block !important;
  width: auto;
}

#vl-nav li ul li ul {
  /*  third layer */
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
}

#vl-nav li ul li ul li {
  display: block;
}

#vl-nav li ul li ul li a {
  color: #fff !important;
  text-decoration: none !important;
}

#vl-nav li ul li ul li:hover a {
  color: #000  !important;
  text-decoration: underline !important;
}

#vl-nav .current-menu-ancestor .current-menu-item {
  background-color: rgba(141, 198, 63, 0.7) !important;
}

#vl-nav .current-menu-ancestor .current-menu-item a {
  color: #7D7933 !important;
}

#vl-nav .current-menu-ancestor .current-menu-item a:hover {
  color: #7D7933 !important;
}

.header1-cont {
  position: relative;
  z-index: 5;
  color: #000;
  color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header1-cont a {
  color: #000;
  color: rgba(255, 255, 255, 0.6);
}

.header1-cont #header {
  padding: 10px 0;
}

.header1-cont #header #logo {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 10px 4.5em;
  padding: 0;
}

.header1-cont #header #logo a {
  display: block;
  height: 100%;
}

.header1-cont #header #logo a:hover {
  text-decoration: none;
}

.header-img-cont {
  position: relative;
}

.header-img-cont .header-img {
  background-color: #000;
}

.header-img-cont .header-img .header-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header-img-cont .header-caption-cont {
  position: relative;
}

.header-img-cont .header-caption-cont .header-caption {
  padding-top: 45%;
  padding: 10px;
}

.header-img-cont .header-caption-cont .header-caption .page-title {
  font-size: 2.6em;
  letter-spacing: .06em;
  text-align: center;
  color: inherit;
}

.header-img-cont .header-caption-cont .header-caption .page-title:after {
  content: '';
  border: none;
}

.header-img-cont .header-caption-cont .caption-fixed {
  width: 100%;
}

.header2-cont {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
}

.header2-cont a {
  color: rgba(255, 255, 255, 0.6);
}

.header2-cont #header {
  width: 100%;
  padding: 20px;
  height: 10px !important;
}

.header2-cont #header #logo {
  text-align: center;
  display: inline-block;
  margin: 10px 10px 0 4.5%;
  width: 300px;
  padding: 0;
  height: 100px !important;
}

.header2-cont #header #logo a {
  display: block;
  height: 100%;
}

.header2-cont #header #logo a:hover {
  text-decoration: none;
}

.header2-cont #header #logo img {
  width: 100%;
}

.header2-cont #header #vl-nav {
  display: none;
}

.header-img-cont {
  position: relative;
}

.header-img-cont .header-img .header-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header-img-cont .header-caption-cont {
  position: relative;
}

.header-img-cont .header-caption-cont .header-caption {
  padding: 10px;
}

.header-img-cont .header-caption-cont .header-caption .page-title {
  font-size: 2.6em;
  letter-spacing: .06em;
  text-align: center;
  color: inherit;
}

.header-img-cont .header-caption-cont .header-caption .page-title:after {
  content: '';
  border: none;
}

.header-img-cont .header-caption-cont .caption-fixed {
  width: 100%;
}

.header3-cont {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
}

.header3-cont a {
  color: rgba(255, 255, 255, 0.6);
}

.header3-cont #header {
  width: 100%;
  padding: 20px;
  height: 10px !important;
}

.header3-cont #header #logo {
  text-align: center;
  display: inline-block;
  margin: 10px 10px 0 4.5%;
  width: 300px;
  padding: 0;
  height: 100px !important;
}

.header3-cont #header #logo a {
  display: block;
  height: 100%;
}

.header3-cont #header #logo a:hover {
  text-decoration: none;
}

.header3-cont #header #logo img {
  width: 100%;
}

.header3-cont #header #vl-nav {
  display: none;
}

.header-img-cont {
  position: relative;
}

.header-img-cont .header-img .header-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header-img-cont .header-caption-cont {
  position: relative;
}

.header-img-cont .header-caption-cont .header-caption {
  padding: 10px;
}

.header-img-cont .header-caption-cont .header-caption .page-title {
  font-size: 2.6em;
  letter-spacing: .06em;
  text-align: center;
  color: inherit;
}

.header-img-cont .header-caption-cont .header-caption .page-title:after {
  content: '';
  border: none;
}

.header-img-cont .header-caption-cont .caption-fixed {
  width: 100%;
}

.header4-cont {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
}

.header4-cont a {
  color: rgba(255, 255, 255, 0.6);
}

.header4-cont #header {
  width: 100%;
  padding: 20px;
  height: 10px !important;
}

.header4-cont #header #logo {
  text-align: center;
  display: inline-block;
  margin: 10px 10px 0 4.5%;
  width: 300px;
  padding: 0;
  height: 100px !important;
}

.header4-cont #header #logo a {
  display: block;
  height: 100%;
}

.header4-cont #header #logo a:hover {
  text-decoration: none;
}

.header4-cont #header #logo img {
  width: 100%;
}

.header4-cont #header #vl-nav {
  display: none;
}

.header-img-cont {
  position: relative;
}

.header-img-cont .header-img .header-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header-img-cont .header-caption-cont {
  position: relative;
}

.header-img-cont .header-caption-cont .header-caption {
  padding: 10px;
}

.header-img-cont .header-caption-cont .header-caption .page-title {
  font-size: 2.6em;
  letter-spacing: .06em;
  text-align: center;
  color: inherit;
}

.header-img-cont .header-caption-cont .header-caption .page-title:after {
  content: '';
  border: none;
}

.header-img-cont .header-caption-cont .caption-fixed {
  width: 100%;
}

.header5-cont {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
}

.header5-cont header {
  padding: 0 20px;
}

.header5-cont header .header-widget-1-cont {
  padding: 0 20px;
}

.header5-cont header .header-widget-1-cont .news-logo a {
  display: inline-block;
}

.header5-cont header .header-widget-1-cont .news-date {
  color: #fff;
  font-size: 2.1em;
  line-height: 1.3em;
  font-weight: 900;
}

.header-img-cont {
  position: relative;
}

.header-img-cont .header-img .header-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header-img-cont .header-caption-cont {
  position: relative;
}

.header-img-cont .header-caption-cont .header-caption {
  padding: 10px;
}

.header-img-cont .header-caption-cont .header-caption .page-title {
  font-size: 2.6em;
  letter-spacing: .06em;
  text-align: center;
  color: inherit;
}

.header-img-cont .header-caption-cont .header-caption .page-title:after {
  content: '';
  border: none;
}

.header-img-cont .header-caption-cont .caption-fixed {
  width: 100%;
}

.header6-cont {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
}

.header6-cont a {
  color: rgba(255, 255, 255, 0.6);
}

.header6-cont #header {
  width: 100%;
  padding: 20px;
  height: 10px !important;
}

.header6-cont #header #logo {
  text-align: center;
  display: inline-block;
  margin: 10px 10px 0 4.5%;
  width: 300px;
  padding: 0;
  height: 100px !important;
}

.header6-cont #header #logo a {
  display: block;
  height: 100%;
}

.header6-cont #header #logo a:hover {
  text-decoration: none;
}

.header6-cont #header #logo img {
  width: 100%;
}

.header6-cont #header #vl-nav {
  display: none;
}

.header-img-cont {
  position: relative;
}

.header-img-cont .header-img .header-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header-img-cont .header-caption-cont {
  position: relative;
}

.header-img-cont .header-caption-cont .header-caption {
  padding: 10px;
}

.header-img-cont .header-caption-cont .header-caption .page-title {
  font-size: 2.6em;
  letter-spacing: .06em;
  text-align: center;
  color: inherit;
}

.header-img-cont .header-caption-cont .header-caption .page-title:after {
  content: '';
  border: none;
}

.header-img-cont .header-caption-cont .caption-fixed {
  width: 100%;
}

/*  pages index
------------------------------------------*/
.home .vl-blog-index .page-col {
  display: inline-block;
  vertical-align: top;
}

.home .vl-blog-index .page-col1 {
  width: 70%;
}

.home .vl-blog-index .page-col1 article {
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.home .vl-blog-index .page-col2 {
  width: 30%;
  padding: 20px;
}

/*  scss for pages
------------------------------------------*/
.page-content-container {
  position: relative;
  line-height: 1.2em;
  font-size: 1em;
  display: table;
  vertical-align: top;
  width: 100%;
  padding: 20px 20px 0px;
  min-height: 300px;
}

.page-content-container .page-col1 {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding: 0 10px;
}

.page-content-container .page-col1 article {
  margin-bottom: 50px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}

.page-content-container .page-col1 article .page-title {
  margin: 10px 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-content-container .page-col1 article .posted-on {
  margin: 10px 10px 10px 10px;
}

.page-content-container .page-col1 article .posted-on div {
  display: inline-block;
  margin-right: 25px;
}

.page-content-container .page-col1 article .posted-on .fa {
  margin-right: 6px;
}

.page-content-container .page-col1 article .single-post-featured {
  display: block;
  height: 400px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.page-content-container .page-col1 article .entry {
  display: table;
  width: 100%;
  vertical-align: top;
  padding-bottom: 20px;
}

.page-content-container .page-col1 article .entry .vl-post-img {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  width: 200px;
}

.page-content-container .page-col1 article .entry .vl-post-img img {
  vertical-align: middle;
}

.page-content-container .page-col1 article .entry .the-excerpt {
  display: table-cell;
}

.page-content-container .page-col1 article .entry ul, .page-content-container .page-col1 article .entry ol {
  margin-left: 10px;
}

.page-content-container .page-col1 article .entry ul li, .page-content-container .page-col1 article .entry ol li {
  margin-left: 20px;
}

.page-content-container .page-col2 {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

/*  page - fullwidth
------------------------------------------*/
.page-template-page-fullwidth #wrapper {
  max-width: 100%;
}

.page-template-page-fullwidth #wrapper .page-fullwidth {
  padding: 0;
}

/* page w/ sidebar css
------------------------------------------*/

/* slider
------------------------------------------*/
.vl-slider-cont.vl-inner {
  margin-bottom: -30px;
}

.bx-wrapper .bx-prev {
  background: url(../imgs/arrows/arrow-prev-white.png) !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  height: 45px !important;
  background-size: 120% !important;
  top: 46% !important;
}

.bx-wrapper .bx-next {
  background: url(../imgs/arrows/arrow-next-white.png) !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  height: 45px !important;
  background-size: 120% !important;
  top: 46% !important;
}

.bx-wrapper {
  border: none !important;
  background: transparent;
  box-shadow: none !important;
}

.bx-wrapper .bx-viewport {
  position: relative;
}

.bx-wrapper .bx-viewport .vl-slider .vl-slide {
  max-width: 100vw !important;
}

.bx-wrapper .bx-viewport .vl-slider .vl-slide .inner-cont {
  text-align: left;
  height: 100%;
  max-width: 100vw !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bx-wrapper .bx-pager {
  position: absolute !important;
  bottom: 7% !important;
}

.bx-wrapper .bx-pager .bx-pager-item a {
  padding: 5px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: grey !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.bx-wrapper .bx-pager .bx-pager-item .active {
  background-color: #fff !important;
}

.bx-wrapper .bx-controls-direction {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all  600ms ease-in-out;
  -ms-transition: all  600ms ease-in-out;
  -o-transition: all  600ms ease-in-out;
  transition: all  600ms ease-in-out;
  display: none;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 3 !important;
}

.bx-wrapper .bx-controls-direction a:hover {
  border-bottom: none;
}

.bx-wrapper:hover .bx-controls-direction {
  display: block;
}

/* scss for posts
------------------------------------------*/
.single-post-container {
  position: relative;
  display: table;
  width: 100%;
  min-height: 200px;
  line-height: 1.6em;
  font-size: 1em;
  text-align: left;
  padding: 25px 20px;
}

.single-post-container img {
  margin: 15px;
}

.single-post-container .page-col {
  display: table-cell;
  vertical-align: top;
}

.single-post-container .page-col1 {
  width: 75%;
  margin-bottom: 50px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}

.single-post-container .page-col1 .page-title {
  margin: 10px 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.single-post-container .page-col1 .posted-on {
  margin: 10px 10px 10px 10px;
}

.single-post-container .page-col1 .posted-on div {
  display: inline-block;
  margin-right: 25px;
}

.single-post-container .page-col1 .posted-on .fa {
  margin-right: 6px;
}

.single-post-container .page-col1 #breadcrumbs {
  font-size: .9em;
}

.single-post-container .page-col1 .single-post-featured {
  display: block;
  height: 400px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.single-post-container .page-col1 .entry {
  display: table;
  width: 100%;
  vertical-align: top;
  padding-bottom: 20px;
}

.single-post-container .page-col1 .entry .vl-post-img {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  width: 200px;
}

.single-post-container .page-col1 .entry .vl-post-img img {
  vertical-align: middle;
}

.single-post-container .page-col1 .entry ul, .single-post-container .page-col1 .entry ol {
  margin-left: 10px;
}

.single-post-container .page-col1 .entry ul li, .single-post-container .page-col1 .entry ol li {
  margin-left: 20px;
}

.single-post-container .page-col1 .entry ul .the-excerpt, .single-post-container .page-col1 .entry ol .the-excerpt {
  display: table-cell;
}

.single-post-container .page-col1 .entry ul ul, .single-post-container .page-col1 .entry ul ol, .single-post-container .page-col1 .entry ol ul, .single-post-container .page-col1 .entry ol ol {
  margin-left: 10px;
}

.single-post-container .page-col1 .entry ul ul li, .single-post-container .page-col1 .entry ul ol li, .single-post-container .page-col1 .entry ol ul li, .single-post-container .page-col1 .entry ol ol li {
  margin-left: 20px;
}

.single-post-container .page-col1 .post-metadata {
  margin: 20px 0;
}

.single-post-container .page-col1 .post-metadata a {
  font-size: .85em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  padding: 3px 2px 0;
  font-weight: 900 !important;
  text-decoration: none;
}

.single-post-container .page-col1 .post-metadata div {
  margin-bottom: 0px;
}

.single-post-container .page-col1 .post-metadata .fa {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 4px;
}

.single-post-container .page-col2 {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

/* post navigation  
------------------------------------------*/
.post-navigation {
  padding: 20px;
  margin-bottom: 20px;
}

.post-navigation .next-posts {
  float: left;
}

.post-navigation .prev-posts {
  float: right;
}

.post-navigation a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -ms-border-radius: 5;
  border-radius: 5;
}

.post-navigation a:hover {
  text-decoration: underline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.post-navigation2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.post-navigation2 .nav-box {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.post-navigation2 .nav-box img {
  display: inline-block;
  margin: 0;
}

.post-navigation2 .title {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.post-navigation2 .nav-cont {
  display: table;
  width: 100%;
}

.post-navigation2 .nav-cont .thumb-cont {
  display: table-cell;
  vertical-align: top;
  width: 75px;
  height: auto;
}

.post-navigation2 .nav-cont .title-cont {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  line-height: 1.1em;
}

.post-navigation2 a {
  display: block;
  line-height: 1.15em;
  text-decoration: none;
}

.post-navigation2 a:hover {
  border-bottom: 1px solid transparent;
}

/* autorbox
------------------------------------------*/
.author-box {
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  margin-bottom: 45px;
}

.author-box h2 {
  margin: 0 0 14px 0;
  color: #002A4E !important;
}

.author-box .author-name {
  font-weight: 600;
  color: #003A4E !important;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.author-box .author-name a {
  font-size: .9em;
}

.author-box .author-table {
  display: table;
  width: 100%;
}

.author-box .author-table .avatar-cont {
  display: table-cell;
  width: 150px;
}

.author-box .author-table .avatar-cont img {
  margin: 0;
  padding: 0;
}

.author-box .author-table .author-meta {
  display: table-cell;
  vertical-align: top;
  min-width: 80px;
  padding-left: 20px;
}

.author-box .author-table .author-meta .author-desc {
  color: #000;
}

.author-box .author-table .author-meta .social-icon-section {
  margin-top: 20px;
}

.author-box .author-table .author-meta .social-icon-section a {
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}

.author-box .author-table .author-meta .social-icon-section a .fa {
  padding-top: 8px;
  height: 30px;
  width: 30px;
  color: #fff;
}

/*  Comments Container and Respond 
-------------------------------------------------------*/
#comments-cont {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -38px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-top: 30px;
  font-size: 1.2em;
  background-color: #f2f2f2;
}

#comments,
.commentlist {
  margin-left: 40px;
}

.commentlist {
  margin-bottom: 40px;
}

.commentlist li {
  list-style-type: none;
}

#respond {
  margin: 10px 0 40px 30px;
}

#comments,
#respond h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.comment {
  width: 90%;
  border: 0px solid #b2b2b2;
  padding-left: 10px;
}

#comment {
  height: 80px;
}

.children .comment {
  width: 95%;
  margin-left: 5%;
  border: 0px;
  border-top: 1px solid #b2b2b2;
}

.children .comment:last-child {
  border-bottom: 0px solid #000;
}

#respond input {
  margin-bottom: 10px;
  width: 30%;
  height: 35px;
  padding-left: 4px;
}

.reply,
#comment-submit,
#cancel-comment-reply-link {
  text-align: center;
  background-color: grey;
  font-size: 1.3em;
  font-weight: 900;
  color: #fff;
  width: 210px !important;
  height: 33px;
  padding: 6px;
  margin-top: 10px;
  margin-left: 10px;
  border: 0px;
}

.reply {
  font-size: 1em;
}

.reply a,
#cancel-comment-reply-link a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

#cancel-comment-reply-link {
  width: 200px;
  height: 20px;
  font-size: .8em;
  text-decoration: none;
  background-color: gray;
  -webkit-box-shadow: -3px 2px 0 0 #000;
  box-shadow: -3px 2px 0 0 #000;
}

.cancel-comment-reply {
  margin-bottom: 12px;
}

.comment-body {
  margin: 30px 0;
}

.comment-author img {
  width: 60px;
  height: auto;
  max-height: 200px;
  border: 2px solid #c9c9c9;
}

.commentmetadata a {
  font-size: .9em;
  text-decoration: none;
  color: #000;
  display: none;
}

.comment-body p {
  display: block;
  width: 60%;
  min-height: 70px;
  margin: 10px 0 3px 20px;
  padding: 10px;
}

/* Sidebar
------------------------------------------*/
#sidebar {
  position: relative;
  min-height: 130px;
  min-width: 275px;
  margin-top: 40px;
}

#sidebar .widget {
  clear: both;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
}

#sidebar .widget-title {
  position: relative;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 7px;
  padding-bottom: 5px;
  color: #474747;
  text-transform: uppercase;
}

#sidebar .widget-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#sidebar a {
  text-decoration: none;
  font-size: .9em;
  color: #262460;
}

#sidebar .menu li {
  margin-left: 5px;
}

#sidebar img {
  margin: 0;
}

#sidebar li {
  line-height: 1.3em;
}

/* recent posts
------------------------------------------*/
.vl-recent-posts {
  text-align: left;
  padding-bottom: 50px;
}

.vl-recent-posts .vl-post-cont {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}

.vl-recent-posts .vl-post-cont:last-child {
  margin-bottom: 0px;
}

.vl-recent-posts .vl-post-cont > a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 10px;
}

.vl-recent-posts .vl-post-cont .post-date {
  font-weight: 400;
  font-size: 1.05em;
  color: #aa872c !important;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.vl-recent-posts .vl-post-cont .recent-title {
  font-size: 2.05em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 10px;
}

.vl-recent-posts .vl-post-cont .rc-excerpt {
  line-height: 1.3em;
  font-size: 1.05em;
  text-align: justify;
  color: #333;
}

.vl-recent-posts .vl-post-cont .read-more {
  margin-top: 10px;
  font-size: 1.05em;
  color: #0098ff;
}

.vl-recent-posts .btn-cont {
  text-align: center;
}

.vl-recent-posts .btn-cont .btn-blue {
  padding: 7px 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .vl-recent-posts .vl-post-cont {
    width: 90%;
  }
}

/* featured
------------------------------------------*/
.vl-featured-posts .vl-featured-cont .featured-title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 3px;
  position: relative;
}

.vl-featured-posts .vl-featured-cont .featured-title:after {
  content: '';
  width: 70%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -3px;
  left: 15%;
}

.vl-featured-posts .vl-featured-cont:last-child .featured-title:after {
  border: none;
}

.vl-featured-posts a:hover {
  text-decoration: underline !important;
  color: #000;
}

/* favorite
------------------------------------------*/
.vl-favorite-posts {
  text-align: center;
  position: relative;
  top: -10px;
}

.vl-favorite-posts .vl-favorite-cont {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}

.vl-favorite-posts .vl-favorite-cont .img-cont {
  overflow: hidden;
  height: 280px;
  margin-bottom: 10px;
}

.vl-favorite-posts .vl-favorite-cont a {
  color: #000;
}

.vl-favorite-posts .vl-favorite-cont .excerpt-title {
  line-height: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* related posts
------------------------------------------*/
.crp_related {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  width: 95%;
  margin-left: 2.5%;
}

.crp_related h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.crp_related ul {
  text-align: center;
}

.crp_related ul li {
  width: 31%;
  margin: 0 1.5% 20px;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
}

.crp_related ul li:first-child {
  margin-left: 0;
}

.crp_related ul li:last-child {
  margin-right: 0;
}

.crp_related ul li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.crp_related ul li a img {
  width: 100%;
  height: auto;
  max-height: 130px;
  margin: 0;
  margin-bottom: 10px;
}

.crp_related ul li a .crp_title {
  display: block;
  text-align: center;
}

/* mailchimp sidebar form
------------------------------------------*/
.vl-mc-form {
  text-align: center;
  background-color: #f5f4f0;
  padding: 20px;
}

.vl-mc-form #mc_embed_signup {
  background-color: #f5f4f0;
}

.vl-mc-form .cap-img {
  margin-bottom: 10px;
}

.vl-mc-form .cap {
  color: #96207f;
  font-weight: 700;
  font-size: 1.32em;
  letter-spacing: .07em;
}

.vl-mc-form .sub-cap {
  padding: 10px 5px;
  font-size: 1.3em;
  color: #333;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: -15px;
}

.vl-mc-form .mc-field-group input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 6px !important;
}

.vl-mc-form #mc_embed_signup .button {
  font-family: 'Open sans', serif;
  background-color: #96207f !important;
  text-align: center !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0 !important;
  font-weight: 300 !important;
}

.vl-mc-form .ta-center {
  text-align: center;
}

/* footer 1
------------------------------------------*/
.footer1-cont {
  color: #000;
  text-align: center;
  position: relative;
}

.footer1-cont .vl-inner {
  padding: 20px 0 0;
}

.footer1-cont .vl-inner .ft-one-row .widget {
  margin: 10px 0 10px;
}

.footer1-cont .vl-inner .ft-one-row .widget .widget-title {
  text-align: center;
}

.footer1-cont .vl-inner .ft-one-row .menu li {
  display: inline-block;
  width: 18.5%;
  min-width: 200px;
  vertical-align: top;
  margin-bottom: 25px;
}

.footer1-cont .vl-inner .ft-one-row .menu li a {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .1em;
}

.footer1-cont .vl-inner .ft-one-row a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer1-cont .vl-inner .ft-one-row a:hover {
  text-decoration: underline;
}

/* footer 2
------------------------------------------*/
.footer2-cont {
  color: #000;
  text-align: center;
  position: relative;
}

.footer2-cont .vl-inner {
  padding: 40px 0 0;
}

.footer2-cont .vl-inner .ft-two-col .ft-col {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 20px;
}

.footer2-cont .vl-inner .ft-two-col .ft-col .widget {
  margin: 10px 0 20px;
  line-height: 1.2em;
}

.footer2-cont .vl-inner .ft-two-col .ft-col .widget .widget-title {
  text-align: center;
  margin-bottom: 10px;
}

.footer2-cont .vl-inner .ft-two-col .ft-col .menu li {
  margin-bottom: 5px;
}

.footer2-cont .vl-inner .ft-two-col .ft-col a {
  text-decoration: none;
}

.footer2-cont .vl-inner .ft-two-col .ft-col a:hover {
  text-decoration: underline;
}

/* footer 3
------------------------------------------*/
.footer3-cont {
  color: #000;
  text-align: center;
  position: relative;
  line-height: 1.3em;
}

.footer3-cont .vl-inner {
  padding: 40px 0 0;
}

.footer3-cont .vl-inner .ft-three-col .ft-col {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-bottom: 20px;
}

.footer3-cont .vl-inner .ft-three-col .ft-col .widget {
  margin: 10px 0 20px;
}

.footer3-cont .vl-inner .ft-three-col .ft-col .widget .widget-title {
  text-align: center;
}

.footer3-cont .vl-inner .ft-three-col .ft-col .menu li {
  margin-bottom: 5px;
}

.footer3-cont .vl-inner .ft-three-col .ft-col a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer3-cont .vl-inner .ft-three-col .ft-col a:hover {
  text-decoration: underline;
}

/* footer 4
------------------------------------------*/
.footer4-cont {
  color: #000;
  text-align: center;
  position: relative;
}

.footer4-cont .vl-inner {
  padding: 20px 0 0;
}

.footer4-cont .vl-inner .ft-one-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #232323;
}

.footer4-cont .vl-inner .ft-one-row .widget {
  margin: 10px 0 20px;
}

.footer4-cont .vl-inner .ft-one-row .widget .widget-title {
  text-align: center;
}

.footer4-cont .vl-inner .ft-one-row .menu li {
  margin-bottom: 5px;
}

.footer4-cont .vl-inner .ft-one-row a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer4-cont .vl-inner .ft-one-row a:hover {
  text-decoration: underline;
}

.footer4-cont .vl-inner .ft-two-col .ft-col {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-bottom: 20px;
}

.footer4-cont .vl-inner .ft-two-col .ft-col .widget {
  margin: 10px 0 20px;
}

.footer4-cont .vl-inner .ft-two-col .ft-col .widget .widget-title {
  text-align: center;
}

.footer4-cont .vl-inner .ft-two-col .ft-col .menu li {
  margin-bottom: 5px;
}

.footer4-cont .vl-inner .ft-two-col .ft-col a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer4-cont .vl-inner .ft-two-col .ft-col a:hover {
  text-decoration: underline;
}

/* footer 5 
------------------------------------------*/
.footer5-cont {
  color: #000;
  text-align: center;
  position: relative;
}

.footer5-cont .vl-inner {
  padding: 20px 0 0;
}

.footer5-cont .vl-inner .ft-one-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #232323;
}

.footer5-cont .vl-inner .ft-one-row .widget {
  margin: 10px 0 20px;
}

.footer5-cont .vl-inner .ft-one-row .widget .widget-title {
  text-align: center;
}

.footer5-cont .vl-inner .ft-one-row .menu li {
  margin-bottom: 5px;
}

.footer5-cont .vl-inner .ft-one-row a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer5-cont .vl-inner .ft-one-row a:hover {
  text-decoration: underline;
}

.footer5-cont .vl-inner .ft-three-col .ft-col {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-bottom: 20px;
}

.footer5-cont .vl-inner .ft-three-col .ft-col .widget {
  margin: 10px 0 20px;
}

.footer5-cont .vl-inner .ft-three-col .ft-col .widget .widget-title {
  text-align: center;
}

.footer5-cont .vl-inner .ft-three-col .ft-col .menu li {
  margin-bottom: 5px;
}

.footer5-cont .vl-inner .ft-three-col .ft-col a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer5-cont .vl-inner .ft-three-col .ft-col a:hover {
  text-decoration: underline;
}

/* footer 5 
------------------------------------------*/
.footer6-cont {
  color: #000;
  text-align: center;
  position: relative;
}

.footer6-cont .vl-inner {
  padding: 20px 0 0;
}

.footer6-cont .vl-inner .ft-one-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #232323;
}

.footer6-cont .vl-inner .ft-one-row .widget {
  margin: 10px 0 20px;
}

.footer6-cont .vl-inner .ft-one-row .widget .widget-title {
  text-align: center;
}

.footer6-cont .vl-inner .ft-one-row .menu li {
  margin-bottom: 5px;
}

.footer6-cont .vl-inner .ft-one-row a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer6-cont .vl-inner .ft-one-row a:hover {
  text-decoration: underline;
}

.footer6-cont .vl-inner .ft-four-col .ft-col {
  display: inline-block;
  width: 20%;
  margin: 0 1% 20px;
  vertical-align: top;
}

.footer6-cont .vl-inner .ft-four-col .ft-col .widget {
  margin: 10px 0 20px;
}

.footer6-cont .vl-inner .ft-four-col .ft-col .widget .widget-title {
  text-align: center;
}

.footer6-cont .vl-inner .ft-four-col .ft-col .menu li {
  margin-bottom: 5px;
}

.footer6-cont .vl-inner .ft-four-col .ft-col a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer6-cont .vl-inner .ft-four-col .ft-col a:hover {
  text-decoration: underline;
}

/* footer lower copyright (if selected) 
------------------------------------------*/
.ft-copy {
  color: #fff;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  font-size: .9em;
}

.ft-copy a {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
}

/* social media
------------------------------------------*/
.sm-cont {
  z-index: 20;
  position: relative;
  display: inline-block;
}

.sm-cont a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 5px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 300 ease-in-out;
  -moz-transition: all 300 ease-in-out;
  -ms-transition: all 300 ease-in-out;
  -o-transition: all 300 ease-in-out;
  transition: all 300 ease-in-out;
}

.sm-cont a:hover {
  color: red;
}

.sm-cont .icon-social {
  font-size: 1.5em;
}

.sm-cont .icon-social:before {
  font-family: FontAwesome;
}

.sm-cont .Facebook:before {
  content: "\f09a";
  color: #37589b;
}

.sm-cont .Facebook:hover:before {
  color: #37589b;
}

.sm-cont .Twitter:before {
  content: "\f099";
  color: #40bef1;
}

.sm-cont .Twitter:hover:before {
  color: #40bef1;
}

.sm-cont .GooglePlus:before {
  content: "\f0d5";
  color: #de5a49;
}

.sm-cont .GooglePlus:hover:before {
  color: #de5a49;
}

.sm-cont .Youtube:before {
  content: "\f167";
  color: red;
}

.sm-cont .Youtube:hover:before {
  color: red;
}

.sm-cont .Pinterest:before {
  content: "\f0d2";
  color: #aa2529;
}

.sm-cont .Pinterest:hover:before {
  color: #aa2529;
}

.sm-cont .Instagram:before {
  content: "\f16d";
  color: #40bef1;
}

.sm-cont .Instagram:hover:before {
  color: #40bef1;
}

.sm-cont .more-icon:before {
  content: "\f01a";
  color: grey;
}

.sm-cont .more-icon:hover {
  cursor: pointer;
}

.sm-cont .more-icon:hover:before {
  color: grey;
}

.sm-cont .more-media-cont {
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(1, 0, 0, 0.6);
  z-index: 3;
  display: none;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  -ms-border-radius: 3;
  border-radius: 3;
}

.sm-cont .more-media-cont .more-inner {
  padding: 10px 10px;
  padding-top: 40px;
  position: relative;
}

.sm-cont .more-media-cont .more-inner .title {
  margin-left: 4px;
  font-size: 1.2em;
  font-weight: 600;
  position: absolute;
  top: 9px;
  left: 10px;
}

.sm-cont .more-media-cont .more-inner .close-me {
  position: absolute;
  z-index: 15;
  right: 4px;
  top: 2px;
  color: #000;
  font-size: 1.4em;
  font-family: arial;
  padding: 4px 6px;
}

.sm-cont .more-media-cont .more-inner .close-me:hover {
  cursor: pointer;
  color: red;
}

.sm-cont .more-media-cont .more-inner a {
  text-align: left;
  display: block;
  padding: 5px;
  padding-left: 50px;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  position: reltive;
}

.sm-cont .more-media-cont .more-inner a:before {
  position: absolute;
  left: 13px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sm-cont .more-media-cont .more-inner a:hover {
  color: red;
}

.sm-cont .more-media-cont .more-inner a:hover:before {
  color: red;
}

.sm-cont .grey {
  margin: 3px 2px;
}

.sm-cont .grey:before {
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}

/* globals
------------------------------------------*/
.no-pointer > a:hover {
  cursor: default !important;
}

.half-col {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  min-width: 300px;
  margin: 30px 0;
  padding: 15px;
}

.mk-table {
  display: table;
  width: 100%;
}

.mk-table .half-col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 10px;
}

button:focus {
  outline: 0;
}

.text-center {
  text-align: center;
}

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

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

.test {
  border: 1px solid blue;
}

.vl-trans,
.trans-item,
.vl-group-trans {
  position: relative;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.trans-left,
.trans-right,
.trans-top,
.trans-bottom {
  opacity: 0;
}

.trans-left {
  left: -50px;
}

.trans-right {
  right: -50px;
}

.trans-top {
  top: -50px;
}

.trans-bottom {
  bottom: -50px;
}

.ft-copy {
  padding: 5px 0;
}

.italic {
  font-style: italic;
}

/*  searchform 
------------------------------------------*/
#searchform {
  margin: 20px 0;
}

#searchform input {
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 90%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#searchform #searchsubmit {
  display: none;
}

/*  Main Stylesheet  */
/* variables
------------------------------------------*/
.h2-archive {
  margin-top: 30px;
}

/* recent posts
------------------------------------------*/
.vl-recent-posts {
  text-align: center;
}

.vl-recent-posts .vl-post-cont {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 20px 2%;
}

.vl-recent-posts .vl-post-cont a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #333;
  padding: 10px;
}

.vl-recent-posts .vl-post-cont a .img-cont {
  height: 190px;
  overflow: hidden;
}

.vl-recent-posts .vl-post-cont a .img-cont img {
  width: 100%;
  height: auto;
  padding: 0 !important;
}

.vl-recent-posts .vl-post-cont a .recent-title, .vl-recent-posts .vl-post-cont a .recent-date {
  min-height: 40px;
  text-align: center;
}

.vl-recent-posts .vl-post-cont a .recent-date {
  font-style: italic;
  font-size: 1.2em;
  text-align: center;
}

/* contact form
------------------------------------------*/
.contact-form {
  margin-top: 10px;
}

.contact-form input, .contact-form textarea {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 90%;
}

.contact-form .wpcf7-submit {
  margin-top: 10px;
  width: 130px;
  color: #fff;
}

/*  vl custom project css 

------------------------------------------*/
body {
  background-repeat: no-repeat;
  background-position: left -87px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

body p {
  line-height: 1.5em;
}

body #wrapper {
  padding-bottom: 20px;
}

body a {
  border-bottom: 1px dotted transparent;
}

body a:hover {
  border-bottom: 1px dotted #262460;
}

/* header 
------------------------------------------*/
.header1-cont {
  padding: 20px 0;
}

.header1-cont #header #logo {
  margin: 0 0 0 0;
}

.header1-cont #header #logo img {
  max-height: 125px;
}

/* pages
------------------------------------------*/
.page-title {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #262460;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
  margin: 30px 0 10px;
}

/* homeslider 
------------------------------------------*/
.vl-slide {
  text-align: left;
}

.vl-slide .slide-cont {
  font-size: 1rem;
  text-align: left;
  display: inline-block;
  width: 300px;
  margin-top: 50px;
  margin-left: 65px;
  padding: 15px;
  background-color: rgba(224, 223, 252, 0.71);
  text-shadow: none;
  font-family: 'PT Serif', serif;
  font-style: normal;
}

.vl-slide .slide-cont .caption {
  font-size: 2.1em;
  color: #262460;
  line-height: 1.05em;
  margin-bottom: 10px;
}

.vl-slide .slide-cont .desc {
  font-size: .85em;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}

.vl-slide .slide-cont .btn-cont {
  text-align: left;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}

.vl-slide .slide-cont .btn-cont a {
  display: inline-block;
  background-color: #fdc331;
  font-family: 'Open Sans', sans-serif;
  color: #262460;
  text-decoration: none;
  padding: 8px 25px;
  font-size: .9em;
}

.vl-slide .slide-cont .btn-cont a:hover {
  background-color: #fff;
}

/* home
------------------------------------------*/
.home p {
  margin: 0;
}

.home #wrapper {
  background-color: transparent;
  padding: 0;
}

.home .page-content-container {
  padding: 0;
}

.home section {
  position: relative;
  margin-bottom: 55px;
  padding: 0;
}

.home section .title {
  font-family: 'PT Serif', serif;
  font-size: 2.2em;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}

.home .mailchimp-form {
  text-align: center;
}

.home .mailchimp-form .mc-field-group {
  display: inline-block;
  vertical-align: top;
  width: 22.2%;
  padding-right: 6px;
}

.home .mailchimp-form .mc-field-group input {
  width: 100%;
  padding: 7px;
  margin-top: 15px;
  border: 2px solid #fff;
  background-color: #fce09a;
}

.home .mailchimp-form .mc-field-group input:focus {
  background-color: #faffbd;
}

.home .mailchimp-form .submit-cont {
  width: 80px;
}

.home .mailchimp-form .submit-cont input {
  padding: 9px 7px;
  width: 100%;
  background-color: #262460;
  color: #fff;
  border: none;
}

.home .mailchimp-form .submit-cont input:hover {
  background-color: #8d8acc;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.home .sec-1 {
  background-color: #fdc331;
  padding: 15px 20px 25px;
}

.home .sec-1 .title {
  margin-bottom: 0;
  color: #2e2b5d;
}

/* recent posts
------------------------------------------*/
.recent-container .image-cont {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all  300ms ease-in-out;
  -ms-transition: all  300ms ease-in-out;
  -o-transition: all  300ms ease-in-out;
  transition: all  300ms ease-in-out;
  padding: 15px;
}

.recent-container .image-cont a {
  text-decoration: none;
}

.recent-container .image-cont:hover {
  transform: scale(1.05);
}

.recent-container .image-cont .image-cont-inner .thumb-cont {
  display: block;
}

.recent-container .image-cont .image-cont-inner .thumb-cont .thumb {
  height: 200px;
}

.recent-container .image-cont .image-cont-inner .title-cont {
  padding: 15px;
  min-height: 150px;
  background-color: #fff;
}

.recent-container .image-cont .image-cont-inner .title-cont .publish-date {
  color: #fdc331;
  margin-bottom: 10px;
}

.recent-container .image-cont .image-cont-inner .title-cont .title {
  color: #262460;
  font-size: 2em;
}

.recent-container .image-cont:first-child {
  display: table;
  width: 100%;
  height: 370px;
}

.recent-container .image-cont:first-child .thumb-cont {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}

.recent-container .image-cont:first-child .thumb-cont .thumb {
  height: 340px;
}

.recent-container .image-cont:first-child .title-cont {
  background-color: #fff;
  display: table-cell;
  width: 35%;
  padding: 20px;
  color: #262460;
  font-family: 'PT Serif', serif;
}

.recent-container .image-cont:first-child .title-cont .publish-date {
  color: #fdc331;
  margin-bottom: 10px;
}

.recent-container .image-cont:first-child .title-cont .title {
  color: #262460;
  font-size: 2.8em;
}

/* endorsements
------------------------------------------*/
.endorse-cont {
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
}

.endorse-cont .endorse {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  min-height: 30px;
  font-size: 1.3em;
  line-height: 1.15em;
  margin-bottom: 10px;
}

.home .endorse-cont {
  margin-top: 0;
}

.home .endorse-cont .endorse {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
  font-size: 1.15em;
}

.btn-cont {
  text-align: center;
  padding: 20px;
}

.btn-cont a {
  display: inline-block;
  background-color: #fdc331;
  font-family: 'Open Sans', sans-serif;
  color: #262460;
  text-decoration: none;
  padding: 14px 30px;
}

.btn-cont a:hover {
  background-color: #fff;
  border-bottom: 1px solid transparent !important;
}

/* volunteer
------------------------------------------*/
.page-id-80 #wrapper {
  max-width: 500px;
}

.page-id-80 #wrapper .page-content-container {
  padding: 0;
  padding-bottom: 20px;
}

.volunteer {
  display: inline-block;
}

.volunteer .required {
  margin-bottom: 14px;
  font-size: .7em;
}

.volunteer .field {
  margin-bottom: 15px;
}

.volunteer .field input {
  padding: 8px 12px;
  width: 100%;
  font-size: 1em;
}

.volunteer .i-will {
  font-family: 'PT Serif', serif;
  color: #262460;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

.volunteer .checkboxes {
  margin-bottom: 8px;
}

.volunteer .checkboxes .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.volunteer .checkboxes .wpcf7-list-item label {
  font-size: .97em;
}

.volunteer .checkboxes .wpcf7-list-item label input {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.volunteer .submit-cont {
  margin: 10px;
  margin-top: 24px;
  margin-left: 0;
}

.volunteer .submit-cont input {
  background-color: #262460;
  color: #fff;
  padding: 8px 30px;
  font-size: 1.05em;
  border: none;
}

@media screen and (max-width: 768px) {
  .home section {
    margin-bottom: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .home section .title {
    text-align: center;
  }
  .home .mailchimp-form .mc-field-group {
    width: 100%;
    max-width: 400px;
  }
  .home .recent-container {
    text-align: center;
  }
  .home .recent-container .image-cont {
    width: 100% !important;
    margin: 0;
    margin-bottom: 30px;
  }
  .home .recent-container .image-cont:first-child {
    width: 100% !important;
    margin: 0;
  }
  .home .recent-container .image-cont:first-child .thumb-cont {
    width: 100%;
    display: block;
    height: 250px;
  }
  .endorse-cont .endorse {
    width: 100%;
  }
}

/* about 
------------------------------------------*/
@media screen and (max-width: 500px) {
  .page-id-78 .entry img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* footer
------------------------------------------*/
.custom-footer {
  text-align: center;
  line-height: 2.2em;
}

.custom-footer .img-cont {
  margin: 30px 0;
}

.custom-footer .img-cont img {
  opacity: .41;
  max-width: 200px;
}

.custom-footer a {
  color: #8d8bca !important;
  border-bottom: 1px dotted #fff;
}

.custom-footer a:hover {
  text-decoration: none !important;
  border-bottom: 1px dotted #fff;
}

.custom-footer .frame-me {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 20px;
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.custom-footer p {
  font-size: .8em;
  line-height: 1.15em;
}

/* issues
------------------------------------------*/
.issues ul li {
  color: #262460;
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 2px;
}

.issues ul li div {
  display: inline-block;
  border-bottom: 1px dotted #8d8acc;
}

.issues ul li:hover {
  opacity: .7;
}

.issues .section-closing {
  background: url(/wp-content/uploads/2018/03/5a32a7f80672a700015bf353_divider.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*  posts / blog
------------------------------------------*/
.single-post-container .page-col1,
.page-content-container .page-col1 {
  padding: 0;
}

.single-post-container .page-col1 article,
.page-content-container .page-col1 article {
  margin-bottom: 20px;
  padding-left: 0;
}

.single-post-container .page-col1 article .article-title,
.page-content-container .page-col1 article .article-title {
  line-height: 1em;
}

.single-post-container .page-col1 article .article-title a,
.page-content-container .page-col1 article .article-title a {
  color: #262460;
  line-height: 1.12em;
  font-size: 1.4em;
  text-decoration: none;
}

.single-post-container .page-col1 article .article-title a:hover,
.page-content-container .page-col1 article .article-title a:hover {
  border-bottom: 1px dotted #262460;
}

.single-post-container .page-col1 article .posted-on,
.page-content-container .page-col1 article .posted-on {
  margin-left: 3px;
  margin-bottom: 0px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #262460;
  min-height: 20px;
}

.single-post-container .page-col1 article .posted-on .post-date a,
.page-content-container .page-col1 article .posted-on .post-date a {
  text-decoration: none;
}

.single-post-container .page-col1 article .posted-on .post-date:hover,
.page-content-container .page-col1 article .posted-on .post-date:hover {
  border-bottom: 1px dotted #262460;
  color: #262460 !important;
}

.single-post-container .page-col1 article .entry .the-excerpt,
.page-content-container .page-col1 article .entry .the-excerpt {
  display: block;
}

.single-post-container .page-col1 article .entry .vl-post-img,
.page-content-container .page-col1 article .entry .vl-post-img {
  margin-top: 25px;
  display: block;
  text-align: center;
  width: 100%;
}

.single-post-container .page-col2,
.page-content-container .page-col2 {
  position: relative;
  padding-left: 20px;
}

.single-post-container .page-col2:before,
.page-content-container .page-col2:before {
  position: absolute;
  content: '';
  border-left: 1px solid #262460;
  height: 98%;
  left: 0px;
  top: 25px;
}

.single-post-container .page-col1 {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .header1-cont #header #logo {
    width: 100%;
  }
  .single-post-container {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post-container .page-col2:before, .page-content-container
.page-col2:before {
    display: none;
  }
  #sidebar .widget-title {
    text-align: center;
  }
  #sidebar .widget {
    text-align: center;
  }
  .cap-cont {
    text-align: center;
  }
  .vl-slide .slide-cont {
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* globals
------------------------------------------*/
a:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.in-block {
  display: inline-block;
}

.sec-title {
  margin-top: 36px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #262460;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.alink {
  text-decoration: dotted;
}

.alink:hover {
  cursor: pointer;
}

.video-cont {
  padding-top: 56.25%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.video-cont iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* responsive transitions for mobile device */
@media screen and (max-width: 768px) {
  .page-content-container {
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }
  .page-content-container .page-col1 {
    display: block;
    width: 100%;
  }
  .page-content-container .page-col1 article {
    padding-right: 0;
  }
  .page-content-container .page-col2 {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .page-content-container .page-col1,
  .home .page-content-container .page-col2,
  .post .page-content-container .page-col1,
  .post .page-content-container .page-col2,
  .blog .page-content-container .page-col1,
  .blog .page-content-container .page-col2,
  .author .page-content-container .page-col1,
  .author .page-content-container .page-col2,
  .single .page-content-container .page-col1,
  .single .page-content-container .page-col2,
  .search .page-content-container .page-col1,
  .search .page-content-container .page-col2,
  .archive .page-content-container .page-col1,
  .archive .page-content-container .page-col2 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home .page-content-container .page-col2,
  .post .page-content-container .page-col2,
  .author .page-content-container .page-col2,
  .single .page-content-container .page-col2,
  .search .page-content-container .page-col2,
  .archive .page-content-container .page-col2 {
    width: 100%;
    margin: 30px 0;
  }
  .single .single-post-container .page-col1 {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .single .single-post-container .page-col1 .article-inner {
    padding: 0 !important;
    margin: 0 10px;
  }
  .single .single-post-container .page-col2 {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .header-widget-2-cont {
    padding: 5px 0 8px;
    text-align: center;
  }
  .social-search-cont {
    margin-right: 20px;
  }
  .post-navigation2 .nav-box {
    float: none !important;
    display: block;
    margin: 0 auto !important;
    width: 95%;
  }
  .mk-table .half-col {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 710px) {
  .home .page-content-container .page-col1 .top-three-cont
.top-three-article,
  .post .page-content-container .page-col1 .top-three-cont
.top-three-article,
  .author .page-content-container .page-col1 .top-three-cont
.top-three-article,
  .single .page-content-container .page-col1 .top-three-cont
.top-three-article,
  .search .page-content-container .page-col1 .top-three-cont
.top-three-article,
  .archive .page-content-container .page-col1 .top-three-cont
.top-three-article {
    float: none !important;
    display: block;
    width: 100%;
    margin: 40px 0;
  }
  .page-content-container .page-col1 .top-article article a .title {
    font-size: 1.7em !important;
  }
}

@media screen and (max-width: 640px) {
  .header5-cont header .header-widget-1-cont .half-col:last-child {
    display: none;
  }
  .header5-cont header .header-widget-1-cont {
    padding-left: 0;
  }
  .home .page-content-container .page-col1 .long-article article a,
  .post .page-content-container .page-col1 .long-article article a,
  .author .page-content-container .page-col1 .long-article article a,
  .single .page-content-container .page-col1 .long-article article a,
  .search .page-content-container .page-col1 .long-article article a,
  .archive .page-content-container .page-col1 .long-article article a {
    display: block;
  }
  .home .page-content-container .page-col1 .long-article article a .img-cont,
  .post .page-content-container .page-col1 .long-article article a .img-cont,
  .author .page-content-container .page-col1 .long-article article a .img-cont,
  .single .page-content-container .page-col1 .long-article article a .img-cont,
  .search .page-content-container .page-col1 .long-article article a .img-cont,
  .archive .page-content-container .page-col1 .long-article article a .img-cont {
    display: block !important;
    width: 100% !important;
  }
  .home .page-content-container .page-col1 .long-article article a .img-cont .thumb,
  .post .page-content-container .page-col1 .long-article article a .img-cont .thumb,
  .author .page-content-container .page-col1 .long-article article a .img-cont .thumb,
  .single .page-content-container .page-col1 .long-article article a .img-cont .thumb,
  .search .page-content-container .page-col1 .long-article article a .img-cont .thumb,
  .archive .page-content-container .page-col1 .long-article article a .img-cont .thumb {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .home .page-content-container .page-col1 .long-article article a .desc-cont,
  .post .page-content-container .page-col1 .long-article article a .desc-cont,
  .author .page-content-container .page-col1 .long-article article a .desc-cont,
  .single .page-content-container .page-col1 .long-article article a .desc-cont,
  .search .page-content-container .page-col1 .long-article article a .desc-cont,
  .archive .page-content-container .page-col1 .long-article article a .desc-cont {
    display: block;
    width: 100%;
    text-align: center;
  }
  #ajax-load-more .long-article article {
    display: block;
  }
  #ajax-load-more .long-article article .img-cont,
  #ajax-load-more .long-article article .desc-cont {
    display: block !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 30px 0;
    padding: 0;
  }
  #ajax-load-more .long-article article .img-cont a {
    text-align: center;
  }
  #ajax-load-more .long-article article .img-cont a .thumb {
    margin: 0 auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 680px) {
  .half-col {
    display: block;
    width: 100%;
  }
}
