/*  
Theme Name: PlatformBase
Theme URI: http://www.pagelines.com/themes/PlatformPro
Description: Platform Base is a Platform child theme (a WordPress child theme) designed to be edited to customize the PlatformPro WordPress framework. Use custom CSS and PHP hooks to do almost anything. Designed and developed by <a href="http://www.pagelines.com">PageLines</a>.  **IMPORTANT** For this to work PlatformPro must be called 'platformpro' (lowercase) in your themes folder.
Version: 1.4.1
Author: PageLines
Author URI: http://www.pagelines.com
Tags: buddypress, theme-options, white, silver, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready

Template: platformpro

/* ======================= */
/* = Get PlatformPro CSS = */
/* ======================= */

/*
 IMPORTANT -  The files below need to find the actual directory of Platform. If the PlatformPro is named something other than 'platformpro' you will need to change that value below.

 ON UPDATING - 	Base shouldn't be replaced in your install with every release. It defeats the purpose of using a child theme.
				Use updates to this Platform Child Theme, as a reference to help you improve your own customizations.
*/

	/* Get Theme-Parent CSS */
	@import url('../platformpro/style.css');

/* ============================= */
/* = HOW TO CUSTOMIZE PLATFORM = */
/* ============================= */

/*

Edit this style sheet to create your own custom theme based on the Base Platform theme. 

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp

ON UPDATING - 	Base shouldn't be replaced in your install with every release. It defeats the purpose of using a child theme.
				Use updates to this Platform Child Theme, as a reference to help you improve your own customizations.
*/

/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */

 /* Contact Form 7 Custom CSS */
.wpcf7
{
    border: 2px solid #a61c20;
    border-radius: 15px;
}

#wpcf7-f9155-p9065-o1 {
  padding: 10px;
  margin: 5px;
}

/* wXa Router Table Custom CSS */
#routers {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
#routers td, #routers th {
	font-family: helvetica, arial, sans-serif; 
	border-bottom: 1px solid #cbcaca;
	padding: 3px 7px 2px 7px;
}
#routers th 
{
font-size: 22px;
font-weight: normal;
line-height: 1em !important;
text-align:center;
padding-top: 5px;
padding-bottom: 4px;
color: #a61c20;
}
.type {
	font-family: helvetica, arial, sans-serif; 
	font-size: 11px;
	color: #9d9d9d;
	font-style: italic;
	margin-top: -1px;
}
.check {
	color: #a61c20;
}
.alternative {
	background-color: #eee;
}
/* ------END WXA ROUTER CSS----------*/
/* -------START DOWNLOAD BUTTONS --------- */
.downloadbutton {
	background-color: #a61c20;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a61c20), color-stop(50%, #a61c20), color-stop(50%, 		#a61115), color-stop(100%, #810206));
	background-image: -webkit-linear-gradient(top, #a61c20 0%, #a61115 50%, #9c0a0f 50%, #810206 100%);
	background-image: -moz-linear-gradient(top, #a61c20 0%, #a61115 50%, #9c0a0f 50%, #810206 100%);
	background-image: -ms-linear-gradient(top, #a61c20 0%, #a61115 50%, #9c0a0f 50%, #810206 100%);
	background-image: -o-linear-gradient(top, #a61c20 0%, #a61115 50%, #9c0a0f 50%, #810206 100%);
	background-image: linear-gradient(top, #a61c20 0%, #a61115 50%, #9c0a0f 50%, #810206 100%);
	border: 1px solid #951100;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	color: #fff;
	font: bold 20px/1 "helvetica neue", helvetica, arial, sans-serif;
	padding: 12px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	float: left; 
	clear: both;
	margin: 10px;
}
.downloadbutton:hover {
    background-color: #a61c20;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef820f), color-stop(50%, #e77802), color-stop(50%, 		#d86f00), color-stop(100%, #ba6000));
    background-image: -webkit-linear-gradient(top, #a0181c 0%, #961216 50%, #860b0f 50%, #6a0104 100%);
    background-image: -moz-linear-gradient(top, #a0181c 0%, #961216 50%, #860b0f 50%, #6a0104 100%);
    background-image: -ms-linear-gradient(top, #a0181c 0%, #961216 50%, #860b0f 50%, #6a0104 100%);
    background-image: -o-linear-gradient(top, #a0181c 0%, #961216 50%, #860b0f 50%, #6a0104 100%);
    background-image: linear-gradient(top, #a0181c 0%, #961216 50%, #860b0f 50%, #6a0104 100%);
    cursor: pointer;
}
.downloadbutton:active {
    background-color: #901519;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #811013), color-stop(50%, #d86f00), color-stop(50%, 		#ba6000), color-stop(100%, #610507));
    background-image: -webkit-linear-gradient(top, #901519 0%, #811013 50%, #6f0b0e 50%, #610507 100%);
    background-image: -moz-linear-gradient(top, #901519 0%, #811013 50%, #6f0b0e 50%, #610507 100%);
    background-image: -ms-linear-gradient(top, #901519 0%, #811013 50%, #6f0b0e 50%, #610507 100%);
    background-image: -o-linear-gradient(top, #901519 0%, #811013 50%, #6f0b0e 50%, #610507 100%);
    background-image: linear-gradient(top, #901519 0%, #811013 50%, #6f0b0e 50%, #610507 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}
.graybutton {
  background: #989898;
  float: left;
  clear: both;
  margin: 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: 'arial', serif;
  padding: 15px;
  text-align: center;
  text-shadow: 0 1px 0 #fff; 
}
.graybutton:hover {
    background: #666;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}
.graybutton:active {
    background: #484848;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}
/* -------END DOWNLOAD BUTTONS --------- */
/* @ CSS corresponding to the hook used in functions.php; adds a stumbleupon icon to branding section */

.icons .stumbleupon {background: url('../platformpro/images/sprite-socialicons.png') no-repeat -176px 0;}
.icons .stumbleupon:hover {background: url('../platformpro/images/sprite-socialicons.png') no-repeat -176px -22px;}

/* @ Pullquote Section */

#pullquote.copy{
	background: #f7f7f7 url(images/pullquote.png) no-repeat 15px 15px;
	padding: 15px 20px 15px 45px;
	margin-bottom: 1.5em;
}

	#pullquote .thepullquote{font-size: 1.5em;margin-bottom: 5px;line-height: 1.3em;}
	#pullquote .thecitation{color: #AAA; font-style: italic;padding-left: 15px;}
	
/* -------BEGIN NSD SPEC TABLE  --------- */
.nsdtab{ 
	border-collapse:collapse;
	border-spacing:0;
}
.nsdtab td {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:black;
}
.nsdtab th {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:black;
}
.nsdtab .tg-6yn6 {
	font-weight:bold;
	color:#a71c20;
	vertical-align:top
}
.nsdtab .tg-e9l6{
	font-weight:bold;
	background-color:#efefef;
	color:#a71c20;
	vertical-align:top
}
.nsdtab .tg-baqh{text-align:center;vertical-align:top}
.nsdtab .tg-yzt1{background-color:#efefef;vertical-align:top}
.nsdtab .tg-2ktp{font-size:16px;vertical-align:top}
.nsdtab .tg-5vbi{font-size:18px;background-color:#a71c20;color:#ffffff;vertical-align:top}
.nsdtab .tg-yw4l{vertical-align:top}	
/* -------END NSD SPEC TABLE  --------- */

.commCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

table.tableizer-table {
	font-size: 12px;
	border: 1px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #CCC;
}
.tableizer-table th {
	background-color: #a71c20; 
	color: #FFF;
	font-weight: bold;
}