/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.main-navigation {
    float: right;
}

.main-navigation li {
    margin-right: 0;
}

.main-navigation ul a {
    padding: 0px 15px;
    font-weight: 600;
}
.entry-title, .page-title {
    margin: 0px;
}

hr {
    margin: 15px 0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.button{    
	display: inline-block;	
    white-space: initial;
}
.content-area .entry-header
{
	display:none;
}
.site-content {
    padding: 0 0;
}
.content-area{
	width:100%;
    max-width: 100%;
}
.widget ul li:hover {
	transform: none;
}
.panel-grid
{margin:0px !important;}

.is-singular .site-main>.entry {
    padding: 20px;
}

.sidebar {
    padding: 20px;
    background-color: #f3f3f3;
}
label {
    width: 100%;
}
.wpcf7-form-control,wpcf7-textarea{width:100% !important;}

.main-navigation .menu a:hover, .main-navigation .menu li:hover>a, .main-navigation .menu li.active-menu-item>a {
    opacity: 1;
    background-color: #fed600;
    color: #000000;
}

.site-footer {
    padding: 15px 0;
}

#toggle-mobile-sidebar
{display:none;}

.site-banner-title {
    padding-right: 50px;
	max-width:none;
	width:100%;
    font-size: 3.62rem;
}

.hide
{display:none;}


@media only screen and (max-width: 1000px){
html, .line-height-m, .form-allowed-tags, .format-status .entry-content, .sidebar, .tagcloud {
    line-height: inherit;
}
.site-banner-title {
    font-size: 50px;
}
.highlight {
    font-size: 30px;
}
}

@media only screen and (max-width: 480px){
html, .line-height-m, .form-allowed-tags, .format-status .entry-content, .sidebar, .tagcloud {
    line-height: inherit;
}
.site-banner-title {
    font-size: 40px !important;
    padding: 0px;
}

.highlight {
    font-size: 24px;
    width: 90%;
    display: block;
    margin: 0px auto;
    text-align: center;
    word-wrap: normal;
	overflow-wrap:normal;
}

.site-branding img {
    width: 70%;
	float:right;
}

h1, h2, h3, .h1, .h2, .h3{
    overflow-wrap: normal;
    font-size: 25px !important;
    letter-spacing: 1 !important;
}
}