/*
Theme Name:     Coworking 2013
Description:    Child theme for Canvas 
Author:         Nilo Vélez
Author URI:     http://nilovelez.com
Template:       canvas
Version:        0.1.0
*/

@import url("../canvas/style.css");

/*
#header {

	background-position:  100% 50% !important;
	padding: 20px 560px 0 20px !important;
	background-size: auto;
	height: 293px;
}

h1.site-title{
	display: block;
	background: transparent url(/assets/furniture/bgc-logo.gif) no-repeat top left;
	width: 380px;
	height: 75px;
	overflow: hidden;
	text-indent: -900em;
}
*/


@media only screen and (max-width: 768px) {

	#header {
		margin-bottom: 1em !important;
	}
}



#logo {
	margin: -100px 0 100px;
	width: 100%;
	background: transparent url(/assets/nilo/negro_60.png);
} 
#logo img {
	margin: 0;
}

#logo .head-social {
	position: absolute;
	top: -142px;
	right: 0;
	height: 32px;
	left: 0;
}
@media only screen and (max-width: 768px) {
	#logo .head-social {
		margin: 0;
		top: -42px;
	}
}



#logo .tel, #home_site_description .tel {
	font-size: 150%;
	color: #b3b3b3;
	font-weight: bold;
	line-height: 32px;
	float: right;
	margin: 0 1em 0 0;
	display: block;
}
#logo .tel:hover {
	color: #666;
	text-decoration: none;
}
#home_site_description .tel {
	margin: 0 0 0 2em;
	line-height: 2em;
	color: #666;
}

@media only screen and (max-width: 768px) {
	#logo .tel {
		display: none;
	}
}

.nilo-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 192px;
}
.nilo-social-icons li {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 8px;
	display: inline-block;

}
.nilo-social-icons li.first {padding-left: 0;}
.nilo-social-icons li {opacity: 0.5}
.nilo-social-icons li:hover {opacity: 1}

#logo .nilo-social-icons {
	float: right;
}

@media only screen and (max-width: 768px) {
	#logo .nilo-social-icons {
		float: none;
		margin: 0 auto;
	}
}




@media only screen and (min-width: 768px) {
#logo .site-description {
	position: absolute;
	top: -100px;
	display: block;
	margin: 28px 20px 0 360px;
	line-height: 1.2em !important;
	}
}





#header .nav-toggle {
	
}
#home_site_description {
	border: 1px solid #ccc;
	background: #eee;
	padding: 1em;
	line-height: 1.4em;
	margin-bottom: 2em;
	padding: 1em;
	display: none;
}


@media only screen and (max-width: 768px) {
#home_site_description {
	margin-top: 1em;
	display: block;
	}
#home_site_description .tel {
	float: none;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	}

}



#pricingTable {
	width: 100%;
}

#pricingTable td, #pricingTable th {
	border-bottom: 1px solid #E6E6E6;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	padding: 0 5px 0 0;
}

#pricingTable thead td {
	font-size: 1.5em;
	color: #df303d;
}

#pricingTable tfoot td, #pricingTable tfoot th {
	border-bottom: none;
}

#pricingTable tfoot .woo-sc-button {
	margin: 15px 0;
}

/* FORM ELEMENTS */

.frmStandard label {   
    margin: 0 5px 0 5px; 
	display: inline-block; 
	padding: 1px 3px;
	text-align: right;
}


.lblWide { width: 250px;}
.lblStandard { width: 125px; }
.lblNarrow { width: 80px; }

.frmStandard p { margin: 0 0 3px 0; padding:0; }
.frmStandard .form-divider { padding-bottom:16px; }
.frmStandard input { width: 125px; }
.frmStandard input.error { border: 1px solid #DF303D; background: #ffe; }


.frmStandard .terms {
	margin-left: 141px;
	width: 419px;
}

.frmStandard .wide input { width: 407px; }
.frmStandard input[type="checkbox"] { width: auto; }

.lblTransparent     { background-color: transparent !important; border: none!important; }

.errorsMsg {padding: 5px; border-radius: 5px; font-weight: bold; border: 1px solid #DF303D; color: #DF303D; margin: 0 0 10px; display: none;}

.frmStandard label.error {
	color: #DF303D;
	background: transparent;
	padding: 0;
	border: none;
	margin: 0;
	
}
.frmStandard .wide label.error {
	padding-left: 140px;
	display: block;
}


#signup-widget {
	background: #eee;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 20px;
	
}

#signup-widget h3 {
	font-size: 1.5em;
	color: #df303d;
	border-bottom-color: #ccc;
	margin-bottom: 1em;
}

/** profile list **/
#profile_list {
	margin-left: -40px;
	}
#profile_list .item {
	display: block;
	width: 125px;
	height: 165px;
	margin: 0 0 10px 40px;
	float: left;
	text-align: center;
}
#profile_list .item img {
	width: 120px;
	height: 120px;
}
#profile_list .item span {
	display: block;
	width: 120px;
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	font-weight: bold;
	padding-top: 3px;
}

/** sponsors **/
.entry_logo_left {
	display: block;
	width: 238px;
	text-align: center;
	
	padding: 10px 0;
	border: 1px solid #e6e6e6;

	float: left;
	margin: 0 10px 10px 0;
	}

.entry_logo_left img {
	border: none !important;
	}

@media only screen and (max-width: 768px) {
	.entry_logo_left {
		margin: 0 auto 5px;
		float: none;
		clear: none;
	}
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px){
	#navigation .nav li.parent>a {
		position: relative;
		padding-right: 1.2em !important;
		padding-left: 0.8em !important;
	}
	#navigation .nav li.parent>a:after {
	    right: .3751em;
	}
}

