/*
Text Domain:  Gtchild
*/ 
.bdst-sidebar a,
.bdst-main-content a
{
==color:#3366aa !important;
}

ul.buscat {
  margin: 0;
  padding: 0;
}
ul.buscat li {
  display: inline-block;
  width: 100%;
}
/* default */
ul.buscat {
     -moz-column-count: 3;
  -webkit-column-count: 3;
          column-count: 3;
}
/* < 960 */
@media screen and (max-width: 959px) {
  ul.buscat {
       -moz-column-count: 3;
    -webkit-column-count: 3;
            column-count: 3;
  }
}
/* < 800px */
@media screen and (max-width: 799px) {
  ul.buscat {
       -moz-column-count: 2;
    -webkit-column-count: 2;
            column-count: 2;
  }
}
/* < 600px */
@media screen and (max-width: 599px) {
  ul.buscat {
       -moz-column-count: 1;
    -webkit-column-count: 1;
            column-count: 1;
  }
  
  
}
.buscathead
{
	padding: 12px 0px 12px 0px;
	font-size:22px;
	line-height:30px;
	border-top:1px dotted  #d0d0d0;
	font-weight:bold;
	margin-top:10px;
	color:#bbbbbb;
}
.bdetdet
{
	display:inline-block;
	color:#808080;
}
.bdet 
{
	color:#333;
	font-weight:normal;
	width:100%;
	display:block;
	margin-top:3px;
	margin-bottom:12px;
}
.bdet .fa, 
.bdet div.fa

{
	display:inline-block !important;
	padding-top:3px;
	width:20px;
	padding-right:6px;
	text-align:left;
	margin-right:10px;
	font-weight:normal;
	font-size:16px;
	color:#444444;
	vertical-align: top;
}

.bdst-content a {
    color: #3366aa;
}
.bdst-page-title-wrapper
{
    background-repeat: no-repeat;
    background-position: center;
   background-color: #231e18;
}


.header-style-5-title-wrapper.bdst-page-title-wrapper {
    padding-top: 240px;
	--background-size: cover;
	}
	
	
.bdst-page-title,
.bdst-page-caption
{
text-shadow: 0px 0px 22px #000;
}

.busdir a:link,.busdir a:visited
{	
	display:block;

}

.busdir li:before {
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 06px;
    display: block;
    height: 20px;
    width: 20px;
	padding-left:5px;
    margin-top: -1px;
	
}
.busdir li
{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:-30px;
	padding-left:30px;
	line-height:15px;
	border-bottom:1px solid #eeeeee;
}

.busdir a:hover
{
	//color:black !important;
	font-weight:bold;
	
}

.bdst-item h1,
.bdst-color-wrapper h1
{
	font-family: Raleway,Lato,Arial,sans-serif !important;
	font-weight:300 !important;
	font-size: 64px !important;
}

h6 {
    line-height: 24px !important;
	font-weight:400 !important;
	}
	
.buslist div
{
	border-bottom:1px dotted silver;
	border-right:1px dotted silver;
	padding:4px;
	padding-right:10px;
}

.bdst-classic-portfolio .portfolio-thumbnail
{ margin-bottom: 12px;  overflow: hidden; 
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
	
	
#darkback
{
	color:#e7e7e7;
}	
	
	
#darkback .widget_nav_menu ul li:before,
#darkback a,
#darkback a:link,
#darkback a:visited,
#darkback h3
{
color:#aaccdd;

}
#darkback a:hover
{
color:#ffffff;
}

#nomarg.bdst-item {
    margin: 0px 0px 0px;
    min-height: 1px;
}

#nomargdark.bdst-item 
#nomargdark a,
#nomargdark a:link,
#nomargdark a:visited,
#nomargdark h3

{
    
    min-height: 1px;
	color:#e7e7e7;
}
#nomargdark.bdst-item 
{
	margin: 0px 0px 0px;
}

.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_pages ul li, .widget_rss ul li, .widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_meta ul li
{
	border-color:rgba(0,0,0,0.15);
}



.aeventitem:hover
{
	background-color:#f0f0f0;
	color:rgba(0, 69, 94, 0.85);
		 -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s;

}

.aeventitem
{
	border:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	margin-bottom:10px;
	background-color:	rgba(0, 69, 94, 0.85);
	color:white;
	line-height:80%;
		 -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s;

}

.aeventimg
{
	width:100%;
	height: 0;
	padding-bottom: 60%;
	overflow:hidden;
	position:relative;
	
	z-index:12;
}


.aeventitem img
{
	width:100%;
	position:relative;
	z-index:11;	
	height: auto;
	overflow:hidden;
	//-webkit-filter: brightness(90%);
	-webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
	
	
	transition: all 0.5s;
}

.aeventitem img:hover,
.darkevent img:hover
{
//	-webkit-filter: brightness(100%);
	-webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);

}

.darkevent img 
{
	-webkit-filter: brightness(50%);
	-webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
	transition: all 0.5s;
}


.aeventdetail div,
.aeventdetail 
{
	vertical-align:top;
	display:inline-block;
}
.aeventdetail img
{
	width:45%;
	height: 0;
	padding-bottom: 100%;
}
.footer-container  .aeventitem
{
	--border:1px solid #584228;
	width:100%;
	margin-bottom:10px;
	background-color:#070707;
	color:#cccccc;
	font-size:80%;
	line-height:110%;
}

.footer-container  .aeventitem:hover
{
	color:#ffffff !important;

}


.aeventdetailz h1,
.aeventdetailz h2,
.aeventdetailz h3,
.aeventdetailz h4,
.aeventdetailz h5,
.aeventdetailz h6,
.aeventdetailz p
{
	padding-top:0px;
	margin-top:0px;
	
}

@media screen and(min-width:768px) and (max-width:992px) {
  .portfolio-thumbnail .portfolio-overlay-content {
    opacity:1 !important;
  }
  .portfolio-thumbnail .portfolio-overlay {
   opacity:0.6 !important;
  }
}


.days
{
display:table-cell;
border:1px solid silver;
width:7%;
}

.dayrow
{
display:table-row;
}

.daytable
{
	display:table;
}

.ashowmenu
{
--border:1px solid yellow;
padding-left:16px;
padding-right:16px;
}

.bdbc
{
	background-color:red;
}

#busdir .bdst-item {
	margin: 0px 15px 20px !important;
	margin-top:26px;
	
}

.liright
{
	display:inline-block;
	float:right;
	margin-right:10px;
	color:white;
	background-color:#999999;
	padding:2px;
	width:24px;
	text-align:center;
	border-radius:3px;
}

.portfolio-overlay .portfolio-title a h3
{
	color:white !important;
}

.bdirlpad
{
	padding-left:15px;
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
    text-align: left !important;
}
.eventThumb
{
	float:right;
	width:90px;
	height:90px;
	overflow:hidden;
	transition: width 0.3s ease-in-out;
}
.eventThumb img
{
height:90px;width:auto;
max-width:999%;
}
.ipevent
{
		margin-bottom:70px;
}

.active  .ipevent
{
	margin-bottom:100%;
}

.active .eventThumb 
{
	--border:2px solid green;
	max-width:622px;
	width:calc(100% - 60px);
	height:auto;
	//width:612px;
	--float:none;
	transition: width 0.3s ease-in-out;
}

.active  .eventThumb img
{
height:auto;
width:100%;

}

.ehead {
	max-width: 388px;
	display:table-cell;
	font-size:130%;
	/**font-weight:bold;**/
	vertical-align:top;margin-left:16px;
	color:#333333;
	transition: all 0.1s linear;
	line-height:100%;
    width: calc(100% - 250px);
	padding-left:20px;
}

.datebox 
{
	height:75px;
	width:75px;
	--border-right:1px solid #e7e7e7;
	margin:auto auto;
	box-sizing: border-box;
	display:table-cell;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	background-color:rgba(255,255,255,0.3);
	line-height:70%;
}


.active .ehead  
{
	margin-left:0px;
	font-size:180%;
	width:85%;
	padding:10px 0px;
	padding-left:0px;	
}
.active  .datebox
{
	display:none !important;
	border:5px solid red;
}

@media screen and (max-width: 799px) {
	.active .ehead  	{
		font-size:150%;
	}
    .ehead  	{
		font-size:120%;
	}

	.active h4
	{
		font-size:150%;
	}
	.datebox 
{
	height:60px;
	width:50px;
	font-size:80%;

}
}

@media screen and (max-width: 450px) {
	.eventThumb{
	display:none;
	}

	.active .eventThumb{
	display:block;
	}
	
	}

.dbmon
{
font-weight:bold;font-size:180%;line-height:120%;
}

.ehead .summary 
{
	font-size:60%;
	line-height: 120%;
	color: #777777;
}

#eventplusholder .bdst-styled-box-body
{
	padding:0px;
	padding-top:20px;
}




@media only screen and (max-width: 768px)
{
	.content-wrapper  .container {
    max-width: 98% !important;
	}
}
	
.dl-menuwrapper li a	{
    text-transform: uppercase !important;
	}
.sf-menu > .bdst-normal-menu ul {
    text-transform: uppercase !important;
    font-size: 13px !important;	
}


.bdst-navigation-wrapper li.m-whatson {

//display:none !important;

}
li.m-whatson {
background-color:#e55d19;
color:white;
padding:0px 6px !important;
}
li.m-whatson a {
font-weight:bold !important;
}


.bdst-navigation-wrapper, .bdst-logo-right-text {
    margin-top: 0px !important
}

.bdst-navigation-wrapper .bdst-main-menu > li {
        padding-top: 35px !important;
		}
		
		
.bdst-navigation-wrapper .bdst-main-menu > li > a {
    padding: 0px 34px 45px 0px;
    letter-spacing: 0.4px;
 
}		


#busdir ul
{
	margin-left:20px;
}
.busdir-title
{
	font-size:15px;
	color:#3366aa;
	margin:0px;
	padding:0;
}

.busdir-std-image
{
	//border:6px solid black;
	width:234px;
	height:160px;
}

.busdir-std-image img
{
	height:160px;
	width:234px;
}

/* override for tags on portfolio links - permanently on! */

 .portfolio-thumbnail .portfolio-overlay-content {
    opacity:1 !important;
	display: block;
    opacity: 1 !important;
    background-color: transparent;
	//top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
}
.portfolio-thumbnail
{
	
	max-width:450px !important;
	overflow: hidden;
	margin:auto auto;
	cursor: pointer;
	
  }
  .portfolio-thumbnail .portfolio-overlay {
   opacity:0 !important;
  }
  .portfolio-icon
  {
     opacity:0 !important;
    ///display: block;
    height: 100%;
  }
  
  .portfolio-title
  {
	
	padding:8px;
	vertical-align:middle !important;
	display:block;
	background-color:rgba(0,0,0,0.6);
	margin-top:26px;
	font-size:13px !important;
	position:fixed;
	position:absolute;
	width:100%;
	bottom:-4px;
	left:0px;
	
  }
  
  
.bdst-logo-inner {
margin-left:20px;
    }
  
  
@media only screen and (max-width: 1050px) {
	body .bdst-logo {
		 float: left !important;
		 margin-left:10px;
    /* margin-top: 0px; */
    /* margin-bottom: 0px; */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
	}  
	body .bdst-logo {
    width:130px;
	}
	.bdst-logo .bdst-logo-inner a img {
	/*width:166px !important;
	height:auto !important;*/
	}
	
	.bdst-header-wrapper .container
	{
		margin : 0px !important;
		
	}
	
	.bdst-navigation-wrapper .bdst-main-menu > li > a {
    font-size: 12px;
  }
  .bdst-navigation-wrapper .bdst-main-menu > li > a > i {
   display:none;
  }
 }
 
 @media only screen and (max-width: 960px) {
 	body .bdst-logo {
    width:100px;
	}
		.bdst-navigation-wrapper .bdst-main-menu > li > a {
    font-size: 12px;
	font-weight:normal;
	letter-spacing:0px;
  }


}

@media only screen and (max-width: 767px) {
body .bdst-logo {
    padding-right: 60px;
	width:200px;
}
	.bdst-header-wrapper .container
	{
		margin : 0px auto !important;
		
	}

}

.bdst-widget-title {
margin-bottom:10px;
}

