/*
  Theme Name:       CMS Commander Child
  Theme URI:        https://github.com/lacymorrow/casper-wp
  Author:           Lacy Morrow <me@lacymorrow.com>
  Author URI:       http://lacymorrow.com
  Description:      A port of Ghost's Casper theme to WordPress
  Version:          1.0.7
  License:          GNU General Public License v2.0
  License URI:      http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:      casper
  Domain Path:      /languages/
  Tags:             responsive-layout, black, white, one-column, fluid-layout, custom-header, custom-menu, editor-style
  Template: casper-wp
*/

@import url("../casper-wp/style.css");

/* MOBILE STYLES 

.inner, #cmsc-footer-top-inner {
	min-width: 480px;
}

.hentry {
	min-width: 480px;
}

.inner, #footer {
	min-width: 480px;
}*/

.blog-logo img.mobile-logo {
	display: none;
}

@media screen and (max-width: 850px)
{
	.fp-wp {
		display: none !important;
	}
}

@media screen and (max-width: 720px)
{
	.fp-table-top .col img {
		width: 45% !important;
	}
	
	.fp-table .small, .fp-table .large {
		width: 100% !important;
	}
	.fp-table .col {
		display: block !important;
	}
	.pad-left {
		padding-left: 0 !important;
	}
	.pad-right {
		padding-right: 0 !important;
	}	

	.fp-star {
		padding: 2px 20px !important;
	}	
	
	.mo-hide {
		display: none;
	}
	.blog-logo img.mobile-logo {
		display: inline-block !important;
	}	
	.blog-logo img.screen-logo {
		display: none !important;
	}	
	
	#site-navigation {
		display: block !important;
	}
}

@media screen and (max-width: 600px)
{
    .menu-toggle,
  .main-navigation.toggled .nav-menu
    {
        display: inline-block;
    }
    .main-navigation ul
    {
        display: inline-block;
    }
    .main-navigation li
    {
	        background-color: #363B3F;
    float: left;
        width: auto;
        margin: 0;
        border-bottom: 0;
    }
	
	.navmobilehide {
		display: none !important;	
	}
}

/* MOBILE STYLES */

#content {
    padding: 0 !important;
}

body {
    font-size: 1.6rem;
}

a:link {
	color: #DB6906;
}
a:visited {
	color: #DB6906;
}
a:active,
a:hover {
	color: #F6921E;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;	
}

h1 {
    font-size: 4rem;
    text-indent: 0;
}

h2 {
    font-size: 3.5rem;
    text-indent: 0;
}

h3 {
    font-size: 3.2rem;
    text-indent: 0;
}

h4 {
    font-size: 2.8rem;
}

.site-footer a, .menu-item a {
	color: #F6921E;
}
.site-footer a:hover {
	color: #FFF;
}

.site-head {
	min-height: 0 !important;
	height: auto !important;
	text-align: left;
	padding: 8px 0 0 0 !important;
	margin-bottom: 3rem;
	border: 0;
	background-color: #363B3F;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
}
.site-head:after {
	display: none;
}

#masthead .inner {
	margin: 0 auto;
	max-width: 920px;
	padding-bottom: 0;
}

#masthead h1 {
	display: inline-block;
}

.main-navigation {
	margin-right: 8px;
	float: right;
	width: auto;
	display: inline-block;
	padding: 0;
}

.main-navigation a {
	border-bottom: 3px solid #363B3F;
	transition: all 0.5s ease 0s;
}

.main-navigation a:hover {
	background-color: #363B3F;
	border-bottom: 3px solid #F6921E;
}

.main-navigation ul {
	margin: 0;
	font-size: 1.5rem;
}

#content {
	padding: 0 5px;
}

.inner {
	width: 100%;
}

.hentry {
    max-width: 920px;
	border-bottom: 0;
	width: 100%;
}

.hentry:after {
    border: 0;
}



.site-footer {
    background: transparent;
    border-top: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
	text-align: left;
}

#cmsc-footer-top {
	background-color: #363B3F;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
}

#cmsc-footer-top-inner {
	margin: 0 auto;
	max-width: 920px;
}

#cmsc-footer-top-inner a {
	text-decoration: none;
}

#cmsc-footer {
    background: none repeat scroll 0 0 #26292C;
    width: 100%;
}

#cmsc-footer-inside {
    color: #ddd;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    max-width: 920px;
}

#cmsc-footer-inside p {
	text-align: center;
	padding-bottom: 10px;
}

#cmsc-footer-info {
    font-size: 14px;
    margin: 0 auto;
    max-width: 400px;
}

#cmsc-footer-logo {
    float: left;
    padding: 4px 7px 5px 5px;
}

.footerbox {
	display: inline-block;
	width: 30%;
	padding: 20px 10px;
	vertical-align: top;
}

.footerbox h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.footerbox ul {
	margin: 0;
	list-style-type: none;
	padding: 0;	
}

.fp-table { 
	display: table; 
	margin: 100px 0;
}

.fp-table-middle { 
	margin: 120px 0;
}

.fp-table-top { 
	margin: 0 0 50px 0;
}
.fp-table .col { 
	display: table-cell; 
	vertical-align: top;
}

.fp-table .large {
	width: 60%;
	vertical-align: middle;		
}
.fp-table .small {
	width: 40%;
	vertical-align: middle;	
}

.fp-table .col img { 
	width:100%;
	max-width:600px;
	height:auto;

}

.pad-right {
	padding-right: 25px;
}
.pad-left {
	padding-left: 25px;
}

.fp-table .col img.dashboard { 
    border-radius: 3px;	
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);	
}

.dashboard-big { 
    border-radius: 3px;	
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);	
}

.fp-signupbox {
	text-align: center;
	margin: 50px 0;
	padding: 50px 0;	
	border-top: 1px dotted #DDDDDD;
	border-bottom: 1px dotted #DDDDDD;
}
.fp-signupbox div.ins {
    display: inline-block;
}

.fp-signupbox p { 
	color: #333;
	text-align: left;
	padding-left: 5px;
    display: inline-block;
	margin: 0 0 30px 0;
}
/*
.command-button {
	vertical-align: top;
    border: 0;
    border-radius: 3px;
	font-family: 'Open Sans',sans-serif;
    cursor: pointer;
    display: inline-block;
	padding: 10px 0 11px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.5s ease 0s;
	background-color: #363B3F;
}

.command-button span {
	display:block;
}

.command-button span.text {
	text-transform: uppercase;
	display:block;
	font-size: 104%;
	margin: 0 16px 11px 18px;
    color: #FFF;	
}

.command-button span.text span {
	display: inline-block;
	padding-left: 7px;
	font-size: 138%;
	color: #F6921E;	
	transition: all 0.5s ease 0s;
}

.command-button span.stripe {
	height: 3px;
	margin-bottom: 2px;
	background-color: #F6921E;
	transition: all 0.5s ease 0s;
}

.command-button:hover {
	background-color: #222;
}

.command-button:hover span.stripe {
	background-color: #FFB560;
}

.command-button:hover span.text span {
	color: #FFB560;
}
*/
.fp-me {
	margin-top: 90px;
	color: #333;
}

.author_image, .author_image_contact {
    background: url("images/author.jpg") no-repeat;
	background-size: 100px 100px;
    border-radius: 5px;
    float: left;
    height: 100px;
    margin: 6px 20px 90px 0;
    width: 100px;
}

.author_image_2 {
    background: url("images/author.jpg") no-repeat;
	background-size: 100px 100px;
    border-radius: 50px;
    height: 100px;
    margin: 35px auto;
    width: 100px;
}

.author_image_contact {
    margin: 6px 20px 40px 0;
}

.img-caption {
	display: block;
	text-align: center;
	font-size: 90%;
	color: #555;
	font-style: italic;
}

ul.feat-list {
	list-style-type: none;
	padding-left: 0;	
	margin-left: 0;	
	display: table;
	border-collapse: collapse;
}	

ul.feat-list li {
	display: table-row; 
	border-bottom: 20px solid #fff;
}

ul.feat-list li:before {
	content: "\f155";
	color: #F6921E;
	margin-top: -7px; 
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: middle;
    width: 40px;
}
ul.feat-list li strong {
	font-size: 120%;
	width: 22%;
	display: table-cell; 	

}
ul.feat-list li span.feat-expl {
	padding-left: 10px;
	display: table-cell; 
}

.api-imgs {
	margin-top: 10px;
	text-align: center;
}

.api-img {
	display: inline-block;
	margin-right: 10px;
	height: 55px;
	width: 140px;
	background-size: 140px !important;	
}

.api-img-big {
	display: inline-block;
	margin-right: 20px;
	height: 120px;
	width: 180px;
	background-size: 80% !important;	
}

.amazons3 {
    background: url("images/logos/amazons3.jpg") no-repeat 50% 50%;
}
.dropbox {
    background: url("images/logos/dropbox.jpg") no-repeat 50% 50%;
	background-size: 80% !important;		
}
.googledrive {
    background: url("images/logos/googledrive.jpg") no-repeat 50% 50%;
	background-size: 100% !important;	
}

.chimprewriter {
    background: url("images/logos/chimprewriter.png") no-repeat 50% 50%;
}
.thebestspinner {
    background: url("images/logos/thebestspinner.png") no-repeat 50% 50%;
}
.spinrewriter {
    background: url("images/logos/spinrewriter.png") no-repeat 50% 50%;
}
.spinnerchief {
    background: url("images/logos/spinnerchief.png") no-repeat 50% 50%;
}

.flickr {
    background: url("images/logos/flickr.jpg") no-repeat 50% 50%;
}
.youtube {
    background: url("images/logos/youtube.png") no-repeat 50% 50%;
}
.yelp {
    background: url("images/logos/yelp.jpg") no-repeat 50% 50%;
}
.googlenews {
    background: url("images/logos/googlenews.png") no-repeat 50% 50%;
}
.eventful {
    background: url("images/logos/eventful.jpg") no-repeat 50% 50%;
}
.oodle {
    background: url("images/logos/oodle.jpg") no-repeat 50% 50%;
}
.vimeo {
    background: url("images/logos/vimeo.png") no-repeat 50% 50%;
}
.expedia {
    background: url("images/logos/expedia.png") no-repeat 50% 50%;
}
.rottentomatoes {
    background: url("images/logos/rottentomatoes.jpg") no-repeat 50% 50%;
}

.amazon {
    background: url("images/logos/amazon.jpg") no-repeat 50% 50%;
}
.avantlink {
    background: url("images/logos/avantlink.png") no-repeat 50% 50%;
}
.commissionjunction {
    background: url("images/logos/commissionjunction.png") no-repeat 50% 50%;
}
.ebay {
    background: url("images/logos/ebay.png") no-repeat 50% 50%;
}
.linkshare {
    background: url("images/logos/linkshare.png") no-repeat 50% 50%;
}
.shareasale {
    background: url("images/logos/shareasale.jpg") no-repeat 50% 50%;
}
.shopzilla {
    background: url("images/logos/shopzilla.png") no-repeat 50% 50%;
}
.prosperent {
    background: url("images/logos/prosperent.png") no-repeat 50% 50%;
}

.fp-flist {
	width: 90%;
	margin: 0 auto;
}

.fp-flf {
	display: inline-block;
	padding: 16px 4.5%;
	width: 40%;
	font-size: 110%;
}

.fp-flf2 .dashicons {
	color: #F6921E;
	font-size: 210%;
	display: block;
	margin: 0 auto 25px;
}

.fp-flf2 {
	display: inline-block;
	padding: 25px 0;
	width: 46%;
	font-size: 110%;
}

.fp-flf strong {
	font-size: 120%;
	display: inline-block;
	margin-bottom: 5px;	
}

.fp-flf .dashicons {
	color: #F6921E;
	font-size: 160%;
	margin-right: 10px;
}

.fp-star-div {
    clear: both;
    text-align: center;
	padding: 44px 0 10px;	
}

.fp-star {
    font-family: 'Open Sans',sans-serif;
	display: inline-block;
	padding: 2px 35px;
	font-size: 115%;
	color: #333;
}

.fp-star a {
	text-decoration: none;
	color: #333;
}

.fp-star a:hover {
	text-decoration: none;
	color: #333;
}

.fp-star i {
	color: #F6921E;
	margin-top: 3px;	
}

.fp-wp {
	display: inline-block;
	padding: 2px 24px;
}
.fp-wp i.dashicons-wordpress-alt {
	margin-top: -18px;
	color: #555;
	width: 64px;
	height: 64px;
	font-size: 64px;
}

.fp-usage-stats {
    clear: both;
    text-align: center;
	padding: 0 0 40px 0;	
}

table#feature-comp-table-new thead tr td {
	font-weight: bold;
	font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

table#feature-comp-table-new td {
	background-color: #fff !important;
	border-top: 0 !important;
	border-bottom: 1px solid #ddd !important;
}		

table#feature-comp-table-new tbody tr.indexff td {
	font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

table#feature-comp-table-new tbody tr.indexff td, table#feature-comp-table-new thead tr td {
	background-color: #efefef !important;
	border-bottom: 1px solid #ccc !important;
}

table#feature-comp-table-new td .dashicons {
	color: #f6921e;
}

table#pricing-table-new {
	width: 100%;
	margin: 20px 0 40px 0;
	border: 0;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

table#pricing-table-new td {
	border: 0;
	border-right: 1px solid #ddd;
	width: 12.5%;
	text-align: center;
	padding: 2px 0;
}

#pricing-table-new td {
	border: 0;
	line-height: 18px;
}

#pricing-table-new td.tasttd {
	border-right: 0px;
}

#pricing-table-new tr.sitenum td {
	font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
	font-size: 40px;
	color: #F6921E;
	background-color: #fff;
}

#pricing-table-new tr.sitenum td span {
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222;
}

#pricing-table-new tr.middletr td {
	font-size: 16px;
	color: #888;
	background-color: #fff;
}

#pricing-table-new tr.pricetr td {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 20px 0;
	background-color: #fff;
}
#pricing-table-new tr.pricetr1 td {
	padding-top: 30px;
}

#pricing-table-new tr.pricetr td span.prno {
	font-size: 30px;
	display: inline-block;
	padding: 0 0 0 2px;
	font-weight: bold;
	color: #222;
}
#pricing-table-new tr.pricetr td span.prss {
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	color: #333;
}
#pricing-table-new tr.pricetr td span.prdsc {
	font-size: 14px;
	color: #666;
}

#pricing-details {
	margin: 0 auto;
}
#pricing-details ul {
	margin-left: 5em;
	list-style-type: none;
}
#pricing-details ul li {
	margin-top: 1.2em;
}
#pricing-details ul li i {
	color: #F6921E;
	margin: 2px 8px 0 0;
}

#pricing-details-new {
    margin: 0 auto;
    text-align: center;
}
#pricing-details-new h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
}
#pricing-details-new ul {
    display: block;
    max-width: 646px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#pricing-details-new p.nolvl {
	font-size:82%;
	color:#666;
	margin-top: 5px;
}
#pricing-details-new ul li {
	display: inline-block;
	width: 300px;
	padding: 0 10px;
}
#pricing-details-new ul li i {
	color: #F6921E;
	font-size: 135%;
	margin: 4px 1px 0 0;
}

p.prp-para {
	text-align: center;
	font-size: 120%;
}

.fp-logged {
	margin-top: 10px;
}

.fp-logged-award {
	font-size: 40px;
	width: 44px;
	height: 44px;
	color: #F6921E;
}

.fp-logged-title {
	margin-bottom: 0.7em;
}

.socialbut {
	text-align: center;
}

.socialbut a {
	text-decoration: none;
}
.socialbut div.dashicons {
	margin: 10px;
	font-size: 40px;
	height: 40px;
	width: 40px;
}

div.medalimg {
	float: right;
	width: 300px;
	margin-top: -40px;
	height: 160px;
    background: url("/medals/1site.png") no-repeat 50% 50%;
	background-size: 34% !important;		
}

#cmsc-fmedal {
	background: #151719;
	text-align: center;
	padding: 10px 0;
   box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.45);	
}

#cmsc-fmedal img {
	display: inline-block;
	margin: 0 20px;
	height: 100px;
}

#cmsc-fmedal p {
	font-size: 120%;
}

h3.subheader {
	font-size: 2.1rem;
	margin: 0;
	font-variant: small-caps;
	letter-spacing: 1.3px;
	color: #F6921E;
}
h4.subheader {
	font-size: 1.9rem;
	margin: 0;
	font-variant: small-caps;
	letter-spacing: 1.3px;
	color: #F6921E;
}

h1.maintitle {
	margin-bottom: 1.5rem;
}

p.introp {
	margin: 1.5rem 0;
}

input[type="submit"].signupform-submit, button.signupform-submit, a.signupform-submit {
	border-radius: 3px;
	box-shadow: none;
	background: transparent;
	filter:none;
	background-color: #363B3F;
	border: 3px solid #5C666C;
	display:inline-block;
	color: #FFF;
	font-family: 'Open Sans',sans-serif;
	font-size: 105%;
	padding:10px 15px;
	text-decoration:none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
input[type="submit"].signupform-submit:hover, button.signupform-submit:hover, a.signupform-submit:hover {
	background: transparent;
	filter:none;
	background-color:#222222;
	cursor:pointer;
	border: 3px solid #f6921e;
}
button.signupform-submit:hover span, a.signupform-submit:hover span {
	/*color: #FFB560;*/
	color: #f6921e;
	padding-left: 10px;
}
button.signupform-submit span, a.signupform-submit span {
	line-height: 0;
    color: #f6921e;
    display: inline-block;
    font-size: 142%;
    padding-left: 6px;
    transition: all 0.5s ease 0s;
}

#email-0 {
	margin-top: -1px;
	padding: 6px 3px;
}

blockquote.testimonial {
	border-left: 0;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    max-width: 475px;
    margin: 4.6em auto;
    padding: 0.35em 0 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #555;
}

blockquote.testimonial:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -10px;
    color: #999999;
}

blockquote.testimonial cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote.testimonial cite:before {
    content: "\2014 \2009";
}

.bottom_signup_button {
	text-decoration: none !important;font-size:120%;display:inline-block;padding:11px;background-color:#f6921e;color:#fff !important;border-radius:3px;
}
.bottom_signup_button:hover {
	text-decoration: underline !important;
}

.api-p-front,.buttons-p-front {
	text-align: center;
}
.buttons-p-front {
    margin: 41px 0;
}
.buttons-p-front span.or, .fp-signupbox span.or  {
	font-size: 130%;
	display: inline-block;
	padding: 5px 20px;
}
span.or2intro {
	display: inline-block;
	padding: 5px 20px 15px 20px;
	font-size:120%;
}
p.or3intro {
	font-size: 125%;
	font-family: Noto Serif,serif;
	line-height:1.7em;
	color:#444;
}
div.asfeatdiv {
	border-top: 1px solid #C4C4C4;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 65px;
}

.api-p-front {
	border-bottom: 1px dotted #DADADA;
	border-top: 1px dotted #DADADA;
	margin: 65px 0;
	padding: 65px 0;
}
.api-p-front-box {
	max-width: 650px;
	margin: 0 auto;
}

.signup-feature-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.signup-feature-list i.dashicons {
	color: #f6921e;
	font-size: 170%;
	margin-right: 5px;
}

.signup-feature-list2 li {
	float: left;
	margin: 0 20px;
}

.fp-img-holder { 
position: relative;
margin-top: 55px;
} 
.fp-img-holder .fp-caption { 
    background: none repeat scroll 0 0 #000;
    border-radius: 4px;
    color: #fff;
    left: 0;
    margin: 30px 35%;
    opacity: 0;
    padding: 8px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 30%;
}

.fp-img-holder:hover .fp-caption { opacity: 0.75; }

.one-db-top-signup {
	text-align: center;
}

.fp-para {
	max-width: 800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.fp-para-2 {
	max-width: 750px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-size: 95%;
	font-style: italic;
}
.fp-my-name {
	display: block;
	padding: 15px;
}

h2.feat-title, #main > header.page-header > h1.page-title {
	margin: 30px 0;
	font-size: 3.1rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
}

h2.feat-title span, span.orulin {
	text-decoration: underline;
	text-decoration-color: #F6921E;
	-moz-text-decoration-color: #F6921E;
	-webkit-text-decoration-color: #F6921E;
}

div.feat-box-half {
	width: 49.5%;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 480px)
{
	div.feat-box-half {
		width: 99.4% !important;
	}
}

div.feat-box-full {
	width: 99.4%;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
}
div.feat-box-inner {
	border: 1px solid #eee;
	margin: 20px;
	padding: 20px;
}

strong.feat-box-title {
	font-size: 120%;
	letter-spacing: 0.6px;
}

strong.feat-box-title span.dashicons {
	font-size: 131%;
	margin: 1px 6px 0 0;
	color: #F6921E;
}

ul.feat-page-ul {
	margin-left: 10px;
}

ul.feat-page-ul li {
	padding: 10px 0;
}

div.plan-box {
	display: inline-block;	
	border: 1px solid #eee;
	width: 150px;
	margin: 20px;
}

div.plan-box-title {
	border-bottom: 1px dotted #eee;
	padding: 20px;
	
}
div.plan-box-title span {
	display: block;
}

table#pricing-table-newest {
	width: 100%;
	margin: 20px 0 40px 0;
	border: 0;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

table#pricing-table-newest td {
	border: 0;
	border-right: 1px solid #ddd;
	width: 12.5%;
	text-align: center;
	padding: 2px 0;
}

table#pricing-table-newest td.pricerow, table#pricing-table-newest tr.theader td {
	border-right: 0;
}
	
#pricing-table-newest td {
	border: 0;
	line-height: 18px;
}

#pricing-table-newest tr td {
	font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
	padding: 18px 0;
	border-bottom: 1px solid #DDD;
	background-color: #fff;
}

table#pricing-table-newest tr.darkrow td {
	background-color: #FCFCFC;
}

table#pricing-table-newest tr.theader span.cdesc {
	margin-right: 10px;
	font-family: "Open Sans",sans-serif;
    font-size: 115%;
    letter-spacing: 0.6px;
    text-transform: uppercase;	
}

table#pricing-table-newest tr.pricerow td {
	padding: 15px 0 18px;
}

table#pricing-table-newest td.featrow span, table#pricing-table-newest td.accrow span, table#pricing-table-newest td.siterow span, table#pricing-table-newest td.pricerow span {
	vertical-align: middle;
	display: inline-block;
}

table#pricing-table-newest td.siterow span.sitenum, table#pricing-table-newest td.pricerow span.pricenum{
	font-size: 175%;
	padding: 0 3px;
	color: #f6921e;
}

table#pricing-table-newest td i.dashicons {
	color: #f6921e;
}

.db_container_container {position: relative;}

.db_container {
    display: none;
    color: #000;
	background: #fff;
    display: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: -1px;
    text-decoration: none;
    top: 19px;
    white-space: normal;
    width: 100%;
    z-index: 100;
    border: 1px solid #999;	
	-webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.15);	
}

.db_container p {
	margin: 7px;
	text-align: left;
	color: #333;
}

.db_container:after {
    border-color: #999 transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 47%;
    top: -10px;
    width: 0;
    z-index: 1;
}

.db_container:before{
    border-color: #999 transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 47%;
    top: -10px;
    width: 0;
    z-index: 0;
}

td.accrow:hover .db_container, td.featrow:hover .db_container, td.pricerow:hover .db_container {
    display: block;
}

.chooselink {
	display: block;
	margin-top: 5px;
	background: #f6921e;
	color: #fff !important;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-family: "Open Sans",sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;		
}
.chooselink:hover {
	background: #000;
	color: #f6921e !important;	
}
