/*!
Theme Name:   Icelander Child
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */


::selection {
  color: #fff;
  background-color: #4f8e9c;
}

.site .font-body, html {
    font-family: "Anuphan", sans-serif!important;
}

body {
    font-family: "Anuphan", sans-serif!important;
}

@supports (-webkit-touch-callout: none) {
  body {
    font-family: "Anuphan", sans-serif!important;
}
	.site .font-body, html {
    font-family: "Anuphan", sans-serif!important;
}
}

@supports (-webkit-backdrop-filter: none) or (-webkit-touch-callout: none) {
  body {
    font-family: "Anuphan", sans-serif!important;
}
	.site .font-body, html {
    font-family: "Anuphan", sans-serif!important;
}
}


a.back-to-top {
    background-color: #4f8e9c;
    position: absolute;
    right: 0;
    padding: 10px 16px 10px;
    border-radius: 50%;
    color: #ffffff;
    top: -50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.back-to-top:hover {
    background-color: #000;
	color: #ffffff!important;
}

a.back-to-top:before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: '\f106';
    font-size: 1.1em;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 1.5em;
    color: #ffffff;
}

a.back-to-top:hover:before {
	color: #ffffff!important;
}


.header-widgets  {
    width:100%;
}
.header-widgets .widget {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.site-header-content {
    padding: 1em 2em;
}

.site-header-content, .header-widgets-container {
	border:none;
	border-bottom: 1px solid #eaeaea;
}

.site-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: space-between;
	width: 100%!important;
}

.main-navigation {
    position: absolute;
    margin-top: 1em;
    margin-bottom: 1em;
    right: 0;
}

.main-navigation-container ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.main-navigation-container a {
    padding: 0.62rem 0.6rem;
}

.main-navigation-container .menu-primary>li>a:active, .main-navigation-container .menu-primary>li>a:focus, .main-navigation-container .menu-primary>li>a:hover {
    border-color: #acb356;
	    color: #acb356!important;
	border:none;
}

.main-navigation-container .menu .current-menu-item>a, .main-navigation-container .menu .current-menu-item>a:hover {
    border-color: #acb356;
	    color: #acb356!important;
	border:none;
}

.menu-primary>li>a {
	font-weight: 500!important;
    text-transform: none;
    font-size: 1.4em;
    line-height: 1em;
    color: #008f9d!important;
	border:none;
	transition: all .3s ease;
}

.footer-area-site-info:before {
	opacity:0!important;
}

@media only screen and (min-width: 55em) {
    .footer-widgets .widget {
        padding: 1.0em 0;
    }
}

@media only screen and (min-width: 42em) {
    .footer-area-site-info {
        padding: 1rem 0;
    }
}

.site-info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
	font-size: 0.9em;
	align-items: center;
}

.site-info a {
    color:#4f8e9c;
	text-decoration:none;
	font-weight: 500;
	transition:all .3s ease;
}
.site-info a:hover {
    color:#000;
	text-decoration:underline;
}

.site-info strong {
    font-weight: 600;
}
.site-info-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-area-site-info {
    padding: 0.8rem 0;
}

.site-footer {
	border-top: 1px solid #eaeaea;
}
/*.site-header {
    position: fixed;
}*/

.footer-layout-fullwidth .site-footer-area-inner {
	width: 100%;
	padding: 0.5em 1em;
}




.wm-content-module-item {
    padding: 0em;
    border-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    -webkit-transition: -webkit-all 0.3s;
    transition: -webkit-all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0px;
    margin-bottom: 2em;
    box-shadow: none;
}

.wm-content-module .title h2 {
	font-size: 0.9em;
	text-transform: none;
    letter-spacing: 0em;
}

.wm-content-module .content p {
	font-size: 0.75em;
}


.wm-content-module .title h3 {
	font-size: 0.9em;
    text-transform: none;
    color: #004767;
    letter-spacing: 0;
    margin-bottom: 0em;
}

.wm-content-module .title {
    margin-bottom: 0.1em;
}

.wm-content-module .more-link {
    margin-top: 0.62em;
	display:none;
}

.wm-content-module .more-link a {
    padding: 0.2em 1em 0.1em;
    font-size: 0.8rem;
    font-weight: 400;
	text-transform: none;
    letter-spacing: 0em;
	border: 1px solid currentColor;
}

.wm-content-module a img {
    transition: all .3s ease;
}

.wm-content-module a:hover img {
    opacity: 0.5;
}

.wm-filter {
    text-align: center;
}

.wm-filter a {
    display: inline-block;
    margin: 0;
    padding: 0.2em 1.5em;
    text-decoration: none;
    text-transform: none;
    font-size: 0.9em;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #00000017;
    border: 1px solid #00000017;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 400 !important;
    transition: all .3s ease;
}

.wm-filter a:hover {
    background-color: #00000017;
	color: #000000;
}
.wm-filter ul {
    margin: 0 0 4em;
    list-style: di;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
.wm-filter .active a {
	padding: 0.2em 1.5em;
    border-radius: 0px;
    font-weight: 600;
    font-size: 0.9em;
	border: 1px solid #00000017;
	position:relative;
	background-color: transparent;
}

.wm-filter .active a:after {
	content: '';
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2025/10/triangle-after-blue.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 3px;
    bottom: -15px;
}

.posts .entry {
    position: relative;
    padding: 1em;
    margin: 0 0 2rem;
    border: 1px solid transparent;
    border-bottom-width: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.post-thumbnail {
	border: 1px solid #eaeaea;
}

.posts .entry-header .entry-title {
	text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
}
.wm-filter ul {
    margin: 0 0 2em;
    list-style: none;
}

.posts .entry.focus, .posts .entry:hover {
    border-color: transparent;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

@media only screen and (min-width: 42em) {
    .posts .entry {
        padding: 1em;
    }
	.posts .entry-media {
        margin: calc(-1em - 1px);
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 41.9375em) and (min-height: 28em) {
    .has-navigation-mobile .site-footer>div:last-child {
        margin-bottom: 0rem;
    }
}


@media only screen and (min-width: 80em) and (min-height: 28em) {
    /*.scrolled-past-masthead .site-header {
        position: fixed;
        top: 0px;
        z-index: 99;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }*/
	.scrolled-past-masthead.admin-bar .site-header {
        margin-top: 32px;
    }
}

@media (max-width: 991px) {

	.site-info {
		display: block;
		text-align: center;
	}
}

@media (max-width: 768px) {

	.site-info {
		display: block;
		text-align: center;
	}
}


@media (max-width: 680px) {
	.site-header-content {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1.5em!important;
	}
	
	.site-branding {
		margin-right: 0em;
	}
	
	.menu-toggle {
		margin-right: 0;
	}
	.secondary-navigation {
		right: auto!important;
		top: 0px!important;
		position: relative;
	}
	.header-widgets {
		justify-content: center;
	}
	.header-widgets-container {
		display: none;
	}


}


@media (max-width: 630px) {
	.adreca-footer .linea:first-child hr {
		width: 40%;
	}
	.adreca-footer .linea hr {
		width: 60%;
	}

}

	
@media (max-width: 611px) {

}


@media (max-width: 576px) {
	.site-header .widget-area.header-widgets #block-9 a:not(.button) {
		font-size: 0.9em;
	}

	.adreca-footer .linea:first-child hr {
		width: 30%;
	}
	.adreca-footer .linea hr {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.is-active .menu-toggle {
		right: 1.5em;
	}
	.main-navigation {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.menu-toggle {
		margin: 0;
	}
	.secondary-navigation a {
		font-size: 0.7em;
	}
	.site-header-content {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1.5em!important;
	}

	.site-branding {
		margin-right: 0em;
	}
	.header-widgets {
		justify-content: center;
	}
	.header-widgets-container {
		padding-bottom: 0.5em!important;
	}

	.botones-home .fl-col-content {
		display: flex;
		align-items: start;
		flex-direction: column;
		justify-content: initial!important;
	}
	.botones-home .fl-col-content .fl-module-content {
		margin-top: 0px;
		margin-right: 0em;
		margin-bottom: 1em;
	}
	.h1, h1 {
		font-size: 2.2em;
	}
	.h2, h2 {
		font-size: 1.9em;
	}
	

}

@media (max-width: 375px) {
	.adreca-footer .linea:first-child hr {
		width: 20%;
	}
	.adreca-footer .linea hr {
		width: 20%;
	}
}

@media only screen and (max-height: 27.9375em), only screen and (min-width: 42em) and (max-width: 54.9375em)  {
	.menu-toggle {
		margin-right: 0em;
	}
	.is-active .menu-toggle:before {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		text-align: center;
		text-indent: 0;
		color:#ffffff;
	}
}

@media only screen and (max-height: 27.9375em), only screen and (min-width: 42em) and (max-width: 54.9375em) {
    .admin-bar .is-active .menu-toggle {
        top: 30px;
        right: 20px;
    }
}

@media only screen and (max-width: 41.9375em) and (min-height: 28em)  {
	.menu-toggle {
		position: relative;
		width: auto;
		height: auto;
		left: auto;
		bottom: inherit;
		padding: 10px 5px 3px!important;
		margin: 2px 0 2px 0;
		line-height: 10px;
		text-align: center;
		font-size:0rem;
		font-weight: 700;
		border: 2px solid #4f8e9c;
		z-index: 1;
		opacity: 1;
		-webkit-animation: comeInFromBottom 1s;
		animation: comeInFromBottom 0s;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.is-active .menu-toggle {
		display: flex;
		position: fixed;
		width: auto;
		right: 20px;
		top: 10px;
		padding: 10px 5px 10px!important;
		margin-top: 0;
		line-height: 10px;
		text-align: left;
		text-indent: -999em;
		border-width: 0;
		z-index: 999;
		align-items: center;
        justify-content: center;
	}
	.is-active .menu-toggle:before {
		content: '\f406';
		color:#ffffff;
	}
}

@media only screen and (max-height: 27.9375em), only screen and (min-width: 42em) and (max-width: 54.9375em) {
    .is-active .menu-toggle {
        display: inline-block;
        position: fixed;
        width: 30px;
        right: 20px;
        top: 10px;
        padding: 0;
        margin-top: 0;
        line-height: 30px;
        text-align: left;
        text-indent: -999em;
        border-width: 0;
        z-index: 999;
	}
}

@media only screen and (max-width: 54.9375em)  {
	.secondary-navigation {
		right: 1.5em;
		top: 55px;
	}
	.search-form .search-field, .search-form input[type=search], form[role=search] .search-field, form[role=search] input[type=search] {
		color:#000;
	}
	.search-form .search-field:focus, .search-form input[type=search]:focus, form[role=search] .search-field:focus, form[role=search] input[type=search]:focus {
		color:#4f8e9c;
		outline: thin dashed;
	}
	.site .search-form:before, .site form[role=search]:before {
		top: 0.1em;
	}
	.has-navigation-mobile .main-navigation-container .menu>ul {
		max-width: 28rem;
		padding: 1rem 1.62rem 1rem;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.main-navigation-container a {
		border-left:none;
	}
	
	.main-navigation-container {
		background-color: #ffffff;
        color: #000000;
        border-color:#ffffff;
	}
	.menu-toggle {
		background-color: transparent;
        color: transparent;
        border-color:transparent;
		font-size: 0px;
		padding: 5px;
	}
	.menu-toggle:before {
		content: '\f419';
		margin-right: 0;
		color: #000000;
		font-size: 20px;
	}
	.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
		color: transparent;
	}
	
	.menu-toggle:hover:before, .menu-toggle:active:before, .menu-toggle:focus:before {
		color: #ffffff;
	}
	.main-navigation.is-active .menu-toggle {
		background-color: #acb356;
		color: transparent;
	}
	.main-navigation.is-active .menu-toggle:hover {
		background-color:#000000;
		color: #4f8e9c;
	}
	.menu-primary>li>a {
		color: #000000!important;
	}
	.main-navigation-container .menu-primary>li>a:active, .main-navigation-container .menu-primary>li>a:focus, .main-navigation-container .menu-primary>li>a:hover {
		color: #4f8e9c!important;
	}
	.menu-primary>li.menu-item-52>a {
		background-color: #26c2db;
		color: #001961!important;
	}
	.menu-primary>li.menu-item-52>a:hover {
		background-color: #fff;
		color: #001961!important;
		
	}
	.main-navigation-container .menu-primary>li.menu-item-52>a:focus {
		outline: thin dashed;
		color: #001961;
		border-color:#26c2db;
		background-color: #fff;
	}
	.menu-primary>li.menu-item-52>a:before, .menu-primary>li.menu-item-180>a:before  {
		color: #001961;
	}
	.site-header-inner {
		width: 100%!important;
	}
	.site-header-content {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.header-widgets-container {
		padding-top: 0em;
		padding-bottom: 1em;
	}
	.header-widgets .widget {
		padding-top: 0rem;
		padding-bottom: 0rem;
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 41.9375em)  {
	.has-navigation-mobile .main-navigation-container .mobile-search-form+.menu>ul {
		padding-top: 1em;
	}
	.main-navigation-container .menu {
		margin-top: 0rem;
	}
	.fl-row {
		overflow: visible;
	}
}

@media only screen and (min-width: 80em) {
	.has-page-summary+.page-summary {
		float: none;
		width: 40%;
		margin: 0;
		text-transform: uppercase;
		letter-spacing: 0;
		font-size: 0.9em;
		font-weight: 500;
	}
	.intro-title.has-page-summary {
		float: none;
		width: 50%!important;
	}
}

@media only screen and (min-width: 55em)  {
	.footer-secondary-widgets .widget {
		padding: 2em 20em;
    	border-bottom: 1px solid rgba(217, 217, 217, 0.15);
		margin-bottom: 0em;
	}
	.footer-widgets .widget {
		padding: 1em 0 2em;
	}
	.site-layout-boxed {
		padding: 1em;
	}
	.header-widgets .widget+.widget {
		margin-left: 0rem!important;
	}
	.header-widgets .widget:last-child {
		text-align: left;
	}
}

@media only screen and (min-width: 42em) {
	.h1, h1 {
		font-size: 2.6em;
		line-height: 1.2;
		text-transform:uppercase;
		font-weight:700;
	}
	.h2, h2 {
		font-size: 2.2em;
		line-height: 1.2;
		margin-top: 1.6163em;
		margin-bottom: 0.72374em;
	}
	.footer-area-site-info {
		padding: 0.2rem 0;
		border-top: none;
	}
	.wm-content-module .image {
		margin-bottom: 1rem;
	}
}

@media only screen and (min-width: 80em) {
	.intro-title.has-page-summary {
		float: left;
		width: 50%!important;
	}
}

@media only screen and (min-width: 80em) and (min-height: 28em) {
	.scrolled-past-masthead .site-header-content {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}