.h3-post-guides-title {
padding-left: 10px;
margin-bottom: 20px;
}
.h3-guide .h3-container {
padding: 0 5px 5px 5px;
}
.h3-post-guides-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.h3-guide {
width: 50%;
}
@media (max-width: 1140px) {
.h3-guide {
width: 100%;
}
}
@media (max-width: 767px) {
.h3-guide {
width: 33.33%;
}
}
.h3-guide-image {
text-align: center;
}
.h3-guide-image img {
max-width: 400px;
width: 100%;
}
.h3-guide-data {
color: var( --e-global-color-primary );
}
.h3-guide-data hr {
color: var( --e-global-color-primary );
margin-bottom: 15px;
}
.h3-field {
font-size: 1.2rem;
line-height: 1.1rem;
margin-bottom: 15px;
}
.h3-field .h3-key {
font-weight: 500;
}
.h3-field a {
color: var( --e-global-color-primary );
}
.h3-detail {
margin-bottom: 15px;
}
.h3-detail h3 {
color: var( --e-global-color-primary );
font-size: 1.2em;
margin-bottom: 5px;
}
.h3-guide-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.h3-guide-posts .h3-post {
width: 33.33%;
padding: 10px 15px;
}
.h3-guide-posts .h3-title h3 a {
position: relative;
display: block;
}
.h3-guide-posts .h3-title h3 a span {
text-transform: uppercase;
color: var( --e-global-color-accent );
font-size: 1.2rem;
line-height: 1.5rem;
margin-bottom: 15px;
display: block;
padding-right: 22px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
padding-top: 6px;
}
.h3-guide-posts .h3-title h3 a i.fas {
font-size: 32px;
color: var( --e-global-color-primary );
position: absolute;
top: 0;
right: 0;
}
.h3-guide-posts .h3-excerpt {
font-size: .8em;
}
@media (max-width: 767px) {
.h3-guide-posts .h3-post {
width: 100%;
padding: 5px;
}
}
@media (max-width: 520px) {
.h3-guide-posts {
display: block;
}
.h3-guide-posts .h3-post {
padding: 10px 0px;
}
}
.h3-search-guide {
background-color: #F2F2F2;
margin-bottom: 30px;
}
.h3-search-guide > .h3-container, .h3-search-results > .h3-container {
max-width: 1140px;
margin-right: auto;
margin-left: auto;
position: relative;
padding: 30px 10px;
}
.h3-search-guide .h3-container > div {
border: 1px solid;
border-color: var( --e-global-color-primary );
padding: 30px;
}
.h3-search-guide .h3-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.h3-search-guide .h3-field {
width: 50%;
padding-left: 10px;
padding-right: 10px;
}
.h3-search-guide .h3-field label {
color: var( --e-global-color-primary );
margin-bottom: 10px;
font-weight: 500;
}
.h3-search-guide .h3-field input, .h3-search-guide .h3-field select, .h3-search-guide .select2-container--default .select2-selection--single {
min-height: 42px;
border-radius: 0px;
background-color: #FFF;
padding: 10px;
font-size: 1rem;
line-height: 1rem;
color: var( --e-global-color-accent );
border-color: var( --e-global-color-accent );
}
.select2-container--open .select2-dropdown--below, .select2-container--default .select2-search--dropdown .select2-search__field {
border-radius: 0px;
color: var( --e-global-color-accent );
border-color: var( --e-global-color-accent );
}
span.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 1.4rem;
}
span.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: var( --e-global-color-accent );
}
span.select2-container--default .select2-selection--single .select2-selection__clear {
position: relative;
top: -2px;
font-size: 22px;
}
.h3-search-guide .h3-submit {
text-align: center;
margin-top: 10px;
}
@media (max-width: 767px) {
.h3-search-guide .h3-field {
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
.spin-loader {
border: 8px solid #f3f3f3; border-top: 8px solid var( --e-global-color-primary ); border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 1s linear infinite;
margin: 0px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.h3-search-results {
margin-bottom: 30px;
}
.h3-search-results p {
color: var( --e-global-color-accent );
text-align: center;
}
.h3-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.h3-grid .h3-guide {
width: 20%;
}
.h3-grid .h3-guide a {
display: block;
position: relative;
transition: .3s all;
}
.h3-grid .h3-guide a:hover{
transform: scale(1.05);
}
.h3-grid .h3-guide a img {
vertical-align: top;
}
.h3-grid .h3-gname {
background: #21913BCC;
color: var(--e-global-color-secondary);
position: absolute;
width: 100%;
bottom: 0px;
font-weight: 500;
font-size: 1.1rem;
line-height: 1.1rem;
padding: 5px;
text-align: center;
}
@media (max-width: 1025px) {
.h3-grid .h3-guide {
width: 25%;
}
}
@media (max-width: 767px) {
.h3-grid .h3-guide {
width: 33.33%;
}
.h3-search-guide, .h3-search-results {
margin-bottom: 20px;
}
.h3-grid .h3-guide .h3-container {
padding: 0 5px 10px 5px;
}
}
@media (max-width: 575px) {
.h3-grid .h3-guide {
width: 50%;
}
}