/*
Theme Name: Sanix
Text Domain: sanix
Version: 1.0
Tested up to: 1.0
Requires at least: 1.0
Requires PHP: 5.2.4
Description: Sanix custom theme
Tags: blog, one-column, custom-background
Author: Asif Jamal
Author URI: https://sanix.in/
Theme URI: https://sanix.in/
License: GNU General Public License v2 or later
License URI: https://sanix.in/


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.
*/

/*.navbar-brand{
	min-height: 125px;
}
.navbar-brand h1{
	line-height: 250%;
}*/

a.navbar-brand img {
    height: 75px;
    width: 114px;
}
.page-content{
	margin-top: 140px;
}
.page-content {
    width: 100%;
    float: left;
    overflow: hidden;
}

.admin-bar .fixed-top {
    top: 30px;
}

.vc_box_rounded{
	border-radius: 11px!important;
	overflow: hidden;
}

ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer-menu li {
    padding: 0;
    display: inline-block;
    position: relative;
}
ul.footer-menu li:after {
    content: '|';
    position: absolute;
    right: 10px;
    top: 0;
}
ul.footer-menu li:last-child:after {
content: '';
}
ul.footer-menu li a {
    color: #fff;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 27px;
    text-transform: lowercase;
}

@media(max-width: 992px){
    .page-content {
        margin-top: 95px;
    }
}


