/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

a:hover {
	text-decoration: none;
}
a:active {
	color: #043452 !important;
}
@keyframes dropInTop {
	0% {
		transform: translateY(-100%);
		margin-top: 35px;
		margin-bottom: -35px;
	}
	100% {
		transform: translateY(0);
		margin-bottom: 0px;
	}
}
div.header-top {
	animation: 1s ease-out 15s dropInTop;
}

body.admin-bar .dialog-lightbox-widget {
	height: calc(100vh - 160px);
}


/* GOOGLE RECAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}
.grecap::before {
	content: "\26B9";
	font-size: .8em;
	vertical-align: top;
}
.grecap {
	font-size: .8em;
}
/* END GOOGLE RECAPTCHA */

/* PHONE AREA STYLING */
.phone-area {
	width: 250px;
  color: #9e0000;
  margin-top: -30px;
	position: absolute;
	height: 80px;
}
.phone-area a:link, .phone-area a:visited, .phone-area a:hover {
	color: #9e0000;
}
.toll-free {
	font-size: 1.2em;
	font-weight: 600;
}
.phone-number {
	font-size: 1.75em;
}
.phone-menu {
  position: relative;
  left:-25px;
  display: flex;
  flex-flow: row wrap;
  transform: translateY(-115%);
  width: 275px;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
  padding: 0px 5px;
  margin: 0px;
  z-index: -10;
  transition: 1s;
  visibility: hidden;
}
.phone-menu > p {
    justify-content: space-between;
    flex-grow: 2;
    margin: 5px 5px 5px 10px;
    font-size: 1.2em !important;
    line-height:1.6em;
    font-weight: 600;
}
.phone-menu > p.number{
    flex-grow: 3;
    text-align: right;
}

.phone-drop:hover > .phone-menu {
  transform: translateY(15%);
  visibility: visible;
}

@media (max-width: 575px) {
	.phone-area {
		margin-top: 0px;
	}
	.mobile-left .nav-ul {
	margin-top: 70px;
}
}
@media (min-width:576px) and (max-width: 959px) {
	.mobile-left .nav-ul {
	margin-top: 40px;
}
	.mobile-login {
		display:block;
	}
}
/* END PHONE AREA STYLING */

.button.button-primary:hover {
	scale: 1.15;
	z-index: 900;
}
.scroll-to-top {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
.scroll-to-top:hover {
	scale: 1.15;
}

.mobile-buttons {
	display: flex;
	margin-top: 10px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.button.button-primary.mobile-button {
	flex: 1;
	margin-right: 10px;
	color: #fff;
	background-color: #10679E;
}

.button.button-primary.mobile-button:hover {
	background-color: #043452;
}

.header--row .nv-nav-wrap .primary-menu-ul .neve-mega-menu > .sub-menu {
	max-width: 800px;
}

.elementor-flip-box__button:hover {
	scale: 1.1;
}

@media ( max-width: 959px ) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	
}

@media ( min-width: 960px ) {
	.desktop {
		display: block !important;
	}
	.mobile {
		display: none !important;
	}
}
/* FOOTER STYLING */
.social-keys span > a.elementor-icon {
	height: 65px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.social-keys span::before {
	content: "";
	height: 15px;
	color: black;
	width: 50px;
	position: absolute;
	top: -21px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	transition: ease 0.3s;
}
.social-keys span:hover::before {
	transform: scale(.9) translateY(4px);
}
@media (max-width: 767px) {
	footer-col{
		width:50%;
	}
}
/* END FOOTER */
/* CONTACT FORM 7 STYLING */
.wpcf7 input, .wpcf7 select {
    height: 45px;
    margin-right: 5px;
	background-color: transparent;
	width: 100%;
	border-radius: 3px;
	border-width: 0px 0px 1px 0px;
  border-color: #000;
}
.wpcf7 textarea {
	background-color: transparent;
	width: 100%;
	border-radius: 3px !important;
	border-width: 1px solid #000;
	height: 150px;
}
.wpcf7 > form input[type="submit"][disabled] {
	background-color: #999;
	color: white;
	border: 3px solid #999;
	opacity: 1;
}
.wpcf7 > form input[type="submit"][disabled]:hover {
	background-color: #999;
	color: white;
	border: 3px solid #999;
	opacity: 1;
}
.wpcf7 > form input[type="submit"] {
	width: auto;
	background-color: transparent;
	color: #043452;
	border: 3px solid #043452;
	border-radius: 5px !important;
}
.wpcf7 > form input[type="submit"]:hover {
	background-color: #043452;
	color: #fff;
}
.contact input[type="submit"],.mobile-contact-form input[type="submit"] {
	border-radius: 50px !important;
	font-size: 1.5em;
	text-transform: capitalize;
	background-color: #10679E;
	width: 200px;
	transition: all .3s;
}
.contact input[type="submit"]:hover,.contact input[type="submit"]:focus, .mobile-contact-form input[type="submit"]:hover, .mobile-contact-form input[type="submit"]:focus {
	scale: 1.15;
	background-color: #043452;
}

.form-field-group:focus-within > label {
	font-weight: bold;
}

.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	outline: 0;
	background-color: white;
}
.wpcf7-form-control-wrap {
    display:flex;
    flex-wrap: wrap;
}
.contact .elementor-field-label {
	font-size: 1.7em;
	font-weight: lighter;
}
.wpcf7-form-control {
    border-radius: 0px !important;
	font-family: Roboto;
}
.contact {
		width:100%;
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-fieldsets {
    width:75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-fieldsets > legend {
    background-color: #043452;
    background-image: linear-gradient(to right, #043452 , #f9f9f9);
    color: white;
    width: 100%;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: -10px;
    padding-left: 10px;
}
input[type="checkbox"],input[type="radio"] {
	width: auto;
	vertical-align: middle;
}
.xl-col {
    flex: 1 0 100%;
}
.lg-col {
		flex: 1 0 60%;
}
.md-col {
  	flex: 1 0 35%;  
}
.sm-col {
		flex: 1 3 20%;
}
.xs-col {
	flex: 3 1 15%;
}

.checkboxes {
	display: flex;
	flex-flow: column;
	max-width: 200px;
}
.checkbox-groups {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
}
.checkbox-groups [data-class="wpcf7cf_group"] {
	flex: 0 1 auto;
	left: -250px;
	align-self: flex-start;
	position: relative;
}
.checkbox-groups [data-class="wpcf7cf_group"] label {
	margin: 0px;
}
.checkbox-groups [data-class="wpcf7cf_group"] input {
	height: 25px;
	margin-bottom: 0px !important;
}
label[for="form-field-depoTimeMeridian"] {
    color: transparent;
}
.attach p {
	margin-bottom:0px;
}
.form-note {
	font-size: 0.8em;
}
.disclaim {
	overflow: auto;
	border: 3px solid gainsboro;
	background-color: white;
	resize: both;
	height: 200px;
	padding-left: 10px;
	border-radius: 2px;
}
.disclaim p.title {
	font-weight: bold;
	margin-bottom: 0px;
	font-family: sans-serif;
}
.req::before {
	content: "*";
	color: red;
	margin-right: 5px;
}

.mobile-contact-form {
		width:100%;
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobile-contact-form label {
	display: none;
}
.mobile-contact-form input, .mobile-contact-form textarea {
	border-radius: 25px !important;
	border: 1px solid black;
	font-size: 1.3em;
	width: 100% !important;
	font-weight: 500;
	font-family: Roboto;
	margin: 0px !important;
}
.mobile-contact-form textarea {
	height: 150px !important;
}
.mobile-contact-form input::placeholder, .mobile-contact-form textarea::placeholder {
	color: #043452;
	opacity: .5;
}
.mobile-contact-form input:focus::placeholder, .mobile-contact-form textarea:focus::placeholder {
	opacity: .9;
}
.mobile-contact-form input:focus, .mobile-contact-form textarea:focus {
	background-color: white;
}
.mobile-contact-form input[type="submit"] {
	font-family: Roboto;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	margin-top: 15px !important;
}
.mobile-contact-form .wpcf7-not-valid-tip {
	position: absolute;
	top: 13px;
	left: 150px;
}
.mobile-contact-form .message .wpcf7-not-valid-tip {
	top: 30px;
}
.note {
	font-size: .8em;
}
.note::before {
	content: "⚹";
	color: #9E0000;
	font-size: 1.2em;
}
.wpcf7cf-hidden > div.form-field-group {
    display:none !important;
}
div[data-class="wpcf7cf_group"] {
	width: 100%;
	display: flex !important;
}


.elementor-author-box__avatar img {
            width: 225px;
}
@media ( max-width: 782px ) {
            .elementor-author-box__avatar img {
                        width: 150px;
            }
}
.mobile-blog {
            color:white;
}
#cat {
            color:white;
}


