/*
Theme Name: CajaMágicaM
Theme URI: https://bemba.mx/cajamagicam
Author: Tony Cárdenas tony@bemba.mx
Author URI: https://bemba.mx/
Description: Creado por Bemba para La Caja Mágica de Sergio Garibay.
Version: 1.0
License: Private
Tags: blog, news, photography
Text Domain: cajamagicam

*/
@font-face {
    font-family: 'Montserrat';
    src: url('assets/montse-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/montse-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

a {
	color: #666;
}


/* General Classes */
.inline-block {
	display: inline-block;
}
.uppercase {
	text-transform: uppercase;
}
.fs14 {
	font-size: 14px;
}
.fs12 {
	font-size: 12px;
}
.fs10 {
	font-size: 10px;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.center-margin {
	margin-left: auto;
	margin-right: auto;
}
.gray {
	color: #aaa;
}
.border-right {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-right: 3px solid white;
}


/* Reset */
body, html {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1200px;
	font-family: "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}
* {
    margin: 0;
    padding: 0;
}


/* Page */
#cm-page {
	width: 100%;
}
/* Header */
/* La anchura menor del header es 1200px */

#cm-header{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif; font-weight:200; font-stretch:normal;
	background: white;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	vertical-align: top;
	text-align: left;
}

.admin-bar #cm-header{
	top: 32px;
}

#cm-asset-logotipo {
	width: 60px;
	margin: 10px 20px;
	display: inline-block;
}

.menu-principal-container{
	display: inline-block;
	min-width: 800px;
	height: 80px;
	top:0;
	position: absolute;
}

#cm-nav-menu {
	font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; 
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 80px;
	vertical-align: bottom;
	font-size: 20px;
}

#cm-nav-menu li  {
	display: inline-block;
	margin: 0px 20px;
}
#cm-nav-menu li a {
	display: inline-block;
	padding: 0 10px;
	color: black;
	line-height: 80px;
	text-decoration: none;
	height: 56px;
}

.sub-menu .current-menu-item {
	background: none !important;
}

.sub-menu {
	font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight:200;
	font-size: 16px;
	font-stretch: condensed;
	position: absolute;
	float: left;
	display: none;
	left: 0px;
	min-width: 200px;
	top: 36px;
	background: white;
	margin-top: 20px;
}

.sub-menu .menu-item {
	display: block !important;
}
.sub-menu li a {
	line-height: 40px !important;
	height: 40px !important;
}

.sub-menu li a:hover{
	color: #FF9F00 !important;
	background: none !important;
}

#cm-nav-menu li:hover > .sub-menu {
    display:inline-block;
}


#cm-nav-post {
	color: black;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0px;
	float: right;
	width: 20%;
	min-width: 210px;
	max-width: 350px;
	line-height: 80px;
	vertical-align: middle;
}
#cm-nav-post a img {
	height: 40px;
	margin-top: 18px;
}

#cm-redes {
	display: inline-block;
	width: 70px;
	text-align: center;
	vertical-align: top;
	margin-top: 15px;
}
#cm-envivo {
	display: inline-block;
	margin-left: 8px;
}
#cm-envivo img {
	height: 40px;
	margin-top: 18px;
}

/* Principal */

#main {
	margin-top: 80px;
}

#patrocinadores {
	background: gray;
	width: 100%;
	height: 120px;
	padding: 10px 0px;
	text-align: center;
}
	#patrocinadores img {
			height: 120px;
	}

#galerias {
	width: 100%;
	height: 600px;
}
.galerias-fonts {
	color: white;
	text-decoration: none;
	font-family: 'Helvetica Neue';
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: right;
}
.bottom_aligner {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 10px;
}

.clickable {
	cursor: pointer;
}

.gal-revslider {
	width: 100%;
	height: 600px;
	background: black;
	display: inline-block;
}

/* POSTS */
.post, .page {
	width: 100%;
	height: 250px;
	display: block;
	margin: 15px auto;
	padding: 0px;
	background: white;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}
.post-image {
	width: 280px;
	height: 200px;
	display: inline-block;
	background-color: grey;
	vertical-align: top;
	background-size: 100%;
	background-position: center center;
}
.post .entry-info, .page .entry-info {
	color: black;
	display: inline-block;
	vertical-align: top;
	height: 250px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.post .entry-info .entry-header, .page .entry-info .entry-header {
	margin: 10px 5%;
	width: 90%;
	font-size: 12px;
}
	/* 	NAVEGACIÓN */
	.navigation {
		background: white !important;
	}
	.navigation a {
		display: inline-block;
		height: 100px;
		width: 400px;
		padding: 30px 5% 0px;
		background: black;
		font-family: 'Helvetica Neue';
		text-transform: uppercase;
		font-size: 32px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		color: white;
		text-decoration: none;
		line-height: 80px;
		text-align: center;
		opacity: 1.0;
	}
	.navigation a:hover {
		opacity: 0.85;
	}
	.navigation a:last-child {
		background: #d88e19 !important;
	}
	/* POST TITLE */
.entry-title, .entry-title a {
	text-transform: uppercase;
	line-height: 19px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin-top: 4px;
}
.entry-info .entry-content {
	margin: 10px 5%;
	width: 90%;
	font-size: 12px;
	font-style: italic;
}
.post-categories, .post-categories li {
	text-decoration: none;
	list-style: none;
	display: inline;
}
.post .entry-date, .page .entry-date {
	text-transform: uppercase;
	font-weight: lighter;
	color: #666;
}
.post .cat-links, .post .cat-links a {
	text-transform: uppercase;
	font-weight: lighter;
	color: #ec9613;
	text-decoration: none;
	margin-left: 3px;
	
}
/* POST FOOTER */
.post .entry-footer, .page .entry-footer {
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 5% 0px
}
.tag-links, .tag-links a {
	color: #888 !important;
	font-size: 10px !important;
	text-decoration: none !important;
}
.post .entry-comments, .page .entry-comments {
	text-transform: uppercase;
	font-size: 11px;
	margin: 5px 5% 0px
}

/*  SINGLE  */
.single-post {
	background: white;
}
.single-post #content h1 {
	color: #FF9F00;
	text-transform: uppercase;
}
.single-post #content h2 {
	text-transform: uppercase;
}
.single-post .site-main {
	width: 80%;
	margin: 0px auto 20px;
}

.single-post .site-main .site-content{
	margin: 150px auto 0px;
}


.single-post .site-main p {
	margin: 10px 0px 5px;
}

.single-post .comments-area{
	width: 80%;
	margin: 60px auto 100px;
}

.single-post .comment {
	margin: 10px 0px 30px;
	text-align: justify;
}
.single-post .fn {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}
.single-post .comment a {
	color: gray;
	text-decoration: none;
}

.single-post .fn:after {
	content: " dice:"
}
.single-post .says {
	display: none;
}

.single-post .comment .reply  {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}
.single-post .comments-area .comment-respond {
	margin: 40px auto 0px;
}
.comment .depth-2 {
	margin-left: 50px;
}
.comment .depth-3 {
	margin-left: 50px;
}
.comment .depth-4 {
	margin-left: 50px;
}
.comment .depth-5 {
	margin-left: 50px;
}
.comment .depth-6 {
	margin-left: 50px;
}
.comment .depth-7 {
	margin-left: 50px;
}
.comment .depth-8 {
	margin-left: 50px;
}
.comment .depth-9 {
	margin-left: 50px;
}
.comment .depth-10 {
	margin-left: 50px;
}
.comment-reply-title {
	text-transform: uppercase;
}
.comment-form-comment label {
	display: none;
}
.comment-form textarea{
	width: 98%;
	font-family: 'Helvetica Neue';
	font-size: 14px;
	border: 3px solid #ccc;
	padding: 1%;
}
.comment-form input[type=submit]{
	width: 50%;
	font-family: 'Helvetica Neue';
	text-transform: uppercase;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background: #FF9F00;
	color: black;
	border: none;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}
.comment-form label {
}
.comment-form input  {
	width: 98%;
	font-family: 'Helvetica Neue';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	background: white;
	color: black;
	border: none;
	margin: 10px auto;
	padding: 10px 1%;
	border: 2px solid #ccc;
	text-align: left;
}

/*  CATEGORY  */

.archive-title {
	font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 200;
	font-size: 50px;
	background: black;
	padding: 20px 20px;
	color: white;
	text-transform: uppercase;
}
.taxonomy-description {
	font-size: 20px;
	background: black;
	padding: 0px 20px 25px;
	color: #FF9F00;
	font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}



/* TEMPLATES GENERAL */
.page-template {
	width: 100% !important;
	overflow: auto;
	height: auto;
}

/* TEMPLATE-PODCAST */

.page-template-template-podcast{

}



/* TEMPLATE-GALERIA */
.page-template-template-galeria{

}

.gal-general {
	background: white;
	text-align: center;
}
.gal-individual {
	width: 100%;
	height: 480px;
	background: white;
	display: block;
	margin: 15px auto;
	border: none;
	vertical-align: top;
}
.gal-head {
	height: 40px;
	width: 100%;
	background: white;
	color: #FF9F00;
	margin: 20px auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: lighter !important;
	color: #666;
	text-transform: uppercase;
}


.gal-individual .gal-gallery{
	width: 100%;
	height: 100%;
}

.gal-nav {
	width: 100%;
	height: 100px;
	vertical-align: middle;
}
.gal-nav a {
	vertical-align: top;
	height: 100px;
	width: 400px;
	color: white;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	font-family: 'Helvetica Neue';
	text-transform: uppercase;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.gal-nav-prev {
	background: white;
	color: black !important;
}
.gal-nav-next {
	background: #FF9F00 !important;
	color: white;
}

.gal-disabled {
	opacity: 0.5;
}

/*  FOOTER  */
.site-footer {
	width: 100%;
	padding: 15px 0px 16px;
	background: black;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	border-top: 3px solid white;
}
.site-footer a {
	color: #FF9F00;
	text-decoration: none;
}