/*
Theme Name: Preferential Lite Child
Theme URI: http://wpblogs.ru/themes/blog/theme/biker/
Template: preferential-lite
Author: Cats_456
Author URI: http://wpblogs.ru/themes/
Description: Biker is a theme not just for bikers, biker is customizable theme: it has custom colors for link, headings, menus, widgets and sidebars, custom header, 2 custom backgrounds, 3 nav menus, slider and other options. Biker looks unusual due to transparency of elements, transparency can be changed too. This is a responsive theme, it uses Jolene as the parent theme. Translation ready and has Russian translation. You can find more info and 5 demo websites at http://wpblogs.ru/themes/blog/theme/biker/.
Tags: white,dark,gray,black,blue,left-sidebar,right-sidebar,one-column,two-columns,three-columns,four-columns,fluid-layout,responsive-layout,custom-background,custom-header,flexible-header,full-width-template,custom-menu,featured-images,post-formats,sticky-post,translation-ready,photo blogging,holiday,custom-colors,editor-style,theme-options,threaded-comments,featured-image-header
Version: 1.1.1433208857
Updated: 2015-06-02 11:34:17
*/

@charset "UTF-8";

/*GLOBAL SETTINGS FOR SITE*/

#pref-site-title	{
  font-size: 50px;
  font-weight: 600;

}

#pref-site-tagline	{
  font-size: 30px;
  color: rgb(255,255,250) !important;
  line-height: 1.8em;
  font-weight: 600;

}

/*GLOBAL FONT SETTINGS*/

h2 {
  color: rgb(3,127,214) !important;
}

h3 {
  color: rgb(77,77,77) !important;
  line-height: 1.6em;
}

p	{
  line-height: 1.8em;
  text-align: justify;
}

#pref-footer	{
  font-size: 85%;
  line-height: 1.5em;
}

/*ON HOVER EFFECTS GLOBAL*/

#pref-navbox  {
  font-weight: 600;
}


#footer-menu	{
  font-weight: 600;
}

#pref-bottom	{
 text-align: center;
}


/*HOME PAGE BOXED LINKS*/

#abrasive_blasting	{  
  float: left;
  width: 21%;
  border-color: rgb(24,26,74) !important;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;

  padding: 10px;

  text-align: justify;
  
  margin-left: 3%;
  
}

/*SET HEADING TEXT IN THE BOXED LINKS WITH CSS*/

#abrasive_blasting h4	{
  background-color: rgb(24,26,74) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 2px 4px 4px 4px;

  color: rgb(255,255,255) !important;
}

#rust_protection	{
  float: left;
  width: 21%; /*SETS THE WIDTH OF THE BOXES TO PAGE SIZE*/
  border-color: rgb(24,26,74) !important;
  border-radius:10px; /*SETS THE CORNER RADIUS OF THE BORDERS*/
  border-style: solid; /*SETS THE TYPE OF BORDER DOTTED ETC*/
  border-width: 2px; /*SETS THE WIDTH THICKNESS OF BORDER*/

  padding: 10px;  

  margin-left: 3%; /*ALIGN ALL BOXES EVENLY ACROSS FULL WIDTH WITH MARGIN LEFT*/

}

/*SET HEADING TEXT IN THE BOXED LINKS WITH CSS*/
#rust_protection h4	{
  background-color: rgb(24,26,74) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 2px 4px 4px 4px;

  color: rgb(255,255,255) !important;
}

#zinc_coating	{
  float: left;
  width: 21%;
  border-color: rgb(24,26,74) !important;
  border-radius: 10px;
  border-style: 2px;
  border-style: solid;
  border-width: 2px;

  padding: 10px;

  margin-left: 3%;  
}

/*SET HEADING TEXT IN THE BOXED LINKS WITH CSS*/
#zinc_coating h4	{
  background-color: rgb(24,26,74) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 2px 4px 4px 4px;

  color: rgb(255,255,255) !important;
}

#powder_coating	{
  float: left;
  width: 21%;
  border-color: rgb(24,26,74) !important;
  border-radius: 10px;
  border-style: 2px;
  border-style: solid;
  border-width: 2px;

  padding: 10px; 

  margin-left: 3%;
  margin-bottom: 3%; /*FORCE GAP BETWEEN LAST BOX AND CONTINUING TEXT ON PAGE*/ 
}

/*SET HEADING TEXT IN THE BOXED LINKS WITH CSS*/
#powder_coating h4	{
  background-color: rgb(24,26,74) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 2px 4px 4px 4px;

  color: rgb(255,255,255) !important;
}


