/*
Theme Name: P2P Foundation Starter Theme
Theme URI: http://wordpress.org/themes/p2pfoundation
Author: Pagetopixel
Author URI: http://pagetopixel.com/
Description: Built using the Zurb Foundation Framework for Responsive Design.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: foundation, responsive, flexible-width
Text Domain: p2pfoundation

P2P Foundation Starter WordPress Theme © 2014 Pagetopixel
P2P Foundation Starter is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


header .top-bar .name h1 a{
	display: inline-block;
}

header .top-bar h1 small{
	display: inline-block;
	line-height: 3.3em;
	font-size: 85%;
	color:#eee;
}


/* Home Page */


.home .top-bar {
  background: none repeat scroll 0 0 #000;
  height: 200px;
  width: 100%;
}


.home .top-bar .title-area {
  text-align: center;
  width: 100%;
}



.home .medium-12.columns.main-content {margin: 0;
	padding: 0;
}


.home .business-link {
  background: url(/wp-content/themes/p2pfoundation/img/business-photos.jpg) no-repeat scroll center center rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-bottom: 0px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 50%;
  background-size: cover;
	
}

.home .medium-6.columns.creative-link:last-child {
  background: url("/wp-content/themes/p2pfoundation/img/creative-photos.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
  box-shadow: none;
  float: left !important;
  margin-bottom: 0;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.home .medium-6 .fade-info {
  display: none;
}

.home .medium-6 .img-fade {
  display: none;
}

.home .medium-6:hover .img-fade {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: background 0.25s ease 0s;
  left: 0;
}

.home .medium-6:hover .fade-info {
  display: block;
  height: 100%;
  padding-top: 25%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 20;
}


.home .fade-info > h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.home .fade-info span {
	  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}




/* Main Site styles */

.row.page {
  min-height: 400px;
  padding-bottom: 40px;
}

.top-bar {
  background: none repeat scroll 0 0 #000 !important;
  height: 75px;
  width: 100%;
}


header .top-bar .name h1 a {
  background: url("/wp-content/themes/p2pfoundation/img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 68px;
  text-indent: -9999em;
  width: 161px;
}

header .top-bar h1 small{
	display: inline-block;
	line-height: 3.3em;
	font-size: 85%;
	color:#eee;
}


.top-bar .title-area {
  margin: 5px 0 0 !important;
}


.top-bar-section ul {
	margin-top: 15px !important;
}


.top-bar-section ul li {
  border: medium none !important;
}

.top-bar-section ul li > a {
  border: medium none !important;
}


.top-bar-section ul li {
  text-align: center;
}


#mast {
  background: url("/wp-content/themes/p2pfoundation/img/main-bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
  min-height: 520px;
  padding-top: 100px;
  text-align: left;
  width: 100%;
  background-size: cover;
  margin-bottom: 50px;
}


#mast h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


.businesses #mast {
  background: url("/wp-content/themes/p2pfoundation/img/main-bg-business.jpg") no-repeat scroll center 70% rgba(0, 0, 0, 0);
  min-height: 520px;
  padding-top: 100px;
  text-align: left;
  width: 100%;
  background-size: cover;
  margin-bottom: 50px;
}

.businesses #mast h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.business-page {display: none;}

.businesses .business-page {display: block;}


/* About Section */

.about-section {
  background: none repeat scroll 0 0 #000;
  min-height: 500px;
  padding: 50px 0;
  width: 100%;
}

.about-section h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color:#fff;
}

.about-section h1 {
  color: #ba1326;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.about-section p {
  color: #555;
  line-height: 1.4rem;
}

.about-section .medium-4.columns {
  text-align: center;
}

.about-section img {
  border: 7px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 13%;
  max-width: 65%;
}

.about-section h3 {
  color: #fff;
  font-size: 1.3rem;
}

.about-section em {
  color: #555;
}


/* Businesses Page */
.centered-photos {
  text-align: center;
}

.centered-photos > img {
  max-width: 50%;
}

.business-list li {
  list-style: disc outside none;
}


/* Creatives Page */

.creatives {
  text-align: center;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

.creatives h4 {
  font-size: 1rem;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.creatives h2 {
  color: #ba1326;
  font-weight: 300 !important;
  margin: 0 0 20px !important;
}

.medium-12.columns.creative-shots > p {
  color: #777;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 40px;
  padding: 0 5%;
}


/* Blog Page */


.entry-footer {
  background: none repeat scroll 0 0 #fff;
}


/* Footer */


footer {
  background: none repeat scroll 0 0 #f2f2f2;
  clear: both;
  float: left;
  min-height: 130px;
  padding-bottom: 20px;
  width: 100%;
}

.contact-footer {
  background: none repeat scroll 0 0 #fff;
  float: left;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

.contact-footer h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-footer h2 {
  color: #ba1326;
}

.full-footer {
  background: none repeat scroll 0 0 #f2f2f2;
  clear: both;
  float: left;
  min-height: 130px;
  padding-bottom: 20px;
  padding-top: 30px;
  width: 100%;
}

.social-icons {
  float: left;
  width: 100%;
}

.social-icons > ul {
  margin: 0;
  padding: 0;
}


.social-icons a {
  float: left;
  text-align: center;
  width: 33.3%;
}

.social-icons li {
  color: #000;
  font-size: 25px;
  margin-top: 5px;
}



.branding {
  float: left;
  text-align: right;
  width: 100%;
}

.branding > img {
  max-width: 20%;
}

.branding-company {
  color: #82878e;
  float: left;
  font-size: 11px;
  margin-top: 10px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}}
