/**
 * Theme Name:   Polyclinic
 * Theme URI:    http://www.webmandesign.eu/polyclinic-wordpress-theme/
 * Author:       WebMan Design
 * Author URI:   http://www.webmandesign.eu/
 * Version:      1.6.0
 * Text Domain:  polyclinic
 * Domain Path:  /languages
 * License:      GNU General Public License v3
 * License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 * Description:  Polyclinic is accessibility-ready medical institution WordPress theme.
 * Tags:         one-column, two-columns, right-sidebar, grid-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Requires at least:  4.2
 *
 * Bitbucket Theme URI:  https://bitbucket.org/webmandesign/polyclinic
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 */





/**
 * IMPORTANT NOTICE:
 *
 * Do not place your custom CSS styles here in this file! Use WordPress native "Additional CSS"
 * field (https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress) or a child theme
 * (https://webmandesign.github.io/docs/polyclinic/#child-theme).
 *
 * If you place your custom CSS here, it will be lost once you update the theme!
 */

 .site-layout-boxed .site {
  max-width: 100% !important; 
 box-shadow: 0 0 1rem rgb(0 0 0 / 10%);
}

@media only screen and (min-width: 42em){
  .site-layout-boxed {
   padding:0;
 }
}


