/*
Theme Name: May moments
Author: José Antonio Campoy Espinosa
Version: 1.0.0
Template: bridge
*/

/***** GENERAL *****/

body {
	color:#333;
	line-height: 23px;
	font-size: 15px;
}

/* Estructura */

body .wrapper .content .container {
	margin-top: 30px;
}

.content .container .container_inner.page_container_inner {
    padding: 0 0 30px 0;
}

/* Tipografía */

@font-face /* Tipografía subtítulo */{
    font-family: 'laramie_prodemi';
    src: url('../../../wp-content/media/font/laramiepro-demi-webfont.eot');
    src: url('../../../wp-content/media/font/laramiepro-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../wp-content/media/font/laramiepro-demi-webfont.woff2') format('woff2'),
         url('../../../wp-content/media/font/laramiepro-demi-webfont.woff') format('woff'),
         url('../../../wp-content/media/font/laramiepro-demi-webfont.ttf') format('truetype'),
         url('../../../wp-content/media/font/laramiepro-demi-webfont.svg#laramie_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pag-inicio {
	text-align:center;
	font-size: 19px;
	text-transform:inherit;
	line-height: 1.375em;
	font-weight: 400;
}

p, h1, h2, h3, h4, h5, h5 {
	margin-bottom: 23px;
}

.title_subtitle_holder h1 {
	margin-bottom: 0;
}

.small {
	font-size: 90%;
}

.subtitle {
	font-family: 'laramie_prodemi', Arial, sans-serif;
	color: rgba(0,0,0,1.00);
	margin: 23px 0 20px 0;
	font-size: 32px;
	letter-spacing: 0.6px;
}

.tit-cont {
	text-align: center;
	text-transform: none;
	margin-bottom: 23px;
}

sup {
	vertical-align: super;
	font-size: x-small;
}

.wp-caption-text {
	margin-bottom: 22px !important;
    font-size: small;
}

/* Enlaces */

a {
	-webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

a:hover, nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a, nav.mobile_menu ul li .current_page_item a{
	color: #dc0451 !important;	
}

.qbutton:hover, .load_more a:hover, .blog_load_more_button a:hover, #submit_comment:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover {
	border-color: #dc0451;
}

a.qbutton, .esi-slide-content a {
	color: inherit !important;
}

 a:hover.qbutton {
	color: rgba(39,68,243,1.00);
}


.esi-slide-content a.qbutton:hover {
	color: #333 !important;	
}

a.qbutton:hover {
	color: #fff !important;
}

.normal {
	color: #333 !important;
}

p a, table a {
	color: #b67c8c !important;
	color: #dc0451 !important;
}

p a:hover, table a:hover {
	    color: #dc0451 !important;
		color: #a8a8a8 !important;
}

.footer_top a {
	color: inherit !important;
}

.footer_top a:hover {
	color: #dc0451 !important;
}

.footer_bottom a, .footer_bottom a:visited {
	color: #fff;
	text-decoration:none;
}

.footer_bottom a:hover {
	color: #fff !important;
	border-bottom: 1px #fff solid;
}

/* Tablas */

.tabla-general td, .tabla-general th {
padding: 12px;
vertical-align: top;
border-top: 1px solid #333;
margin-bottom: 12em;
}

.tabla-general {
	background-color: #f5f5f5;
	border-collapse:collapse;
	margin: 23px 0;
	border-bottom: 1px solid #333;
	width: 100%;
}

/* Listas */

ul li, ol li {
    margin: 0 0 23px 46px;
}

/* Control de visibilidad*/

.ver-general {
	display: inline;
}

.ver-600 {
	display: inline;
}

.ver-480 {
	display: none;
}

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

		.ver-600 {
			display: none;
		}

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

		.ver-general {
			display: none;
		}

		.ver-480 {
			display: inline;
		}
		
		.ver-600 {
			display: inline;
		}

	}

/* Formularios */

::-webkit-input-placeholder {
   color: #9d9d9d;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9d9d9d;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9d9d9d;  
}

:-ms-input-placeholder {  
   color: #9d9d9d;  
}

/* Logo */

.q_logo img {
    -webkit-transition: none !important;
    transition: none !important;
}

header.centered_logo .q_logo {
	top: 12px;
}

header.centered_logo .header_inner_left {
	margin-top: 19px;
}

/* Imágenes */

section.parallax_section_holder /* Fondo paralax */{
	background-size: cover;
}

img.aligncenter {
  margin-bottom: 23px !important;
}

/* Separadores */

.separator.small {
	height: 6px;
	width: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.title .separator.small, .title .separator.small.left, .title .separator.small.right {
	margin-top: 8px;
	right: 6px
}

.separator.small {
	background:none;
	background-color: transparent !important;
}

.separator.small:before {
	position:absolute;
    font-family: FontAwesome;
	color: #dc0451;
	top:0;
 	left:0;
    content: "\f08a";
	font-weight: bolder;
}

/* Menu navegación general */

header.transparent .drop_down .second:not(.right) /* Página home elimino desplazamiento lateral del submenú */ {
	left: 0;
}

header.transparent:not(.sticky) .drop_down .second /* Página home elimino desplazamiento lateral del submenú */{
	top: 60px;
}

nav.main_menu ul li {
  	height: 60px; 
}

nav.main_menu ul li a {
	letter-spacing: 3px;
	line-height: 62px;
	font-size: 14px;
}

.drop_down .second .inner ul li a {
	text-transform: none;
	font-size: 14px;
}

nav.main_menu ul li:hover a {
	background-color: rgba(240,240,240,1);
}

nav.main_menu>ul>li>a {
	height: 60px; 
}

.drop_down .second .inner {
	padding: 0;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a /*Transparencia fondo item primer nivel */{
    opacity: 0.80 !important;
}

.drop_down .second .inner ul /*Contenedor submenú*/ {
	border-radius: 0 4px 4px 4px;
	background-color: rgba(240,240,240,0.80) !important;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul /*Item submenú*/ {
}

.drop_down .narrow .second .inner ul li a/*Item submenú*/ {
	background-color: transparent !important;
}

/* Menú por defecto */

nav.main_menu>ul>li.active > a {
    color: #dc0451;
}

.drop_down .second .inner > ul > li > a:hover,
.drop_down .second .inner ul li.sub ul li a:hover{
	color: #dc0451;
}

/* Menú claro (sobre fondo oscuro) */

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover, .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a, .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li:before {
	color: #dc0451;
}

/* Contador de fotos - Pretty foto */

div.pp_default .pp_nav .currentTextHolder {
	font-style: normal !important;
}

/* Botones */

.qbutton.white {
    color: #fff !important;
}

.qbutton, .load_more a, .blog_load_more_button a, #submit_comment, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton {
	line-height: 40px;
}

.qbutton.small {
  line-height: 31px;
}

/* Botón Top */

#back_to_top {
	bottom: 82px;
}

#back_to_top span{
	border:2px solid #D5D5D5;
}

#back_to_top span i{
	color:#D5D5D5;
}

#back_to_top:hover span{
	background-color: rgba(0,0,0,0.07);
}

/* Footer widgets */

.footer_top_holder {
	background-color: #fff;
}

.footer_top {
	padding: 57px 0 46px;
}

.footer_top .textwidget {
	color:#333;
	font-weight:600;
}

/* Footer copyright */

.footer_bottom {
	font-size: 13px;
	font-weight:600;
	padding: 3px 0 2px 0;
}

/* Bloque marketing inferior y formulario de suscripción*/

.call_to_action {
	padding: 18px 21px;
	background-color: #303030;
	color: #fff !important;
	color: #464646;
}

.call_to_action .text_wrapper .call_to_action_text {
    font-weight: 600;
	font-size: 19px;
}

.call_to_action .column2.button_wrapper .qbutton {
    height: 34px;
	line-height: 35px;
	clear: both;
	display: inline-block;
}

.iphorm-submit-wrap-4 {
	text-align:center;	
}

.iphorm-inner-4 .iphorm_4_1-element-wrap label, .iphorm-inner-4 .iphorm_4_4-element-wrap label, .iphorm-inner-4 .iphorm_4_19-element-wrap label {
	display:	 none;
}

.iphorm-inner-4 .iphorm_4_1-element-wrap .iphorm-submit-wrap {
	margin-top: 0;
}

.iphorm-inner-4 .iphorm-submit-input-wrap {
	float: inherit !important;
}

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

.iphorm-inner-4 .iphorm-input-wrap.iphorm-input-wrap-text {
	text-align:center;
}

.iphorm-inner-4 .iphorm-elements .iphorm-element-wrap-text input, .iphorm-inner-4 .iphorm-elements .iphorm-element-wrap-captcha input, .iphorm-inner-4 .iphorm-elements .iphorm-element-wrap-password input, .iphorm-inner-4 .iphorm-elements .iphorm-element-wrap select, .iphorm-inner-4 .iphorm-elements .iphorm-element-wrap textarea {
  width: 60%;
  min-width: 100px;
}

}

/***** HOME *****/

/* Bloque inicial H1 */

.bloque-home-titular {
	padding: 87px 0 34px 0 !important;	
}

.me-gusta {
	margin-bottom: 5px;
}

.fila-bio {
	margin-top: 66px;
	padding-bottom: 66px;
}

.may-home {
	margin-top: 4px;
	float: right;
}

.touch section.parallax_section_holder {
	min-height: 264px;
}

/***** SIDEBARS y WIDGETS *****/

aside .widget {
	margin: 0 0 35px;
	clear: both;
}

aside .widget h6 {
    text-align: center;
	margin-bottom: 5px;
}

.sidebar-contacto, .sidebar-ciud-en {
	text-align:center;
	color: #303030;
}

.col-contacto-der, .col-contacto-izq  {
	width: 100%;
}

.subtitulo-contacto {
	font-family: 'laramie_prodemi', Arial, sans-serif;
	font-size: 29px;
	letter-spacing: 0.6px;	
	clear: both;
	margin: 0 0 10px 0;
}

.sidebar-contacto h2 {
	clear: both;
	display: inline-block;
	text-transform: none;
}

.sidebar-contacto .tel-contacto {
	margin: 0 0 10px 0;
}

.sidebar-contacto h3 a {
	font-weight: 600;
	}

.sidebar-contacto h3 a:hover{
	color: #303030 !important;
}

.sidebar-contacto h3 {
	text-transform: none;
	font-size: 17px;
	letter-spacing: inherit;
	color: #dc0451;
}

.sidebar-ciud-en i.fa {
	color: #dc0451;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
	 
.sidebar-ciud-en span {
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
}

.sidebar-des-pack {
	text-align:center;
}

.sidebar-des-pack h4 {
	font-size: 25px;
	color: #dc0451;
}

.sidebar-des-pack p {
	margin-bottom: 10px;
}

aside .widget h5 {
	text-align:center;
}

aside.widget h5:after {
  content: "\f064";
}

/***** INTERIORES *****/

.gallery_holder ul li .gallery_hover {
	background-color: rgba(204,0,84,0.60);
}

/***** MAY MOMENTS *****/

.foto_mayte_casas {
	float: left;
    margin: 0 20px 20px 0;
	display: block;
}

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

		.foto_mayte_casas {
    		margin-bottom: 20px;
		}
	}
	
	@media only screen and (max-width: 1000px) {

		.foto_mayte_casas {
    		float: inherit;
			display: block;
    		margin: 0 auto;
			margin-top: 0;
			margin-bottom: 20px;
		}
	}


/***** GALERIAS *****/

.media-boxes-container {
	margin-bottom: 30px !important;
}

.media-boxes-filter {
	margin-bottom: 30px;
}

.media-boxes-filter > li {
	margin: 0 10px 10px 0 !important;
}

.media-boxes-filter>li a,
.media-boxes-load-more-button {
	height: 30px;
    line-height: 30px;
	letter-spacing: 1px;
	font-family: 'Muli', sans-serif;
	border: 2px solid #303030;
 	color: #303030;
	font-size: 11px;
	margin: 0 10px 0px 0;
	padding: 0 11px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
    text-transform: uppercase;
}

.media-boxes-load-more-button {
	background: #fff !important;
 	color: #303030 !important;
	transition: color .1s linear,background-color .1s linear,border-color .1s linear;
	margin-bottom: 30px !important;
}

.media-boxes-load-more-button:hover {
	color: #fff !important;
	background: #dc0451 !important;
 	border-color: #dc0451 !important;
}

.media-boxes-no-more-entries {
	width: 200px !important;
}

.media-boxes-no-more-entries:hover {
	color: inherit !important;
	background: inherit !important;
 	border-color: inherit !important;
	cursor: default !important;
}

.media-boxes-filter>li a:hover,
.media-boxes-filter>li a.selected {
	color: #fff !important;
	background: #dc0451 !important;
	border-color: #dc0451 !important;
	box-shadow: none !important;
}

.media-box-image div[data-thumbnail] {
	background: none !important;
	border-radius: 0 !important;
}

.thumbnail-overlay {
	background-color: rgba(220, 4, 81, .40);
}

.fancybox-bg {
	background-color: #000;
	opacity: .85!important;
}

/* Portfolio */

.category-navbar {
	border-bottom: none;
	padding-bottom: 18px !important;
}

.category-navbar li {
    display: inline-block;
    line-height: 16px;
    margin: 0 0 0 -1px !important;
    padding: 5px 0 10px 0 !important;
    background: none;
}

.category-navbar li a {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px 0px 0;
    padding: 8px 11px;
    -webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.category-navbar li a:hover {
    color: #dc0451;
}

.category-navbar li.select a {
    background-color: #dc0451;
}

.category-navbar li.select a:hover {
	color: #fff;
	cursor: auto;
}

.grid-loader{
  width: 42px;
  height: 42px;
  background:url(../../media/img/spin-blanco.gif) center center no-repeat;
}

.autoGrid-lightbox img {
  max-width: 90%;
}

.autoGrid-nav {
	height:60px;
	border-bottom: none;
	background:url(../../media/img/may-moments-photography-sticky-blanco.png) rgba(0,0,0,.20) left center no-repeat;
}

	@media only screen and (max-width: 649px) {
		.autoGrid-nav {
			background-image: none;
		}
	}

.autoGrid-play, .autoGrid-close, .autoGrid-next, .autoGrid-prev, .autoGrid-font {
  height: 60px;
  position: relative;
}

.agrg_box h3 {
	font-family: 'laramie_prodemi', Arial, sans-serif;
	font-size: 32px;
	text-transform: none !important;
	letter-spacing: 0.6px;	
}

.grid-loadMore {
	font-family: 'Muli', sans-serif !important;
	width: 30px;
	height: 30px;
	font-size: 44px !important;
	font-weight:lighter;
	background-color: rgba(255,255,255,1.00);
	border: 2px solid rgba(0,0,0,1.00);
	color: rgba(0,0,0,1.00);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 10px 10px 10px 9px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 50px;
}

.grid-loadMore:hover {
	background-color: #dc0451;
	border-color: #dc0451;
	color: #fff;
}

.portfolio_single h3 {
	display:none;
}

.portfolio_single h2 {
	font-size: 17px;
	line-height: 1.304347826086957em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0 0 8px 0;

}

.lightbox-text {
	display: none !important;
	color: #EB9D9E !important;
}


/***** BLOG *****/

.blog_holder article .post_text .post_text_inner {
	padding-top: 0;
	padding-left: 0;
}

.pagination ul li {
	margin: 0 0 23px 12px;
}

.pagination ul li a {
	color: #333;
	border-color: #333;
	width: 32px;
    height: 32px;
	line-height: 32px;	
}

.pagination ul li a, .pagination ul li span {
	color: #333;
	border-color: #333;
	width: 32px;
    height: 32px;
	line-height: 32px;	
}

.pagination ul li span, .pagination ul li a:hover {
    color: #fff !important;
    background-color: #dc0451;
    border-color: #dc0451;
	font-weight: bold;
}

.pagination ul li span {
	font-weight: bold;
}

.blog_holder article .post_image, .blog_holder.blog_large_image article .post_image img {
	margin-bottom: 30px;
}

.blog_holder.blog_single article .post_image img {
	display: none;
}

.blog_holder article .post_text h2 .date, .blog_holder article .post_info, .blog_holder article .post_info a, .comment_date {
    color: #9d9d9d;
}

.post_text_inner h2 {
	text-transform: none;
}

.post_text_inner h2 span.date {
	text-transform: uppercase;
}

article .post_content_holder {
	padding: 0;
}

article.sticky .post_content_holder {
	-webkit-border-radius: 5px !important;	
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background-color: rgba(255,153,0, 0.8);
	background-color: rgba(220,4,81, 0.03);
	border: solid 2px #000;
	padding: 12px;
	padding-bottom: 0;
	margin-left:-12px;
}


.blog_holder article .post_text .post_text_inner {
    background-color: transparent;
}

span.post_author {
	display: none;
}

/* Widgets */

.widget_extended-categories, .widget_recent_comments {
	text-align:center;
}

.avhec-widget-line {
	display: inline-block;
}

.avhec-widget-line::first-letter {
	text-transform:capitalize;
}

.avhec-widget-count {
	color: #fff;
	font-size:13px;
	text-align:center;
	margin-left: 6px;
	padding: 2px 6px;
	font-weight: bold;
	background-color:#dc0451;
	-webkit-border-radius: 50px;	
	-moz-border-radius: 50px;
	border-radius: 50px;	
	display: inline;
	vertical-align: bottom;
}

.avhec-widget-rss {
	display: inline;
}

.widget-newsletter {
	text-align: center;
}

/***** CONTACTO *****/

.content .container .container_inner.page_container_inner {
	z-index: 99999;
}

.div-contacto {
	text-align:center;
	color: #303030;
	clear:both;
	margin-bottom: 25px !important;
}

.imagen-contacto {
	z-index: 99999;
	padding: 0;
	margin:-43px 0 25px 0;
	border-bottom: 1px solid #dc0451;
}

.imagen-contacto img {
	display: block;
	margin: 0 auto;
	padding: 0;
}

.tel-contacto {
	display: inline-block;
	color: #dc0451;
	margin-bottom: 23px;
	margin-right: 10px;
}

span.abrev-tel {
	display: inline-block;
	font-size:15px;
	color: #dc0451;
}

/***** COOKIE INFO *****/

#jquery-cookie-law-script, #jquery-cookie-law-script * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#jquery-cookie-law-script {
	position: fixed;
	bottom: 0;
  left: 0;

  z-index: 999999;
  display:none;
  width:100%;
  background: rgba(48,48,48, 0.8);
  color: #F1F1F3;
  font-size: 14px;
  font-weight: 600;
  }

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

/* ---------- Cookie law main message ---------- */

#jquery-cookie-law-script #cookie-law-container-box {
	background: none;
	}

#jquery-cookie-law-script #cookie-law-container {
	padding: 18px 70px 17px 70px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
}

#jquery-cookie-law-script #cookie-law-message:before {
	content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
	vertical-align: -0.07em;
    padding-right: 0.4em;
}

#jquery-cookie-law-script a.cookie-law-button, #jquery-cookie-law-script a#cookie-law-button-more {
	padding: 6px 16px;
	text-transform:uppercase;
	font-weight: 600;
	text-decoration: none;
	text-shadow: none;
	border: 2px solid #fff;
	background:transparent;
	font-size: 13px;
	 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus, #jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
	background: #dc0451;
	border: 2px solid #dc0451;
	color: #fff !important;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
}

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

#jquery-cookie-law-script #cookie-law-container {
    padding-bottom: 20px;
}
	
#jquery-cookie-law-script #cookie-law-message {
	text-align:center;
	float:inherit;
	width: 100%;
}

#cookie-law-action {
	float: none !important;
	text-align:center;
	margin-top: 15px; 
}

}

@media (min-width: 768px) and (max-width: 979px) {

#jquery-cookie-law-script #cookie-law-container {
	padding: 20px 120px;
}

}

@media (max-width: 480px) {

#jquery-cookie-law-script #cookie-law-container {
	padding: 20px 24px;
	text-align: center;
}

#jquery-cookie-law-script #cookie-law-message {
	width: 100%;
	clear:both;
	margin-bottom:20px;
	float: inherit;
    text-align: center;
}

#jquery-cookie-law-script #cookie-law-message:before {
	content: normal;
}

#cookie-law-action {
	float: none !important;
}

#jquery-cookie-law-script a {
	clear:both;
	text-align:center;
	display:block;
	width:60%;
	margin: 10px auto 0 auto !important;
}

#jquery-cookie-law-script a#cookie-law-button-more {
	margin: 0;
}

}

/***** BOTONES SOCIALES ***/

.us_facebook .us_share, .us_facebook {
	background-color: #3b5998;
}
.us_facebook:hover .us_share, .us_facebook:hover {
	background-color: #6c83b2;
}
.us_twitter .us_share, .us_twitter {
	background-color: #00ABF0;
}
.us_twitter:hover .us_share, .us_twitter:hover {
	background-color: #40c0f4;
}
.us_linkedin .us_share, .us_linkedin {
	background-color: #1C86BC;
}
.us_linkedin:hover .us_share, .us_linkedin:hover {
	background-color: #55a4cd;
}
.us_pinterest .us_share, .us_pinterest {
	background-color: #ae181f;
}
.us_pinterest:hover .us_share, .us_pinterest:hover {
	background-color: #be464c;
}
.us_google {
	background-color: #d95232;
}
.us_google:hover {
	background-color: #e1755b;
}
.us_instagram {
	background-color: #48769c;
}
.us_instagram:hover {
	background-color: #7698b5;
}
.us_youtube .us_share, .us_youtube {
	background-color: #cc181e;
}
.us_youtube:hover .us_share, .us_youtube:hover {
	background-color: #d6464b;
}
.us_whatsapp .us_share, .us_whatsapp {
	background-color: #34af23;
}
.us_whatsapp:hover .us_share, .us_whatsapp:hover {
	background-color: #67c35a;
}

.us_wrapper .us_button { 
	overflow:inherit !important;
	}
	
.us_button {
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.us_wrapper.us_fan_count_wrapper .us_fan_count .us_fan_count_button div.us_fan_count_holder {
    top: 59% !important;
	font-size: 15px !important;
}

@media only screen and (max-width: 1000px) {
.us_wrapper.us_fan_count_wrapper .us_fan_count .us_fan_count_button div.us_fan_count_holder {
	top: 57% !important;
	font-size: 8px !important;
}

}

#text-17 .us_facebook.us_facebook_fan_count, #text-28 .us_facebook.us_facebook_fan_count {
	-webkit-border-radius: 5px 0 0 0;	
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

#text-17 .us_instagram.us_instagram_fan_count, #text-28 .us_instagram.us_instagram_fan_count {
	-webkit-border-radius: 0 5px 0 0;	
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#text-17 .us_pinterest.us_pinterest_fan_count, #text-28 .us_pinterest.us_pinterest_fan_count {
	-webkit-border-radius: 0 0 0 5px;	
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#text-17 .us_youtube.us_youtube_fan_count, #text-28 .us_youtube.us_youtube_fan_count {
	-webkit-border-radius: 0 0 5px 0;	
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

.us_floating .us_wrapper /*Botones móviles*/ {
  top:inherit !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  clear:inherit !important;
  display:inline-block !important;
}

@media only screen and (max-width: 767px) {
.us_mobile_bar {
    display: none !important;
}

}

@media only screen and (max-width: 480px) {
.us_mobile_bar {
	display: block !important;
}

}

.us_floating .us_wrapper .us_button {
	float:left !important;
	height:40px !important;
	width:33.333% !important;
	margin:0 !important;
	-webkit-border-radius: 0 !important;	
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/*****VENTANA DESLIZANTE*****/

.esi-slide-wrap {
	width: 400px;
}

.esi-slide-minimal .esi-slide-wrap {
	-webkit-border-radius: 5px !important;	
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.esi-slide-content {
	padding:20px;
	-webkit-border-radius: 5px !important;	
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background-color: rgba(255,153,0, 0.8);
	color: #000;
	line-height: 20px;
	font-weight:400;
	text-align:center;
}

p.esi-slide-entrada {
	margin-bottom: 5px;
}

p.esi-slide-pie {
}

.esi-slide-minimal a, .esi-slide-minimal a:visited {
	color: inherit;
}

.esi-slide-minimal a:hover {
	color: #fff;
}

.esi-slide-close a:before {
  content: "\00d7";
  font-size: 21px;
  line-height: 16px;
  letter-spacing: 0px;
  position: relative;
  top: 4px;
}

.esi-slide-close a:hover {
	color:#FFBD5C !important;
}

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

#esi-slide_in {
	margin: 0 !important;
	top: 0 !important;
	left: 0 !important;
}

.esi-slide-wrap {
	width: 100% !important;
}
	
.esi-slide-content {
	-webkit-border-radius: 0 !important;	
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	padding-top: 14px !important;
	padding-bottom: 1px !important;
}

#esi-slide_in .qbutton i {
	display: none;
}

p.esi-slide-titulo {
	margin-bottom: 0 !important;
}

p.esi-slide-entrada, p.esi-slide-pie {
	display:none;
}

}

/*****ADMINISTRACIÓN*****/

/* Acceso clientes */

.login form {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background-color: rgba(255,255,255, 0.9) !important;
}

.login label, .login form .forgetmenot label {
	color: #303030;
	line-height: 1.571428571428571em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: 600;
}

.sidebar-clientes-sel, .sidebar-clientes-des {
	text-align: center;
}

/*****PRETTY PHOTO*****/

div.pp_default .pp_loaderIcon {
	background:url(../../media/img/spin-negro.gif) center center no-repeat;
	background-color: #000 !important;
	height:42px !important;
	width:42px !important;
	}

.pp_loaderIcon {
	height:42px !important;
	width:42px !important;
}
	
body div.pp_overlay {
    opacity: .85!important;
}

img#fullResImage {
	margin-top: 60px;
}

.ppt {
	position: fixed;
	top:0;
	left: 0;
	z-index: -9999 !important;
	margin: 0 !important;
	margin-bottom:20px !important;
	width: 100% !important;
	height: 60px;
  	background:url(../../media/img/may-moments-photography-sticky-blanco.png) rgba(0,0,0,.20) left center no-repeat;
    font-size: 0 !important;
}

@media only screen and (max-width: 649px) {
		.ppt {
			background-image: none;
		}
	}

div.pp_default .pp_close {
    position: fixed;
    right: 0;
    top: 0;
	width:88px;
	height:59px;
	z-index: 10000;
	background-image: url(../../media/img/close.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

div.pp_default .pp_close:hover {
	background-color: rgba(0,0,0,.80);
}

.pp_close:after {
    content: normal !important;
}

/*****404*****/

body.error404 { 
	background: url("../../../wp-content/media/img/404.jpg") no-repeat center center fixed; 
	background-size: cover ;
	}

.error404 .wrapper {
	background: transparent;
	position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
	 padding-bottom: 150px;
	 text-align:center;
     width: auto;
     height: auto;
	 }
	 
.error404 .wrapper .centrar-texto {
	position: absolute;
	top: 35%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
}

.error404 h2 {
  font-size: 22px;
  text-transform: none;
}

/****************************************/
/***************RESPONSIVE***************/
/****************************************/

/* Elementos del menú */

.mobile_menu_button span {
	width: 30px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	line-height: 1;
}

.mobile_menu_button span .fa {
	line-height: 2;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3  {
	font-weight: 600;
}

nav.mobile_menu ul li ul li a {
	font-weight: 400;
}


@media only screen and (min-width: 1800px) {

/* Footer widgets */
.footer_top_holder {
	 background-size: cover;
}

}

@media only screen and (max-width: 1200px){
	
nav.main_menu ul li a {
    letter-spacing: 2px;
}

nav.main_menu>ul>li>a {
    padding: 0 15px;
}

.footer_top {
    padding: 38px 0 35px;
}

}

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

/***** GENERAL *****/

/* Logo */

header.centered_logo .header_inner_left {
  margin: 12px 0 17px 0;
}

header.centered_logo .q_logo {
	top: 0;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
	font-size: 15px;
}

nav.mobile_menu ul li:last-child {
	margin-bottom: 26px;
}

span span .clientes-lock:after {
	content: "\f023";
	margin-left: 5px;
}

/* Bloque marketing inferior */

.call_to_action .text_wrapper .call_to_action_text {
  font-size: 17px;
}

/* Footer widgets */

.four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4 {
	width:100%;
}

/***** HOME *****/

/* Slider home */

.carousel-control .prev_nav {
	left: 20px;
}

.carousel-control .next_nav {
	right: 20px;
}

}

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

/***** HOME *****/

/* Bloque inicial H1 */

.bloque-home-titular {
	padding-top: 57px !important;	
}

.columna-may {
	text-align: center;
}

.may-home {
	margin-top: 20px;
	float: inherit;
}

.columna-may-texto {
	margin: 14px 0 10px 0;
}

/***** SIDEBARS y WIDGETS *****/

.sidebar-contacto .tel-contacto {
	font-size:20px;
}

#text-8 .us_wrapper .us_button {
	width: 90px;
}

}

@media only screen and (max-width: 600px) {
		
.title .subtitle {
  margin-top: 10px !important;
}

/* Separadores */

.title .separator.small {
	display: none;
}

/* Bloque marketing inferior */

.call_to_action {
	padding: 30px 21px 14px !important;
}

.call_to_action .column2.button_wrapper .qbutton {
    position: static;
    margin: 25px 0 0!important;
}
	
/* Footer widgets */

.footer_top {
  padding: 47px 0 36px;
}

.footer_top .four_columns .column1, .footer_top .four_columns .column2, .footer_top .four_columns .column3, .footer_top .three_columns .column1, .footer_top .three_columns .column2, .footer_top .two_columns_50_50 .column1 {
	margin: 0;
}

.footer_top .textwidget {
	text-align: center;
}

/* Footer copyright */
.footer_bottom_holder {
	height: 98px;
}
	
/***** HOME *****/
	
.may-home {
	margin-top: 0;
}	
	
.columna-may, .columna-may-texto {
	text-align: center;
}

/***** SIDEBARS y WIDGETS *****/

.sidebar-contacto {
	clear: both;
	height: 42px;
}

.col-contacto-der, .col-contacto-izq  {
	width: 48%;
}

.col-contacto-izq {
	float:left;
}

.col-contacto-der {
	float:right;
}

.sidebar-contacto .tel-contacto {
	margin: 0;
}

.sidebar-contacto h3 {
	padding-top: 4px;
}

#text-8, #text-27, #text-29, #text-38, #text-39 /*Evito duplicidad en el footer del Newsletter */, #text-41 {
	display: none;	
}

/* Widget área de cliente */

#text-36 {
	position: fixed;
	bottom:0 !important;
	left: 0;
	width: 100%;
	clear: inherit !important;
    display: inline-block !important;
	padding: 10px 0 20px 0;
	background-color:#fff;
	border-top: 1px solid #777;
	margin-bottom: 14px;
}

#text-36 label {
	display: none;
}

#text-36 .iphorm-responsive .iphorm-elements .iphorm-element-wrap {
    width: 90% !important;
	margin: 0 auto;
}

#text-36 .iphorm-theme-maymoments-maymoments .iphorm-elements .iphorm-element-wrap textarea {
	height: 61px;
	margin-bottom: 15px
}

#text-36 .iphorm-submit-wrap {
	margin: 0;
}

#text-36 .iphorm-theme-maymoments-maymoments .iphorm-submit-wrap button span {
	height: 33px;
}

#text-36 .iphorm-theme-maymoments-maymoments .iphorm-submit-wrap button em {
	height: 33px;
    line-height: 33px;
    padding: 0px 23px;
}

/* Social */

.us_mobile_bar .us_button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

}

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

.title .subtitle {
	font-size: 27px;
}

/* Formularios */

.iphorm-theme-maymoments-maymoments .iphorm-success-message {
    padding: 8px;
    background-color: rgba(137,164,22,0.1);
	background-image: none;
}

/* Footer widgets */

.footer_top {
  padding: 43px 0 14px;
}
		
/* Footer copyright */
.footer_bottom_holder {
	height: 106px;
}

.footer_bottom {
  line-height: 22px;
  padding: 11px 0 2px 0;
}

/*****404*****/

.error404 h2 {
  font-size: 18px;
}
	
}