/*
Theme Name:   Vogue Child
Theme URI:    https://www.physiotherapie-wels.com/
Description:  This is a child theme for the Vogue WordPress theme
Author:       Lukas Pugstaller
Author URI:   https://seo-linz.at/
Template:     vogue
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, e-commerce
Text Domain:  vogue-child
*/

.chz:hover {opacity: 0.5; filter: alpha(opacity=50);}

.slider-title {
  clear: both;
  color: inherit;
  font-family: 'Lato', 'Tahoma', sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.0em;
  margin: 0 0 8px;
  padding: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  word-wrap: break-word;
}

@media only screen and (min-width: 721px) {

  .slider-title {
    font-size: 38px;
  }

}

@media only screen and (min-width: 981px) {

  .slider-title {
    font-size: 48px;
  }

}

h1.entry-title,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #535ed1;
}

.entry-content p {
  color: #000000;
  font-family: 'Lato', 'Tahoma', sans-serif;
  font-weight: 300;
  line-height: 1.0em;
  margin-bottom: 1.1em;
}

.entry-content p.lead {
  font-size: 22px;
}

address {
  font-style: normal;
}

.rounded-circle {
  border-radius: 50% !important;
}

/* Grid Shortcodes */
.gdc_row {
  display: flex;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
