/*
Theme Name: Skills Nest
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#topbar-template{
    width: 100%;
}
.top-bar-left {
    width: 100%;
}
p {
    margin: 0 0 10px;
}
.top-bar-phone p {
    margin: 0px;
}
.main-menu-contact > a.menu-link {
    background: #FF6600;
    color: #fff !important;
    line-height: 32px !important;
    border-radius: 5px;
    padding: 2px 25px !important;
    margin-top: 18px;
    margin-left: 20px;
    border: 2px solid #FF6600;
}
.main-menu-contact > a.menu-link:hover{
    background: transparent;
    border: 2px solid #FF6600;
    color: #FF6600 !important;
}
.site-footer .oceanwp-custom-menu>ul>li>a.menu-link {
    padding-left: 0px;
    padding-right: 0px;
}
.site-footer .oceanwp-custom-menu>ul>li {
    width: 100%;
}
#site-logo #site-logo-inner a:hover img {
    opacity: 1;
}
.top-bar-phone p a {
    font-size: 16px;
    font-weight: 700;
}
#footer-widgets {
    padding: 0px 0;
}
.container {
    width: 1240px;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.wpcf7-form-control-wrap input.wpcf7-form-control {
    height: 50px;
    min-height: 50px;
}
.wpcf7-form-control-wrap textarea.wpcf7-form-control
 {
    height: 50px;
}
.dropdown-menu ul li a.menu-link{
    color: #000;
}
.wpcf7-form-control-wrap .wpcf7-file {
    width: 100%;
}
.wpcf7-submit {
    margin-top: 15px !important;
    display: block;
}
.wpcf7-form-control-wrap .wpcf7-file {
    width: 100%;
    display: block;
    height: auto !important;
    padding: 10px 20px !important;
}
.footer-bottom-menu ul {
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-menu ul li {
    position: relative;
}

.footer-bottom-menu ul li:after {
    content: "|";
    position: absolute;
    right: -10px;
    bottom: 0;
    color: #fff;
}

.footer-bottom-menu ul li a {
    font-size: 14px;
    color: #fff;
}

.footer-bottom-menu ul li:last-child:after {
    display: none;
}
.blog-entry.grid-entry .blog-entry-readmore a {
    display: inline-block;
    font-size: 13px !important;
    line-height: normal;
    padding-bottom: 0;
    border-bottom: 0px solid;
    text-transform: capitalize;
    background: #FF6600;
    border: 2px solid #FF6600;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
}
.blog-entry.grid-entry .blog-entry-readmore a:hover {
    background: transparent;
    border: 2px solid #FF6600;
    color: #FF6600 !important;
}

@media (max-width: 767px) {
    .elementor-201 .elementor-element.elementor-element-29b5a46 .jeg-elementor-kit.jkit-mailchimp.style-inline .jkit-input-wrapper:not(.jkit-submit-input-holder) {
        -webkit-box-flex: 64% !important;
        -ms-flex: 0 0 64% !important;
        flex: 0 0 64% !important;
    }
	
	.footer-bottom-menu ul {
		flex-wrap: wrap;
	}
}