/*
* CSS Core file of the BravoNS theme.
*/

:root {
    --maincolor: #2e328a;
    --subcolor: #f6a12d;
    --tricolor: #8f5e74;
}

html{
    overflow-x: hidden;
}

 i {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    margin-top: auto;
    background-size: 10%;
}

body.home{
    margin-top: 0 !important;
}

.container,
#container {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
    .container, #container {
        width: 90%;
    }
}


header ul {
	margin: 0;
	padding-left: 0;
}

header ul li {
	list-style-type: none;
}

strong {
    font-weight: bold;
    color: #153862d9;
}

a {
	text-decoration: none;
	display: inline-block;
}

a.button {
    margin: 0;
    padding: 5px 20px;
    background: var(--maincolor);
    display: inline-block !important;
    color: var(--tricolor) !important;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
}

a.button:hover {
    opacity: 0.95;
    text-decoration: none !important;
}


figure {
	padding: 0;
	margin: 0;
}

.text-logo {
    color: var(--maincolor);
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: inset 0;
    -moz-box-shadow: inset 0;
    box-shadow: inset 0;
}

/* Delete the google branding */
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

.error-message {
    position: fixed;
    top: 0;
    background: #fd2828;
    width: 100%;
    left: 0;
    color: white !important;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    font-weight: 400 !important;
    border: 2px solid #d41c1c;
    box-sizing: border-box;
    border-top: 0;
}

.hide {
	display: none;
}

.breadcrumbs {
    font-size: 20px;
    margin: 20px 0 0 0;
}

.breadcrumbs a {
    display: inline-block;
    font-weight: 800;
    color: #ffffff;

}

.fancybox-is-open {
    z-index: 999999999;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}