/*
 Theme Name:   Onepress Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  ike Child Theme
 Author:       Erich Eitzlmair
 Author URI:   http://ike-software.com
 Template:     onepress
 Version:      1.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/

body {
	font-size:1.1em;
}

.custom-logo {
	height:60px;
	width:initial;
}

.footer-widgets {
	background-color:#f8f9f9;
	border-top: 1px solid #e9e9e9;
}

.sidebar .widget ul {
	width:100%;
}

.wp-block-gallery.columns-3 .blocks-gallery-item figure {
	text-align:center;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height:initial;
	max-width:200px;
	margin-left: auto;
  margin-right: auto;
}
.footer-widgets.section-padding {
	padding:0px
}
.links-footer {
	margin-bottom:10px;
}
.links-footer a:not(:last-child) { 
	margin-right:10px;
}

.site-footer .site-info {
	padding-top:25px;
	padding-bottom:25px;
}

/* Display Mobile Menu Always & Hide Default Menu */
#header-section .header-right-wrapper { display: none !important; }

.image-text .header {
	font-weight:bold;
	font-size:14px;
}
.image-text .text-1 {
	font-size:14px;
}
.image-text .text-2 {
	font-size:12px;
}
.image-text .text-link {
	cursor:pointer;
	font-style: italic;
    font-size: 14px;
}

@media only screen and (max-width:576px) {	
	#content .container {
		padding: 0px;
		margin: 0px;
		max-width: initial;
		width: inherit;
	}
}