/*
 Theme Name:     IALANA Theme
 Theme URI:      
 Description:    Child theme for use with Twenty Sixteen Theme.
 Author:         Deepsea
 Template:       twentysixteen
 Version:        1.0.0
*/

/* Add Custom CSS after this line */

body {
    background: rgba(255, 255, 255, 1.0);
    /*font-family: 'Open Sans Condensed', sans serif !important;*/
    font-family: Arial, sans serif;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Open Sans Condensed', sans serif !important;*/
    color: #555;
}

h1 {
    font-size: 1.7em !important;
    font-weight: normal !important;
}

h2 {
    font-size: 1.5em !important;
    font-weight: normal !important;
}

a {
    color: #0481b5;
}

.site-content a {
    padding: 0.2em 0.3em 0.1em;

}

.site-content a:hover {
    /*border-radius: 3px;
    color: rgba(255, 255, 255, 1.0);
    background: #0481b5;
    padding: 0.2em 0.3em 0.1em;*/
	text-shadow: 0 0 0.05em #aaa, 0 0 0.05em #aaa, 0 0 0.05em #aaa;
}

.site-header {
    padding: 3.25em 4.5455%;
}

.site-header-main .site-title {
    display: none;
}

@media only screen and (max-width: 909px) {
    .site-description {
        display: none;
    }
}

.site-description {
    color: #686868;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	right: 50px;
	top: 150px;
}

.site-header-main {
    margin-bottom: -1em;
}

@media screen and (min-width: 910px) {
	.menu-mainmenu-container {
	    border-top: 4px double #bbb;
	    border-bottom: 4px double #bbb;
	    border-left: 4px double #bbb;
	    border-right: 4px double #bbb;
	}
}

.menu-social-container ul {
	list-style: none;
}

.menu-social-container ul li {
	display: inline;
	padding-right: 0.6em;
}

.menu-social-container ul {
	margin-left: 0;
}

.home .entry-title, .post-navigation, .byline, .cat-links {
    display: none !important;
}

.more-link {
    display: block;
    float: right;
    margin-top: 1.5em;
}

.page-header {
    padding-top: 0;
    border-top: none;
}

.taxonomy-description {
    padding-top: 2em;
}

.widget {
    border-top: none;
    padding-top: 0 !important;
}

.widget-title {
    text-align: center;
    color: #fff;
    background: #999;
}

aside#secondary.sidebar.widget-area section#em_widget-2.widget.widget_em_widget ul li ul li {
	list-style: none;
}

aside#secondary.sidebar.widget-area section#em_widget-2.widget.widget_em_widget ul li a,
aside#secondary.sidebar.widget-area section#recent-posts-2.widget.widget_recent_entries ul li a {
	font-size: 1.3em;
	line-height: 1.1em;
}

#colophon {
    border: 4px double #bbb;
    padding: 0 0.6em;
}
.site-info {
    margin: 2em auto;
}

.widget h2 {
	font-size: 1.3em !important;
	padding: 0.15em;
}

.widget input[type="date"], .widget input[type="time"], .widget input[type="datetime-local"], .widget input[type="week"], .widget input[type="month"], .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget input[type="tel"], .widget input[type="number"], .widget textarea {
    padding: 0.1em 0.538462em;
}

.widget .search-submit::before {
    line-height: 24px;

}

.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    line-height: 1;
    padding: 0.446154em;
}

.widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin-bottom: 0.1em;
}

.comments-title, .comment-reply-title {
    border-top: 4px solid #ddd;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #777 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.44375em 0.875em 0.48125em;
    text-transform: uppercase;
}

.pagination {
    border: none;
}

.pagination::before, .pagination::after {
    background-color: #777;
}
