/*







Theme Name: Fabrications







Theme URI: http://wordpress.org/themes/twentyfourteen







Author: the WordPress team







Author URI: http://wordpress.org/







Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.







Version: 1.3







License: GNU General Public License v2 or later







License URI: http://www.gnu.org/licenses/gpl-2.0.html







Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready







Text Domain: twentyfourteen















This theme, like WordPress, is licensed under the GPL.







Use it to make something cool, have fun, and share what you've learned with others.







*/















/**







 * Table of Contents:







 *







 * 1.0 - Reset







 * 2.0 - Repeatable Patterns







 * 3.0 - Basic Structure







 * 4.0 - Header







 * 5.0 - Navigation







 * 6.0 - Content







 *   6.1 - Post Thumbnail







 *   6.2 - Entry Header







 *   6.3 - Entry Meta







 *   6.4 - Entry Content







 *   6.5 - Galleries







 *   6.6 - Post Formats







 *   6.7 - Post/Image/Paging Navigation







 *   6.8 - Attachments







 *   6.9 - Archives







 *   6.10 - Contributor Page







 *   6.11 - 404 Page







 *   6.12 - Full-width







 *   6.13 - Singular







 *   6.14 - Comments







 * 7.0 - Sidebar







 *   7.1 - Widgets







 *   7.2 - Content Sidebar Widgets







 * 8.0 - Footer







 * 9.0 - Featured Content







 * 10.0 - Multisite







 * 11.0 - Media Queries







 * 12.0 - Print







 * -----------------------------------------------------------------------------







 */























/**







 * 1.0 Reset







 *







 * Resetting and rebuilding styles have been helped along thanks to the fine







 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html







 * along with Nicolas Gallagher and Jonathan Neal







 * http://necolas.github.com/normalize.css/ and Blueprint







 * http://www.blueprintcss.org/







 *







 * -----------------------------------------------------------------------------







 */















 















#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0,







#bwg_container1_0 #bwg_container2_0 .bwg_album_thumb_spun1_0 {







	margin:0px!important;







}







#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 ,







#bwg_container1_0 #bwg_container2_0 .bwg_album_thumb_0{







    padding: 8px;







}







#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 img,







#bwg_container1_0 #bwg_container2_0 .bwg_album_thumb_0 img {







	border: 3px solid #acacac;







}







#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0,







#bwg_container1_0 #bwg_container2_0 .bwg_album_thumbnails_0{







	max-width: 100%!important;







}







#bwg_container1_0 #bwg_container2_0 .bwg_album_thumbnails_0 * {







    box-sizing: inherit!important;







}







.contact_form input[type="email"],







.contact_form input[type="tel"] {







    background-color: #f4f4f4;







    border: medium none;







    color: #676868;







    font-size: 13px;







    padding: 10px;







    width: 100%;







}















.search-form input[type="search"] {







    background-color: #f4f4f4;







    border: medium none;







    color: #676868;







    font-size: 13px;







    padding: 10px;







}







.search-form input[type="submit"] {







    background-color: #008ece;







    border: medium none;







    color: #fff;







    font-family: "open_sansbold";







    font-size: 16px;







    padding: 8px 20px;







    text-transform: uppercase;







	vertical-align: top;







}







.owl-item .item > span {



  color: #fff;



  font-family: 'Bree Serif', serif;



  font-size: 30px; text-transform:uppercase;



  max-width: 24%;





  position: absolute;



  top: 20%;



  right:15%;



}







img{







	border:none!important;







}







#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0{







	border: 3px solid #cccccc!important;







}







.product_image_custom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 ,



.product_image_custom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 ,



.product_image_custom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0 



{



       width: 100%!important;



       height:auto!important;



}



.product_image_custom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 img, 



.product_image_custom #bwg_container1_0 #bwg_container2_0 .bwg_album_thumb_0 img {



	width: 100%!important;



	height:auto!important;



}



.welcome_text .project_slider:hover .owl-item .item span {



  display: block;



}



.project_slider .owl-item .item span {

  	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

  	border-radius: 0 50%;

  	bottom: 0;

  	color: #fff;

  	display: none;

  	float: left;

  	font-size: 18px;

 	font-weight: bold;

  	left: 0;

  	margin: 0;

  	max-width: 100%;

  	padding: 21%;

  	position: absolute;

  	right: 0;

  	top: 0;

  	width: 100%;

}











@media screen and (max-width: 480px) {







   .owl-item .item > span {







        font-size: 22px;







    }







}



