/*
  Theme Name:   ceafis
  Theme URI:    http://metamidia.com.br
  Author:       Metamídia
  Author URI:   http://metamidia.com.br
  Description:  Tema para o site ceafis
  Version:      1.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
  Text Domain:  route
  Template:     route
*/
@import url("../route/style.css");

.linkrecanto a { background: #189685; padding: 0 10px; font-weight: bold; font-size: 12px;  } 
.linkrecanto a:hover { background: #79CFC3; color:#000!important;  } 

.nivo-caption { background:#1a224f!important; }




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*
Minimo
 ->|    Tela    |<-

Maximo 
   |<-  Tela  ->| 

*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .cs-module-social a:hover { background-color: #189685; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .nodesktop { display:block; }
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .nodesktop { display:none; }
    .nomobile { display:none; }
	
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .nomobile { display:none; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .nomobile { display:none; }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
     

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.nocelular { display:none; }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}