/*!
 * Theme Name: 		   OceanWP
 * Text Domain: 	   oceanwp
 * Version:            4.1.2
 * Tested up to:       6.8.2
 * Requires at least:  5.6
 * Requires PHP:       7.4
 * Author:             OceanWP
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 *
 * License: GNU General Public License v2.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 *
 * All files, unless otherwise stated, are released under the GNU General Public
 * License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

 * 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.
 *
 * DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 * To add your own CSS, use a child theme: https://github.com/oceanwp/oceanwp-child-theme
 *
 * CSS file is in "assets/css"
 */

/* 
Theme Name:		 racklog-en
Theme URI:		 https://adi-gmbh.com
Description:	 Customized theme by ADI-GmbH
Author:			 ADI-GmbH
Author URI:		 https://adi-gmbh.com
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 OceanWP-child
-------------------------------------------------------------- */

/* Theme customization starts here
------------------------------------------------------- */

.faq__section .elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px;
    border-bottom-color: #b1b1b1;
    border-bottom-style: solid;
}

.faq__section .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 1px !important;
}

.useful_links ul li a {
    color: white;
    font-size: 17px;
}

.contact_form form p label {
    color: white;
}

.contact_form form input[type="number"] {
    max-width: 100%;
}

.contact_form form input[type="submit"] {
    padding: 15px 25px;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    margin-top: 25px;
}

.contact_form form input[type="submit"]:hover {
    background-color: white;
    color: #071c2d;
}

/*Underline Background Clor Text CSS :: START*/

.custom_heading h1 {
    position: relative;
    padding-right: 10px;
    margin: 0;
    z-index: 1;
    font-size: 44px;
    font-weight: 600;
    line-height: 70px;
    color: #032e4f;
}
.custom_heading.heading_color h1 {
    color: white;
}
.text-center {
    text-align: center;
}
.custom_heading .underline_one {
    position: relative;
    display: inline-block;
}

.custom_heading .underline_one:before {
    content: "";
    position: absolute;
    left: 3px;
    width: 285px;
    width: calc(100% - 5px);
    height: 8px;
    bottom: 20px;
    background: #2ca8c152;
    z-index: -1;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
@media (max-width: 991px) {
    .custom_heading h1 {
        font-size: 27px;
        line-height: 45px;
    }
    .custom_heading .underline_one:before {
        bottom: 13px;
        height: 8px;
    }
}

/*Underline Background Clor Text CSS :: END*/

.custom_calculator label {
    color: black;
    font-size: 17px;
    font-weight: 400;
}

.custom_calculator .form-group:nth-child(1),
.custom_calculator .form-group:nth-child(2),
.custom_calculator .form-group:nth-child(3) {
    width: 32.2%;
    margin-right: 10px;
    display: inline-block;
    padding-bottom: 20px;
}
.custom_calculator .form-group:nth-child(4),
.custom_calculator .form-group:nth-child(5) {
    width: 48.9%;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 20px;
}

.custom_calculator input.form-control {
    max-width: 100%;
    border: none;
    background-color: #299fbe;
    color: white;
    font-size: 16px;
}

@media (max-width: 991px) {
    .custom_calculator .form-group {
        width: 100% !important;
    }
}
.navigation li a img.before {
    width: 15px;
}

sup {
    top: -0.2em;
    font-size: 18px;
}
.custom_heading sup {
    top: -0.5em;
    font-size: 30px;
}
#contact-form-heading {
    font-size: 25px;
}
#contact-us input,
#bottom-footer-mail p > a {
    color: white;
}
.custom_calculator #first,
.custom_calculator #second,
.custom_calculator #third {
    background-color: #071c2d;
}

ul.sub-menu img {
    width: 25px;
}
.elementor-shape-bottom svg {
    z-index: -1;
}
