/*
Theme Name: Docly Child
Theme URI: https://wp.spider-themes.com/docly/
Template: docly
Author: CreativeGigs
Author URI: https://themeforest.net/user/creativegigs
Description: Docly is a powerful, responsive, and high-performance online documentation WordPress theme that can assist you quickly develop your next product’s documentation. It can be used for documenting API, frameworks, plugins, templates, software, manual etc.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docly-child
*/

.btn-primary{
	    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.75;
    min-width: 64px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    font-family: __Montserrat_337041, __Montserrat_Fallback_337041;
    font-weight: 400;
    color: white !important;
    outline: 0px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.6rem 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(rgb(23, 161, 250), rgb(10, 101, 190));
}
.footer_widget:nth-child(5) {
    margin-top: 0;
}

.footer_area.f_bg_color {
	background: url(https://docs.opsmetry.com/wp-content/uploads/2026/08/opsmetry-section-bg.png) top center !important;
	padding-top:150px !important;
	margin-top:-150px !important;
}
.footer_area .footer_top{
	background:#e8eef1 !important;
}
.footer_top .border_bottom {
	margin-top:0px !important;
}
.footer_area .footer_bottom{
	background:#e8eef1 !important;
	padding: 20px 0;
}

.home .nav.nav-tabs.documentation_tab{
	display:none !important;
}



@media screen and (min-width: 991px) {
	.footer_widget.col-lg-3{
		width:20% !important;
	}
	.footer_area .container {
		max-width:1200px !important;
	}
}
@media screen and (min-width: 768px) {
.footer_top .footer_widget:first-child .widget.f_widget { padding-left : 0px !important; }
}