/* freealvaro_styles.css */


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/



/* 13.1 Header */


header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
}


.site-branding {
 

}


.site-branding .wrap {
	background-color: #cf5202;
	padding: 0;
	max-width: 100%;
	text-align: center;
}

.custom-logo-link img {
    display: inline-block;
    max-height: 170px;
    width: auto;
}

/* MOVED to  @media screen and (min-width: 48em)
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    width: 837px;
	max-width: 100%;
	height: 169px;
	max-height: 170px
}
*/
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 200px;
	 
	width: 100%;
}




.home .page-header {
	display: none;
}


/*   13.3 Regular Content */


#content {
    padding: 3em 0 0; /*5.5em 0 0;*/
	padding-bottom: 0px;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 18px; /*14px;*/
    font-size: 1rem; /*0.875rem*/
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 2em;
}

/* entry meta */

.single .byline, .group-blog .byline {
    display: none; /* inline*/
}



/* featured image . attachment-twentyseventeen-featured-image */

 .post-thumbnail a img {
	max-height: 400px;
	width: auto;
}

/* social media feather share btns */
.social_share_wrap {
	text-align: right;
}
.social_share {
	
}

.social_share a:hover, .social_share a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social_share a img:hover {
	opacity: 0.85;
}


embed, iframe, object {
    margin-bottom: 0.5em;
    max-width: 100%;
}
/*  15.0 Widgets */
h2.widget-title {
    font-size: 14px; /*11px;*/
    font-size: 0.875rem; /*0.6875rem;*/
    margin-bottom: 1em;
}


/*   13.6 Footer */
#menu-footer_nav li {
	display: inline-block;
	border: none;
}

#menu-footer_nav li a {
	border-right: 1px solid #ddd;
	padding: 0 8px 0 4px;
}

#menu-footer_nav li:last-child  a{
	border: none;
}



@media screen and (min-width: 48em) {

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 400px;
		/*height: 100vh;*/
		max-height: 100%;
		overflow: hidden;
	}

	.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		width: 837px;
		max-width: 100%;
		height: 169px;
		max-height: 169px
	}

	.blog .site-main > article, .archive .site-main > article, .search .site-main > article {
    	padding-bottom: 2em;
	}
	.panel-content .wrap {
    	/*padding-bottom: 4.5em;
    	padding-top: 6em;*/
		padding-bottom: 1.5em;
    	padding-top: 1em;
	}
}


