/*
Theme Name: Modelo Cursos
Author: Operação PHP
Author URI: http://www.sti.uff.br/
Version: 1.1
*/

#menulateral h1, #menulateral h2, #menulateral h4, #menulateral h5, #menulateral h6 {
    background: #133453;
    color: #fff !important;
    margin: 0 0 2% 2%;
    padding: 4% !important;
}

#menulateral h3 {
    background: none;
    color: #fff !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 1% 0 !important;
}

#menulateral h1 {font-size: 26px !important;}
#menulateral h2 {font-size: 23px !important;}
#menulateral h3 {font-size: 20px !important;}
#menulateral h4 {font-size: 17px !important;}
#menulateral h5 {font-size: 14px !important;}
#menulateral h6 {font-size: 11px !important;}

div#menulateral .srp-post-content {
    text-align: left;
}

div#menulateral .srp-post-content-container {
    display: table !important;
}

#conteudo div#menulateral {
    color: #212121;
}

#conteudo div#menulateral .srp-content-box {
    margin-right: 0 !important;
    display: table-cell;
    padding: 0 1% 3% 2%;
}

div#noticias h1 {
    background-color: #133453;
    color: #fff;
    font-size: 26px;
    padding: 4%;
}

div#destaques h1 {
    background-color: #133453;
    color: #fff;
    font-size: 26px;
    padding: 1.5%;
}

div#titulo h1 {
    font-weight: bold;
    color: #2a4e6e;
    line-height: 3;
}

div#tradutor img {
    text-align: right !important;
    float: right;
    width: 61%;
    height: auto;
}

div#google_language_translator img {
    width: auto;
    float: none;
}

#menulateral .srp-widget-container {
    display: inline-table !important;
}

#menulateral .srp-widget-container {
    flex-direction: column-reverse !important;
}

#auxmenu {
    height: 42px;
}

#auxmenu a {
    height: auto;
    padding: 10px 0;
}

#auxmenu .navbar-default {
    height: 42px;
}

div#titulo h1 {
    line-height: 1.2;
}

#auxmenu a {
    padding: 10px;
}

@media all and (max-width: 980px) {
	#logo img {
    		float: none !important;
    		margin-left: 0 !important;
    		width: 100%;
	}
	
	div#titulo, div#tradutor {
		text-align: center;
	}

	div#tradutor img {
    		float: none;
	}
}	

#auxmenu, #auxmenu .navbar-default {
    height: 42px;
}

.nav>li>a {
    padding: 10px 0;
}

.open>.dropdown-menu {
    width: auto !important;
    text-align: center !important;
    margin-bottom: 10px;
}

ul.dropdown-menu a {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-bottom: solid 2px;
}

.nav>li>a {
    padding: 10px 0;
    display: inline-table;
    vertical-align: middle;
    float: none;
    text-align: center !important;
    width: 100%;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #f2f2f2 !important;
}

div#copyright p {
    color: #fff;
}

@media all and (max-width: 980px) {
	.nav-justified > li > a {
    		color: #fff;
    		font-weight: bold;
	}
}

@media all and (max-width: 767px) {
	.nav > li, .nav > li > a:focus, .nav > li > a:hover {
    		position: inherit !important;
	}

	.dropdown-menu {
    		position: relative !important;
	}

	.open>.dropdown-menu {
		width: 100% !important;
	}

	.nav > li, .nav > li > a {
    		background: #247BA0;
	}

	.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.current_page_item.active a {
		color: #fff;
	}

	#auxmenu a {
    		border: none !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    		border-color: transparent;
	}

	.lsi-social-icons {
    		float: none !important;
    		text-align: center !important;
	}
}

#menu-menu_superior_principal li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
    margin: 0;
}

ul#menu-menu-1 li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
    margin: 0;
}

.open>.dropdown-menu {
    display: none;
}

.dropdown-menu {
	min-width: 100%;
}

.dropdown-menu a {
	text-align: center;
}

/* SlideShow */
.slideshow_title {
    font-weight: bold;
}

.slideshow_description_box.slideshow_transparent {
    padding: 10px 30px 21px;
    opacity: 0.7 !important;
}

.slideshow_container_style-light .slideshow_slide_text {
    padding: 10px 30px 21px;
}

.slideshow_container_style-light .slideshow_slide_text {
	padding: 30px;
	align-items: center !important;
}

.slideshow_container .slideshow_view .slideshow_slide {
    position: relative !important;
    float: left !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
}

/* FORMATAÇÃO MENU */

.menu-item-has-children > a:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

ul.sub-menu {
    display: none;
    position: relative;
    background: #aaa;
    list-style: none;
    padding: 0;
}

.menu-item-has-children:hover > .sub-menu {
    display: block !important;
}

ul.sub-menu li {
	padding: 0;
}

ul.sub-menu li:hover {
	background: #b7d9ff;
   	color: #005AB7 !important;
   	cursor: pointer;
}

ul.sub-menu a {
    text-align: center !important;
    padding: 10px 0;
    border: none !important;
    position: relative !important;
    width: 100%;
    float: right;
    background: #aaa;
}

@media all and (max-width: 767px) {
	ul.dropdown-menu {
	    display: block;
	    width: 100%;
	}

	.open>.dropdown-menu {
	    display: block;
	}

	ul.sub-menu {
	    display: block;
	    position: relative;
	    background: #aaa;
	    list-style: none;
	    padding: 0;
	}

	.menu-item-has-children:hover > .sub-menu {
	    display: block !important;
	}

	#auxmenu li a {
	    text-align: left !important;
	}

	ul.sub-menu a {
	    text-align: left !important;
	    padding: 0 60px;
	    border: none !important;
	}

	.nav > li, .nav > li > a:focus, .nav > li > a:hover {
    		position: static !important;
	}

	ul#menu-menu-principal, ul#menu-menu-1 {
    		z-index: 9;
    		position: relative;
	}

	#s {
	    	width: 70%;
	}
}
