/*!
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... */

.rc-anchor.rc-anchor-invisible {
    display: none!important;
}
.grecaptcha-badge {
    visibility: hidden !important;
}


.boton-mobile{
	position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}
.wpcf7 p {
	margin: 0em 0 15px!important;
}

.wpcf7 p a {
	color:#000000;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
	color:#22272b!important;
	font-weight:500;
}

textarea {
    max-height: 100px;
}

input, select, textarea {
        padding: 1em 1em;
    border-radius: 10px;
    border-width: 1px;
    border-bottom-color: transparent;
    background-color: #ffffff;
}
.form-condiciones {
	padding: 1em 0;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0em;
}
input, select, textarea, input[type=text], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    width: 100%;
}

input.wpcf7-submit {
    width: auto;
}

.form_2cols p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_2cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_2cols .col-1 {
    width: 49%;
	display: inline-block;
}
.form_1col {
    width: 100%;
}

.wpcf7-form .form_2cols .wpcf7-form-control-wrap {
    width: 49%;
	display: inline-block;
}

.wpcf7-form .form_2cols .col-1 .wpcf7-form-control-wrap {
    width: 100%;
	display: inline-block;
}


.site .fl-builder-content .fl-module form [type=submit]{
	background-color: #000000;
    color: #fff;
    width: 100%;
    font-size: 22px;
    padding: 10px;
    font-weight: 600;
}


@media (max-width: 960px) {
	.site .fl-builder-content .fl-module form [type=submit]{
		background-color: #000000;
		color: #fff;
		width: 100%;
		font-size: 20px;
		padding: 10px;
		font-weight: 600;
	}
}

.site .fl-builder-content .fl-module form [type=submit]:hover {
	background-color: #ffffff;
    color: #000000;
}



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


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

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

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

.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;
}

.menu-primary>li>a {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 1.15em;
    color: #ffffff !important;
}

#footer-widgets #text-10 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer-widgets #text-10 .widget-text-media {
	margin: 0 0 1rem;
}

#footer-widgets #text-10 .widget-text-media.widget-text-media-image img {
	width:340px;
	height:66px;
}

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

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

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

.site-header-content {
	border:none;
}

#faqs .wm-accordion .is-active .wm-item-title {
	background-color: transparent;
    color: #ffffff;
	font-size: 1.3em;
    font-weight: 500;
}

#faqs .wm-accordion .wm-item-title {
    position: relative;
    padding: 1rem 1.62rem;
    padding-right: 3.62rem;
    margin: 0;
    color: #ffffff;
	font-size: 1.3em;
    font-weight: 500;
    border: none;
}

#faqs .wm-accordion .wm-item-title:hover {
    background-color:#2d2d2d;
}

#faqs .wm-item-content {
	color: #ffffff;
	font-size: 1.3em;
    font-weight: 300;
}

#textover {
	z-index: 10;
    position: relative;
}
    