/*
Theme Name: Colormag Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for Colormag
Author: Eliara Maria Tavares
Author URI: http://themegrill.com
Template: colormag
Version: 1.0

-------------------------------------------------------------- */

.widget_slider_area {
	width: 100%;
        /*background-color: #f8f8f8;*/
        background-color: #303440;
        margin: 0 auto;
        padding-bottom: 0px;        
}

.metaslider .rslides_tabs {
    margin: 0px 0px 0px 0px; /* tira margem bottom do slide tipo R.Slides*/
}

#main {
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

body {
	word-wrap: normal; /*hack para acertar barra do governo*/        
}

#site-navigation {    
    /*background-color: #1d4e89;*/
    background-color: #303440;
}

.main-navigation .sub-menu,
.main-navigation .children {
	background-color: #1d4e89;
}

#header-text-nav-container {
    background-color: #F8f8f8;
}

.footer-socket-wrapper {
    background-color: #1d4e89;
}

.footer-socket-wrapper .copyright {
	color: #b1b6b6;
	float: left;
	font-size: 14px;
}

.footer-socket-wrapper .copyright a {
	color: #b1b6b6;
        border: none;
	/*border-bottom: 1px solid #5a5d62;*/
}

.footer-socket-wrapper .copyright a:hover {
	color: #ffffff;
}

.footer-socket-wrapper {
    padding: 15px 0px 10px;
}

#secondary .widget-title { /* margem barra lateral em relação à área do banner*/
    margin-top: 16px;
}
.footer-widgets-wrapper {
  border-top: none; 
}

.before-footer-widgets-wrapper {
    border-top: 1px solid #F2F2F2;
    background-color: #dd9933;
}

.before-footer-widgets-area {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #ffffff;
}

.before-footer-widgets-wrapper_2 {
    background-color: #ccc7c3;
}

.before-footer-widgets-area_2 {
    padding-top: 15px;
    padding-bottom: 3px;
    color: #ffffff;
}

.before-footer-widgets-wrapper_3 {
    background-color: #ccc7c3;
    padding-top: 10px;
}


.tg-footer-before-sidebar-2x1-one {
    width: 67%;
    float: left;
    margin-right: 2.631579%;
    
}

.tg-footer-before-sidebar-2x1-two {
    width: 30%;
    float: right;            
}

.widget-title {
    padding-bottom: 5px;
}

@media screen and (max-width: 600px) {
    .tg-footer-before-sidebar-2x1-one, .tg-footer-before-sidebar-2x1-two {
        float: none;
	width: 100%;
        margin: auto;
    }
    
}

.lang-item {
    display: inline-block;
    margin:auto auto 10px;   
    color: #134563;
    font-size: 14px;
   
}
/*.lang-item::after {
    content:"|";     
}*/

.news-bar {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0)
}

#header-text-nav-wrap {
    padding: 5px 0 25px;
}

#site-navigation .menu-toggle {
    display: none; /* desativar menu mobile padrao do tema - será usado o Mega Menu */
}

/*Diminui fonte dos marcadores, em relaçao ao tema original*/
.entry-content li {
   font-size: 15px;
}

/*Formatação de citação*/
blockquote p {
    color: #444444;
    font: inherit;
    font-size: 95%;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

blockquote p:before {
    display:none;
    padding:0px;
}

blockquote:before {
    display:none;
    padding:0px;
}

/*blockquote {
    padding: 10px;
    color: #444444;
    font: inherit;
    font-size: 97%;
    font-style: italic;
    font-weight: inherit;
    background-color: #EDEEF0;
    border-left: 5px solid #d93;
    border-radius: 0px;
}*/

blockquote {

    font-style: italic;
    font-weight: normal;
    padding: 20px;
    border-left: 4px solid #d93;
    margin-bottom: 20px;
    background-color: #F9F9F9 !important;

}

/* Permitir dimensionar a janela do vídeo inserido na pagina/post */
iframe#wp-custom-header-video {
	/*width: 100%;*/
}

/* Search Box */
input.s {
    height: 35px;
}

.search-wrap button {
    line-height: 33px;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
    border: none;
    margin-bottom: 1.0rem;
}

#colophon .wp-caption {
    border: none;
}

.wp-caption .wp-caption-text {
    margin: 0.1rem 0;
    font-size: 80%;
    font-style: italic;
}

/* =CSS DO ARQUIVO CONTENT-SINGLE.PHP DO TEMA FILHO (conteúdo de posts)
----------------------------------------------- */
.post .featured-image p{
    text-align: center;
    font-size: 80%;
    font-style: italic;
}

.field-colaborador-noticia {
    font-size: 13px;
}


/*Efeito colocado nas imagens para transformá-las em cinzas com hover na cor original
    utilizar a classe img.gray*/
/*@eliara*/
img.gray {
  /*opacidade*/
  opacity: 0.50;
  -moz-opacity: 0.50;
  filter: alpha(opacity=50);
  -webkit-filter: opacity(0.50);
  /*filtro P/B*/
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  /*qualidade*/
  image-rendering: auto;
}
img.gray:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: opacity(1);
  filter: none;
  /* Firefox 10+ */
  -webkit-filter: grayscale(0%);
  /* Chrome 19+ & Safari 6+ */
  image-rendering: auto;
}

img.zoom {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
img.zoom:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}


/**
 * CSS do Plugin Event Organiser 
 * List Event Widget
*/
.eo-events-widget{ font-size: 14px }
.eo-events-widget li{ overflow:hidden;}
.eo-events .eo-date-container{ color:white;float:left;;text-align: center;width: 40px;line-height: 1.8; margin:0px 5px; }
.eo-events .eo-date-month{ margin: 0px;display: block;font-size: 14px;font-variant: small-caps;color: white;letter-spacing: 3.2px;text-align: center;}
.eo-events .eo-date-day{ display: block;margin: 0px;border: none;font-size: 20px; }
.eo-events .eo-date-container{ background: #1d4e89}
.eo-events .eo-date-day{ background: #dd9933}


/**
 * CSS do Plugin List Category Posts 
 * Template Unifal Home - Exibe seis posts (2x3)
 * diretorio -> themes/colomarg-child/list-category-posts/templateunifalhome.php (arquivo template com o html)
 * 270px para 4 imagens por linha -  330 para 3 imagens por linha
*/
.lcp_catlist_templateunifalhome{
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: repeat(auto-fit, minmax(330px, 1fr));            /* adjusted */  
   grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

/*lcp_templateunifalhome - sao 6 pq são exibidos 6 posts (3x2) - Hack para Internet Explorer
*/
.lcp_templateunifalhome-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.lcp_templateunifalhome-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.lcp_templateunifalhome-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
/*.lcp_templateunifalhome-4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}*/
.lcp_templateunifalhome-4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.lcp_templateunifalhome-5 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.lcp_templateunifalhome-6 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.lcp_templateunifalhome-1, .lcp_templateunifalhome-2,
.lcp_templateunifalhome-3, .lcp_templateunifalhome-4,
.lcp_templateunifalhome-5, .lcp_templateunifalhome-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.lcp_thumbnail_templateunifalhome {
}

.lcp_post_templateunifalhome {
    text-align: justify;
    padding-bottom: 1px;
    font-weight:600;
    font-size: 18px;
    line-height: 1.1;
}

.lcp_date_templateunifalhome {
    font-size: 13px;
}

.lcp_excerpt_templateunifalhome {
    text-align: justify;    
}

.lcp_posts_morelink_templateunifalhome {
    background-color: #e2931d;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
}

/* Template Unifal Lista Notícias 
 * diretorio -> themes/colomarg-child/list-category-posts/templateunifallistanoticias.php (arquivo template com o html)
*/
.lcp_catlist_templateunifallistanoticias {
       
}

.lcp_date_templateunifallistanoticias {
    font-size: 16px;
}

.lcp_post_templateunifallistanoticias {
    text-align: justify;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 1.1;
}

/* Template Unifal Lista Notícias  com Imagem 
 * diretorio -> themes/colomarg-child/list-category-posts/templateunifallistanoticiasimagem.php (arquivo template com o html)
*/
.lcp_catlist_templateunifallistanoticiasimagem{
   display: grid;   
   grid-template-columns: minmax(auto, auto);   
}

.lcp_templateunifallistanoticiasimagem {
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.lcp_thumbnail_templateunifallistanoticiasimagem {
    float:left;
    max-width:100%;
    height:auto;
    margin-right: 10px;
    margin-bottom: 0px;
}

.lcp_date_templateunifallistanoticiasimagem {
    font-size: 13px;       
}

.lcp_post_templateunifallistanoticiasimagem {
   
}

.lcp_excerpt_templateunifallistanoticiasimagem {
    text-align: justify;
}

/* Template Unifal Lista Concursos e Editais 
 * diretorio -> themes/colomarg-child/list-category-posts/templateunifalconcursoseeditaishome.php (arquivo template com o html)
*/

.lcp_catlist_templateunifalconcursoseeditaishome {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 15px;
    background-color: #fff;  
    border: 1px solid #e8e8e8;
    min-height: 490px;
    max-height: 100%; 
       
}
.lcp_ul_templateunifalconcursoseeditaishome {
    list-style: square;
    min-height: 420px;
}

.lcp_morelink_templateunifalconcursoseeditaishome {
    text-align: right;
    
}
.lcp_date_templateunifalconcursoseeditaishome {
    font-size: 16px;
}

.lcp_post_templateunifalconcursoseeditaishome {
    text-align: justify;
    padding-bottom: 1px;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .lcp_catlist_templateunifalconcursoseeditaishome {
        min-height: 100%;
    }
    .lcp_ul_templateunifalconcursoseeditaishome {
        min-height: 100%;
    }
}

/**
 * CSS do Plugin Breadcrumb NavXT 
*/
.breadcrumbs {
    font-size: 13px;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    background-color: #f4f4f4;
   
}
.breadcrumbs span[property="itemListElement"] {
    max-width: none;
    display: inline-block;
}

@media screen and (max-width: 920px) {
   .breadcrumbs {
       display: none; 
   }
}

/**
 * CSS do Widget Before Footer Sidebars - byUnifal
 * Estude na Unifal-MG, Graduacao, Pos-Graduacao, Extensao
*/
.destaque {
    float: left;
    width: 25%; 
}

.legenda-destaque {
    font-size: 15pt;
    font-style: normal;
}

/* Clear floats after the columns */
.destaques-pagina-inicial:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .destaque {
        width: 50%;
    }
    .legenda-destaque {
        font-size: 12pt;
        font-style: normal;
    }
}



/*--------------------------------------------------------------
ACESSIBILIDADE
--------------------------------------------------------------*/
#barra_acessibilidade {
    background-color: #F8f8f8;    
}

#acessibilidade {
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    height: 30px;
    line-height: 30px
}

#atalhos {
    display: block ;
    float: left;
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;    
    border-bottom: 1px solid black;
}

#atalhos li {
    display: inline-block;    
}

#atalhos a, #botoes a{
    color: #999;
    margin-right: 3px;    
}

#atalhos span {
    font-size: 0.8em;
    background-color: #999;
    color: #fff;
    padding: 0 4px;
    margin-right: 4px;
}

#botoes {    
    display: block;
    float: right;
    clear: none;
    font-size: 0.8em;
    text-transform: uppercase;    
    border-bottom: 5px solid black;
}

#botoes li{
    display: inline-block;   
    margin-left: 0.5em;
}

@media screen and (max-width: 920px) {
   #atalhos {
       display: none; 
   }
}

/*CSS para Lista Concursos e Editais*/
#menu-lateral {
    float: left;
    width: 27.19298245%;
    height: auto;
}

#conteudo-com-menu-lateral {
    float: right;
    width: 70.17543859%;
}

@media screen and (max-width: 768px) {
    #conteudo-com-menu-lateral, #menu-lateral {
	float: none;
	width: 100%;
	}
}
/*FIM CSS para Lista Concursos e Editais*/

input[type="submit"] {
    padding: 2px 4px;
}

.entry-content .list-none {
    list-style:none;
}

.loadmore {
    padding-top: 20px;
    color: #dd9933;
    cursor: pointer;
    font-weight: bold;
    float:right;
}
.loadmore:hover {
    color: #33363b;   
    
}

.tg-footer-before-sidebar-2x1-two .editais-destaque-home {
    margin-bottom: 15px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    min-height: 445px;
    max-height: 100%;
}
.posts li{
   list-style: square; 
}

.form-editais {
    height: 30px;
}