﻿/*
Theme Name: CCEE
Description: Facultad de Ciencias Económicas | USAC GUATEMALA
Version: 1.0
Author: CCEE
Author URI: http://sitios.usac.edu.gt/wp_economicas/
*/

@import "css/screen.css";
@import "css/links.css";


/** 

COLORES

#23638B -> HEADER
#1F5A83 -> [rgbA(31,90,131,1)] -> AZUL
#f37021 -> [rgba(243,112,33,1)] -> ANARANJADO

**/


/* TRANSITIONS */
.main_nav li ul li a,
#footer a,
#copyright a {
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.hero { width: 100%; }
.hero img { position: relative; width: 100%; }

.flexslider, .flexslider .slides > li { height: 380px !important; }
.flexslider .slides > li { background: #fff !important; }
.flexslider_excerpt { background-color: rgb(201,115,60) !important; color: #1F5A83 !important; }
.post_header { border-bottom: 5px solid #f37021 !important; }
iframe.fancybox-iframe  { width: 980px !important; max-height: 565px !important; }
.fancybox-opened { max-width: 810px !important; }
.main_nav li ul {background: #1F5A83 !important; }
.main_nav li ul li a { color: #fff !important; width: 100% !important; padding-left: 10px !important; text-transform: none !important; }
.main_nav li ul li a:hover { color: #f37021 !important; }
#content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li:nth-child(2n+1),#content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li {width: 100% !important;}
ul.sidebar_widget li.widget_nav_menu div ul li { font-size: 16px !important; }
ul.sidebar_widget li.widget_nav_menu div a { padding-top: 1px; }
.inner_wrapper .page_fullwidth ul li,.inner_wrapper .page_fullwidth ol li {margin-left: 50px;}
table tr th { background: #f37021 !important; text-align: center !important; }


.footer_wrapper {position: absolute !important; margin-bottom: 0 !important;}
#footer .sidebar_widget li ul.posts li, ul.posts li { padding-bottom: 10px !important; }
#footer .sidebar_widget li.widget_nav_menu div ul li { font-size: 20px !important; }
#footer .widget.Custom_Cat_Posts li>a, #footer .widget.Custom_Cat_Posts span.post_attribute, #footer .widget.Custom_Cat_Posts span.post_attribute + br, #footer .widget.Custom_Cat_Posts .title + br {display: none !important;}
#footer .widget.widget_nav_menu li {margin-left: 5px;}
#copyright_left {width: 75% !important;}
.social_wrapper {width: 25% !important;}
#copyright a { color: #fff; }
#copyright a:hover, #footer a:hover {color: #fff !important;}

.post_detail.half {display: none;}
.eps-only {display:none;}
body.page-id-59 .eps-only {display: block;}

/* Cambios para arreglar el website en el movil */
@media only screen and (max-width: 767px) {
  #wrapper .boxed_wrapper { width: 100% !important }

  #menu_border_wrapper { margin-top: 50px !important; }

  .logo { width: 100% !important; }

  .logo a#custom_logo img { width: 100% !important; }

  .footer_wrapper { width: 100%; position: relative !important; }
  #copyright { padding: 0 0 20px !important; margin-top: 0 !important; }
  #copyright_left { float: none !important; margin: 0 auto !important; }
  #copyright .social_wrapper { margin: 0 auto; }
}