/* .col,
.columns,
.gallery-item {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
} */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre,
form,
.button,
button,
fieldset,
input,
select,
textarea {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    font-size: unset;
}


.clear:after,
.clearfix:after,
.container:after,
.row:after {
    content: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.post {
    margin: 0;
    padding: 0;
}

.page-wrapper {
    margin: 0;
    padding: 0;
}

.collapse {
    visibility: visible !important;
}

.img-inner {
    width: 100% !important;
}


.row ul li {
    margin: 0 !important;
}

.button span {
    line-height: inherit;
}


img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}
