/**
 * Theme Name:     Heron
 * Author:         UrVenue
 * Template:       wp-uvtheme-master
 * Text Domain:	   heron
 * Description:    Heron - Child Theme
 */


/* header */
*{
    scroll-margin-top: 70px;
}
html {
    scroll-behavior: smooth;
}
body {
    padding-top: 70px !important;
	    scroll-behavior: smooth;

}

.uv-page-header,
.uvheader.uv-header-max-width {
    height: 70px !important;
}

.uv-header-inner-logo {
    align-items: center;
    display: flex;
}

.uws-left-logo .uv-page-hader-logo {
    padding-top: 0;
}

.uv-page-hader-logo a {
    display: flex;
}

.uv-page-hader-logo img {
    height: 60px;
    width: auto;
}

.uv-theme-nav-identity {
    display: none;
}

.uv-page-header-menu {
    justify-content: end;
}

.uv-page-header-menu li::after {
    bottom: -20px;
    background: #000;
}

/* header */


/* home */
.uv-header-simple-content h1 {
    text-transform: uppercase;
    font-size: 60px;
    max-width: 1000px;
    margin: auto;
    font-weight: 700;
    margin-top: 50px;
}



.uvhome-about .wp-block-heading {
    font-size: 60px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}

.uvhome-about .wp-block-heading::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #000;
    margin-top: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    bottom: 0;
}

.uvhome-about p {
    max-width: 927px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.uvhome-about p:first-of-type,
.uvhome-about p:last-of-type {
    font-weight: 500;
}

.uvhome-about p:last-of-type {
    margin-bottom: 0;
}

.uvhome-contact .nf-form-cont {
    max-width: 467px;
}

.uvhome-contact .wp-block-columns {
    gap: 100px;
    justify-content: center;
    max-width: 1210px;
    margin: auto;
}

.uvhome-contact .wp-block-image {
    margin-bottom: 0;
}

.uvhome-contact .nf-field-element input:not([type="submit"]) {
    height: 50px;
    padding-left: 23px;
    border: 1px solid #DEDDDB;
    border-radius: 4px;
	font-size: 16px
}

.uvhome-contact .nf-field-label label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #444444;
}

.uvhome-contact .nf-field-element input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--uvwp_nav_font_family);
    text-transform: uppercase;
}

.uvhome-contact .nf-field-element input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}

.uvhome-contact .nf-field-element p {
    color: #626262;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
}

.uvhome-contact .nf-field-element p a {
    color: #626262;

}

.uvhome-contact #ninja_forms_required_items,
.uvhome-contact .nf-field-container {
    margin-bottom: 20px;
}

.uvhome-contact .label-above .nf-field-label {
    margin-bottom: 5px;
}

/* home */

/* footer */
.footer-wrapper {
    padding-top: 66px;
    padding-bottom: 50px;
    border-bottom: 1px solid #464646;
}

.footer-wrapper .uvwp-widget {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    flex: 1;
    padding-bottom: 0;
}

.footer-wrapper .uvwp-widget::after {
    content: "";
    display: block;
    width: 1px;
    height: 43px;
    background-color: #464646;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 4px;
    transform: translate(-50%);
}

.footer-wrapper .uvwp-widget:last-of-type:after {
    display: none;
}

.footer-wrapper .uvwp-widget .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-wrapper .uvwp-widget p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-wrapper .uvwp-widget p a:hover {
    text-decoration: underline;
}

.footer-socket-wrapper {
    border-top: none;
    padding-top: 30px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 66px;
}

.footer-socket-wrapper p,
.footer-socket-wrapper a,
.uvfootercopytext,
.uv-legal-menu ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
}

.socket-socials {
    order: 1;
}

.uvfootercopytext {
    order: 2;
}

.socket-rigth-section {
    order: 3;
}

.uv-legal-menu ul {
    padding: 0;
    margin: 0;
}

footer .icon-wrapper {
    border: solid 1px #636363;
}



/* footer */

h1 {
    text-transform: uppercase;
}

.uv-privacy .uv-theme-subtitle,
.uv-terms .uv-theme-subtitle {
    font-size: 26px;
}
@media (max-width: 920px) {
  .uv-main-menu {
    display: flex;
  }
}
@media (max-width:600px) {
	.uv-page-header-menu > ul li.menu-item {
		padding-left: 10px;
  padding-right: 10px;
	}
	.uv-page-header li a {
		font-size: 14px;
	}
    .uv-header-inner-logo {
        margin: auto;
    }


    .uv-header-simple-content h1 {
        font-size: 30px;
    }

    .uvhome-about .wp-block-heading {
        font-size: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;

    }

    .uvhome-about p {
        font-size: 16px;
    }


    .uvhome-contact .wp-block-columns {
        gap: 50px;

    }

    .footer-wrapper {
        flex-direction: column;
    }

    .uvwp-widget1 {
        order: 3;
    }

    .footer-wrapper .uvwp-widget::after {
        display: none;
    }
}
@media (max-width:360px) {
	  .uv-page-header-menu > ul li.menu-item {
    padding-left: 5px;
    padding-right: 5px;
  }
	 .uv-page-header li a {
    font-size: 13px;
  }
}

