/*
Theme Name: Mercury
Theme URI: http://themes.themegoods2.com/mercury
Description: Premium Template for Photography Portfolio
Version: 1.8.2
Tags: gray, black, white, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: mercury
*/

@import "css/screen.css";

.logo_wrapper img{
  width: 220px;
}
#menu_wrapper .nav ul, #menu_wrapper div .nav{
  margin: 20px 0 0 0;
}

.cuadro_header{
  margin-top: -47px;
}
.cuadro_header > div{
	 display: inline-block;
    width: 23%;
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
  color: #777;
  }
.cuadro_header > div > img{
	 float: left;
  margin-top: 11px;
    margin-right: 12px;
    max-height: 27px;
  }
.cuadro_header > div:last-child{
	width: 29%;
	}
  .cuadro_header div:last-child{
		text-align: right;
}
	  
.nav_wrapper_inner #searchform button{
	padding: 10px 15px 0 0;
  }
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a{
  font-size: 14px
}

.cuadro_footer > div > img {
  max-height: 19px;
  float: left;
  margin-right: 7px;
}
.cuadro_footer > div {
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.cuadro_footer a, cuadro_footer a:hover{
	color: #fff !important;
	}
	.cuadro_footer a:hover{
		text-decoration: underline;
	
		}
.cuadro_footer {
  margin-top: -42px;
  border-bottom: 1px solid #666;
  margin-bottom: 4px;
}

@media (max-width: 960px) {
.cuadro_footer{
  margin-top: -8px;
  }
  #copyright{
	font-size: 10px;
	margin-bottom: 0px;
}
  .footer_bar_wrapper {
  letter-spacing: 1px;
}
.footer_bar {
  padding-top: 15px;
}
.social_wrapper ul li {
  padding: 6px;
}
.cuadro_header > div {
  font-size: 9px;
  text-align: left;
}
  .logo_wrapper img {
  width: 190px;
}
  .cuadro_header {
  margin-top: 0px;
}
  #nav_wrapper {
  float: none;
}

}
@media (max-width: 767px) {
#copyright {
  font-size: 11px;
}
.footer_bar_wrapper {
  width: 100% !important;
}
#menu_wrapper {
  text-align: center;
  width: 100%;
}
#nav_wrapper {
  display: block !important;
}
.nav_wrapper_inner {
  display: none;
 }
}