/*CUSTOM STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/

.popup-overlay {
display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:rgba(0,0,0,0.8);
width:100%;
height:100%;
padding:1rem;
align-items:center;
justify-content:center;
}

.popup {
width:70%;
min-height:200px;
background-color:#fff;
padding:30px;
}

.blogDateComments, .blogComments, .blogLatestReadMore
{
  display:none;
}

body
{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#666;
}

a
{
	text-decoration:none;
	color:#A71900;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1
{
	color:#A71900;
	font-size:42px;
	line-height:40px;
}

h2
{
	color:#000000;
	font-size:28px;
	line-height:40px;
	font-weight:normal;
}

h3
{
	color:#A71900;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}

h4
{
    color:#A51900;
    font-size:24px;
    font-weight:bold;
    margin-bottom: 20px;
}

h5
{
	color:#A71900;
	font-size:16px;
	line-height:20px;
}

.mobphone
{
  display:none;
}

.intro
{
  font-size:22px;
}

.underline
{
	border-bottom:solid 3px #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
}

.block1
{
	background-color:#FFFFFF;
	color:#000000;
}

.block2
{
	background-color:#EEEEEE;
}

.block3
{
	background-color:#FFFFFF;
	color:#fff;
	padding-top:15px;
}

.block4 h3
{
  line-height:50px;
}

.block4
{
	background-color:#B20000;
	color:#FFFFFF;
	height:auto;
  background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
  background-attachment:fixed;
}

.block4 h2
{
	font-size:28px;
	color:#FFFFFF;
	
}

.block4 h3
{
	font-size:20px;
	color:#FFFFFF;
	margin-bottom:40px;
  font-weight:normal;
}

.block1 h1, .block1 h2, .block1 h3,
.block3 h1, .block3 h2, .block3 h3, .block3 a
{
	color:#000000;
}

.testga h3
{
  line-height:50px;
  font-weight:normal;
}

.preheader
{
	background-color:#fff;
	height:110px;
	line-height:25px;
	z-index:999;
	font-size:85%;
}

.preheader .col
{
	margin-bottom:0px;
}

.soctop
{
	margin-top:15px;
	
}

.preheader .soctop img
{
	width:22px;
	margin-top:16px;
}

.click
{
	margin-bottom:0px;
}

.contact
{
	font-size:32px;
	color:#A71900;
}

.soctop a
{
	
}

.header
{
	background-color:#B20000;
	height:44px;
	z-index:999;
}

.logo
{
	float:left;
	margin-top:10px;
  margin-bottom:10px;
 max-width:280px;
}

.hero-gallery
{
	height:500px;
	border-bottom:10px solid #B20000;
	position:relative;
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.hero-gallery .gallery-cell .herocontent
{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
	text-align:center;
}

.hero-gallery .gallery-cell .herocontent h1
{
	font-size:42px;
	color:#000000;
	font-weight:normal;
  line-height:40px;
}

.herocontent
{
	color:#000000;
}

.herodesc
{
	background-color:rgba(255,255,255,0.5);
	padding:25px;
}

.herodesc h1
{
  line-height:60px;
}

.gallery-cell
{
	width:100%;
}

.hero-gallery img
{
	position:absolute;
	bottom:0px;
	margin:auto;
	left:0;
	right:0;
}

.simple-gallery .gallery-cell
{
  width: 33%;
}

.news
{
	background-color:#FFFFFF;
	color:#000000;
	padding:20px;
}

.linkblack
{
	display:inline-block;
	border:solid 2px #333333;
	padding:10px 20px;
	font-size:14px;
	color:#FFFFFF;
	box-shadow:5px 5px 0px #D2D3D3;
	background-color:#333333;
}

.linkblack:hover
{
	background-color:#333333;
	color:#FFFFFF;
}

.linkblack:active
{
	background-color:#333333;
	box-shadow:2px 2px 0px #666666;
	transform:translateY(3px);
}

.linkwhite
{
	display:inline-block;
	border:solid 2px #B20000;
	padding:10px 20px;
	font-size:14px;
	color:#FFFFFF;
	box-shadow:5px 5px 0px #D2D3D3;
	background-color:#B20000;
}

.linkwhite:hover
{
	background-color:#B20000;
	color:#fff;
}

.linkwhite:active
{
	background-color:#B20000;
	box-shadow:2px 2px 0px #666666;
	transform:translateY(3px);
}

.linkred
{
	display:inline-block;
	border:solid 2px #FFFFFF;
	padding:10px 20px;
	font-size:18px;
	color:#000000;
	box-shadow:5px 5px 0px #920000;
	background-color:#FFFFFF;
}

.linkred:hover
{
	background-color:#FFFFFF;
	color:#000000;
}

.linkred:active
{
	background-color:#FFFFFF;
	box-shadow:2px 2px 0px #000000;
	transform:translateY(3px);
}

.credit
{
	font-size:16px;
	color:#666666;
	margin-bottom:0px;
	line-height:30px;
  margin-top:20px;
}

.lawsociety
{
	float:right;
	margin-bottom:15px;
}

.footer2
{
	color:#202020;
	line-height:10px;
}

a img { transition: all .4s ease-in-out; }
a img:hover { transform: scale(1.1); }

.herosml
{
	background-color:#FFFFFF;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:0px;
    border-bottom:10px solid #B20000;
}

.herosml h1
{
	color:#000000;
    font-weight:normal;
    font-size:42px;
    margin-bottom:0px;
}

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

#map
{
	width:100%;
	height:500px;
	margin:auto;
	position:relative;
	
}

.mapwrap
{
	position:relative;
}

.footer
{
	background-color:#333;
	color:#fff;
	border-top:solid 5px #333;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.2);
}

.footer a
{
	color:#fff;
}

.featuretext
{
	background-color:#eee;
	padding:15px;
	margin-top:-35px;
	-moz-border-radius:0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;  
	border-radius: 0px 0px 10px 10px; 
}

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

.col-2-1
{
    position:relative;
}

.downloadpic
{
    background-image:url(/burninghambrown/images/download.jpg);
    width:275px;
    height:98px;
    background-repeat:no-repeat;
    padding-left:95px;
    padding-top:15px;
    margin-right:20px;
    margin-bottom:20px;
}

.downloadpic p
{
    margin:0px;
}

.blogLatestPost
{
  display:none;
}

.blogLatest h2 
{
    color: #A71900;
    font-size: 16px;
    line-height:30px;
}

/*NAVIGATION*/

.nav
{
	font-size:14px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	text-align:center;
	position:absolute;
	top:25px;
	right:20px;
}

#nav-trigger span
{
	background-color:#B20000;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:15px;
	text-transform:uppercase;
}

#nav-trigger span:hover
{
	background-color:#333;
	color:#fff;
}

nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	padding-top:0px;
}

nav#nav-main li
{
	border-right:solid 0px #B63B7F;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	color:#fff;
	display:block;
	padding:10px 15px;
	transition: all .2s ease-in-out;
}

nav#nav-main a:hover
{
	background-color:#fff;
	color:#B20000;	
}

nav#nav-main .selected
{
  color:#000000;
  font-weight:bold;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:40px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  background-color:#ffffff;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 10px;
  background-color:#ffffff;
  color:#999;
  width:200px;
}



nav#nav-mobile
{
	position:absolute;
	z-index:9999;
	font-size:16px;
	text-transform:uppercase;
	width:100%;
	font-weight:bold;
	background-color:#B20000;
}

nav#nav-mobile .closemobilenav
{
	text-align:center;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}


nav#nav-mobile .closemobilenav:hover
{
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#nav-mobile ul
{
	
	display:none;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:#FFFFFF;
}


nav#nav-mobile li
{
	display:block;
	margin:0 0px;
	padding:0px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:10px 0px;
}

nav#nav-mobile a:hover
{
	color:#B20000;
    background-color:#FFFFFF;
}


a img { transition: all .2s ease-in-out; }
a img:hover { transform: scale(1.1); }

.imgoverlay
{
	position:relative;
	height:280px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}

.imgoverlay h3
{
	color:#fff;
	padding-top:40px;
}

.imgoverlaytxt
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:none;
	transition: all .2s ease-in-out;
}

.imgoverlay:hover .imgoverlaytxt
{
	display:block;
	transition: all .2s ease-in-out;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

@media only screen and (max-width: 1280px) {
   
    h2
    {
        font-size:20px;
    }
  
    .service p
    {
        font-size:14px;
    }
  
    .block4 h3 
    {
        line-height: 30px;
    }
  
}

@media only screen and (max-width: 1152px) {
	
  
    .credit
    {
        text-align:center;
    }
  
    .lawsociety
    {
	    float:none;
    }
  
    .service p
    {
        font-size:16px;
    }
}

@media only screen and (max-width: 1000px) {
	
	.hero-gallery .gallery-cell .herocontent h1
	{
		line-height:50px;
	}
  
    .credit
    {
        text-align:center;
        font-size:18px;
        line-height:30px;
    }	
}

@media only screen and (max-width: 800px) {
  
  
  .popup-overlay {
display:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color:rgba(0,0,0,0.8);
width:100%;
height:100%;
text-align:center;
align-items:center;
justify-content:center;
padding:1rem;
}

.popup {
width:100%;
min-height:100%;
background-color:#fff;
padding:30px;
}
	
	
  .mobphone
  {
    display:block;
    color:#fff;
    line-height:45px;
    text-align:center;
    font-size:18px;
  }
  
  #nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	.soctop
	{
		display:none;
	}
  
	.hero-gallery .gallery-cell .herocontent h1
	{
		font-size:26px;
		color:#000000;
	}
	
	.hero-gallery .gallery-cell .herocontent
	{
		padding-left:20px;
		padding-right:20px;
	}
	
	.block4 h3
	{
		display:none;
	}
    
    .downarrow
    {
        display:none;
    }
  
    .hero-gallery .gallery-cell .herocontent h1
	{
		line-height:40px;
	}
  
    .credit
    {
        text-align:center;
        font-size:14px;
        line-height:25px
    }
  
    .lawsociety
    {
	    float:none;      
    }
  
    h2
    {
        font-size:14px;
    }
  
    .blogLatest h2 
    {
        color: #A71900;
        font-size: 14px;
        line-height: 20px;
    }
  
    .blogLatest p
    {
        font-size:12px;
    }
  
    .service p
    {
        font-size:11px;
    }
}

@media only screen and (max-width: 600px) {
	
.logo
{
  width:180px;
}
  
  
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.block3 p
	{
		text-align:center;
	}
	
	.block4 h3
	{
		display:none;
	}
	
	.footer2
    {
        line-height: 20px;
        font-size:12px;
    }
  
    .downarrow
    {
        display:none;
    }
  
    .hero-gallery .gallery-cell .herocontent h1
	{
		line-height:30px;
        font-size:22px;
	}
  
    .herodesc
    {
        text-align:center;
        margin:auto;
    }
  
    .credit
    {
        line-height:20px;
        text-align:center;
        font-size:12px;
      
    }
  
    .lawsociety
    {
	   float:none;
    }
  
    h2
    {
        font-size:18px;
    }
  
    .blogLatest h2 
    {
        color: #A71900;
        font-size: 14px;
        line-height: 20px;
    }
  
    .blogLatest p
    {
        font-size:12px;
    }
  
    .service p
    {
        font-size:12px;
    }
  
    
}


