/*
Theme Name: Bacata Child Theme
Version: 1.0.0
Description: Theme child
Author: estudio89
Author URI: http://estudio89.com
Template: bacata
*/

.e89-post-content > .wp-block-cover {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}
.e89-post-content > .wp-block-embed {
    background: #000;
    margin: 0 -20px;
    padding: 60px 20px;
}
.e89-post-content > .wp-block-embed .e89-embed {
    max-width: 800px;
    margin: auto;
}
.e89-post-content p >.item {
	display:flex;
	margin-bottom: 3px;
}
.e89-post-content p >.item .fa {
    color: #deaa03;
    font-size: 22px;
    margin: 3px 10px 0 0;
}
.wp-block-cover a {
    color: #fff;
}
.wp-block-cover a:hover {
    color: #f7f7f7;
}
.wp-block-columns {
    justify-content: center;
}
.xoo-el-header {
    display: none;
}
.xoo-el-form-container .fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xoo-el-form-container .fa-circle-notch:before {
    content: "\f1ce";
}
body.page-id-3 #e89-main-content,
body.page-id-14 #e89-main-content {
    padding-top: 0;
}
body.page-id-3 .e89-post-content >*:not(.wp-block-cover),
body.page-id-14 .e89-post-content >*:not(.wp-block-cover):not(.wp-block-embed),
body.page-id-18 .e89-post-content >*:not(iframe) {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
body.page-id-3 .e89-post-content > .wp-block-cover p,
body.page-id-3 .e89-post-content > .wp-block-cover h1,
body.page-id-14 .e89-post-content > .wp-block-cover p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
body.page-id-18 .e89-post-content > iframe {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
body:not(.page-id-20) .e89-post-content {
    text-align: justify;
}

#e89-header a.access-btn,
#e89-mobile-nav a.access-btn {
    background: #426cb4;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.3;
}
#e89-header a.access-btn .fa,
#e89-mobile-nav a.access-btn .fa {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px;
}
#e89-header a.access-btn span,
#e89-mobile-nav a.access-btn span {
    display: inline-block;
    vertical-align: middle;
}
#e89-header a.access-btn:hover,
#e89-mobile-nav a.access-btn:hover {
	background-color: #deaa03;
}
#e89-header a.access-btn.alt {
    background: transparent;
    color: #000000;
	padding: 5px 0;
}
#e89-mobile-nav a.access-btn.alt {
    background: transparent;
    color: #fff;
	padding: 5px 0;
}
#e89-header a.access-btn.alt:hover,
#e89-mobile-nav a.access-btn.alt:hover {
	color: #deaa03;
}
#e89-header span.access-btn-sep {
	display: inline-block;
    margin: 0 10px;
    border-left: 1px solid #ccc;
    height: 26px;
}
#e89-mobile-nav span.access-btn-sep {
    display: block;
    width: 100%;
    border-bottom: 1px solid #a1a1a1;
    height: auto;
    margin: 15px 0 10px 0;
}

input[type=reset], input[type=submit], input[type=button], button {
    border-radius: 5px;
}

.wp-block-contact-form-7-contact-form-selector {
    max-width: 600px;
    margin: auto;
}
.checkbox-alt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-alt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-alt .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: #fff;
    transition: all .3s ease;
}
.checkbox-alt:hover input ~ .checkmark {
    background-color: #f7f7f7;
}
.checkbox-alt input:checked ~ .checkmark {
    background-color: #5368a5;
    border-color: #5368a5;
}
.checkbox-alt .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-alt input:checked ~ .checkmark:after {
    display: block;
}

.checks.horizontal label {
    display: inline-block;
    margin-right: 20px;
}

.pre-footer {
    padding: 20px 20px 80px 20px;
}
.pre-footer p {
    max-width: 1260px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
}
#e89-footer-wrapper {
    padding-top: 60px;
}
#e89-footer .contact a {
    display: flex;
    align-items: center;
    width: max-content;
    margin-bottom: 15px;
    line-height: 1.4em;
}
#e89-footer .contact .fa {
    width: 22px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
#e89-footer img {
    width: 100%;
    max-width: 280px!important;
}
#e89-footer .social {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
#e89-footer .social a {
    font-size: 25px;
    margin-left: 15px;
}