/*
    Theme Name: bgbio
    Theme URI: http://themes.muffingroup.com/bretheon
    Author: Muffin group
    Author URI: http://muffingroup.com
    Description: A child theme of Bretheon - Responsive Premium WordPress Theme. 
    Template: bretheon
*/
#Header #menu {
	clear: right;
	margin-top: 5px!important;
}
#Header #menu > ul > li ul{
    top: 29px!important;
		z-index: 1000;
}
#Header #searchform { 
    display: block;
    float: right; 
    padding: 50px 18px 15px;
    z-index: 100;
    position: relative;
}
#Header #searchform .field { 
    width: 140px;
    margin-bottom: 0;
    padding-right: 40px !important;
}
#Header #searchform .submit { 

    padding: 6px 10px;
    background: url("images/search_submit.png") no-repeat;
    width: 34px;
    height: 31px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    margin: 0;
   
    border: 0;
    position: absolute;
    right: 14px;
    top: 50px;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    text-shadow: 0px 0px 0px;
    border: 0;
}
/* #Mobile (Landscape)
================================================== Skeleton */
/* Note: Design for a width of 480px - 767px */

@media only screen and (max-width: 767px) {
    #Header #searchform{
        padding: 10px 18px 10px;
    }
}

/* content */
.the_content.the_content_wrapper ul,
.the_content.the_content_wrapper li{
	list-style-type: disc;
	padding-left: 20px;
	
}

/* portfolio */
@media only screen and (min-width: 767px) {
	.single-portfolio .get_in_touch .label{
		float: left;
		clear: both;
		width: 30%;
		font-size: 15px;
	}
	.single-portfolio .get_in_touch .phone,
	.single-portfolio .get_in_touch .address,
	.single-portfolio .get_in_touch .mail{
		float: right;
		width: 70%;
		padding-left: 0;

	}
	.single-portfolio .get_in_touch .phone p,
	.single-portfolio .get_in_touch .address p,
	.single-portfolio .get_in_touch .mail p{
		font-size: 15px;
	}
	.single-portfolio .get_in_touch .mail p{
		padding-top: 8px;
	}
	
	
}
/* left part portfolio */
.single-portfolio .sp-inside .sp-inside-left dd,
.single-portfolio .sp-inside .sp-inside-left dt{
	display: block!important;
	width: 100%!important;
}
.single-portfolio .sp-inside .sp-inside-left dd{
	font-size: 18px;
}
	
.single-portfolio .get_in_touch ul{
	padding-left: 0;
}
.single-portfolio .get_in_touch li{
		list-style-type: none;
	}
	.single-portfolio .get_in_touch .label{
		font-size: 18px;
		line-height: 35px;
		padding-left: 0;
	}
	.single-portfolio .get_in_touch .phone,
	.single-portfolio .get_in_touch .address,
	.single-portfolio .get_in_touch .mail{
		padding-left: 0;
	}
	.single-portfolio .get_in_touch .phone p,
	.single-portfolio .get_in_touch .address p,
	.single-portfolio .get_in_touch .mail p{
		float: none;
		font-size: 17px;
	}
	.single-portfolio .get_in_touch .mail p{
		padding-top: 8px;
	}