.content-wrap {
    background-color: #ffffff;
    max-width: 100%;
    margin: 0 auto;

}
.primary-menu .pmenu {
 margin: auto;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff00;
    border-bottom: 1px solid #ffffff00;
    background-color: #3da4d7;
}
main#main.site-main {
margin-left: 1%;
margin-right: 1%;
}

a.btn, .btn {
padding: 5px 4px 5px 4px;
    background: transparent;
    display: inline-block;
    outline: none;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
    text-transform: uppercase;
}
.btn-red {
    color: #ed1d1d;
    border: 1px solid #ed1d1d;
}
.btn-red:hover {
    background: #ed1d1d;
    color: #fff;
    border: 1px solid #ed1d1d;
}
.main-navigation ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 1rem;
    text-decoration: none;
}

article.fbox {
    border: 1px solid #fff;
}
.tplis-cl-cookies-text * {
    color: #333;
    font-size: 14px!important;
}

.tplis-cl-cookies-text {
    max-width: 100%!important;
    float: left;
    padding-left: 100px;
    display: table;
}

body, code, html, kbd, pre, samp {
    font-family: Century Gothic;
}
article .entry-content {
    font-family: Century Gothic;
    line-height: 150%;
    color: #656565;
    font-size: 16px;
}
h1.entry-title {
font-family: Century Gothic;
    font-weight: 400;
    color: #3da4d7;
    font-size: 30px;
    text-align: left;
    line-height: 150%;
    margin-top: 0px;

}

.main-navigation ul li {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
font-family: Century Gothic;
}

nav#primary-site-navigation.primary-menu.main-navigation.clearfix {
    border-bottom-style: outset;
    border-top-style: outset;
    background-color: #3da4d7;
}
