/*
 Theme Name:   Poseidon Child
 Theme URI:    http://example.com/poseidon-child/
 Description:  Poseidon Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     poseidon
 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:  poseidon-child
*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Open Sans', Tahoma, Arial;
	line-height: 1.5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Open Sans', Tahoma, Arial;
}
.site-title {
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	font-size: 38px;
	font-size: 2.375rem;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Alegreya Sans SC', sans-serif;
	/*background-color: #d0d2d1;
	  filter: alpha(opacity=60);

  -moz-opacity: 0.8;

  opacity: 0.8;
	padding: 4px;*/

}
.site-title a:link,
.site-title a:visited {
	color: #404040;
	color: white;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*text-shadow: 1px 1px #ffffff;*/
}
.site-header {
	border-bottom: 4px solid #ddd;
	background: #f7f7f7;
	background: #74a1aa;
	/*background: url(../../../wp-content/uploads/2017/04/help_header3.jpg) 100% 100% repeat;*/
}
.main-navigation-menu a {
	display: block;
	padding: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: 'Open Sans', Tahoma, Arial;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
		color: white;
}
.widget-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #eee;
	color: #404040;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	font-size: 1rem;
	font-family: 'Open Sans', Tahoma, Arial;
}
.page-title,
.entry-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #404040;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.5rem;
	font-family: 'Calibri', sans-serif;
}
a:link, a:visited {
    color: #22aadd;
    color: black;

}

.entry-content {
    font-size: 0.8rem;
}
ul.pakb-breadcrumb {
    font-size: 1em;
    list-style: outside none none;
    margin-bottom: 20px;
    padding-left: 0;
}
.main-navigation-menu a {
	font-size: 11px;
}
.pakb-content {
font-size: 1.2em;

}