Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.93 KB | None | 0 0
  1. $('.sub-menu a').click(function() {
  2. var anchor;
  3. var link = $(this).attr('href');
  4. if (link.indexOf('#') !== -1) {
  5. anchor = '#' + link.split('#').pop();
  6. }
  7. $('.id-sub').slideUp("slow");
  8. if (anchor !== undefined) {
  9. $(anchor).slideDown("slow").addClass('#sobre');
  10.  
  11.  
  12. }
  13.  
  14. });
  15.  
  16. /*
  17. Theme Name: twenty Seventeen Child
  18. Theme URI: http://example.com/twentyseventeen-child/
  19. Description: Twenty Fifteen Child Theme
  20. Author: John Doe
  21. Author URI: http://example.com
  22. Template: twentyseventeen
  23. Version: 1.0.0
  24. License: GNU General Public License v2 or later
  25. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  26. Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  27. Text Domain: twentyseventeen-child
  28. */
  29.  
  30.  
  31. /*Fonts Importadas*/
  32. @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
  33.  
  34. body{
  35. width: 100%;
  36. }
  37. h3{
  38. font-size: 20px;
  39. font-family: 'Roboto', sans-serif!important;
  40. font-weight: bold;
  41. }
  42. .title-slider{
  43. font-size: 80px!important;
  44. font-family: 'Roboto', sans-serif!important;
  45. font-weight: 900!important;
  46. color:white!important;
  47.  
  48. }
  49.  
  50. .sub-slider{
  51. font-family: 'Roboto', sans-serif!important;
  52. font-weight: 500!important;
  53. font-size: 20px!important;
  54. }
  55. h2{
  56. font-size: 48px;
  57. font-family: 'Roboto', sans-serif!important;
  58.  
  59. }
  60. .tp-caption > img:hover{
  61. margin-top: 1px!important;
  62. }.tp-caption > img:hover{
  63. margin-top: 1px!important;
  64. }
  65. p{
  66. font-family: 'Roboto', sans-serif,'300'!important;
  67. }
  68. .elementor-widget-image .elementor-image img{
  69. width: 100%!important;
  70.  
  71. }
  72. .organograma-class{
  73. background-color: #f6f6f6;
  74. }
  75. .equipe-class{
  76. background-color: #275b6b;
  77. }
  78. .entry-content{
  79. width: 100%;
  80. }
  81. .equipe-container{
  82. height: 820px;
  83. padding-left: 30px;
  84. padding-right: 30px;
  85. background-color: #275b6b;
  86. }
  87. .elementor-tabs-content-wrapper{
  88. min-height: 768px;
  89. background-color: #e9e8e3;
  90. }
  91. .elementor-tabs-wrapper{
  92. background-color: white;
  93. }
  94. .elementor-widget-tabs .elementor-tab-title{
  95. padding: 28px!important;
  96. border-bottom-color: #e9e8e3!important;
  97. font-family: 'Roboto', sans-serif!important;
  98. font-weight: 500!important;
  99. font-size: 14px;
  100. }
  101. .seta > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title{
  102. background-image: url(img/seta.png);
  103. background-repeat: no-repeat;
  104. background-size: 3%;
  105. background-position: 92% 50%;
  106. }
  107. .tabs-sub-title{
  108. font-family: 'Roboto', sans-serif!important;
  109. font-weight: 500!important;
  110. margin-top: -35px;
  111. font-size: 14px!important;
  112.  
  113. }
  114. .img-tabs .elementor-widget-container .elementor-image img{
  115. min-height: 784px!important;
  116. margin-right: 54px;
  117. }
  118. /*-------------*/
  119. .site-branding{
  120. width: 100%;
  121. position: fixed;
  122. height: 9%;
  123. background-color: white;
  124. clear: both;
  125. }
  126. .site-branding .warp{
  127. margin-top: 0%;
  128. }
  129. .container{
  130. float: left;
  131. display: block;
  132. width: 15%;
  133. position: fixed;
  134. top:9%;
  135. height: 200px;
  136. background-color:#f8f8f8;
  137. min-height: 1200px;
  138. }
  139. .site-header {
  140. background-color: #f8f8f8;
  141. }
  142. .site-content-contain{
  143. float: right;
  144. width: 85%;
  145. margin-top: 94px;
  146. }
  147. .site-content{
  148. padding: 0px!important;
  149. }
  150. .logo{
  151. float: left;
  152. width: 20%;
  153. }
  154. .logo .img-shevar{
  155. margin-top: -48px;
  156. margin-left: 3px;
  157. height: 100px;
  158. width: 283px;
  159. }
  160. .menu-menu-superior-container{
  161. float: right!important;
  162. width: 70%;
  163. text-align: right;
  164. }
  165. .menu-menu-superior-container ul{
  166. display: block;
  167. margin-right: 2px;
  168. margin-top: -48px;
  169. }
  170. .menu-menu-superior-container ul li{
  171. display: inline-block;
  172. padding: 36px;
  173. }
  174. .menu-menu-superior-container ul li:hover{
  175. background-color: #857f77;
  176.  
  177. }
  178. .menu-menu-superior-container ul li a:hover{
  179. color: white!important;
  180. }
  181. .menu-menu-superior-container ul li a{
  182. list-style: none;
  183. width: 15%;
  184. font-family: 'Roboto', sans-serif!important;
  185. font-weight: 300!important;
  186. color:#938e87!important;
  187. }
  188. /*Conteudo*/
  189. .wrap{
  190. margin: 0px auto;
  191. width: 100%;
  192. }
  193. strong{
  194. font-weight: 300;
  195. }
  196.  
  197. /*Breadcrumbs*/
  198. #trilha{
  199. width: 100%;
  200. background-color: #969188;
  201. height: 130px;
  202. position: fixed;
  203. z-index: 1;
  204. }
  205.  
  206. #trilha li{
  207. display: inline-block;
  208. text-align: left;
  209. margin-top: 50px;
  210. padding: 5px;
  211. }
  212. #trilha li a{
  213. margin-left: 242px;
  214. color: white;
  215. }
  216. #trilha li strong,.separador{
  217. color: white;
  218. font-weight: 300;
  219. }
  220. /*Formulario*/
  221. .wpcf7-form p{
  222. width: 55%;
  223. }
  224. #serviço{
  225. position: absolute;
  226. width: 200px;
  227. left: 50%;
  228. margin-left: -100px;
  229. }
  230. #orgonograma{
  231. position: absolute;
  232. width: 200px;
  233. left: 50%;
  234. margin-left: -100px;
  235. }
  236.  
  237.  
  238.  
  239.  
  240.  
  241. /*
  242. #organograma,#equipe,#estruturacao-capital,#cons-empresarial,#mercado,#risco-ativos,#aquisicoes,#venda-ativos,#operacao-credito{
  243. position: absolute;
  244. width: 1px;
  245. height: 1px;
  246. left: 0;
  247. margin-top: -100px;
  248. background-color: transparent;
  249. z-index: -1;
  250. }
  251. #investimentos-participacoes{
  252. position: absolute;
  253. width: 1px;
  254. height: 1px;
  255. left: 0;
  256. margin-top: 1000px;
  257. background-color: transparent;
  258. z-index: -1;
  259. } */
  260. .site-footer {
  261. margin-top:0px;
  262.  
  263. }
  264.  
  265.  
  266. /*Media Query*/
  267. @media screen and (max-width: 768px) {
  268. #cssmenu,.container {
  269. display: none;
  270. }
  271. .site-content-contain {
  272. width: 100%;
  273. margin-top: 94px;
  274. }
  275. .menu-menu-superior-container{
  276. display: none;
  277. }
  278. .elementor-size-default{
  279. width: 100%!important;
  280. height: 100px!important;
  281. margin: 0px!important;
  282. padding: 0px!important;
  283. }
  284. .title-inicio{
  285. white-space: nowrap;
  286. }
  287. #trilha li a{
  288. margin-left: 0px;
  289. text-align: left;
  290. }
  291. .img-tabs{
  292. display: none;
  293. }
  294. .wpcf7-form p{
  295. width: auto;
  296. }
  297. .logo{
  298. width: 40%;
  299. }
  300. .logo .img-shevar{
  301. height: 100px;
  302. width: 283px;
  303. }
  304. .site-branding {
  305. padding: 3em 0;
  306. }
  307. button#responsive-menu-button{
  308. top: 23px!important;
  309. background: #f8f8f8 !important
  310. }
  311. .equipe-container{
  312. height: auto!important;
  313. display: block;
  314. }
  315. .title-slider{
  316. font-family: 'Roboto', sans-serif!important;
  317. font-weight: 900!important;
  318. color:white!important;
  319. font-size: 65px!important;
  320. margin: 0px!important;
  321. margin-left: 0px!important;
  322. }
  323.  
  324. .sub-slider{
  325. font-family: 'Roboto', sans-serif!important;
  326. font-weight: 500!important;
  327. font-size: 15px!important;
  328. margin-left: 0px!important;
  329. display: inherit!important;
  330. }
  331. .responsive-menu-inner::before{
  332. background: #a77b7b!important;
  333. }
  334. .responsive-menu-inner::after{
  335. background: #a77b7b!important;
  336. }
  337. .responsive-menu-inner{
  338. background: #a77b7b!important;
  339. }
  340.  
  341. }
  342.  
  343. @media screen and (max-width: 480px) {
  344. .title-slider{
  345. font-family: 'Roboto', sans-serif!important;
  346. font-weight: 900!important;
  347. color:white!important;
  348. font-size: 38px!important;
  349.  
  350. }
  351. .sub-slider{
  352. display: none!important;
  353. }
  354. }
  355. @media screen and (max-width: 600px) {
  356. .title-slider{
  357. font-family: 'Roboto', sans-serif!important;
  358. font-weight: 900!important;
  359. color:white!important;
  360. font-size: 38px!important;
  361.  
  362. }
  363. .sub-slider{
  364. display: none!important;
  365. }
  366. }
  367.  
  368. @media screen and (max-width: 992px){
  369. .container{
  370. top:11%!important;
  371. }
  372. }
  373.  
  374. @media screen and (max-width: 768px) {
  375. .logo .img-shevar{
  376. height: 62px;
  377. margin-top: -26px;
  378. }
  379. }
  380.  
  381. @media screen and (max-width: 1339px){
  382. .equipe-container{
  383. height: auto!important;
  384. display: block;
  385. }
  386. }
  387.  
  388. <?php
  389. /**
  390. * The header for our theme
  391. *
  392. * This is the template that displays all of the <head> section and everything up until <div id="content">
  393. *
  394. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
  395. *
  396. * @package WordPress
  397. * @subpackage Twenty_Seventeen
  398. * @since 1.0
  399. * @version 1.0
  400. */
  401.  
  402. ?><!DOCTYPE html>
  403. <html <?php language_attributes(); ?> class="no-js no-svg">
  404. <head>
  405.  
  406. <?php wp_enqueue_script('jquery'); ?>
  407. <meta charset="<?php bloginfo( 'charset' ); ?>">
  408. <meta name="viewport" content="width=device-width, initial-scale=1">
  409. <link rel="profile" href="http://gmpg.org/xfn/11">
  410. <?php wp_head(); ?>
  411. </head>
  412.  
  413.  
  414. <body <?php body_class(); ?>>
  415. <div id="page" class="site">
  416. <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a>
  417.  
  418. <header id="masthead" class="site-header" role="banner">
  419.  
  420.  
  421.  
  422.  
  423. <?php get_template_part( 'template-parts/header/header', 'image' ); ?>
  424.  
  425. <?php if ( has_nav_menu( 'top' ) ) : ?>
  426. <div class="navigation-top">
  427. <div class="wrap">
  428. <!--Inserido menu TOP-->
  429. <?php get_template_part( 'template-parts/navigation/navigation', 'top' ); ?>
  430. </div><!-- .wrap -->
  431. </div><!-- .navigation-top -->
  432.  
  433.  
  434. </header><!-- #masthead -->
  435.  
  436. <?php endif; ?>
  437. <div class="container">
  438.  
  439. <?php
  440. wp_nav_menu(array(
  441. 'menu' => 'main-menu', // This will be different for you.
  442. 'container_id' => 'cssmenu',
  443. 'walker' => new CSS_Menu_Maker_Walker()
  444. ));
  445. ?>
  446.  
  447. </div>
  448.  
  449. <?php
  450.  
  451.  
  452. /*
  453. * If a regular post or page, and not the front page, show the featured image.
  454. * Using get_queried_object_id() here since the $post global may not be set before a call to the_post().
  455. */
  456. if ( ( is_single() || ( is_page() && ! twentyseventeen_is_frontpage() ) ) && has_post_thumbnail( get_queried_object_id() ) ) :
  457. echo '<div class="single-featured-image-header">';
  458. echo get_the_post_thumbnail( get_queried_object_id(), 'twentyseventeen-featured-image' );
  459. echo '</div><!-- .single-featured-image-header -->';
  460. endif;
  461. ?>
  462.  
  463. <div class="site-content-contain">
  464. <div class="trilha">
  465. <?php $pagename = get_query_var('pagename');
  466. if($pagename){
  467. bloglite_breadcrumb();
  468. }
  469. ?>
  470. </div>
  471. <!--Condição para mostrar (breadcrumb) -->
  472. <div id="content" class="site-content">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement