iframe {
    position: fixed;
    background: #0000;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
		margin-top: 80px;
		padding-bottom: 80px;
}

#menu-guides-back {
	  color: #707473;
}

.custom-logo {
    width: auto;
    height: 35px;
}

@media screen and (max-width: 791px) {
	.custom-logo {
    	width: auto;
  	  height: 30px;
	}
}

@media screen and (max-width: 991px) {
    #mainmenu {
        color: #0073aa;
        font-family: 'Segoe UI' !important;
    }
		@font-face{
    		font-family:segoe ui;
    		font-style:normal;
    		font-weight:400;
    		src:local('Segoe UI'),url('/assets/fonts/SegoeUI.woff') format('woff')
		}
}

.wp-block-image {
    margin: 0rem !important;
}

#left-sidebar .widget, #right-sidebar .widget {
    margin-bottom: 1rem !important;
}

#mainmenu a {
    text-decoration: none !important;
}

.classic-left .post-thumbnail img, .classic-right .post-thumbnail img, .page figure.post-thumbnail img {
    width: 100%;
    height: auto !important;
}

img.default-thumbnail.wp-post-image {
    height: auto !important;
}

.post {
    border-color: #eeeeee;
    border-width: 1px;
		border-style: solid;
    padding: 2%;
		margin-bottom: 30px;
}

.classic-right {
    border-width: 0px;
		border-style: none;
    padding: 0%;
		margin-bottom: inherit;
}

.post .entry-content {
    margin: 0 0 0;
}

.author-avatar img {
    border-radius: 50%;
    min-width: 100px;
}

@media screen and (max-width: 991px) {
	#right-sidebar {
    position: relative;
    padding-top: 50px;
}
}

.widget_categories ul li {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    border-bottom: 0px solid #e3e3e3;
}

.widget_categories .children {
    border-top: 0px solid #e3e3e3;
    margin: 0.0rem 0 0 0;
}

.widget_categories .children li {
    margin-bottom: 0;
    padding-top: 0.25rem;
}

.list-title {
    font-weight: 500;
    font-size: 16px;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    padding-top: 15px;
    color: #444746;
}

.top-left {
  padding-top: 9px;
  position: fixed;
  z-index: 2;
  top: 124px;
  background: #f9fbfd;
  width: 266px;
  height: 102px;
  left: 0px;
  text-indent: 24px;
}

.guides {
  padding-top: 9px;
  position: fixed;
  z-index: 2;
  top: 86px;
  background: #f9fbfd;
  width: 266px;
  height: 102px;
  left: 0px;
  text-indent: 13px;
}

@supports (-moz-appearance:none) {
  .guides {
    width: 263px !important;
  }
  .top-left {
    width: 263px !important;
  }
}

#page-header .entry-title, #post-header .entry-title {
    text-transform: none;
}