/*
 Theme Name:   childtheme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     minamaze
 Version:      1.0.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:  twenty-fifteen-child
*/

#body-core {
background:none;
}

#locationpage {
    float: left;
    width: 75%;
    display: block;
}

#sidebar {
    display: block;
    float: left;
    width: 25%;
}

body.custom-background #body-core {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#content{
background:#fff;
}

#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a, 
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
	color:#fff;
}
#header .header-links > ul > li a {
    font-size: 14px;
    font-weight: 600;
}

.home #content {

}

#intro.option1 #intro-core:after {
display:none;
}

.themebutton {
background: none;
border: solid 1px #202020;
}

a.themebutton {
color:#202020;
}

a.themebutton:hover {
color:#fff;
}
#logo {
margin-top:0px;
}

#logo img {
max-height:100px;
}


    #header .header-links li {
    background: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:
    border: 1px solid #303030;
	margin-right:10px;
	margin-top:10px;
  border-radius: 15px 15px 0px 0px;
}


  #header .header-links li:hover {
background: #202020;
}

#header-links {
height:100px;
}

#header .header-links > ul > li a{
	color: #777;
	padding: 0px 20px !important;
}

#header-links-inner {
  height: 100px;
  line-height: 100px;
  white-space: nowrap;
}

#header .header-links li {
margin-top: 0px;
}

#singleplat p{
margin-bottom: 0px;
}

.insert-page-title {
display:none;}


footer {
display: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#header .header-links .sub-menu a {
border-bottom:none;
}

#header .header-links .sub-menu {
background: #777;
border: none;
}

#header .header-links li {
border-radius: 0;
}
#header .header-links li:hover {
background:#777;
}

#header .header-links .sub-menu li:hover {
background:#202020;
}

#header .header-links li {
margin-right: 0px;
}

#pre-header {
background: #191919;
}

/* iPad & Tablet */
@media only screen and (max-width: 768px) {
#header-responsive li a:hover,
	#header-responsive li.current_page_item > a {
		color: #Fff !important;
	}
#logo img {
		max-height: 100px !important;
	}
}

p a {
  text-decoration: underline;
}

p a:hover {
color:#191919;
}

