/*
Theme Name: 	Rohart
Description: 	Tato šablona obsahuje úpravy na míru šité potřebám klienta a bez své rodičovské šablony (Nimva) nebude fungovat, proto prosím šablonu Nimva nemažte. Děkuji.
Version: 		1.0.0
Author: 		Milena Svadova
Author URI: 	http://svami.cz
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Template: 		nimva
*/

/* Custom Styles - Frontend
===================================== */

/* =Plugin Contact Form 7
-------------------------------------------------------------- */
.wpcf7-form,
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto!important;
  margin-left: auto!important;
}
.wpcf7-form {
  width: 50%;
  text-align: left
}
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

/* =WPML
-------------------------------------------------------------- */
.wpml-ls-menu-item img.wpml-ls-flag {
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 opacity: 0.7;
}
.menu-item-language-current.wpml-ls-menu-item img.wpml-ls-flag,
.wpml-ls-current-language.wpml-ls-menu-item img.wpml-ls-flag {
 opacity: 0.3;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

    