/*
Theme Name: Grupo unahoramenos
Theme URI: https://grupounahoramenos.es
Author: Héctor Muñoz
Author URI: http://hectormunozg.com
Description: A corporate theme for artistic & management business coded by @hectormunozg
Version: 1.1
License: Copyright
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grupounahoramenos
*/
/********************************************/
/* header and footer fix with logo img */ 
/********************************************/
.logo {
    padding: 22px 0 !important;
}

.basic-menu > li > a {
    padding: 40px 0;
}

.sticky .basic-menu > li > a {
    padding: 40px 0;
}

.footer-logo {
    max-width: 300px;
    margin: 14px auto;
}


/********************************************/
/* admin logged header fix */ 
/********************************************/

header.wp-admin-header-fix {
	margin-top: 32px !important;
}

/********************************************/
/* article  */ 
/********************************************/

article.single-post img {
	height: auto;
}

.single-post .post-title a {
	font-size: 30px;
}

article.single-post p {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 30px;
}

/********************************************/
/* pagination  */ 
/********************************************/



.page-numbers, .pagination-agenda > a {
	display: inline-block !important;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    color: #777777;
    display: block;
    float: none;
    padding: 8px 15px;
}

.page-numbers a {
	cursor: pointer;
}


.pagination > .current , 
.pagination > .current:focus, 
.pagination > a:hover, 
.pagination > .current, 
.pagination > .current:focus, 
.pagination > .current:hover,
.pagination-agenda a:hover {
    background-color: #3452ff;
    border-color: #3452ff;
    color: #ffffff;
    cursor: default;
    z-index: 3;
}

/********************************************/
/* agenda  */ 
/********************************************/

.post-header a {
    margin-right: 10px;    
}

.agenda-date {
    position: absolute;
    left: 15px;
    background-color: #333;
    padding:15px;
}

.agenda-day, 
.agenda-month, 
.agenda-year {
    text-align: center;
    color: white;
    font-weight: bold;
}

.agenda-day {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: -12px;
}

.agenda-month {
    font-size: 28px;
    text-transform: uppercase;
}

.agenda-year{
    font-weight: bold;
}

.agenda-item .post-title {
    margin-top: 20px;
}

.pagination-centered {
    display: block;
    text-align: center;
}

/********************************************/
/* about  */ 
/********************************************/

.custom-about-text p {
    text-align: left;
    padding-top: 15px;
    font-size: 16px;
    line-height: 160%;
}

.custom-about-text h3 {
    padding-top: 30px;
}

.area-title h2 {
    margin-top: 20px;
}

/********************************************/
/* btn centered  */ 
/********************************************/

.btn-centered {
    text-align: center;
}


/********************************************/
/* social button fix  */ 
/********************************************/

.fb_iframe_widget {
    vertical-align: top !important;
}

.social-buttons-wrap {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}


/********************************************/
/* caption text on photos */ 
/********************************************/

.wp-caption-text {
    background-color: #eee;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
}



/********************************************/
/* press page */
/********************************************/

.thead-press {
    font-weight: bold;
    font-size: 16px;
}

.td-press {
    font-weight: bold;
}


/********************************************/
/* Video embed responsive for gallery */
/********************************************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************************************/
/* single content WP helper clases */
/********************************************/

.alignleft {
    float: left;
    margin: 20px;
}

.alignright {
    float: right;
    margin: 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

img {
    height: auto !important;
}


.portfolio-caption h4 {
	text-transform: none;
}









