/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: oceanwp
Version: 1.0
*/

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

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Nunito Sans', sans-serif !important;
    margin-bottom: 15px;
}
body #main #content-wrap {
    padding-top: 0px;
}
.elementor-text-editor p a {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.elementor-text-editor p a:hover {
    text-decoration: none;
}

/* Top Bar Styles */

#top-bar-wrap {
    border-bottom: none !important;
    background: none !important;
}
#top-bar-wrap #top-bar {
    margin-bottom: -65px;
}
#top-bar-wrap #top-bar-inner {
    margin-right: 30px;
}
#top-bar-wrap ul li.nav-phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    margin-left: -30px;
    margin-top: 1px;
}
#top-bar-wrap ul li.nav-phone a {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #35bfb4;
    font-size: 26px;
    margin-right: 21px;
    text-decoration: none;
    padding-left: 30px;
}
#top-bar-wrap ul li.nav-phone a:hover {
	color: #575759 !important;
}
#top-bar-wrap ul li.nav-quote-btn a:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 21px;
    position: absolute;
    margin-left: -28px;
    margin-top: -3px;
}
#top-bar-wrap ul li.nav-quote-btn a {
    color: #fff;
    background: #35bfb4;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    padding: 9px 18px 9px 45px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    width: 173px;
}
#top-bar-wrap ul li.nav-quote-btn a:hover {
    color: #35bfb4;
    background: #575759;	
}
#top-bar-wrap ul li.nav-facebook {
	margin-right: 35px;	
}
#top-bar-wrap ul li.nav-facebook a:before {
    background: #35bfb4;
    color: #ffffff;
    font-family: FontAwesome;
    content: "\f09a";
    position: absolute;
    border-radius: 50% !important;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -20px;
}
#top-bar-wrap ul li.nav-facebook a {
	font-size: 0px;
}
#top-bar-wrap ul li.nav-youtube {
	margin-right: 35px;
}
#top-bar-wrap ul li.nav-youtube a:before {
    background: #35bfb4;
	color: #ffffff;
    font-family: FontAwesome;
	content:"\f16a";
    position: absolute;
    border-radius: 50% !important;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -20px;
}
#top-bar-wrap ul li.nav-youtube a {
	font-size: 0px;
}
#top-bar-wrap ul li.nav-linkedin {
	
}
#top-bar-wrap ul li.nav-linkedin a:before {
    background: #35bfb4;
	color: #ffffff;
    font-family: FontAwesome;
	content:"\f0e1";
    position: absolute;
    border-radius: 50% !important;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -20px;
}
#top-bar-wrap ul li.nav-linkedin a {
	font-size: 0px;
}
#top-bar-wrap ul li.nav-facebook a:hover:before,
#top-bar-wrap ul li.nav-youtube a:hover:before,
#top-bar-wrap ul li.nav-linkedin a:hover:before {
	background: #575759 !important;
	color: #35bfb4 !important;
}

/* Header Styles */

#site-header {
    z-index: unset !important;
}
#site-logo {
    position: relative;
    z-index: 1111 !important;
}
#site-navigation-wrap {
    margin-top: 25px;
}

/* General Page Styles */

#header-banner:before {
    content: '';
    background-image: url(/wp-content/uploads/2018/07/banner-overlay-second.png);
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
#header-banner h1 {
	color: #ffffff !important;
}
#header-banner {
    background-position: center top;
    background-size: cover;
}
.inner-banner {
    padding: 140px 0 120px;	
}

/* General Elementor Styles */

.elementor-text-editor ul {
	list-style-type: none !important;
	margin: 0px !important;
}
.elementor-text-editor ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #35bfb4;
    font-size: 24px;
    padding-right: 12px;
    position: absolute;
    margin-left: -22px;
    margin-top: -6px;
}
.elementor-text-editor ul li {
    padding-left: 22px;
    margin-bottom: 20px;
}


/* Homepage Styles */

.service-wrapper .elementor-widget-wrap {
    background: #2da69d;
    padding-top: 30px;
    padding-bottom: 20px;
}
.service-wrapper .elementor-image img {
    height: auto;
    width: auto;
    max-height: 70px;
}
.service-wrapper .elementor-widget-wrap:hover a.elementor-button {
	background: #1e9b91 !important;
}

/* Our Services Page Styles */

.services-wrapper .service-item .elementor-widget-wrap {
    background: #f7f7f7;
    padding: 30px 60px !important;
}

/* Customer Feedback Page Styles */

.feedback-item {
    background-image: url(/wp-content/uploads/2018/07/icon-qoute.png);
    background-repeat: no-repeat;
    margin-bottom: 60px !important;
    padding-left: 80px;
}

/* FAQs Page Styles */

.faq-wrapper .elementor-tab-title {
    font-size: 24px;
    border: 2px solid #ebebeb !important;
    padding: 20px 30px !important;
}
.faq-wrapper .elementor-tab-title.elementor-active,
.faq-wrapper .elementor-tab-title:hover {
    background: #35bfb4 !important;
    color: #ffffff !important;
    border: solid 2px #35bfb4 !important;
}
.faq-wrapper .elementor-accordion-item {
    border: none !important;
    margin-bottom: 5px;
}
.faq-wrapper .elementor-tab-content {
    border: 2px solid #ebebeb !important;
    padding: 20px 35px 30px !important;
    border-top: none !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.faq-wrapper .elementor-tab-title .elementor-accordion-icon {
    font-size: 26px !important;
}

.faq-wrapper .elementor-tab-content ul {
	list-style-type: none !important;
	margin: 0px !important;
}
.faq-wrapper .elementor-tab-content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #35bfb4;
    font-size: 24px;
    padding-right: 12px;
    position: absolute;
    margin-left: -22px;
    margin-top: -6px;
}
.faq-wrapper .elementor-tab-content ul li {
    padding-left: 22px;
    margin-bottom: 20px;
}

/* Client CPT Styles */

.client-slider-item-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.client-slider-item-wrapper.cs-loading {
  height: 100px;
  overflow: hidden;
  background: url(images/spinner.gif) center no-repeat;
}
.client-slider-item-wrapper.cs-loading ul.slides, .testimonial-slider-item-wrapper.ts-loading *{
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.client-slider-item-wrapper ul.slides{
  opacity: 1;
  visibility: visible;
}
.client-slider-item-wrapper ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-slider-item-wrapper ul.slides li {
    float: left;
}
.client-slider-item-wrapper ul li:before {
	display: none !important;
}
.client-slider-item-wrapper ul.slides li img{
  display: block;
  margin: 0 auto;
}

/* Gravity Form Styles */

::-webkit-input-placeholder {
	color: #222222;
	font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
	color: #222222;
	font-weight: 600; 
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #222222;
	font-weight: 600;
}
:-ms-input-placeholder {  
	color: #222222;
	font-weight: 600;  
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
.gform_wrapper input[type="text"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="search"], 
.gform_wrapper textarea,
.gform_wrapper select {
    padding: 14px 20px !important;
    font-size: 16px !important;
    border: 1px solid #fff !important;
    width: 100% !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    margin-bottom: 7px !important;
    margin-top: 0px !important;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    border-radius: 30px !important;
    border: solid 2px #ffffff;
    background: none !important;
    text-transform: unset !important;
    letter-spacing: 0px;
    padding: 10px 20px;
    min-width: 180px !important;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
    border: solid 2px #ffffff !important;
    background: #ffffff !important;
    color: #35bfb4 !important;
}
.gform_wrapper li .ginput_recaptcha {
    margin-top: 12px !important;
}
.gform_wrapper .gform_footer {
    margin-top: 13px !important;
    padding-top: 0px !important;
}

/* Footer Widget Styles */

#footer-widgets .footer-box h4.widget-title {
    color: #4d4d4d;
    font-size: 16px;
    text-transform: unset;
    font-weight: 700;
    border: none !important;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
}
#footer-widgets .footer-box .textwidget p,
#footer-widgets .footer-box .textwidget ul li {
    font-size: 20px;
    color: #ffffff;
}
#footer-widgets .footer-box .textwidget ul li a {
    color: #ffffff;	
}
#footer-widgets .footer-box a:hover {
    color: #575759 !important;
}
#footer-widgets .footer-box p a.fwphone {
    font-size: 28px;
    font-weight: 400;
}

/* Footer Bottom Styles */

#copyright p.copyright {
    width: 50%;
    float: left;
    text-align: left;
}

#copyright p.credit {
    width: 50%;
    float: right;
    text-align: right;
}

/* Responsiveness Styles */

@media screen and (max-width: 959px) {

#top-bar-wrap #top-bar {
    margin-bottom: 0px !important;
    padding: 0px;
}
a.mobile-menu .fa-bars:before {
    content: "" !important;
    background: url(/wp-content/uploads/2018/07/icon-menu.png);
    width: 38px;
    height: 25px;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 40px;
}
#site-header-inner {
    padding-bottom: 18px !important;
}
	
}

@media screen and (max-width: 767px) {

#copyright p.copyright {
    width: 100% !important;
    text-align: center !important;
}
#copyright p.credit {
    width: 100% !important;
    text-align: center !important;
}
.inner-banner {
    padding: 80px 0 60px !important;
}
body .services-wrapper .service-item .elementor-widget-wrap {
    padding: 25px 20px !important;
}
	
}