/*
Theme Name: Meth Child Theme
Theme URI: http://codestag.com/themes/meth
Description: Child theme for customizing Meth.
Version: 1.0
Author: Codestag
Author URI: http://codestag.com/
Template: meth
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../meth/style.css');

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }


.group:after, .clearfix:after  {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group, * html .clearfix         { zoom: 1; } /* IE6 */
*:first-child+html .group, *:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Make all custom CSS changes BELOW this line
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

/* FONTS 
-----------------------------------------------------------*/

/* FREIGHT BIG */

.calluna_light {
	font-family: "calluna",serif;
font-style: normal;
font-weight: 300;
}

.futura-light {
font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 300;
}
.futura-book {
font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
}
.futura-heavy {
font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 700;
}


/* HARRY STYLES
-----------------------------------------------------------*/

body {
	font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 300;

}

#secondary p,
.testimonial-content p {
font-family: "calluna",serif;
font-style: normal;
font-weight: 300;
}

.testimonial-author {
	text-transform: uppercase;
	font-weight: 700;
}

#secondary p {
	font-size: 28px;
	font-size: 2rem;
}

.main-navigation { font-size: 20px; font-size: 1.42857143rem; }
.stag_widget_intro .intro-description { font-size: 48px; font-size: 3.42857143rem; }

.stag-custom-widget-area .widgettitle {
	font-weight: 400;
}

.accent-background, .stag_widget_testimonials, #stag_widget_testimonials-2 { background-color: #3a4935 }

#contact h3 { line-height: 1.3 }

.site-footer .site-info,
.footer-widget-area {
background: #e5e5e5;
color: #999;
padding: 160px 0 12px;
}
.portfolio-grid .portfolio-overlay:after, .portfolio-grid .portfolio-overlay:before { content: ''; background: none; height: 1px; width: 50%; position: absolute; -webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; -webkit-transform: rotate(45deg) scale(0.5); -moz-transform: rotate(45deg) scale(0.5); -ms-transform: rotate(45deg) scale(0.5); -o-transform: rotate(45deg) scale(0.5); transform: rotate(45deg) scale(0.5); }
.portfolio-grid .entry-title { font-size: 20px; font-size: 1.25rem; text-transform: uppercase; position: absolute; display: block; text-align: center; width: 100%; left: 0; padding-left: 20px; padding-right: 20px; color: white; font-family: inherit; font-weight: normal; }


#footer_logo { width: 200px; height: auto; position: relative; left: 36px; bottom: 15px; }
#reid_copy { position: relative; left: 36px; }
#footer_lcfef { width: auto;
height: 90px;
position: relative;
bottom: 38px;
}

section#intro {
	min-height: 100vh;
}

/*
.slides li {
	max-height: 90vh;
}
*/

@media screen and (min-width: 900px) { 

  .display-intro .site-header:not(.header--pinned) .main-navigation ul > li > a { color: #3a4935; text-transform: uppercase; font-weight: 400; }
  .display-intro .site-header:not(.header--pinned) .main-navigation ul > li > a:hover { background: none; color: #57754d;  }

  .main-navigation ul > li > a { color: #3a4935; text-transform: uppercase; font-weight: 400;}
  .main-navigation ul > li > a:hover { background: none; color: #57754d; }


}


@media screen and (max-width: 540px) { 

.alignleft { float: none; }
.alignright { float: none; }

}

