/*
Theme Name: Blog Empleos Maquila
Theme URI: http://blog.empleosmaquila.com/
Author: vcontenidos
Author URI: http://vcontenidos.com/
Description: Tema base para blog.empleosmaquila.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

*/
 
body{
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
a{
	color:#363B87;
}
img{
	max-width: 100%;
	height: auto;
}
.grid-container {
	max-width: 1000px;
}
.site {
	border-left: silver thin solid;
    border-right: silver thin solid;
}

/* Header */
.logo {
	margin: 0;
	padding: 15px 0;
}
.logo img {
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.logo a{
	text-decoration: none;
	color: #FFF;
}
.logo h1 {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 10px;
    position: absolute;
    font-size: 42px;
    font-weight: lighter;
    font-style: italic;
    background: #1FAE5E;
}
.logo h1:hover{
	background: #363B87;
}
#menu-top {
    padding: 0;
}
#menu-top ul{
	margin: 0 -1px;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}
#menu-top li{
	background: rgb(41, 42, 118);
	margin: 0 5px 0 0;
	padding: 5px 34.8px;
	display: inline-block;
	list-style: none;
}
#menu-top li:first-child{
	background: rgb(20, 161, 76);
}
#menu-top li:first-child:hover{
	background: rgb(41, 42, 118);
}
#menu-top li:hover{
	background: rgb(20, 161, 76);
}
#menu-top li:last-child{
	margin: 0;
}
#menu-top a{
	color: #FFF;
	text-decoration: none;
}

/* CONTENIDO */
.slider {
    padding: 0;
}
.lens-tool-kit .sd-node-title-box{
	padding: 10px!important;
}
.lens-tool-kit.sd2-title-dark .sd-node-title-box a {
    font-size: 12px;
}
.site-content, .ad-side {
    margin-top: 30px;
}
.widget-area aside{
	margin: 30px 0;
}
.widget-title{
	background: #363B87;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 5px!important;
    margin: 0;
    font-weight: normal!important;
    font-size: 14px;
}
.textwidget {
    text-align: center;
}
#cont-side {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
    background: #EAEAEA;
    padding: 10px;
}
.textwidget img{
	margin-right: 10px;
}
.wp_bannerize.home-ad{
	background: #FAFAFA;
	margin: 30px 0;
}
.otrosvideos article:first-child, .otrosvideos article:nth-child(2) {
	display: none!important;
}
.slidedeck-2-bug, .slidedeck-overlays{
	display:none!important;
}
#SlideDeck-4404-frame .accent-color-background {
	background-color: #00a651!important;
}
#SlideDeck-4404-frame, #SlideDeck-4404, #SlideDeck-4404 dd{
	width:100%!important;
}
.statigram-widget iframe body #widget{
	padding: 0px!important;
	width: 340px!important;
	padding-top: 0px!important;
	padding-bottom: 00px!important;
}
.statigram-widget iframe #header b{
	display:none!important;
}
.statigram-widget iframe .info{
	display:none!important;
} 
.lens-tool-kit.sd2-title-dark .sd-node-title-box {

}
#SlideDeck-4404-frame .accent-color {
	color: #FFF!important;
}
article img {
	max-width: 100%;
	height: auto;
}
.home article #tumb, .page article #tumb, .archive article #tumb, .search article #tumb{
	width:100%;
	height:150px;
	overflow: hidden;
}
.home article, .page .articulos, .archive article, .search article{
	height:280px;
	overflow: hidden;
	margin-bottom: 10px
}
article{
	color:#111;
}
article a{
	color:#00a651;
}
.home article .entry-content, .page .articulos .entry-content, .archive article .entry-content, .search article .entry-content{
	height: 70px;
    overflow: hidden;
    font-size: 12px;
    text-align: justify;
}
.home article .entry-title, .page article .entry-title, .archive article .entry-title, .search article .entry-title{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.entry-title a{
	color: #363B87;
	text-decoration: none;
}
.entry-title a:hover{
	color: #14A14C;
}
.entry-meta, .entry-meta a{
	color:#666666;
	text-decoration: none;
}
.home .entry-meta, .archive .entry-meta{
	display: none;
}
h3#reply-title{
	background: #363B87;
	color: #FFF;
	font-weight: normal;
	padding: 10px;
}

/* NAV */
.paginacion{
    text-align: right;
    color: #717881;
    margin-bottom: 30px;
    font-size: 12px;
}
.paginacion h2, .paginacion .page-numbers .meta-nav {
    display: none;
}
.paginacion a {
    color: #FFF;
    text-decoration: none;
}
.paginacion .page-numbers {
    color: #FFF;
    background: #363B87;
    padding: 5px;
}
.paginacion .page-numbers:hover{
    background: #1FAE5E;
} 

/* POST */
.single iframe{
	width:100%!important;
}
.single article{
	margin-bottom: 40px;
}
.single .entry-title,  .page .entry-titled, .archive-title, .page-title { 
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	color: #00a651;
	margin: 0 0 10px 0;
}
.single .entry-meta {
	padding: 0;
	margin-bottom: 30px;
}
.single #redes, .single #info{
	padding:0px;
}

.single #info {
    width: 100%;
}

.single #TTS button {
    border-radius: 5px;
    padding: 2px 5px;
    border-color: #EEE;
    color: #777;
    margin: 0 5px;
}

#redes{
	text-align: right;
}
#twitter-like{
	width:100px;
}
#facebook-like, #twitter-like, #google-like, #tumblr-like{
	display:inline-block;
}
#facebook-like iframe{
	width: 450px!important;
}
.nr_related_placeholder {
	margin: 40px 0;
}
#nrelate_related_0 .nr_inner{
	background: url(img/pat.png);
}
#nrelate_related_0 a{
	color:#FFF!important;
	font-weight: normal!important;;
}
#nrelate_related_0 h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	color: #00a651;
	margin: 0 0 10px 0;
}
.nrelate_bty.nr_110 .nr_panel, .nrelate_bty.nr_ .nr_panel{
	width:23%!important;
	text-align: center;
}
.nav-single {
	margin: 60px 0;
	display:none;
}
.nav-previous, .nav-next{
	background: url(img/pat.png);
	text-align: center;
	padding: 20px 0; 
}
.nav-single a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
	background:#00a651;
	border: none!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* PAGINA */
.home.paged #slider{
	display:none;
}
#SlideDeck-66-frame {
	width: 100%!important;
	height: auto;
}
#page .wpcf7 input, #page .wpcf7 textarea {
	background: #008c44;
	border: none;
	padding: 5px;
	color: #FFF;
	width: 60%;
}
#page .wpcf7 .wpcf7-submit{
	background: #000;
	color: #FFF;
	font-style: italic;
	border: none;
	padding: 10px 0;
	cursor: pointer;
}
#cats li{
	display:inline-block;
	width:40%;
	list-style: circle;
	margin-left: 10px;
}
#cats li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-style: italic;
}
#cats li a:hover{
	text-decoration: underline;
}

/* AUTOR */
.author-avatar img{
	max-width: 100%;
	height:auto;
}
.archive-title{
	font-size: 18px;
}
.author-description{
	color:#FFF;
}
#autor{
	margin-bottom: 30px;
	display:inline-block;
}

/* SIDEBAR */
.widget-area aside{
}
.widget-area article{
	height: 100px;
}
.widget-area .grid-50{
	padding: 0;
}
.widget-area .side-title a{
	padding-left: 5px;
	text-decoration: none;
	color: #58972e; 
}
#redes ul{
	margin:0;
	padding:0;
	text-align: left;
}
#redes li{
	display:inline-block;
	list-style: none;
	text-align: center;
}
#redes li:first-child{
	text-align: left;
}
#redes li:last-child{
	text-align: right;
}
#easy_instagram_widget_base-2{
	background: url(img/pat.png);
	color: #00a651;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
}
#easy_instagram_widget_base-2 img, .WPBannerizeWidget img, .easy-instagram-thumbnail-wrapper{
	width:100%!important;
	height:auto!important;
}
.easy-instagram-thumbnail-wrapper{
	padding:0!important;
}
#easy_instagram_widget_base-2 h3 {
	margin: 0;
	font-weight: normal;
	margin-bottom: 10px;
}
#mc_embed_signup{
	background:#519027;
	color:#FFF;
	padding:10px;
	font-size: 12px;
}
#mc_embed_signup .clear{
	visibility: visible!important;
}
#mc_embed_signup h2 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	font-size: 24px;
}
#mc_embed_signup p {
	font-size: 12px;
	margin: 0;
}
#mc_embed_signup .email{
	width: 95%;
	background: #FFF;
	border: none;
	color: #111;
	padding: 2px;
	margin-top: 15px;
}
#mc_embed_signup #mc-embedded-subscribe {
	background: #5e442f;
	color: #FFF;
	font-style: italic;
	border: none;
	margin: 10px 0;
	box-shadow: 4px 4px 0px #2C6D00;
	border-radius: 1px;
	border: 1px solid #3D9700;
	cursor: pointer;
	padding: 3px 10px;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
	box-shadow: 2px 2px 0px #2C6D00;
	background: #000000;
}
h3.widget-title {
	padding: 10px 0 0 0;
}
#info {
	font-size: 12px;
	padding: 10px 0 0 0;
}
#wpinstagram-widget-4{
	color:#00a651;
	background: url(img/pat.png);
}
#wpinstagram-widget-4 img, ul.wpinstagram, ul.wpinstagram li{
	width:100%!important;
	height:auto;
}
#text-8 iframe{
	width:100%;
	background: url(img/pat.png);
	padding-top:20px;
}
#text-3 iframe{
	width: 100%!important;
	margin: 30px 0; 
}
.widget_search form{
	text-align: right;
}
.widget_search form .screen-reader-text{
	display: none;
}
.widget_search form #s {
    background: #CCC;
    border: none;
    padding: 10px;
    width: 70%;
}
.widget_search #searchsubmit {
    background: #363B87;
    border: none;
    color: rgb(255, 255, 255);
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 20%;
}
.ad-home {
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
}
.ad-mobile {
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}
.ad-side{
	text-align: center
}
.ad-top {
    text-align: center;
    max-height: 60px;
    overflow: hidden;
    margin-top: 20px;
}

/* FOOTER */
#ofertasfot h2{
	background: #363B87;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
#ofertasfot a {
    color: #FFFFFF;
    background: #1FAE5E;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 60px;
}
#ofertasfot a:hover {
    background: #188548;
}
.footer{
	background: #1FAE5E;
	font-size: 12px;
	padding-bottom: 10px;
	color:#FFF;
}
.footer ul {
    margin: 40px 0 20px 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
}
.footer li {
    list-style: square;
    display: inline-block;
    margin: 0 20px;
}
.footer li a{
	color: #000;
}
.footer a{
	color:#FFF;
	text-decoration: none;
}
.footer a:hover{
	color: #363B87;
}
.footer img{
	max-height: 80px;
	width: auto;
	text-align: center;
}
.footer .site-info{
	font-size: 10px;
	text-align: center;
}
.single #twitter {
	background-color: #00c3f3;
}
.single #facebook {
	background-color: #2d609b;
}
#share {
	height: 40px;
	margin: 20px 0;
}
#share a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
	width: 50%;
	display: inline-block;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#jp-relatedposts .jp-relatedposts-post-context {
	display: none!important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
	color: #363B87!important;
    font-weight: bold!important;
    font-size: 12px!important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: none!important;
    color: #1FAE5E!important;
}

@media screen and (max-width: 1037px) and (min-width: 980px){
	#menu-top li{
		padding: 5px 30px;
	}
}
@media screen and (max-width: 979px) and (min-width: 860px){
	#menu-top li{
		padding: 5px 20px;
	}
}
@media screen and (max-width: 859px){
	#menu-top li{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 925px){
	.widget_search #searchsubmit{
		width: 30%;
	}
	.widget_search form #s{
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.home article{
		height:320px!important;
	}
	.home article .entry-content, .page .articulos .entry-content, .archive article .entry-content, .search article .entry-content{
		height: auto;
	}
	.home article #tumb{
		height:100px!important;
	}
	#ofertasfot a{
		font-size: 12px;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px){
	#SlideDeck-66-frame {
		margin-bottom: 30px;
	}
	#SlideDeck-66-frame .slide-title{
		font-size: 12px;
	}
	#SlideDeck-66-frame .slide-meta, .header, #menu-top {
		display: none;
	}
}

/* Estilos de botonera - Pie de página */
.botonera {
	list-style: none;
}

.botonera li {
	margin-bottom: 16px;
	margin-top: 16px;
}

@media screen and (min-width: 720px) {
	.botonera li {
		display: inline;
	}
}