/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/**/
.wpcf7-form-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0;
    flex: 0 1 48%;
}
.wpcf7-list-item label *, .wpcf7-list-item label *::before, .wpcf7-list-item label *::after {
	box-sizing: content-box !important;
}

.wpcf7-list-item label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-list-item label span {
    line-height: 1.4;
    font-size: 1.1rem;
    font-family: Montserrat;
    font-weight: 500;
}

.wpcf7-list-item label {
    display: table;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px 15px 15px 52px;
}

.wpcf7-list-item label input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 1.5rem;
    width: 1.5rem;
    background: rgba(241, 245, 248, 1);
    transition: background 250ms;
    border: 1px solid rgba(184, 194, 204, 1);
    border-radius: 0.402rem;
}

.wpcf7-list-item label input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 2.0rem;
}

.wpcf7-list-item label input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: 0.63rem;
	top: 0.38rem;
	width: 0.18rem;
	height: 0.41rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.wpcf7-list-item label input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: 0.48rem;
	top: 0.46rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.wpcf7-list-item label input:disabled ~ .b-input::after {
	border-color: rgba(135, 149, 161, 1);
}

.wpcf7-list-item label input:checked ~ .b-input::after {
	display: block;
}

.wpcf7-list-item label:hover input ~ .b-input,
.wpcf7-list-item label input:focus ~ .b-input {
	background: rgb(231, 238, 243);
}

.wpcf7-list-item label input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(207, 22, 30, 0.36);
}

.wpcf7-list-item label input:checked ~ .b-input {
	background: rgba(207, 22, 30, 1);
	border-color: rgba(207, 22, 30, 1);
}

.wpcf7-list-item label input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.wpcf7-list-item label input[type="radio"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.wpcf7-list-item label input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(135, 149, 161, 1);
}

.wpcf7-list-item label input:checked:focus ~ .b-input, .wpcf7-list-item label:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(207, 22, 30, 1);
	border-color: rgba(207, 22, 30, 1);
}

.wpcf7-list-item label .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(207, 22, 30, 1);
	border-radius: 2rem;
	opacity: 0.6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.wpcf7-list-item label input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.wpcf7-list-item label input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.wpcf7-list-item label .b-input::before {
	visibility: hidden;
}

.wpcf7-list-item label input:focus + .b-input::before {
	visibility: visible;
}

.wpcf7-list-item label:first-child .b-input::before {
	visibility: hidden;
}


.archive-card {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .archive-card {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

/*************** ADD CUSTOM CSS HERE.   ***************/
@-webkit-keyframes btn-animate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}
@keyframes btn-animate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}
@media (min-width: 850px) and (max-width:1400px) {
   html {
       font-size: 1.05vw;
   }   
   #logo {
    width: 180px;
   }
   /*row-module-type-single*/
   .single-module_post .row-module-type-single {
    max-width: 620px !important; 
   }
}

@media (min-width: 850px) and (max-width:1199px) {
   /* p, a, li {
        font-size: .85em;
    }
    .h4, h4 {
        font-size: 1em;
    }
    h1, h2, h3, h5, h6 {
        font-size: 1.25em;
    }
    header .nav>li>a {
    font-size: .85rem !important;
    }
    header .flex-col.hide-for-medium.flex-left.flex-grow {
        display:none;
    }*/
}

@media (max-width: 850px) {

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}