/*
 Theme Name:   Consulting Kontor
 Template:     twentythirteen
*/

/* eurostyle bq */
@font-face {
    font-family: 'eurostile_bqregular';
    src: url('../twentythirteen-child/fonts/eurostile_bold_extended-webfont.woff2') format('woff2'),
         url('../twentythirteen-child/fonts/eurostile_bold_extended-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../twentythirteen-child/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../twentythirteen-child/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../twentythirteen-child/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../twentythirteen-child/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../twentythirteen-child/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../twentythirteen-child/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../twentythirteen-child/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../twentythirteen-child/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../twentythirteen-child/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../twentythirteen-child/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../twentythirteen-child/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../twentythirteen-child/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
html {
	overflow-x: hidden;
	background-color: #dadbdf;
}

html, button, input, select, textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
	
body {
	color: #353535;
	line-height: 1.7;
	font-size: 15px;
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: #9aa5c3;
}
a:visited {
	color: #9aa5c3;
}
a:hover {
	text-decoration: none;
	color: #1d3273;
}

b, strong { 
	color: #1a3474;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #1f2869;
	font-weight: 400;
	text-align: left;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: block;
	color: #4c4c4c;
	font-weight: 500;
	text-transform: none;
}
h1 {
	font-size: 32px;
	margin: 25px 0 25px;
}
h2 {
	font-size: 30px;
	margin: 25px 0 25px;
	padding-bottom: 5px;
}
h3 {
	font-size: 28px;
	margin: 25px 0 25px;
}
h4 {
	font-size: 26px;
	margin: 20px 0 20px;
	padding-top: 20px;
}
h5 {
	font-size: 24px;
	margin: 20px 0 20px;
}
h6 {
	margin: 20px 0 20px;
}

p:empty {
	display: none;
}

menu, ol, ul {
	margin: 0;
	padding: 0 0 0 20px;
}
ul {
	list-style-type: disc;
	margin: 0 0 24px;
}

figure {
	position: relative;
}
fieldset {
	min-width: unset;
}

/* Form fields, general styles first. */
button, input, textarea {
	border: 1px solid #ccc;
}
input:focus, textarea:focus {
	border: 1px solid #ccc;
}

.wpcf7 p {
	margin: 0 0 10px;
}
.wpcf7 {
	width: 100% !important;
	max-width: unset;
}
.wpcf7-form select {
	height: 32px;
	width: 100%;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	padding: 0.5em .7em;
	background: transparent;
	border: 2px solid #36bc81;
	border-radius: 0;
	margin-top: 10px;
	color: #36bc81;
	text-align: center;
	display: inline-block;
	font-size: 130%;
    font-weight: bold;
	line-height: 1;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	font-family: 'Prosto One', Helvetica, Arial, sans-serif;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #36bc81;
	color: #fff;
	border: 2px solid #36bc81;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background: #3a9d72;
	color: #fff;
	border: 2px solid #3a9d72;
	padding: 0.5em .7em;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 0px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 0px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 0px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 0px 10px;
}

img.aligncenter {
	margin: 5px auto 0;
}

img.alignnone {
	margin: 5px 0 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	bottom: 0;
    margin: 0;
    position: absolute;
	width: 100%;
	padding: 7px 15px;
	background-color: rgba(0, 0, 0, 0.6);
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 
 .site {
	 border-left: 0;
	 border-right: 0;
	 max-width: unset;
 }
 .site-main {
	 padding-top: 100px;
	 background-color: #9aa5c2;
 }
 .site-main .sidebar-inner {
	 max-width: 960px;
 }
 .site-content {
	 padding-bottom: 15px;
 }
 
 /**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 
 .head-wrapper {
	background: #1e1d3e;
	padding-bottom: 10px;
	position: fixed;
    width: 100%;
    z-index: 999;
} 
.site-header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1a4834+100 */
	background: #fff;
	position: fixed;
	z-index: 800;
	min-height: 100px;
	max-width: unset;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
}
.site-header .home-link {
	max-width: 365px;
    min-height: 70px;
	position: absolute;
	bottom: 10px;
	z-index: 9999;
}
.home-link {
	background: url(images/logo.png) no-repeat center left 15px;
	background-size: calc(100% - 40px);
}
.site-title, .site-description {
	display: none;
}
.slide-wrapper {
	position: relative;
	z-index: 9;
	max-height: 590px;
	overflow: hidden;
}
.responsive-slider.flexslider {
	border: 0;
	max-height: 615px;
	margin: 0 auto;
	z-index: -1;
	opacity: .99;
}		
.responsive-slider.flexslider .slides img {
	width: 100%;
}
.slides li:after {
	content: ".";
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1000;
}
.slide-title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
.responsive-slider.flexslider .slide .slide-title {
	background: rgba(0,0,0,0.5);
}

.responsive-slider.flexslider .slide-title a {
	position: relative;
	color: #fff;
	padding: 20px;
	background: transparent;
	width: 100%;
	top: 35%;
	display: block;
	text-align: center;
	font-size: 36px !important;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.responsive-slider.flexslider .slide-title a:hover {
	color: #fff;
	background: transparent;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
h2.slide-title span {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.4;
	padding: 10px 0;
}
h2.slide-title span.button-link {
	font-family: 'Prosto One', Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding: 0.5em .7em;
}
.button-link, .button-link a, .entry-content a.button-link { 
	font-family: 'Prosto One', Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding: 0.5em .7em;
	background-color: transparent;
	margin: 10px 0 20px;
	border: 2px solid #36bc81;
	color: #36bc81;
	text-align: center;
	display: inline-block;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	min-width: 250px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1;
}
a:hover.button-link, .button-link a:hover, .entry-content a:hover.button-link,
a:active.button-link, .button-link a:active  {
	background: #36bc81;
	color: #fff;
}
.flex-half.green .button-link , .flex-half.green .button-link a {
	color: #fff;
	border: 2px solid #fff;
}
.flex-half.green a:hover.button-link, .flex-half.green .button-link a:hover,
.flex-half.green a:active.button-link, .flex-half.green .button-link a:active  {
	background: #fff;
	color: #000;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.search-form {
	display: none;
}
.main-navigation {
	max-width: 100%;
	min-height: 35px;
}
.menu-mainmenu-container {
	background-color: transparent;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0 20px 0 340px;
	padding: 0;
	text-align: right;
}
.nav-menu li a {
	color: #fff;
	background-color: #9aa5c3;
	font-weight: 500;
	padding: 8px 12px;
    font-size: 15px;
    margin: 6px 3px 0px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.nav-menu li.lang-item a, .nav-menu li.lang-item a:hover{
	background-color: transparent;
	padding: 8px 6px 8px 0;
}
.nav-menu li.lang-item-de a {
	padding: 8px 0px 8px 6px;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #fff;
	background-color: #1f3277;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.nav-menu .sub-menu,
.nav-menu .children {
	text-align: left;
	padding: 8px 0;
	left: -8px;
	height: 0px;
	width: 0px;
	background-color: #fff;
	border: 0;
	border-bottom: 5px solid #9aa5c3;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #353535;
	background-color: #fff;
	padding: 8px 15px;
	text-transform: none;
	font-size: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #fff;
	color: #9aa5c3;
}
ul.sub-menu .current_page_item > a,
ul.sub-menu .current_page_ancestor > a,
ul.sub-menu .current-menu-item > a,
ul.sub-menu .current-menu-ancestor > a {
	color: #1f3277;
	background-color: #fff;
	border: none;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	background-color: #1f3277;
	font-style: normal;
}

/* Navbar */
.navbar {
	background-color: transparent;
	max-width: unset;
	position: absolute;
	top: 38px;
	right: 0;
}
.site-header .search-field {
	width: 0;
}
.site-header .search-field:focus {
	border: 1px solid #ccc;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
 
.hentry {
	padding: 50px 20px 20px 60px;
	background-color: #fff;
	background-image: url('images/curve.svg');
	background-repeat: no-repeat;
	background-size: auto 110%;
	background-position: left center;
	z-index: 850;
	margin: 95px auto 0;
    max-width: 1100px;
    width: 100%;
	border-right: 15px solid #9aa5c3;
}

#post-55.hentry, #post-65.hentry, #post-249.hentry, #post-272.hentry, #post-71.hentry, #post-69.hentry, #post-283.hentry, #post-286.hentry, #post-1013.hentry {
	background-image: url('images/curve-top.svg'), url('images/curve-bottom.svg');
	background-position: top left, bottom left;
	background-size: unset;
}

.hentry.has-post-thumbnail {
	margin: 15px auto 0;
}
.entry-header {
	margin: -120px auto 0;
	max-width: 1020px;
	width: calc(100% - 80px);
	padding: 0px 20px 10px;
	display: block;
	position: absolute;
}
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 1100px;
	padding: 10px 20px 30px;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 960px;
}

.col-1 .wp-block-column {
    flex-basis: 100%;
}
.col-2 {
  -webkit-columns: 2 250px;
     -moz-columns: 2 250px;
          columns: 2 250px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
		  clear: both;
}
.col-3 {
  -webkit-columns: 3 250px;
     -moz-columns: 3 250px;
          columns: 3 250px;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
		  clear: both;
}
.col-4 {
  -webkit-columns: 4 190px;
     -moz-columns: 4 190px;
          columns: 4 190px;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
		  clear: both;
}

.blue-wrapper {
	background-color: #1a3474;
	padding: 25px 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
}
.blue-wrapper p:last-child {
	margin: 0 !important;
}

.center-larger {
	padding: 0 80px;
	font-size: 120%;
	margin-bottom: 40px;
}

.wp-block-separator.is-style-wide {
	clear: both;
}

.list-icon figure.alignleft {
	margin-right: 70px !important;
}

.icon-box {
	width: 200px;
	float: left;
}
.icon-text {
	width: calc(100% - 200px);
	float: right;
	padding-left: 40px;
}

.contactbox {
	background-color: #9aa5c2;
	z-index: 99;
	padding: 15px;
	color: #1c3273;
	width: 280px;
	position: fixed;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	right: -235px;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.contactbox.active {
	right: 0;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.contactbox a {
	color: #1c3273;
}
.contactbox img {
	margin-right: 20px;
}
.contactbox .box-mail {
	margin-left: -45px;
	margin-bottom: 10px;
	min-height: 62px;
}
.box-mail span {
	padding-top: 18px;
}
.contactbox .box-phone {
	margin-left: -45px;
	margin-bottom: 10px;
	min-height: 62px;
}
.box-phone span {
	padding-top: 18px;
}
.contactbox .box-location {
	margin-left: -45px;
	min-height: 62px;
}
.box-location span {
	padding-top: 5px;
	display: inline-block;
}
.box-location img {
	margin-top: -20px;
}
.clear {
	clear: both;
}

/* google maps responsive */
.responsiveContainer {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.responsiveContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* wpforms */
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
position:relative;
}

.wpforms-field-container {
	position:relative !important;
}

.wpforms-page-1, .wpforms-page-2, .wpforms-page-3, .wpforms-page-4,
.wpforms-page-5, .wpforms-page-6, .wpforms-page-7, .wpforms-page-8 {
	padding-right: 300px !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.wpforms-page-1 {
	background-image: url('images/01-praxis.png') !important;
}
.wpforms-page-2 {
	background-image: url('images/03-gewinn.png') !important;
    min-height:300px;
}
.wpforms-page-3 {
	background-image: url('images/07-ergebnis.png') !important;
}
.wpforms-page-4 {
	background-image: url('images/04-partner.png') !important;
}
.wpforms-page-5 {
	background-image: url('images/05-abschreibung.png') !important;
}
.wpforms-page-6 {
	background-image: url('images/06-einmalig.png') !important;
}
.wpforms-page-7 {
	background-image: url('images/07-ergebnis.png') !important;
}
.wpforms-save-resume-button {
	display: block;
    padding-top: 20px !important;
}
.pre-vereinbar {
	background-color: #ebeef5 !important;
    padding: 25px !important;
    margin-top:0 !important;
    display: block !important;
    overflow: hidden !important;
}
.pre-ver-left {
	width: 72% !important;
    float: left !important;
    padding-right: 30px !important;
}
.pre-ver-right {
	width: 28% !important;
    float: right !important;
}
.pre-ver-right img {
	border-radius: 100% !important;
    width: 80% !important;
    margin: 0 10% 10% !important;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #f0f0f0 !important;
    border: 1px solid #9aa5c2 !important;
}
.wpforms-container-save-resume {
	min-height: 500px !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width:100% !important;
}

.wpforms-one-fourth.wpforms-first > div > b {
	-webkit-hyphens:none;
    -moz-hyphens:none;
    hyphens:none;
}

.wpforms-field.wpforms-field-html.notice-footer {
	position:absolute;
	bottom:-65px;
	left:20px;
}

.wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html.notice-footer {
	bottom:-155px;
}
/* full witdth for pre_vereinbar */

#wpforms-1010-field_58-container {
	position:absolute;
    padding-top:0;
}

.wpforms-page-1 {
	background-position: right 75% !important;
}

#wpforms-1010-field_75-container,
#wpforms-1010-field_30-container{
	margin-top:390px
}

@media screen and (max-width:768px){
    #wpforms-1010-field_75-container,
	#wpforms-1010-field_30-container {
        margin-top:415px
    }
}

@media screen and (max-width:440px){
    #wpforms-1010-field_75-container,
	#wpforms-1010-field_30-container {
        margin-top:620px
    }
}

@media screen and (max-width:375px){
    #wpforms-1010-field_75-container,
	#wpforms-1010-field_30-container {
        margin-top:720px
    }
}

@media screen and (max-width:330px){
    #wpforms-1010-field_75-container,
	#wpforms-1010-field_30-container {
        margin-top:865px
    }
}

@media (max-width: 768px) {
	.wpforms-page-1, .wpforms-page-2, .wpforms-page-3, .wpforms-page-4, .wpforms-page-5, .wpforms-page-6, .wpforms-page-7, .wpforms-page-8 {
    	padding-top: 180px !important;
        padding-right: unset !important;
        background-size: 180px !important;
        background-position: center top !important;
    }
}
@media (max-width: 440px) {
	.wpforms-page-1, .wpforms-page-2, .wpforms-page-3, .wpforms-page-4, .wpforms-page-5, .wpforms-page-6, .wpforms-page-7, .wpforms-page-8 {
    	padding-top: 140px !important;
        background-size: 140px !important;
    }
}

/* accordion tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #1a3473 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	top: 0 !important
}
.tab_set1 .nav-tabs >li a:hover, .tab_set1 .nav-tabs >li.rtdropdown.open a.rtdropdown-toggle,
.tab_set2 .nav-tabs >li a:hover, .tab_set2.nav-tabs >li.rtdropdown.open a.rtdropdown-toggle,
.tab_set3 .nav-tabs >li a:hover, .tab_set3 .nav-tabs >li.rtdropdown.open a.rtdropdown-toggle {
	border-top: 0 !important;
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-bottom: 0px solid transparent !important;
}
.tab_set1 .nav-tabs >li a:hover,
.tab_set2 .nav-tabs >li a:hover,
.tab_set3 .nav-tabs >li a:hover {
	color: #1a3473 !important;
}
.btabs .bordered-tab-contents > .tab-content > .tab-pane {
	padding: 10px 20px 20px;
}
.btabs table {
	line-height: 1.4;
}
.btabs th {
	padding: 10px 0 15px;
}
.btabs th:nth-child(2n) {
	width: 100px;
    text-align: center;
}
.btabs th:nth-child(3n) {
	padding-left: 20px;
}
.btabs td {
	vertical-align: top;
}
.btabs td:first-child {
	font-weight: bold;
}
.btabs td:nth-child(2n) {
	text-align: center;
}
ul.resp-tabs-list, p {
	margin: 0 0 24px !important;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
 .entry-thumbnail {
	position: relative;
	max-height: 470px;
	overflow: hidden;
}
.entry-thumbnail img {
	margin: 0 auto;
	width: 100%;
}
.entry-title {
	margin: 0;
	font-family: 'eurostile_bqregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background-color: #1d3273;
	color: #fff;
	padding: 15px 40px;
	display: inline-block;
	font-size: 24px !important;
}
.entry-title span {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: none;
	color: #fff;
}
.entry-content a,
.comment-content a {
	color: #9aa5c3;
	font-weight: bold;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #1b3476;
	text-decoration: none;
}
footer.entry-meta {
	display: none;
}


.attachment .entry-header, .attachment .entry-meta, .attachment .entry-description,
.paging-navigation .nav-links, .sidebar .paging-navigation .nav-links, .post-navigation .nav-links,
.author-info, .author.sidebar .author-info, .page-title, .page-content, .sidebar .page-content,
.error404 .page-header, .error404 .page-content, .comments-title, .comment-list, .comment-reply-title,
.must-log-in, .comment-respond .comment-form, .comment-respond iframe,
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title,
.sidebar .comment-navigation, .sidebar .comment-respond .comment-form, .comment-navigation, .site-main .mu_register {
	 max-width: 960px;
 }
 
 /**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin: 0 0 30px;
	padding: 10px;
	font-size: 15px;
}
.widget li {
	padding: 0px;
	display: block;
}
.widget .widget-title {
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
	font-family: 'Prosto One', Helvetica, Arial, sans-serif;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
 
#custom_html-3, #custom_html-4 {
	text-align: center;
}
#nav_menu-2, #nav_menu-3 {
	text-align: right;
}
.site-footer {
	background: #dadbdf;
	color: #353535;
	font-size: 15px;
}
.site-footer a {
	color: #353535;
}
.site-footer .sidebar-container {
	background-color: transparent;
}
.site-footer .widget {
	color: #353535;
	margin-right: 0px;
	width: 33.333%;
    position: relative !important;
    left: unset !important;
    top: unset !important;
}
.site-footer .widget-area {
	padding-left: 40px;
}
.widget-area .masonry {
	height: unset !important;
}
.site-footer .widget b {
	color: #1d3273;
	font-weight: bold;
}
.site-footer .widget a {
	color: #353535;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.site-footer .widget a:hover {
	color: #1d3273;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #353535;
}
.widget-area.masonry {
	height: unset !important;
}
.site-info {
	display: none;
}

@media (max-width: 1275px) {
	.navbar {
		top: 10px;
	}
}
@media (max-width: 1170px) {
	.hentry {
		padding: 50px 70px 20px 60px;
	}
}
@media (max-width: 1069px) {
	.error404 .page-header, .sidebar .entry-header, .sidebar .entry-content,
	.sidebar .entry-summary, .sidebar .entry-meta, .sidebar .comment-list,
	.sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery, .sidebar .post-navigation .nav-links, .author.sidebar .author-info,
	.site-main .sidebar-container {
		max-width: 960px;
	}
	.metal-wrapper {
		background-size: cover;
	}
}
@media (max-width: 910px) {
	.site-main {
		padding-top: 80px;
	}
	.site-header {
		min-height: 80px;
	}
	.site-header .home-link {
		min-height: 70px;
	}
	.navbar {
		top: 10px;
	}
	/* Small menu */
	.menu-toggle {
		font-size: 18px;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 300;
		text-align: right;
		padding: 20px;
		width: 100%;
		display: inline-block !important;
		border: 0;
		margin: 0;
		text-transform: uppercase;
	}
	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		color: #1f2869;
		padding: 20px 20px 24px;
		border: 0;
		background: transparent;
	}
	#menu-mainmenu {
		background: #1e1d3e;
		padding-bottom: 10px;
	}
	ul.nav-menu, div.nav-menu > ul {
		display: none;
		margin: 0;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1a4834+100 */
		background: #fff;
		padding: 0 0 10px;
		width: 100%;
		display: block !important;
	}
	.toggled-on .sub-menu,
	.toggled-on .sub-menu > ul {
		background-color: #fff !important;
		text-align: right;
	}
	.toggled-on .nav-menu li  {
		display: block !important;
	}
	.toggled-on .nav-menu li a {
		border: none;
		padding: 10px 20px;
		margin-left: 0px;
		margin-right: 0px;
		color: #fff;
	}

	.toggled-on .sub-menu li a {
		color: #353535 !important;
	}
	.toggled-on .sub-menu li a:hover {
		color: #9aa5c3 !important;
		background-color: transparent !important;
	}
	.toggled-on .nav-menu li > ul {
		margin-left: 0px;
		padding: 0;
		border: none;
		left: auto;
		position: relative;
		top: auto;
		float: none;
	}
	.toggled-on .nav-menu li > ul a {
		background-color: transparent;
	}
	.toggled-on ul.nav-menu ul a, .toggled-on .nav-menu ul ul a {
		width: 100%;
	}
	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		color: #fff;
		border: none;
		background-color: #9aa5c3;
	}
	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		color: #fff;
		border: none;
		background-color: #1f2869;
	}
	
	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #1f2869;
		color: #fff;
	}
	
	.toggled-on .nav-menu .current_page_item > a,
	.toggled-on .nav-menu .current_page_ancestor > a,
	.toggled-on .nav-menu .current-menu-item > a,
	.toggled-on .nav-menu .current-menu-ancestor > a {
		border: none;
		background-color: #1f2869;
		font-style: normal;
	}
	.toggled-on .sub-menu .current_page_item > a,
	.toggled-on .sub-menu .current_page_ancestor > a,
	.toggled-on .sub-menu .current-menu-item > a,
	.toggled-on .sub-menu .current-menu-ancestor > a {
		color: #6be7b0;
		font-weight: bold;
		border: none;
		background-color: transparent;
		font-style: normal;
	}
}
@media (max-width: 880px) {
	.site-footer .widget {
		width: auto;
	}
}
@media (max-width: 768px) {
	.slide-title {
		width: 70%;
	}
	.responsive-slider.flexslider .slide-title a {
		font-size: 26px !important;
	}
	h2.slide-title span {
		font-size: 16px;
	}
	h2.slide-title span.button-link {
		font-size: 18px;
	}
	.entry-title { font-size: 18px !important; }
	h1 { font-size: 26px; }
	
	.attachment .image-navigation, .attachment .entry-attachment .attachment {
		max-width: 960px;
	}
	.hentry, #post-55.hentry, #post-65.hentry, #post-272.hentry, #post-71.hentry, #post-69.hentry, #post-283.hentry, #post-286.hentry, #post-1013.hentry  {
		background-image: none;
		border-right: 0;
		padding: 30px 70px 20px 20px;
	}
    #post-1013.hentry {
    	padding:0;
    }
	.site-main {
		background-color: #fff;
	}
	.entry-header {
		margin: -110px auto 0;
	}
}

@media (max-width: 643px) {
	
	.no-mobile, .slide-title {
		display: none;
	}
	.list-icon figure.alignleft {
		float: unset;
	}
	.twothird-to-full .wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}
	.icon-box, .icon-text {
		width: 100%;
		float: left;
		padding-left: 0;
	}
	
	.contactbox {
		display: none;
	}
	
	.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
		font-size: 22px;
	}
	.entry-title {
		padding: 15px 24px;
	}
	.entry-header {
		margin: -80px auto 0;
		width: calc(100% - 20px);
	}
	.entry-content {
		padding-top: 50px;
	}
	.hentry {
		padding: 10px 20px;
	}
	.site-footer .widget-area {
		padding-left: 20px;
	}
	.site-footer .widget {
		width: 100%;
	}
	
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		padding-bottom: 5px;
	}
	h2 { font-size: 30px; }
	h3 { font-size: 30px; }
	h4 { font-size: 26px; }
	h5 { font-size: 20px; }
	h6 { font-size: 18px; }
	
	.center-larger {
		padding: 0;
	}
}

@media (max-width: 460px) {
	.site-header .home-link {
		max-width: 280px;
	}
	.navbar {
		top: 6px;
	}
	.widget {
		padding: 10px 10px 0 0;
	}
	.hentry {
		padding: 0;
	}
	#custom_html-3, #custom_html-4, #nav_menu-2, #nav_menu-3 {
		text-align: left;
	}
}

/* Mobile devices */
@media (max-width: 360px) {
	.site-main {
		padding-top: 80px;
	}
	.site-header .home-link {
		max-width: 230px;
		min-height: 65px;
	}
	.home-link {
		background-size: 180px;
	}
}