/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

@import url("caecilia/stylesheet.css");

.widgettitle {
    border-left: 6px solid #ffb900 !important;
    padding-left: 10px;
    line-height: 2em;	
}

/* General Custom CSS */

#menu-full {
    border-top: 2px solid orange;
    border-bottom: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 2px 5px #ccc;
    z-index: 9999;
    margin-bottom: 40px;
}

#menu-full a {
	
    padding: 16px 0px 16px 0px;
    margin: 0px;
    text-decoration: none;
    zoom: 1;
    display: block;
    position: relative;
    font: normal 15px Arial, sans-serif !important;
}

.entry-content .enhance_shortcode_menu_inline li, .enhance_shortcode_menu_inline li {
    margin: 0 !important;
    padding : 0px 8px !important;
}

#menu-full li ul li a {
	border-top: 1px solid rgba(255,255,255,.5); 
    font: normal 12px Arial, sans-serif !important;	
}

#menu-full li:hover {
	background: #ffb900;
    color: #fff !important;
    -webkit-transition: none;
    transition: none;
}

#menu-full li {
	line-height: 1em;
}

#menu-full,
#menu-full .container,
#menu-full .container ul,
#menu-full .menu-menu-udv-container {
	line-height: 1em;
}

#menu-full .container {
/*	padding: 0 !important;*/
}

#menu-full .container > div > ul > li {
    margin: -2 0px !important;
}

#menu-full .container > div > ul > li > a {
	padding-right: 15px;
    padding-left: 15px;
}

#menu-full .container > div > ul > li li {
	margin-left: 0;
	margin-right: 0;
}

#menu-full .container > div > ul > li li a {
    border-top: 0;
    font-size: 12px;
    padding-left: 15px;
}

#menu-full .container > div > ul li:hover > a {
	color: #fff !important
}

#menu-full .container > div > ul > li.menu-item-has-children > a {
	padding-right: 17px;
    padding-left: 7px; 
}

#menu-full .container > div > ul li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #dFeEFF;
    border-top-color: rgba(0,0,0,.5);
    color: #fff !important;
}

#menu-full .container > div > ul ul li.menu-item-has-children > a:after {
	margin-top: -5px;
    margin-right: -1px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    border-left-color: rgba(255,255,255,.5);
    border-left-color: rgba(0,0,0,.5);
}

#menu-full .container > div > ul ul li.menu-item-has-children:hover > a:after {
	border-left-color: rgba(255,255,255,1);
}

#menu-full .container > div > ul > li.menu-item-has-children:hover > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,1);
    color: #fff !important;
}

#menu-full .container > div > ul ul li.menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: rgba(255,255,255,1);
}

#menu-full .container > div > ul ul {
	min-width: 255px;
	box-shadow: 3px 2px 4px rgba(0,0,0,.3)
}

.news-excerpt p {
    font-size: 13px;
}

.conheca-outros-sites {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 50px;
    text-align: center;
    font: 24px "caecilia_lt_std45_light";
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

  #video-institucional-mobile {
    display: none;
  }

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  #header_main_alternate {
  		display: block !important;
  }

 .content .entry-content-wrapper {
    margin-right: 0px;
  }

  #menu-full select {
  	margin-top: 14px;
  	margin-bottom: 14px;
  }

  .video-tabs-index {
    display: none;
    margin-bottom: 40px;
  }

  .supercarousel_wrapper {
    height: 100px !important;
  }

  .enhance_shortcode_menu_inline {
    display: none;
  }

}

.section-title-original {
    padding: 10px 0px 10px 20px;
    background: none;
    font: normal 20px/.8 'Arial', sans-serif;
    border-left: 6px solid #ffb900 !important;
    color: #222;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}

.section-title-original a {
    display: inline-block;
    float: right;
    font: normal 12px sans-serif;
    text-decoration: none;
    margin-top: 2px;
}

.section-title-original a:hover {
    text-decoration: underline !important;
    color: #0099cc !important;
}

.news-headline {
    transition: all .1s linear;
}

a.news-link:hover > .news-headline {
    color: #ffb900;
}