/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
body .content ul
{
	margin-left:20px;
	list-style-position:outside;
}

@media ( min-width:1001px )
{
	div.content.content_top_margin_none
	{
		margin-top: -100px !important;
	}
}
@media ( max-width:700px )
{
	body.overlapping_content .title .title_holder .container
	{
		padding:0px;
	}
}
.blog_filtr
{
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
	position:relative;
}
.blog_filtr select
{
	padding: 14px 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
    width: 100%;
    height: auto;
    line-height: 25px;
    outline: none;
    box-sizing: border-box;
	border-radius:0px;
	max-width:300px;
	font-size:16px;
}
.loadr_cus
{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.7);
    z-index: 999999;
    display: none;
}
.loadr_cus .loadr_innr
{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.loadr_cus .lds-dual-ring
{
    display: inline-block;
    width: 80px;
    height: 80px;
}
.loadr_cus .lds-dual-ring:after
{
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring
{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog_filtr .hid_cat
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	opacity:0;
	visibility:hidden;
}
.pdf_btn
{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 40px;
}
.pdf_btn a
{
    display: inline-block;
    background: #003a5d;
    color: #fff;
    padding: 0px 30px;
    line-height: 48px;
	transition:all .2s linear;
}
.pdf_btn a:hover
{
	background:#a59c87;
}


