/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }
  
 a:hover {
    color: #c2c2c2;
}

/*********************
HEADER
*********************/
.slider-home {
    position: absolute;
    z-index: -9999;
}

.max-950 {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.mg-top-top-bar {
    height: 42px;
    background: #f0f0f1;
}

.mg-top-top-bar-home {
    height: 42px;
    background: rgb(0 0 0 / 40%);
}

.mg-headermenu-home .menu{
	justify-content: flex-end;
}

.mg-headermenu-home .dropdown.menu > li > a {
    padding: 0.8rem 1rem 0.4rem;
}

.mg-menu-mobile,
.mg-menu-mobile-home {
    position: absolute;
    right: 20px;
    top: 8px
}

.social-icn {
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 9999;
}

.social-icn img {
    margin-left: 10px;
}

/*.mg-top-bar {
    max-width: 950px;
    display: flex;
    margin: 1em auto;
   	justify-content: space-between;
    align-items: center;
}*/

.mg-top-bar {
    margin: 1em auto;
}

@media screen and (max-width:950px){
	.mg-top-bar {
		/*display: flex;
		margin: 2em 1em 1em;
		 align-items: center; */
	}
}

.mg-top-bar .mg-logo {
    text-align: center;
}

.menu-icon {
    width: 30px;
    height: 26px;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #353535;
    -webkit-box-shadow: 0 7px 0 #353535, 0 14px 0 #353535;
    box-shadow: 0 10px 0 #353535, 0 20px 0 #353535;
    content: '';
}

.mg-menu-mobile-home .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 10px 0 #fefefe, 0 20px 0 #fefefe;
    content: '';
}

.mg-headermenu.show-for-medium {
    margin: 4em auto 0;
}

/*********************
	    PAGES
*********************/

.content {
    min-height: 500px;
}

.title-content {
    width: 100%;
}

.grid-container .title-content h1{
	font-size: 1.5em;
}

.grid-container.bio .title-content h1{
	margin-top: 100px;
}

.grid-container .title-content h1 span{
	color: red;
}

@media print, screen and (max-width: 982px) {
	.grid-container .title-content {
		margin: 30px auto 50px;
		font-size: 1.3em;
	}
}

.grid-container.bio .entry-content{
	text-align:left;
}

.grid-container.media .entry-content{
	text-align:center;
	width:100%
}

.grid-container.contacts .entry-content{
	width:100%
}

.grid-container.contacts .entry-content a{
	color:red
}

.grid-container.grid-x.works,
.grid-container.grid-x.work,
.grid-container.grid-x.media,
.grid-container.grid-x.video,
.grid-container.grid-x.contacts {
    justify-content: center;
}

.grid-container .entry-content {
    margin: 1em auto;
}

.grid-container.media ._df_thumb {
    width: 315px;
    height: 420px;
}

.container-flag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.container-flag a {
    color: inherit;
}

.flag-img {
    margin: 1em;
    min-width: 100px;
    max-width: 170px;
}

.flag-img span {
    display: block;
    margin: .5em auto 0;
    text-align:center;
}

.flag-img img {
    border: 1px solid #c2c2c2;
}

.grid-x {
    justify-content: space-around;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    margin-top: 30px;
    color: #fefefe;
    text-align: center;
}

.footer-home {
	position: fixed;
	width: 100%;
	bottom:0;
	clear: both;
	padding-top: .5rem;
	margin-top: 30px;
	color: #fefefe;
	background-color: rgb(0 0 0 / 40%);
	text-align: center;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
  
/*********************
CONTACT FORM
*********************/
  
fieldset.cf-gazzano span {
    color: #dc3232;
}

p.accept-gdpr span {
    color: #0a0a0a;
}

fieldset ol {
	margin: 0;
}

p.contact-quiz {
    width: 30%;
    display: inline-block;
}

p.contact-submit {
    text-align: center;
}

.wpcf7 .wpcf7-submit {
    border: 1px solid #cacaca;
    padding: 4px 12px;
}

.wpcf7 .wpcf7-submit:disabled {
	background-color: #e6e6e6;
}

.wpcf7-spinner {
    display: block;
}

fieldset.cf-gazzano .wpcf7-not-valid-tip {
    color: #dc3232;
    margin-top:-1rem;
}

fieldset.cf-gazzano span.wpcf7-quiz-label {
    font: 200 20px "Jost";
    color: #dc3232;
}

/*# sourceMappingURL=style.css.map */
