/*
Theme Name: Vantage Child
Template: vantage
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage/
Description: Vantage Child Theme
Version: 1.32.85
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.6.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vantage-child
Tags: two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
*/
/* =Reset
-------------------------------------------------------------- */

/* Main Page - Promoted Article */
.home_first_paragraph a.promoted_post_title {
  text-align: center !important;
  font-size: 40px !important;
  line-height: initial !important;
  margin: 10px 0 10px !important;
  padding: 5px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  /*background-color: #eee;*/
}

.home_first_paragraph a.promoted_post_title:hover {
  color: #444 !important;
}

.promoted_post_byline {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 0 5px 0 0;
}

.promoted_post_excerpt {
  padding-top: 10px;
}

.so-home-sow-image .widget-title {
  text-align: center;
}

.so-home-sow-image .sow-image-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.so-home-sow-image .sow-image-container > a {
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .so-home-sow-image .sow-image-container > a {
    display: flex;
  }
}

.so-home-sow-image .sow-image-container .so-widget-image {
  display: block;
}


/* Main Page - Top Selected Articles */
.so-home-sow-recent-posts .sow-recent-posts {
  margin: 0;
  padding: 0;
}

.so-home-sow-recent-posts .sow-recent-posts-item {
  align-items: center;
  color: #929292;
  display: flex;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding : 25px 0;
  position: relative;
  border-bottom : 1px solid #eee;
}

.so-home-sow-recent-posts .sow-recent-posts-item:first-child {
  padding-top : 0px !important
}

.so-home-sow-recent-posts .sow-recent-posts-item:last-child {
  border-bottom : none !important;
}

@media (min-width: 950px) {
  .so-home-sow-recent-posts .sow-recent-posts-item-inner { 
    gap: 12px;
    display: inline-grid;
    grid-template-columns: auto 12fr;
  }
}

.so-home-sow-recent-posts .sow-recent-posts-item .sow-recent-posts-thumbnail .wp-post-image {
  box-sizing: content-box;
  display: inline-block;
  height: auto;
  max-width: 150px;
  padding: 0px;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .so-home-sow-recent-posts .sow-recent-posts-item .sow-recent-posts-thumbnail .wp-post-image {
    float: left;
    margin-right: 20px;
    max-width: 100px;
  }

  .so-home-sow-recent-posts .sow-recent-posts .sow-recent-posts-item-hgroup {
    display: flex;
  }
}

@media (min-width: 780px) and (max-width: 950px) {
  .so-home-sow-recent-posts .sow-recent-posts-item .sow-recent-posts-thumbnail .wp-post-image {
    display: none !important;
  }
}

.so-home-sow-recent-posts .sow-recent-posts-title {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold !important;
}

.so-home-sow-recent-posts .sow-recent-posts-title a {
  color: #2d2d2d;
  text-decoration: none;
}

.so-home-sow-recent-posts .sow-recent-posts-title a:hover,
.so-home-sow-recent-posts .sow-recent-posts-title a:focus {
  color: #626262;
}

.so-home-sow-recent-posts .sow-recent-posts-excerpt {
  color: #626262;
  font-size: 16px;
  margin-block: 0;
}

.so-home-sow-recent-posts .sow-recent-posts-date {
  color: #929292;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 5px 0;
}

.so-home-sow-recent-posts .sow-recent-posts-date .updated:not(.published) {
  display: none;
}

.so-home-sow-recent-posts .sow-recent-posts-read-more {
  display: block;
  font-size: 13px;
}

/* Main Page - Blog Articles */
.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts {
  column-gap: 2%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);/* repeat(4, 1fr)*/
}

@media (max-width: 780px) {
  .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts {
    display: block;
  }
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article {
  
  border: 1px solid default;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-title {
  font-size: 20px;
  font-weight: bold !important;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-title a {
  color: #2d2d2d;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-title a:hover,
.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-title a:focus {
  color: #626262;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-meta {
  font-size: 13px;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-meta span {
  color: #929292;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-meta span a {
  color: #929292;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-meta span a:hover,
.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-meta span a:focus {
  color: #f14e4e;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-header .sow-entry-meta:not(:last-child)::after {
  font-size: 13px;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-content {
  font-size: 16px !important;
  color: #000000 !important;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-content a {
  color: #f14e4e;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-content a:hover,
.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-content a:focus {
  color: #626262;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-more-link {
  font-size: 14px;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .sow-nav-links {
  margin-top: 30px;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .page-numbers {
  align-items: center;
  display: flex;
  height: 43px;
  justify-content: center;
  width: 40px;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .page-numbers:not(.dots) {
  border: 1px solid #626262;
  color: #626262;
  font-size: 14px;
  margin-right: 8px;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .page-numbers:not(.dots):last-child {
  margin-right: 0;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .page-numbers:not(.dots).current,
.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .page-numbers:not(.dots):hover,
.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .page-numbers:not(.dots):focus {
  color: #f14e4e;
  border-color: #f14e4e;
}

.so-widget-sow-blog .sow-blog-layout-grid .sow-post-navigation .dots {
  color: #626262;
  margin-left: -8px;
}

.home-blog-posts img {
  padding-top: 25px !important;
}

.home-blog-posts .sow-blog-content-wrapper {
  padding: 15px 0px 0px !important;
}


/* Main Page - Contributors Boxes */
.widget_circleicon-widget .circle-icon-box h4 {
  margin: 0.5em 0 !important;
}

.widget_circleicon-widget .circle-icon-box .circle-icon {
  background-color: #003c3c !important;
  width: 150px !important;
  height: 150px !important;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top {
  padding-top: 160px !important;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon {
  left: 39% !important;
}

@media (max-width: 780px) {
  .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon {
    left: 45% !important;
  }
}

.widget_circleicon-widget .circle-icon-box p.text {
  color: #000000 !important;
  font-size: 16px !important;
}

.widget_circleicon-widget h4 {
  font-size: 20px !important;
  font-weight: bold !important;
}


/* Inner Pages - Right-Side Recent Articles */
@media (max-width: 760px) {
  body.responsive #secondary {
    margin-top: 35px;
  }
}

@media (max-width: 760px) {
  body.responsive #primary, body.responsive #secondary {
    width: auto;
    float: none;
  }
}

aside li.sow-recent-posts-item {
  border-bottom : 1px solid #eee;
}

@media (max-width: 760px) { 
  .so-widget-sow-recent-posts-default-7e52baa88791 .sow-recent-posts-item .sow-recent-posts-thumbnail .wp-post-image {
    float: left;
    margin: 0 10px 0 0;
    max-width: 80px !important;
  }
}

@media (max-width: 980px) { 
  .so-widget-sow-recent-posts-default-7e52baa88791 .sow-recent-posts-item .sow-recent-posts-thumbnail .wp-post-image {
    margin-bottom: 10px;
    max-width: 120px;
  }

  .so-widget-sow-recent-posts-default-7e52baa88791 .sow-recent-posts-item-inner {
    display: block;
  }
}

.so-widget-sow-recent-posts-default-7e52baa88791 .sow-recent-posts-title a {
  font-weight: bold !important;
}

/* ----------------------- */

.main-navigation ul ul a {
  min-width: 225px;
}

.separator-top {
  padding: 25px 0;
  border-top: solid 1px #eee;
}

.separator-bottom {
  padding: 50px 0;
  border-bottom: solid 1px #eee;
}

.hide_class {
  display : none !important;
}

#theme-attribution {
  display: none !important;
}

.wide-grey {
  background-color: transparent !important;
  border: 0px !important;
}

/* ----------------------- */

.vantage-grid-loop article h3 {
  font-size: 20px !important;
  font-weight: bold !important;
}

.vantage-grid-loop article .excerpt {
  font-size: 16px !important;
  color: #000000 !important;
}

.vantage-grid-loop article .grid-thumbnail:hover {
  border-color: #5d5b56;
  -webkit-box-shadow: 0 0 5px #5d5b56;
  -moz-box-shadow: 0 0 5px #5d5b56;
  box-shadow: 0 0 5px #5d5b56;
}

/* ----------------------- */

div.iais_door img {
  transform: perspective(1500px) rotateY(0deg);
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition: transform 1s ease 0s;

  &:hover {
    transform: perspective(3000px) rotateY(15deg);
  }
}

.page-header {
	background-color: #ECECEC;
	padding: 10px;
	border-bottom: solid 2px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}

#page-title, article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
  font-weight: bold !important;
}

article.post .entry-header .entry-title {
  margin-bottom: 20px !important;
}

div.taxonomy-description {
  font-size: 20px !important;
}

.post-navigation a, #image-navigation a {
  font-size: 14px !important;
}

.article_caption {
  display: block;
  float: left;
  max-width: 95%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #444444;
  margin-top: 5px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: bold !important;
}

.entry-content p, .entry-content > ul, .entry-content > ol, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
  margin: 0 0 1.5em !important;
}

.content-area .entry-thumbnail img {
  width: 100% !important;
}

/*Issue Date Section*/
.issue-date {
  margin: 10px 0;
}

.issue-date .issue-entry-date {
  background-color: #eee;
  padding: 5px 10px;
  font-size: 18px;
}

/*Header Ads Section*/
.header_ad {
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .header_ad {
    padding-bottom: 40px;
  }
}

/*Writer Section*/
.writer-section {
  margin-top: 20px;
  display: block;
  padding: 10px 0;
  margin: 2.25rem 0px 1.50rem;
  border-top: 2px solid #9e0719;
  min-height: 200px;
}

.writer-section p  {
  font-size: 13px;
  font-style: italic;
}

/*Share Social Media Section*/
.sharethis-inline-share-buttons {
  margin: 20px 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #ECECEC !important;
  border-top: 1px solid #ECECEC !important;
}

/* Footer Section */
#footer-widgets .widget .widget-title {
  font-size: 22px !important;
  text-shadow: rgba(0,0,0,0.1)0px 1px;
  border-bottom: 2px solid #5d5b56;
}

@media (max-width: 680px) {
  #secondary .widget ul li, #footer-widgets .widget ul li, #masthead-widgets .widget ul li, #secondary .widget ol li, #footer-widgets .widget ol li, #masthead-widgets .widget ol li {
    padding-bottom: 20px;
  }
}

#footer-widgets .widget .widget-title {
  color: #3b3b3b !important;
}

#footer-widgets aside:first-child, #footer-widgets aside:nth-child(2) {
    text-align: center;
}

@media (min-width: 780px) {
  #footer-widgets aside:first-child {
    width: 25% !important;
  }

  #footer-widgets aside:nth-child(2) {
    width: 75% !important;
    text-align: left;
  }
}

#secondary .widget .widget-title, #footer-widgets .widget .widget-title, #masthead-widgets .widget .widget-title {
  font-size: 20px;
}

#secondary .widget, #footer-widgets .widget, #masthead-widgets .widget, #yoast-breadcrumbs, #navxt-breadcrumbs {
  color: #3b3b3b !important;
}

#comments .commentlist article .entry-content {
  font-size: 16px !important;
}