/*
 Theme Name:   	Digalu Child
 Theme URI: 	https://themelocker.tech/wordpress/digalu
 Description:  	This is a child theme for Digalu - Digital Marketing WordPress Theme
 Author:       	Validthemes
 Author URI:   	https://themeforest.net/user/validthemes/portfolio
 Template:     	digalu
 Version:      	1.0
 Tags:         	two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  	digalu-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
:root {
    --font-default: 'Roboto', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #03112d;
    --dark-secondary: #001d4c;
    --dark-optional: #3e00a7;
    --white: #ffffff;
    --color-primary: #0c5adb;
    --color-secondary: #3f1399;
    --color-optional: rgb(255, 30, 126);
    --color-heading: #04000b;
    --color-paragraph: #171717;
    --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
    --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --bg-gray: #f3f7fd;
    --bg-gradient: linear-gradient(30deg, var(--color-secondary) 20%, var(--color-primary) 80%);
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        padding: 35px 0 !important;
    }
}

.navbar .attr-right .attr-nav li.button a {
    padding: 8px 40px !important;
    font-size: 15px;
}

nav.navbar.validnavs .navbar-toggle {
    font-size: 27px;
}

.title {
    font-size: 40px;
}

.testimonial-style-one-item p {
    font-size: 16px;
}

nav.navbar ul.nav>li>a {
	font-weight: 500;
}

.navbar .attr-right .attr-nav li .call h5 {
    font-weight: 500;
    font-size: 18px;
}

.validnavs a {
    font-weight: 500;
    text-transform: initial;
}

footer .footer-social li a {
    font-size: 22px;
}

.navbar-brand .logo img {
	max-width: 168px;
}