/* $Id: main.css 2011/09/23 14:44:55 WENROO Exp $ */
/**
 *
 * @file
 * Global Wenroo Styling
 * Update 2016/07/01
 *
 **/
@media (min-width: 1600px){
    .menu.nav-menu ul.dropdown-menu>li>a,
    .menu.nav-menu .dropdown .dropdown-menu>li>a
       {padding-left:50px;}}
@media (max-width: 1599px){
.menu.nav-menu ul.dropdown-menu>li>a,.menu.nav-menu .dropdown .dropdown-menu>li>a{padding-left:25px;}} 
.layout-full.region-top-third{
   background: white;
 }
.layout-full.region-top-third .btn-base-outline{
	border:none;
}
.layout-full.region-top-third .block-region-top-third-right .block .block-title{
	margin-bottom:5px;
}
 
.layout-full.region-third{
   background: #ededed;
   padding-top: 40px;
   padding-bottom:20px;
 }
 
.layout-full.region-third .bg-white{
    background: #ededed;
 }
 
.layout-full.region-third .one-line.outside-b{
    font-weight:bold;
    text-overflow: inherit;
    white-space: normal;
}
.layout-full.region-third .block .block-title,
.layout-full.region-top-third .block .block-title{
    font-size: 24px;
    color: #740003;	
    border-bottom:none;
    margin-bottom:20px;
    margin-top:0;
    padding:0;
    font-weight: bold;
} 

.layout-full.region-third .outside.f-r a{
    font-size: 14px;
    color: #565656;  
}
.layout-full.region-third .block-region-third-right .block{
	margin-bottom:30px;
}

.quick-inside-min-tb:hover{
	color: #565656;
}

.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
	text-align: left;
	font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
	min-width: 160px;
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.taxonomy_term--type-professional_post .list-images-1 img{
    max-height: 180px;
    width: auto;
    float:left;
} 

.taxonomy_term--type-professional_post .inside-min-tb.outside-min-tb{
    margin: 0;
    padding-top: 0px;   
}

.taxonomy_term--type-professional_post .inside-min-tb.outside-min-tb .title-inner{
    margin: 0;
    padding-top: 0px;   
}
.taxonomy_term--type-professional_post .inside-min-tb.outside-min-tb .title-inner h2.inside-tb{
    padding-top: 0;
    margin-top: 0px;    
}

.taxonomy_term--type-professional_post .list-images-1 .list-more.outside-r{
    margin-top:10px;
}
.taxonomy_term--type-professional_post .list-images-1 .t-c.list-left{
    width: auto;
    min-width: 135px;
}