/*
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;
    margin-bottom: 20px;
}
.dropdown-menu ul li a.menu-link{
    color: #000;
}
.single .entry-title {
    
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 0px solid #f1f1f1;
}
.blog-entry.post .blog-entry-header .entry-title a{
   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a:hover {
    color: #ff6600;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #000;
}
.feedback-form-flip-right-side.form-open #fbform {
    right: 282px;
}
#fbform {
    background: #1FA554;
    position: fixed;
    top: 250px;
    right: -65px;
    color: #fff;
    padding: 10px 9px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    transform: rotate(-90deg);
    letter-spacing: 3px;
    z-index: 9;
}
.feedback-form-flip-right-side.form-open .feedback-form-flip-right-inner {
    right: 0;
}
.feedback-form-flip-right-inner {
    position: fixed;
    top: 111px;
    right: -100%;
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 4px;
    z-index: 99999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    max-width: 340px;
}
.feedback-form-flip-right-inner input.wpcf7-form-control.wpcf7-submit{
    color: #fff;
}
.feedback-form-flip-right-side .wpcf7-form-control-wrap textarea.wpcf7-form-control{
    min-height: 60px;
}