/*
Theme Name: Bucket Child
Theme URI: http://pixelgrade.com/demos/bucket
Author: PixelGrade Team
Author URI: http://pixelgrade.com
Description:  Bucket is a surprising premium WordPress theme aimed at photographers in need for a solution that focuses on what matters most to them: their work. Every feature was carefully chosen and designed to ease the way to that perfect photography portfolio website.
Template: bucket
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bucket_txtd
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready

*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */


/*    Header language        */

#lang_select_header{
  position: absolute;
  width: 100%;
}
#lang_select_header  a, #lang_select_header  a:visited {
  text-decoration: none;
  padding: 5px 10px;
  font: 11px Verdana, sans-serif;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  color: #fff;
  float: right;
}

#lang_select_header  a, #lang_select_header  a:visited {
  background-color: #000000;

}

#lang_select_header  a:hover {
  color: #000000;
}

#lang_select_footer  a, #lang_select_header  a:visited {
  color: #FFFFFF;
}


#lang_select_header  a:hover {
  background-color: #FFFFFF;
}
#lang_select_header  a:hover {
  color: #000000;
}



/*    Footer language        */
#lang_select_footer  a, #lang_select_footer  a:visited {
  text-decoration: none;
  padding: 5px 10px;
  margin-top:10px;
  margin-bottom:10px;
  font: 11px Verdana, sans-serif;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -39.5px;
  text-align: center;
 
}

#lang_select_footer  a, #lang_select_footer  a:visited {
  background-color: #000000;
}

#lang_select_footer  a:hover {
  color: #000000;
}

#lang_select_footer  a, #lang_select_footer  a:visited {
  color: #FFFFFF;
}


#lang_select_footer a:hover {
  background-color: #FFFFFF;
}
#lang_select_footer a:hover {
  color: #000000;
}


@media screen and (max-width: 900px) {
   #lang_select_header{
     display: none;
   }
}


/*    Menu language        */		
#lang_select_menu {
           margin-bottom:10px;
    }

#lang_select_menu a {
  color: #FFFFFF;
  margin-left: 5%;
}
@media only screen and (min-width: 900px) {
	#lang_select_menu {
           display: none;
        }
}

/* Language selector footer */
#lang_sel_footer .lang_sel_sel{
    display: none;
}

/* New Menu */
.new-language-switcher {
    float: right;
}
.new-language-switcher a{
    color: #fff;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    border-left: solid #fff 3px;
    border-right: solid #FFF 3px;
    padding: 5px 10px;
}



