/*
Theme Name: Arc2Earth
Version: 1.0
Description: Custom Woothemes Definition Child Theme for Arc2Earth.
Author: Sagefrog Marketing Group, LLC
Author URI: http://www.sagefrog.com
Template: definition
*/

@import url("../definition/style.css");

/*
|--------------------------------------------------------------------------
| Basic Styles/Structure
|--------------------------------------------------------------------------
*/

* {
	text-rendering: optimizelegibility;
}

body {
	color: #575757;
	font-size: 14px;
	/* line-height: 1.5em; */
	font-family: Arial, sans-serif;
	background: #1b1b1b;
}

.js .widget > h3,
.js .widget #connect h3 {
	font-size: 1.1em !important;
}

a, a img {
	-webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal !important;
}

#navigation ul.nav li.parent > a:hover {
	text-decoration: underline;
}

/*
|--------------------------------------------------------------------------
| Home Page
|--------------------------------------------------------------------------
*/
body.home #content {
	padding: 20px 0;
}

body.home #breadcrumbs {
	display: none;
}

body.home #header {
	border-bottom: 1px solid #e0e0e0 !important;
}

/* Flexslider */

#featured {
	background: #f0f0f0;
	padding: 2em 0 !important;
	height: 446px;
}

#featured .col-full {
	max-width: 1028px;
}

.flexslider {
	padding: 0 20px;
}

.slide-content {
	padding-top: 20px;
}

.slide-content header {
	text-align: center;
}

.slide-content h1 {
	line-height: 1em;
	font-size: 46px;
	color: #45454c;
	font-weight: 500;
	margin-bottom: 10px;
	font-style: normal !important;
}

.slide-content .entry p {
	font-size: 23px;
	color: #999;
	font-weight: 500;
}

.slide-content .entry .slider-btn {
	background: transparent url(images/slider-button.png) no-repeat;
	display: block;
	width: 184px;
	height: 52px;
	text-indent: -999em;
}

/*
.flex-direction-nav .flex-prev:before {
	font-family: "FontAwesome";
    content: "\f137" !important;
}

.flex-direction-nav .flex-next:before {
	font-family: "FontAwesome";
    content: "\f138" !important;
}
*/

/* Homepage Callout Buttons */

body.home .a2e-callout-buttons {
	text-align: center;
}

#wrapper .woo-sc-button {
	font-size: 17px;
	font-weight: 700;
	max-width: 210px;
	width: 100%;
	margin: .4em .6em 2em .6em;
	padding: 8px 16px;
}

#wrapper .woo-sc-button.green,
.comments.button {
	border-color: #6fa72c;
	background: #bad645; /* Old browsers */
	background: -moz-linear-gradient(top,  #bad645 0%, #6fa72c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad645), color-stop(100%,#6fa72c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bad645 0%,#6fa72c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bad645 0%,#6fa72c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bad645 0%,#6fa72c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bad645 0%,#6fa72c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad645', endColorstr='#6fa72c',GradientType=0 ); /* IE6-9 */
}

#wrapper .woo-sc-button.blue,
.read-more .button.alt-1 {
	border-color: #2d8bb7;
	border-bottom-color: #2980a8;
	background: #67cdf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #67cdf1 0%, #3481d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67cdf1), color-stop(100%,#3481d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67cdf1 0%,#3481d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67cdf1 0%,#3481d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67cdf1 0%,#3481d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67cdf1 0%,#3481d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67cdf1', endColorstr='#3481d3',GradientType=0 ); /* IE6-9 */
}

#wrapper .woo-sc-button.green:hover,
.comments.button:hover {
	background: #bad645; /* Old browsers */
	background: -moz-linear-gradient(top,  #bad645 0%, #6fa72c 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad645), color-stop(75%,#6fa72c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bad645 0%,#6fa72c 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bad645 0%,#6fa72c 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bad645 0%,#6fa72c 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #bad645 0%,#6fa72c 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad645', endColorstr='#6fa72c',GradientType=0 ); /* IE6-9 */
}

#wrapper .woo-sc-button.blue:hover,
.read-more .button.alt-1 {
	background: #67cdf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #67cdf1 0%, #3481d3 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67cdf1), color-stop(75%,#3481d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67cdf1 0%,#3481d3 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67cdf1 0%,#3481d3 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67cdf1 0%,#3481d3 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #67cdf1 0%,#3481d3 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67cdf1', endColorstr='#3481d3',GradientType=0 ); /* IE6-9 */
}

/* Features */

.widget_woothemes_features h2 {
	display: none;
}

.widget_woothemes_features .features .feature h3.feature-title {
	font-size: 23px !important;
	font-weight: 500;
	margin-bottom: 8px;
}

.widget_woothemes_features .features .feature h3.feature-title a {
	color: #08215a;
}

.feature-content p {
	margin-bottom: 10px;
}

.feature-content a.more {
	font-weight: bold;
	color: #1aa2df;
}

.feature-content a.more:after {
	font-family: "FontAwesome";
	content: "\F0DA";
	margin-left: 7px;
}

/* Integration Logos */

.integration-logos h1 {
	font-size: 23px;
	color: #7f7f7f;
	font-weight: 500;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

#header {
	border-color: #e0e0e0;
	background: #fff;
	padding: 40px 1.618em 1.618em !important;
}

#logo img {
	
}

ul.nav li a {
	color: #282828 !important;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
*/

#header #navigation {
	margin: 38px 0 0;
	float: none;
}

#navigation ul.nav > li.parent:hover > a {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#navigation .login-btn a {
	position: relative;
	top: -3px;
	right: -125px;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	color: white !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #474747;
	background-image: -moz-linear-gradient(top,#555555,#333333);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#555555),to(#333333));
	background-image: -webkit-linear-gradient(top,#555555,#333333);
	background-image: -o-linear-gradient(top,#555555,#333333);
	background-image: linear-gradient(to bottom,#555555,#333333);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555',endColorstr='#FF333333',GradientType=0);
	border-color: #333333 #333333 #0d0d0d;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#navigation ul.nav li.login-btn a:hover {
	color: white !important;
	background-color: #444 !important;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

/*
|--------------------------------------------------------------------------
| Main Content
|--------------------------------------------------------------------------
*/

body.page #content {
	padding-top: 10px;
}

.page.hentry header h1 {
	/* display: none; */
	font-size: 21px;
}

#a2e-page-header {
	background: #f0f0f0;
	margin: 0 -1.618em 1.618em;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}

#a2e-page-header h1.page-title {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 50px;
}

#a2e-page-header h1.page-title.custom {
	text-align: center;
	color: #199ed9;
}

#breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	top: -35px;
	color: #fff;
	font-weight: bold;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs span.breadcrumb-title {
	display: none;
}

.type-page header h1 {
	margin-bottom: .8em;
}

body.page .entry:after {
	content: '';
	display: block;
	clear: both;
	visibility: none;
}

.entry, .entry p {
	color: #777;
}

/* Blog */



.post-more-sep {
	color: #fff
	;
}

.single-post #content {
	padding-top: 0;
}

.single-post .hentry header h1 {
	display: none;
}

.post-author, 
.post-category {
	display: none !important;
}

.woo-pagination {
	margin: 0 0 2em;
}

/*
|--------------------------------------------------------------------------
| Prices Table
|--------------------------------------------------------------------------
*/

.pricing .hentry header > h1 {
	display: none;
}

.prices {
	color: #555;
}

.prices th {
	font-size: 16px;
	font-weight: 900;
	background: #009DDC;
	color: #fff;
	padding: 7px 0; 
}

.prices td {
	padding: 30px 0;
	background: #f9f9f9;
}

table.prices tr:nth-child(2n) td {
background: #f9f9f9;
border-right: 1px dashed #d8d8d8;
}

.prices th,
.prices td {
	text-align: center;
	max-width: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prices h2 {
	color: #404040;
	font-size: 43px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 5px;
	/* font-family: Arial,sans-serif !important; */
}

.prices h6 {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	/* font-family: Arial,sans-serif !important; */
}

.prices p {
	font-weight: 300;
	font-size: 15px;
	color: #404040;
}

.prices p strong {
	font-weight: 700;
}

#wrapper .prices .woo-sc-button {
	margin: 1em 0 0 0;
}

.prices td ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.prices td ul li {
	list-style: none;
	margin-bottom: 1em;
}

/*
|--------------------------------------------------------------------------
| Pricing Table
|--------------------------------------------------------------------------
*/

.js .toggle-btn-1,
.js .toggle-btn-2,
.js .toggle-btn-3,
.js .toggle-btn-4,
.js .toggle-btn-5,
.js .toggle-btn-6,
.js .toggle-btn-7 {
	cursor: pointer;
}

.js .toggle-row-1,
.js .toggle-row-2,
.js .toggle-row-3,
.js .toggle-row-4,
.js .toggle-row-5,
.js .toggle-row-6,
.js .toggle-row-7 {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Toggle Shortcode
|--------------------------------------------------------------------------
*/

.entry .shortcode-toggle {
	margin: 0 0 1.5em;
}

.entry .shortcode-toggle .toggle-content {
	padding: 0;
}

.entry .shortcode-toggle h4 a {
	font-size: 1.5em;
	color: #2f2f2f;
	padding-left: 25px;
}

.entry .shortcode-toggle h4 a {
	background-position: left center;
}

/*
|--------------------------------------------------------------------------
| Widgets
|--------------------------------------------------------------------------
*/

.widget.about-graphic {
	background: transparent;
	text-align: center;
}

.widget.placeholder {
	height: 300px;
	background: transparent;
}

.widget_woo_subscribe #connect p {
	display: none;
}

.widget_woo_subscribe #connect a.subscribe {
	color: #F1AC5E;
}

.widget_woo_subscribe #connect a.facebook {
	color: #5381B5;
}

.widget_woo_subscribe #connect a.twitter {
	color: #94D0E9;
}

.widget_woo_subscribe #connect a.youtube {
	color: #9f3a37;
}

.widget_woo_subscribe #connect a.linkedin {
	color: #52A2CC;
}

.widget_woo_subscribe #connect a.googleplus {
	color: #DD4B39;
}

.widget.sub-nav {
	background: #fff;
	padding: 0;
}

.widget.sub-nav area:hover {
	background: #000;
}

/*
|--------------------------------------------------------------------------
| Gravity Forms
|--------------------------------------------------------------------------
*/

.gform_wrapper ul.gform_fields {
	margin: 0 !important;
}

.gform_wrapper ul.gfield_radio li {
	list-style: none;
	overflow: visible;
}


/*
|--------------------------------------------------------------------------
| Footer Callouts
|--------------------------------------------------------------------------
*/

.a2e-footer-callout {
	background: #f0f0f0;
	padding: 20px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	margin-bottom: 60px !important;
	margin-top: -60px !important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;        
}

.a2e-footer-callout .left {
	float: left;
}

.a2e-footer-callout .left h3 {
	color: #70747a;
	margin-bottom: 0;
	font-size: 19px;
	font-weight: 700;
}

.a2e-footer-callout .left p {
	color: #70747a;
	margin-bottom: 0;
	font-size: 17px;
}

.a2e-footer-callout .a2e-callout-buttons {
	float: right;
	width: 45%;
}

#wrapper .a2e-footer-callout .a2e-callout-buttons .woo-sc-button{
	margin-bottom: .4em;
	margin-right: 0;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

#footer {
	background: #1b1b1b;
	color: #fff;
	padding: 0;
	border: none;
}

#footer a {
	color: #fff;
}

#footer-widgets-wrap {
	background: #252525;
	padding: 2.618em 1.618em;
}

#footer-widgets {
	padding-bottom: 0;
}

#footer-widgets .woo-sc-button {
	font-size: 15px;
	font-weight: 700;
	text-shadow: 0 1px 1px #000;
	padding-left: 20px;
	padding-right: 20px;
	margin: .4em .6em 2em 0;
}

#footer-widgets .widget h3 {
	color: #fff;
}

#footer-widgets .widget p {
	color: #fff;
}

#footer .footer-social {
	display: none;
}

#footer-widgets .widget_recent_entries li {
	margin-bottom: 10px;
}

.gform_wrapper ul.gfield_radio {
	margin-top: 5px !important;
}

#footer-bottom {
	padding: 20px  1.618em;
}

#footer #copyright p {
	margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

	#navigation .login-btn a {
		right: -20px;
	}
	
	#featured {
		height: auto;
	}

}

@media only screen and (min-width: 768px) {
	
	#navigation ul.nav li.current_page_item > a,
	#navigation ul.nav li.current_page_parent > a,
	#navigation ul.nav li.current-menu-ancestor > a,
	#navigation ul.nav li.current-cat > a,
	#navigation ul.nav li.li.current-menu-item > a {
    	background: transparent !important;
    	color: #199eda !important;
    	text-decoration: none;
    }
    
    #navigation ul.nav ul,
    #navigation ul.nav > li > a:hover,
    #navigation ul.nav > li:hover > a {
		background: #262626 !important;
    	color: #fff !important;
		text-decoration: none;
	}
	
	#navigation ul.nav ul {
		padding-top: 6px !important;
		margin-top: 0 !important;
	}
	
	.nav ul.sub-menu li a {
		color: #fff !important;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	#navigation ul.nav ul > li > a:hover {
		background: #555 !important
	}
	
	#navigation ul.nav > li.parent > a:hover,
	#navigation ul.nav > li.parent:hover > a {
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	
	ul.nav li.parent > a:after {
		border-color: #282828 transparent transparent transparent !important;
	}
	
	ul.nav li.parent:hover > a:after {
		border-color: #fff transparent transparent transparent !important;
	}
			
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

	#header {
		padding: 20px 1.618em 0 !important;
	}
	
	#header .nav-toggle {
		top: 28px;
	}
	
	#header #navigation {
		margin: 0 0 20px;
		float: none;
		background: #f0f0f0;
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
	}
	
	#navigation .login-btn {
		display: none;
	}
	
	#navigation ul.nav ul {
		display: none;
	}
	
	#featured {
		height: auto !important;
	}
	
	.integration-logos {
		display: none;
	}
	
	body.home .a2e-callout-buttons {
		margin-bottom: 10px;
	}
	
	#wrapper .woo-sc-button {
		margin-bottom: 10px;
	}
	
	.prices th {
		display: none;
	}
	
	.prices td {
		width: 100%;
		float: left;
		clear: both;
		display: inline-table;
	}
	
	.prices .checklist:first-child,
	.prices .checklist:last-child {
		display: none;
	}

}