/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org
Description: OceanWP WordPress theme example child theme.
Author: PieCodes
Author URI: https://oceanwp.org
Template: oceanwp
Version: 1.0
*/

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
 /* #main #content-wrap {
  padding-bottom: 0px;
}
.site-footer .widget_nav_menu li:first-child {
    border-top: none;
}
.site-footer .widget_nav_menu li {
    border-bottom: none;
} */
.elementor-heading-title i.fa-circle {
    color: #F36D04;
    font-size: 10px;
}
/* .footer-widget .wp-block-image {
    margin: 0 !important;
} */
.archive #content-wrap, .blog #content-wrap {
    padding-top: 45px !important;
}
.logged-in .blog-entry-readmore.clr a {
    background: linear-gradient(110deg, #F8972B, #F36D00);
    padding: 11px !important;
    color: white;
    font-family: 'Poppins';
    border-radius: 7px !important;
    font-weight: 600;
    font-size: 13px !important;
}
.logged-in .blog-entry-readmore.clr a:hover {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    color: white !important;
}
.oceanwp-social-icons li {
    display: inline-block;
    margin-right: 12px;
}
.contact-info-widget.no-icons li .oceanwp-contact-title {
    display: block;
    font-weight: 600;
}
.error404-content .error-btn {
    font-size: 16px;
    padding: 12px 24px;
    margin-top: 60px;
    background-image: linear-gradient(50deg, #F8972B 0%, #F36D00 100%);
    border-radius: 6px;
    margin-bottom: 50px;
    text-transform: inherit;
}
h2.error-title {
    color: #162839;
    font-family: "Poppins", Sans-serif;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 45px;
    margin-top: 36px !important;
	text-transform: capitalize;
}
a:focus {
    outline: none !important;
}
footer#footer .wp-block-image {
    margin-bottom: 0 !important;
}
input#ocean-search-form-2 {
    border: 1px solid #dddddd4a;
}
.error404-content .error-btn:hover {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
}
#footer-widgets .footer-box figure.wp-block-image img {
    width: 100px !important;
}
#footer-widgets .footer-box figure.wp-block-image figcaption.wp-element-caption {
    color: #162839;
    background: transparent;
    margin-top: 30px !important;
    position: relative;
    top: -28px;
}




@media screen and (max-width: 1024px) {
#mobile-dropdown #mobile-menu-search form button {
    background: #fff;
}
#mobile-dropdown #mobile-menu-search form input {
    border: 1px solid #dddddd4a;
}
}
@media screen and (max-width: 767px) {
    #footer-widgets .col {
    text-align: center;
}
footer#footer .wp-block-image figure {
    float: none !important;
    margin: auto;
}
	h2.error-title {
    font-size: 30px !important;
    line-height: 40px;
}
	#footer-widgets .footer-box figure.is-layout-flex.wp-block-gallery-2.wp-block-gallery {
    max-width: 100%;
}
}
/* span.oceanwp-contact-title {
    font-size: 12px;
    font-weight: 400 !important;
}    */
/* h4.widget-title {
    border: none;
} */
/* #block-14 p {
    font-size: 14px;
    margin-top: 27px;
} */

/* .oceanwp-social-icons i.fab.fa-twitter {
    color: #5DA9DD;
}
.oceanwp-social-icons i.fab.fa-facebook {
    color: #4867AA;
}
.oceanwp-social-icons i.fab.fa-linkedin {
    color: #0077B5;
} */
/*

   #site-header.sticky {
    background-color: #fff !important;
}
  .sticky #menu-main-menu a {
    color: #162839 !important;
} 
 header#site-header {
    transition: all 0.5s !important;
}  */
/* .contact-info-widget.default .oceanwp-info-wrap {
    padding-left: 30px !important;
} */
/* #mobile_development span {
    font-weight: 700;
}

i.fas.fa-envelope {
    border: none !important;
}
.contact-info-widget.default .oceanwp-info-wrap {
        padding: 8px 0 0 28px !important;
    }
.contact-info-widget.default i {
        width: 20px !important;
    }   
 i.fas.fa-envelope {
        margin: 0 !important;
    }

     
.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    position: absolute;
    left: 40px;
    bottom: -41px;
}

 */
/* #development .elementor-widget-container:hover {
    transform: translate(0,-16px);
} */

#site-header {
    position: sticky;
    top: 0;
    background: #fff !important;
}