/*
Theme Name:         Stratus
Theme URI:          http://themovation.com/stratus
Author:             Themovation
Author URI:         http://themovation.com
Description:        Stratus is a premium WordPress theme designed for Startups and Tech Companies.
Version:            4.2.3
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
License:            Regular License
License URI:        http://themeforest.net/licenses/regular
Text Domain:        stratus
Domain Path:        /languages/
*/



/* betterdoc blogs css start */

.docs-single-title .betterdocs-entry-title {
    font-size: 36px;
    color: #000 !important;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    font-weight: 700;
}


.betterdocs-search-field:focus{
   background: transparent !important;
}
/* helpdesk css start */

:root{
   --hd-black: #1c293b;
   --vivid-blue: #1972F5;
   --osr-white: #ffffff;
   --info: #FFFCD9;
   --yellow: #FBE900;
   --surface: #FFF5EA;
   --surface-border: #ffc96b;
   --ligh-blue: #EBF9FC;
   --light-blue-border: #98c6cd;
   --light-green: #E2FFDD;
   --light-green-border: #52D53A;
   --ai-green: #34A853;
}

.osr-list-none li{
   list-style: none;
}

.osr-list-none li:before{
    content: "";
    background-color: var(--vivid-blue);
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.osr-flex{
    display: flex;
    align-items: center;
}

.betterdocs-breadcrumb-item.current span{
    color: var(--vivid-blue) !important;
}

.helpdesk-wrapper h1{
   font-size: 28px;
   line-height: 38px;

}

.helpdesk-wrapper h2{
   font-size: 26px;
   line-height: 36px;
}

/*.helpdesk-wrapper h3{
   font-size: 24px;
   line-height: 34px;
}*/

.helpdesk-wrapper h4{
   font-size: 22px;
   line-height: 32px;

}

.helpdesk-wrapper h5{
   font-size: 20px;
   line-height: 30px;

}

.helpdesk-wrapper h6{
   font-size: 18px;
   line-height: 28px;

}

.helpdesk-wrapper b{
   color: var(--vivid-blue);
}

.helpdesk-wrapper p{
   margin: 0;
}

.helpdesk-wrapper code{
    background: rgba(25, 114, 245, .075);
    border-color: rgba(25, 114, 245, .2);
    border: 1px solid;
    color: #1972F5;
    display: inline-block;
}
/* left and right sidebar css start */
aside#betterdocs-sidebar-right,
aside#betterdocs-sidebar-left {
    background: #F3F6FB;
}
/* left and right sidebar css end */

.osr-mb-0{
   margin-bottom: 0;
}

.osr-color-black {
    color: var(--hd-black);
} 

.osr-border-bottom{
   border-bottom: 1px solid #e5e9ef;
   margin-bottom: 10px !important;
}

.osr-border-left{
    border-left: 4px solid var(--vivid-blue);
    padding-left: 10px;
}

.osr-pt-2px{
   padding-top: 2px;
}

.osr-pb-2px{
   padding-bottom: 2px;
}

.osr-pt-10{
   padding-top: 10px;
}

.osr-pb-10{
   padding-bottom: 10px;
}

.osr-pb-20{
   padding-bottom: 20px;
}

.osr-pt-20{
   padding-top: 20px;
}

.osr-pl-15{
  padding-left: 15px;
}

.osr-mt-10{
   margin-top: 10px;
}

.osr-mb-10{
   margin-bottom: 10px;
}

.osr-ml-0{
   margin-left: 0;
}

.osr-mt-15-imp{
   margin-top: 15px !important;
}

.osr-mt-0-imp{
   margin-top: 0 !important;
}
.osr-mt-20-imp{
   margin-top: 20px !important;
}

.osr-mb-20-imp{
   margin-bottom: 20px !important;
}

.osr-mt-20{
   margin-top: 20px ;
}

.osr-mb-20{
   margin-bottom: 20px ;
}

.osr-center{
   text-align: center;
}

.osr-display-block{
   display: block;
}

.osr-display-flex{
   display: flex;
}
.osr-font-size-p{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 10px;
}

.osr-list-disc{
   list-style: disc;
}

.osr-font-16{
   font-size: 16px;
   line-height: 26px;
}

.osr-font-20{
   font-size: 20px;
   line-height: 30px;
}

.osr-font-25{
   font-size: 25px;
   line-height: 35px; 
}

.osr-font-28{
   font-size: 28px;
   line-height: 38px;
}

.osr-font-14{
   font-size: 14px;
   line-height: 24px;
}

.osr-font-16{
   font-size: 16px;
   line-height: 26px;
} 

.osr-font-700{
   font-weight: 700;
}
.osr-font-bold{
   font-weight: bold;
}

.osr-font-600{
   font-weight: 600;
} 

.osr-font-700{
   font-weight: 700;
}

.osr-font-800{
   font-weight: 800;
}
.osr-bg-yellow{
   background: var(--info);
}

.osr-bg-surface{
   background: var(--surface);
}

.osr-yellow-border-left{
    border-left: 4px solid var(--yellow);
    padding-left: 10px;
}

.osr-surface-border-left{
    border-left: 4px solid var(--surface-border);
    padding-left: 10px;
}

.osr-bg-light-blue{
    background: var(--ligh-blue);
}

.osr-light-blue-border-left{
    border-left: 4px solid var(--light-blue-border);
    padding-left: 10px;
}

.osr-bg-light-green{
    background: var(--light-green);
}

.osr-light-green-border-left{
    border-left: 4px solid var(--light-green-border);
    padding-left: 10px;
}

.helpdesk-bullets {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: var(--vivid-blue);
    display: block;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}
/* helpdesk css end */


/* Another css for the helpdesk header and footer start */

#headerimg, #footer {
    display: none;
}

/* Another css for the helpdesk header and footer end */

/* betterdoc blogs css end */


/* Footer subscribe newsletter start */

.huski-newsletter .sib-email-area{
	border-radius: 5px;
	padding: 0px 15px;
	color: #fff;
}

.huski-newsletter .sib-default-btn{
	background: #05B88D !important;
	border-radius: 5px !important;
	margin-top: 10px !important;
	font-weight: 700;
}

/* Footer subscribe newsletter end */




/* Footer ask css start */

.sqr-footer-ask-wrapper {
    display: flex;
    margin: 0 auto;
    width: 940px;
    margin-top: 50px;
    margin-bottom: 50px;
	align-items: center;
}
.sqr-footer-ask-text{
	text-align: left;
    margin-top: -3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.sqr-font-bold{
	font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.sqr-font-regular{
	color: #37516c;
    font-size: 18px;
    letter-spacing: .1px;
    margin-top: 5px
}

.sqr-footer-ask-buttons{
	display: flex;
}

.sq-common-btn{
	margin: 0 20px;
}

.sq-common-btn a{
	background-color: #1972F5;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 13.05px;
    line-height: 41px;
    letter-spacing: .15px;
    overflow: hidden;
    cursor: pointer;
    height: 44px;
    padding: 0 25px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-transition-property: border-color,box-shadow,-webkit-transform;
    -moz-transition-property: border-color,box-shadow,-moz-transform;
    -o-transition-property: border-color,box-shadow,-o-transform;
    transition-property: border-color,box-shadow,transform;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
display: flex;
	align-items: center;
}

.sq-common-btn a i{
	font-size: 20px;
    margin-right: 10px;
    margin-top: -1px;
}

.sq-common-btn a:hover, .sq-common-btn a i:hover{
	text-decoration: none;
}


@media only screen and (max-width: 980px){
	
		.sqr-footer-ask-wrapper{
			width: calc(100% - 40px);
			max-width: calc(100% - 40px);
	}
	
}


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

.sqr-footer-ask-wrapper{
	-webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	}

	.sqr-footer-ask-buttons{
		margin-top: 20px;
	}

	.sqr-footer-ask-text{
		text-align: center;
	}

	.sq-common-btn{
		margin: 0 5px;
	}
	
	.sq-common-btn a{
		font-size: 12px;
padding: 0 10px;
	}

	.sq-common-btn a i{
		margin-right: 6px;
	}


}

/* Footer ask css end */



