/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 92.51
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

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.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

html,
body {
    overflow-x: hidden!important;  
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500!important;
}


.footer_bg1{
    background-size: cover;
    /* padding: 0!important; */
     background-attachment:scroll!important;
    /* background-position:  bottom !important; */
}




.footer_row2 .panel-grid-cell .widget-title:after, .site-footer{
    display: none;
}

.footer_row1 .panel-grid-cell .widget-title {
    text-align: left;
    color: #fff;
}

.footer_row2 .panel-grid-cell .widget-title {
    text-align: left;
    color: #fff;
    text-transform: capitalize !important;
    padding-bottom: 22px;
    font-weight: 400;
}




/* css for macaw */
.header_link{
    position: relative;
    top: -4px;
    height: 33px;
    padding-left: 15px;
}
.header_link a{
    display: inline-block;
    padding: 5px;
}

.main-header #mainnav ul ul ul li {
    background-color: #233452!important;
}    

#mainnav ul li ul {
    width: 250px!important;
}  

#mainnav ul ul a {
    width: 94%!important;
}

#mainnav .sydney-svg-icon {
    width: 12px;
    height: 12px;
}



/* Make sure sticky works */
html,
#page, /* adjust if your theme uses a different ID */
.siteorigin-panels-stretch {
    overflow: visible !important;
    transform: none !important;
}

.siteorigin-panels-stretch{
    background-attachment:scroll!important;
    background-position:  center !important;
}

/* Your sticky rule */
.sticky-header.is-sticky, .sticky-header.sticky-always {
    position: sticky;
    top: 0;
    z-index: 9999; /* ensure it's on top */
}

.contact_form br{
    display: none;
}

.contact_form label {
    width: 20%;
    display: inline-block;
    float: left;
}

.contact_form .wpcf7-form-control-wrap{
    float: left;
    display: inline-block;
    width: 78%;
}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea {
    border: 1px solid #666;
    width: 100%;
}


.home_grid .sow-image-grid-image{
    width: 50%;
}

.home_grid .sow-image-grid-image img{
    width: 100%;
}

.header-row{
    overflow: hidden;
}

.home_row_layout1, .home_row_layout2{
    /* position: relative;
    left: 19%; */
}

.home_row_layout1.panel-widget-style {
    overflow: hidden;
    min-height: 50vh;
}

/* Overlay for blue filter effect */
.home_row_layout1.panel-widget-style::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* transparent #34cccd */
    transition: background-color 0.4s ease;
    z-index: 1;
}

/* Hover effect */
.home_row_layout1.panel-widget-style:hover::before {
    background-color: rgba(27, 179, 179, 0.4); /* semi-transparent #34cccd */
    cursor: pointer;
}

.home_row_col_layout1{
    background-color: rgba(0, 0, 0, 0.4); /* transparent #34cccd */
}

.home_row_col_layout1:hover{
    background-color: rgba(27, 179, 179, 0.4); /* semi-transparent #34cccd */
    cursor: pointer;
}

/* Ensure content is above overlay */
.home_row_layout1.panel-widget-style > * {
    position: relative;
    z-index: 2;
}

#mainnav ul li a:hover{
    font-weight: 500!important;
}

#mainnav ul ul li a:hover{
    font-weight: 400!important;
}
.ow-button-base .sowb-button {
    -ms-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    -webkit-border-radius: 11px 11px 11px 11px!important;
    -moz-border-radius: 11px 11px 11px 11px!important;
    border-radius: 11px 11px 11px 11px!important;
    background: #34cccd!important;
    border-width: 1px 0!important;
    border: 1px solid #34cccd!important;
    color: #ffffff !important;
    font-size: 14px!important;
    padding: 12px!important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 5%)!important;
    padding-inline: 24px!important;
}

.ow-button-base .sowb-button .sow-icon-image, .ow-button-base .sowb-button [class^="sow-icon-"] {
    font-size: 1.3em!important;
    margin: -0.2em -0.5em -0.2em 0.5em!important;
    font-size: 20px!important;
    color: #fff!important;
}

input[type="submit"] {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
}

.submit_btn{padding-left: 77.5%;}


@media only screen and (max-width: 767px) {
    #mainnav ul li ul {
        width: 100%!important;
    }

    .contact_form label {
        width: 100%;
        float: none;
    }
    
    .contact_form .wpcf7-form-control-wrap{
        width: 100%;
        float: none;
    }

    .submit_btn{padding-left: 69.5%;}

    .footer_row2  .panel-grid-cell {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }


    .row-style  > .panel-grid-cell {
        margin-bottom: 0px!important;
    }

    #mainnav .sydney-svg-icon {
        width: 16px;
        height: 16px;
    }

    .sydney-offcanvas-menu .mainnav a {
        padding: 5px 0px!important; 
    }

    .sydney-offcanvas-menu {
        max-width: 350px!important; 
    }
}



