/*
Theme Name: BRC Designs
Description: A theme for BRC Design | Modern Furniture
Version: 1.0
Author: Luan
Author URI: http://www.alignlab.com
Template: enfold
*/

/*import Css font files*/
@import url("font/stylesheet.css");

/*html elements*/
.html_boxed{border-top: 10px solid #000;}
#top{box-shadow: 0px 5px 10px 5px #999;}

#top #header_main .logo a{padding-top: 12px;}
#top #header_main .logo a img{float: left;}
#top #header_main .logo .subtext{float: left; display: block;}


h1#site-name{
	font: 40px/58px 'Archer-LightItal-Pro', Arial, sans-serif;
	padding-left: 15px;
}

/*home page latest studio*/
#top .isotope-item.special_av_fullwidth .inner-entry{box-shadow: none;}
#top .isotope-item.special_av_fullwidth .av_table_col .entry-title{font-size: 14px;}
#top .isotope-item.special_av_fullwidth .av_table_col.grid-content{width: 50%;}
#top .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image{width: 50%;}


/*fonts*/
h1, h2, h3, h4, h5, h6 {font-family:'Archer-Medium-Pro',Helvetica, Arial, sans-serif; font-weight: normal;}

/*navigation*/
#top #header_main .main_menu .menu-item .avia-menu-text{font-family:'Archer-LightItal-Pro', Arial, sans-serif;}

/*content*/
/* #top .content{padding-top: 0px;} */

#after_section_1{border: none;}

#top .content .widget .widgettitle, #top h3.text-with-bg{
	color: #BC6216;
	background: #eee;
	text-transform: none;
	font-size: 18px;
	padding: 7px 15px;
	font-weight: normal;
	margin: 0;
}

#top .tp_recent_tweets li{background-image: none;}
#top .jr-insta-thumb .thumbnails li{border: 1px solid #eee;}


/*footer*/
#top .textwidget img{
	border: 1px solid #ddd; 
	padding: 4px;
	margin-right: 10px;
	float: left;
}
#top .textwidget div{
	margin-bottom: 15px;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
 #top #header_main .logo .subtext{display: none;}
 
 #advanced_menu_toggle{border: none;}
}