/*

Theme Name:     Dinesh D'Souza 2014
Theme URI:      http://www.dineshdsouza.com/
Description:    Theme made specifically for http://www.dineshdsouza.com/ by Abbson LLC
Author:         Abbson LLC
Author URI:     http://www.abbson.com/
Template:       stylish-v1.2.4
Version:        1.2.4

*/

/****

Changes made to the parent theme:

* /library/theme-options/theme-options.php -> Added "require_once( get_stylesheet_directory() . '/library/theme-options/theme-options.php'); // Added by Dinesh D'Souza 2014" above "$NHP_Options = new NHP_Options($sections, $args);" on line 462

****/

/****

Notes:

* Main color: blue
* Main color Hex: #031880
* Main color RGB: 3,24,128
* Hover color Hex: #021366
* Secondary color: gold
* Secondary color Hex: #666229
* Secondary color RGB: 102,98,41

****/


/* @import url("/National_Library/20160526010038cs_/http://www.dineshdsouza.com/wp-content/themes/stylish-v1.2.4/style.css"); */

/* -- General -- */
:target:before { 
	content: '';
	display: block;
	position:
	height: 0em;
	margin-top: 0em;
}
.oeuvre :target:before {
	height: 10em;
	margin-top: -10em;
}
body {
	color: #333333;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0;
}
textarea:focus,input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: 1px solid #cccccc;
	box-shadow: none;
	outline: 0 none;
}
p {
	color: #000000;
	font-size:15px;
}
blockquote p {
	margin-bottom: 10px;
}
.page-element a, .page-element a:focus, a {
	/*color:#666229;*/
	color:#464318;
}
a:hover {
	color:#031880;
}
ul li, ol li {
	font-size: 14px;
	color: #000000;
	margin: 0 0 10px 0;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}
.stylish-button, .stylish-button, p.form-submit {
	height: auto;
}
.stylish-button {
	margin-bottom:1rem;
}
.stylish-button a, .stylish-button input {
	color:#fff !important;
	font-size: 16px;
	padding: 0.3rem 1rem;
	height:auto;
}
hr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*-- Content Wrappers --*/
#main.wide {
	/*margin-top: 1.3rem;*/
}
.home #main.wide {
	margin-top: 6.25rem;
}
.home.admin-bar #main.wide {
	margin-top: 6rem;
}
.page #main > .container {
	padding: 30px 0;
}
.main-content {
	width: 100%;
	padding: 30px 0;
	margin: 0;
}

/*-- Page Top --*/
.breadcrumb > li {
	line-height: 20px;
	vertical-align: middle;
}
.search-container input[type="text"]:focus {
	border:none;
}

/*-- Header --*/
#header-container {
	background: none;
	
	/*
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.1);
	*/
	
	background-color:#031880;
	background-color: rgba(3,24,128, 0.75);
}
#logo {
	height: 100px;
}
#logo h1 {
	height: 100%;
}
#logo a {
	position: relative;
	/*display:inline-block;*/
}
#logo a object, #logo a img {
	padding:0.7rem 0;
	height: 80px;
	
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#logo a object {
	pointer-events: none;
	position: relative;
	display: inline-block;
}

.header-small #logo object, .header-small #logo img {
	padding:0.45rem 0;
	height: 60px !important;
	width: 233px !important;
}
#phone-header-navigation {
	display: none;
}
.phone-menu-wrapper {
	background-color: #031880;
}
.phone-menu-wrapper li a {
	color: #eee;
}
.phone-menu-item {
	border-bottom: 1px solid #ccc;
}
.phone-menu-wrapper li.menuitem:first-child .phone-menu-item {
	border-top: 1px solid #ccc;
}
.phone-menu-toggle .phone-menu-left-side {
	font-weight:bold;
	text-transform:uppercase;
}

#livestream-notification-bar {
	text-align:center;
	background-color:red;
	padding:0.3rem 0;
}
#livestream-notification-bar a {
	color:#fff;
}

#header-navigation .nav > li > a {
	width:95px;
}
#header-navigation > ul#menu-main-menu > li:hover {
	padding-top: 0;
}

/*-- Push-down menu --*/
#HeaderOverlayMenu {
	height:0;
	background-color:#031880;
	background-color:rgba(3,24,128, 0.75);
	color:#ffffff;
	
	transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
}
#HeaderOverlayMenu.in {
	
}
#HeaderOverlayMenuBody {
	padding: 0 0 1rem;
}
#HeaderOverlayMenu nav ul {
	list-style-type: none;
}
#HeaderOverlayMenu nav li {
	text-align: center;
}
#HeaderOverlayMenu nav > ul.header-overlay > li {
	display: block;
	float:left;
	vertical-align: top;
	width: 30%;
	margin: 0 1rem;
	position:relative;
}
#HeaderOverlayMenu nav > ul.header-overlay > li:nth-child(odd) {
	
}
#HeaderOverlayMenu nav > ul.header-overlay > li:nth-child(even) {
	
}
#HeaderOverlayMenu nav > ul.header-overlay > li:nth-child(3n):after {
	clear:left;
}
#HeaderOverlayMenu nav > ul.header-overlay > li[class*="icon-"]:before {
	color: #ffffff;
	font-size: 1rem;
	float:left;
	pointer-events: none;
	margin-top: 1.55rem;
	margin-left: 3%;
	margin-right: -5%;
	
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#HeaderOverlayMenu nav > ul.header-overlay > li[class*="icon-"]:hover:before {
	color:#000000;
}
#HeaderOverlayMenu nav > ul.header-overlay > li > a {
	margin: 1rem 0 0;
	border: 1px solid #ffffff;
	text-transform:uppercase;
	background-color:#031880;
}
#HeaderOverlayMenu nav li > a {
	padding:0.5rem 1rem;
	display: block;
	color:#ffffff;
	
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#HeaderOverlayMenu nav li > a:hover {
	background-color:#666229; /*#ffffff;*/
	color:#ffffff;
}
#HeaderOverlayMenu nav ul.sub-menu {
	margin: 0 15px;
}
#HeaderOverlayMenu nav ul.sub-menu li {
	margin: 0;
	border: 1px solid #777777;
	border-bottom:none;
	max-width:20rem;
}
#HeaderOverlayMenu nav ul.sub-menu li:first-child {
	border-top:none;
}
#HeaderOverlayMenu nav ul.sub-menu li:last-child {
	border-bottom: 1px solid #777777;
}
#HeaderOverlayMenu #HeaderOverlayMenuClose {
	float: right;
	clear: both;
	margin-top: -2rem;
	margin-right: 1.3rem;
	cursor:pointer;
	font-weight: bold;
}
#HeaderOverlayMenu nav ul li.overlay-social {
	padding-top:1.8rem;
}
#HeaderOverlayMenu nav ul li.overlay-social a {
	border-color:#666229;
	color:#996600;
	background-color:#fff;
}
#HeaderOverlayMenu nav ul li.overlay-social a:hover {
	background-color:#666229;
	color:#ffffff;
}


/*-- Bootstrap Carousel --*/
.carousel {
	height:530px;
}
.carousel-wrapper {
	position: relative;
	max-height: 100%;
	overflow: hidden;
}
.carousel a.carousel-control {
	top: 40%;
	padding:2rem 0;
	background-color: #747474;
	background-color: rgba(0,0,0,0.5);
}
.carousel-indicators {
	top:auto;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding-top: 10px;
	background-color: #747474;
	background-color: rgba(0,0,0,0.5);
}
.carousel-indicators li {
	float: none;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #000;
}
.carousel-inner > .item{
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
	height: 530px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: 0 auto;
}
.carousel-inner a.stylish-image-gallery {
	height: 100%;
	display: block;
}
.carousel-caption {
	background:none;
	position: absolute;
	right: 0;
	bottom: 2rem;
	left: 0;
	padding: 1rem 4rem;
	margin-bottom: 2px;
	text-align:left;
	background-color: #747474;
	background-color: rgba(0,0,0,0.5);
}
.carousel-caption h3, .carousel-caption p  {
	display: inline-block;
	color:#fff;
	padding: 5px 15px;
	margin: 0;
	width: 95%;
}
.carousel-caption p {
	font-size: 14px;
}

/*-- Homepage body --*/
.home h3, .home h3 * {
	font-weight:bold;
}
.service-box {
	background-position: top center;
	background-size: cover;
}
.service-box-front {
	background-color:transparent;
	transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
}
.service-box:hover .service-box-front {
	/*background-color: rgba(3,24,128,0.9) !important;*/
	background-color: rgba(102,98,41,0.9) !important;
}
.service-box:hover .service-box-front:after {
	content: 'READ MORE';
	position: absolute;
	color: #ffffff;
	font-size: 26px;
	top: 30%;
	left: 50%;
	margin-top: -8px;
	margin-left: -72px;
}
.service-box-front i {
	line-height: 128px;
}
.service-title, .service-content {
	background-color: rgba(0,0,0,0.5);
}
.service-title p {
	margin-top: 2.25rem;
	padding-bottom: 5px;
	padding-top: 15px;
}
.service-content p {
	line-height: 16px;
	padding-bottom:20px;
	font-size:14px;
	padding: 0 12px 20px;
}
.service-box:hover .service-box-front {
	opacity: 1;
}
.service-box:hover .service-box-back {
	opacity: 0;
}
.service-box-back a {
	background: none;
}
.latest-post-content .post-title h3, .latest-post-content .post-title h3 a {
	margin-bottom:10px;
	font-size:16px;
	line-height: 25px;
}
.latest-post-content .post-content p {
	font-size:14px;
}



/*-- Breadcrumbs bar --*/
.breadcrumb > li {
	display: inline-block;
	text-shadow: none;
}
input.search-box {
	width: 16rem;
}
input.search-box::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
input.search-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
input.search-box::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
input.search-box:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

/*-- Archive body --*/
.archive .isotope.posts {
	height:auto !important;
	opacity:1 !important;
	margin-top: -10px;
}
.archive .isotope.posts .isotope-item.post {
	position: relative !important;
	-webkit-transform: none !important;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
[class*="span"] img {
	max-width:100%;
	height:auto;
}
.post {
	border-bottom: 1px solid #CCC;
}
.post-excerpt {
	overflow: hidden;
	overflow-wrap: break-word;
}

/*-- Post body --*/
.single-page .span12 {
	margin-left: 0;
}
.post.span6 {
	float: none;
	display: inline-block;
	margin-left: 0;
	vertical-align: top;
}
.post.span6:nth-child(even) {
	margin-left: 3.5rem;
}
.post.span6 .thumbnail > img {
	width:100%;
	height:auto;
}

#top-image-caption {
	background:none;
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
}

.post-media.thumbnail, .post-media iframe, .post-media {
	height: auto;
	width: auto;
	margin: 0 0 20px 0;
}
.thumbnail:hover .thumbnail-hover {
	background: #031880;
	background: #666229;
}
.thumbnail .thumbnail-hover {
	/*background: #031880;*/
	background:none;
	background-color:transparent;
}
.thumbnail:hover .thumbnail-hover a:after {
	content: 'READ MORE';
	position: absolute;
	color: #ffffff;
	font-size: 26px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -72px;
}
.video .thumbnail:hover .thumbnail-hover a:after {
	content: 'WATCH NOW';
}

.post-info > div:last-child {
	margin-right:0;
}
.post-info i {
	margin-right: 1px;
}

.post-title h3 {
	margin-bottom:1rem;
}

.post-content img {
	max-width:100% !important;
}
.post-content .aligncenter {
	clear:none;
	margin:0 auto;
	text-align:center;
}
.stylish-light-separator {
	border-top: 1px solid #CCC;
	margin: 40px 0;
}

.share-buttons {
	margin: 18px 0 20px 0;
}
.span12 .share-buttons {
	float:right;
}
.share-bottom {
	text-align:center;
}
.btn-large-social {
	background-color:#bbbbbb;
	border:1px solid #EAE8E8;
	display:inline-block;
	margin-right: 0.25rem;
}
.btn-large-social * {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition-delay:0 !important;
}
.btn-large-social a, .btn-large-social a:visited {
	background-color:transparent;
	color:#FFF;
	font-size:16px;
	padding:0.4rem 0.8rem;
	display: block;
}
.btn-large-social a i {
	font-size:1.5em;
	vertical-align:middle;
}
.btn-large-social a span.share-text {
	vertical-align:middle;
	margin-left:0.5rem;
	font-weight: bold;
	text-transform:uppercase;
}
.btn-large-social a:hover, .btn-large-social a:active, .btn-large-social a:focus {
	background-color:#000000;
	background-color:rgba(0,0,0,0.5) !important;
}
.share-facebook {
	background-color:#0E59A0 !important;
}
.share-twitter {
	background-color:#0EA4FF !important;
}
.share-googleplus {
	background-color:#cc181e !important;
}
.share-pinterest {
	background-color:#D73532 !important;
}
.share-email {
	
}

.tgm-aw-subscribe input {
	vertical-align: top;
}
.tgm-aw-subscribe label {
	display:inline-block;
	padding-left: 0.5rem;
	vertical-align: middle;
}

.mejs-container {
	margin-bottom: 20px;
}

.af-form  .af-standards .af-element {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.af-form .af-body input.text {
	padding: 2px 4px !important;
}
.af-form .af-body label.previewLabel {
	color: #333333 !important;
}
.af-form .af-body input.text, .af-form .af-body textarea {
	font-family: "Open Sans", "Helvetica Neue", Arial !important;
	color: #333333 !important;
	font-size: 13px !important;
}
.af-form .af-body .af-textWrap {
	width: 100% !important;
	display: block !important;
	float: none !important;
}
.af-form .buttonContainer input.submit {
	padding: 0.6em 1rem !important;
	text-transform: uppercase !important;
	display: inline-block !important;
	font-size: 16px !important;
	font-weight: bold !important;
	height: auto !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 0 !important;
	cursor: pointer !important;
	text-shadow:none !important;
	background:none !important;
	background-color: #031880 !important;
	-webkit-transition: all 0.4s ease !important;
	-moz-transition: all 0.4s ease !important;
	-o-transition: all 0.4s ease !important;
	-ms-transition: all 0.4s ease !important;
}
.af-form .buttonContainer input.submit:hover {
	background-color:#021366 !important;
}

.wpcf7 .wpcf7-form-control {
	width:50%;
}
.wpcf7 .wpcf7-submit {
	width:auto;
}
.wpcf7 img.wpcf7-form-control {
	width:auto;
}
.wpcf7-form .stylish-button input {
	padding-left: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
	width:100%;
}
.wpcf7 .wpcf7-not-valid {
	border-color: #f00;
	margin-bottom:0;
}
.wpcf7 .wpcf7-not-valid-tip {
	margin-bottom:20px;
}

.post-password-form input[type="submit"] {
	padding: 0.6rem 1rem !important;
	text-transform: uppercase !important;
	display: inline-block !important;
	font-size: 16px !important;
	font-weight: bold !important;
	height: auto !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 0 !important;
	cursor: pointer !important;
	text-shadow:none !important;
	background:none !important;
	background-color: #031880 !important;
	-webkit-transition: all 0.4s ease !important;
	-moz-transition: all 0.4s ease !important;
	-o-transition: all 0.4s ease !important;
	-ms-transition: all 0.4s ease !important;
}
.post-password-form input[type="submit"]:hover {
	background-color:#021366 !important;
}

.nrelate.nrelate_toon .nr_panel {
	padding:0 0.2rem;
	display:inline-block;
	float:none;
}
.nrelate.nrelate_toon .nr_panel:first-child {
	padding-left:0;
}
.nrelate.nrelate_toon .nr_panel:last-child {
	padding-right:0;
}
.nrelate.nrelate_toon .nr_img {
	background: none;
	padding: 0 !important;
}
.nrelate.nrelate_toon .nr_panel:hover .nr_img {
	background: none;
	border: none !important;
	outline: none !important;
}
.nrelate_toon .nr_panel:hover .nr_text {
	border-left: 2px solid #FFA600!important;
}

.shareaholic-canvas {
	
}
.shareaholic-canvas .shareaholic-recommendations-container {
	
}
.shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations-header {
	font-size: 16px;	
}
.shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations {
	margin-bottom: -20px;
}
.shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation {
	/*float: none !important;*/
	display: inline-block;
	/*display: none;*/
}
.shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation.recommendation-1, .shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation.recommendation-2, .shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation.recommendation-3 {
	display: inline-block;
}
.shareaholic-canvas .shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link, .shareaholic-canvas .shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link i.shareaholic-image, .shareaholic-canvas .shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-details {
	border-radius: 0;
}
.shareaholic-canvas .shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-details {
	background: rgba(0,0,0,1.0);
	color: #FFF;
	overflow: hidden;
	min-height: 15%;
	max-height: 27%;
}
.shareaholic-canvas .shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link:hover .recommendation-article-details {
	background: rgba(0,0,0,0.8);
	color: #CCC;
}
.shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title {
	margin-top: 0;
	line-height: 1.3;
	font-weight: normal;
}
.shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations-footer {
	display: none;
}


/*-- Oeuvre body --*/
.page-template-template-oeuvre-php {
	
}
.page-template-template-oeuvre-single-php {
	
}
.page-template-template-oeuvre-php .thumbnail .thumbnail-hover, .page-template-template-oeuvre-php .thumbnail:hover .thumbnail-hover {
	background: transparent;
}
.page-template-template-oeuvre-php .thumbnail:hover .thumbnail-hover a:after {
	margin-top: -12px;
	margin-left: -78px;
	background-color: rgba(0,0,0,0.5);
	padding: 4px 6px;
}
.oeuvre .quicklinks {
	width:100%;
	display:block;
	text-align:left;
}
.oeuvre .quicklinks p {
	display:inline-block;
	font-size:16px;
	vertical-align: middle;
}
.oeuvre .quicklinks div {
	display:inline-block;
	width:50px;
	margin-left:0.3rem;
	margin-bottom:1rem;
}
.post-info > div {
	float: none;
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: inline-block;
}
.post-info .post-reseller {
	
}
.post-info .post-reseller a {
	display:inline-block;
	padding: 0.25rem 0;
}
.post-info .post-reseller img {
	
}
.page-template-template-oeuvre-single-php .post-content > * {
	margin-bottom:20px;
	margin-bottom:1.25rem;
}
.page-template-template-oeuvre-single-php .aside {
	margin-left:0;
}

/*-- Store body --*/
.post-content .woocommerce {
	margin-top: 1.5rem !important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	line-height: 1.5rem;
}
.woocommerce .product h4 {
	font-size: 1.5rem;
}
.woocommerce .wc-forward:after, .woocommerce .wc-forward a:after {
	margin-left:0;
	content: "";
}
.woocommerce .wc-backward:before, .woocommerce .wc-backward a:before {
	margin-right: 0;
	content: "";
}
.woocommerce .button, .woocommerce #submit {
	padding: 0 17px !important;
	font-size: 13px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #fff !important;
	border: 0 !important;
	margin: 0 !important;
	line-height: 33px !important;
	vertical-align: baseline !important;
	border-radius:0 !important;
	text-shadow:none !important;
	background:none !important;
	background-color: #031880 !important;
	-webkit-transition: all 0.4s ease !important;
	-moz-transition: all 0.4s ease !important;
	-o-transition: all 0.4s ease !important;
	-ms-transition: all 0.4s ease !important;
}
.woocommerce .button:hover, .woocommerce #submit:hover {
	background-color: #021366 !important;
	text-decoration: none !important;
	color: #fff !important;
}
.woocommerce .post-title {
	margin-bottom:1rem;
}
.woocommerce .variations label {
	margin-bottom:0;
	padding:0.3rem 0.5rem;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {
	padding-right: 0;
	margin-right:10px;
}
.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
	padding:0;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
	line-height: 1px;
	font-size: 14px;
}
.woocommerce input[type="number"] {
	margin-bottom:0;
}
.woocommerce .sku_wrapper {
	display:none;
}
.woocommerce table.cart td.actions .coupon .input-text {
	width: 100px;
	height: 33px;
}
.woocommerce .shipping_calculator {
	display:none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 25%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 70%;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 15%;
}
dl.variation dd {
	margin-left:0;
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
	margin-left: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
	font-size: 1.5rem;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: left;
	margin-right: 8px;
	width: 60px;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce .woocommerce-shipping-fields label {
	display:inline-block;
}
.woocommerce .payment_method_paypal input.input-radio, .woocommerce .payment_method_paypal_advanced input.input-radio {
	display:none;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	display:none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	display:none;
	float:none;
}
.woocommerce .price .amount {
	color:#060;
}

/*-- Calendar body --*/
#tribe-events {
	
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
background-color: #999;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
	background-color: #031880;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
	background-color: #ccc;
}
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
	opacity: .7;
	filter: Alpha(opacity=70);
}

/*-- Comments --*/
.comment-date {
	color: #444;
}

/*-- Sidebar --*/
.sidebar p {
	font-size:13px;
}
.sidebar ul, .aside ul {
	margin: 0;
}
.sidebar .list p, .sidebar .list a, .sidebar ul li, .sidebar ol li, .sidebar p.tab-row-title, .sidebar p.tab-row-title a {
	font-weight: normal;
	font-size: 15px;
	padding-top: 0;
}
li.widgetcontainer a {
	color: #333;
	word-wrap: break-word;
}
li.widget_dd2014-rsswdgt ul li {
	margin-bottom:1rem;
}
li.widget_dd2014-rsswdgt ul li a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
li.widget_dd2014-twitter .tweet p {
	/*word-break: break-all;*/
	text-align:left;
}
.widget_recent_entries .pull-left img {
	max-width:60px;
	height:auto;
}
.widget_pages .pull-left img {
	max-width: 60px;
	height: auto;
}
.sidebar .widget_recent_entries .tab-row {
	display: block;
	clear: both;
	margin:0 0 0.5rem 0;
}
.sidebar p.tab-row-title {
	line-height:20px;
}

/*-- Testimonials --*/
#testimonials {
	padding:0;
}
#testimonials .testimonals-inner {
	width:100%;
	height:100%;
	padding: 135px 0 15px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}
#testimonials h3 {
	
}
#testimonials h4 {
	font-size:16px;
}
#testimonials p {
	margin:0;
}

/*-- Footer --*/
footer p {
	color:#aaa;
}
#footer-menu {
	margin-bottom: 30px;
}
#footer-menu a {
	color: #aaa;
}
#footer-widgets {
	margin-bottom: 15px;
}
#footer-widgets .widget {
	display: inline-block;
	vertical-align: middle;
	margin-right:2rem;
	float:none;
}
#footer-widgets .widget:first-child {
	margin-left:0;
}
#footer-widgets .widget:last-child {
	margin-right:0;
}
#af-form-356265491.af-form .af-body .af-textWrap {
	width: 100%;
	display: block;
	float: none;
}
#af-form-356265491.af-form .af-standards .af-element {
	padding-right: 3px;
	padding-left: 3px;
	display:inline-block;
}
#af-form-356265491.af-form .af-body input.text, #af-form-356265491 .af-body textarea {
	width: 16rem !important;
	height: 1.7rem;
}
#af-form-356265491.af-form .buttonContainer input.submit {
	padding: 0.4rem 1rem !important;
	font-size: 14px !important;
}
#footer-social-icons a.social-icon {
	height: 32px;
	width: 32px;
}
#footer-social-icons a.social-icon i {
	font-size: 22px;
	line-height: 33px;
}
a.googleplus-icon:hover {
	background-color: #cc181e !important;
}
a.youtube-icon:hover {
	background-color: #cc181e !important;
}
#copyright-container {
	height: auto;
}
#copyright-container a {
	color:#999;
}

/* --- Media Queries --- */
@media (max-width: 1200px) { /* Main nav break out of header */
	#header-navigation .nav > li:nth-last-child(-n+2) {display:none;}
	.post .post-media.thumbnail, .post .post-media iframe, .post .post-media {
		height: auto;
		width: auto;
		margin: 0 0 20px 0;
	}
	
	.latest-posts .span6 {
		float:none;
		display:inline-block;
		position:relative;
		left:0 !important;
	}
	
	.af-form .af-body input.text, .af-form .af-body textarea {
		font-size: 85% !important;
		font-weight: bold !important;
	}
}
@media (max-width: 978px) { /* Menu collapses into drop-down */
	.home #main.wide {
		margin-top: 0;
	}
	#header-container {
		background-color:#031880;
	}
	#logo {
		max-width: 100%;
	}
	#logo a img {
		width: 190px !important;
		height: auto !important;
		float:none;
		margin:0 auto;
		display: block;
	}
	#logo object, #logo img {
		padding:0;
	}
	#header-navigation {
		display: none;
	}
	#menu-phone-menu {
		display:none;
	}
	#phone-header-navigation {
		display: block;
		border-top:1px solid #fff;
	}
	.service-box-container {
		float: none;
		display: inline-block;
		margin: 2px 0;
		vertical-align:top;
	}
	.share-buttons, .span12 .share-buttons {
		float:none;
	}
}
@media (max-width: 767px) { /* .span* no longer appears side-by-side */
	.stylish-button {
		display: block;
		width: 80%;
		height: auto;
		text-align: center;
	}
	#HeaderOverlayMenu {
		background-color: #031880;
	}
	#HeaderOverlayMenu nav ul {
		text-align: center;
	}
	#HeaderOverlayMenu nav > ul.header-overlay > li {
		float:none;
		display:inline-block;
	}
	
	.main-content {
		padding:10px 0;
	}
	
	.carousel-caption {
		padding: 1rem 1rem;
	}
	.carousel-caption h3 {
		word-break: break-word;
	}
	.carousel-caption p {
		display:none;
	}
	
	.carousel-navigation {
		display:none;
	}
	.caroufredsel_wrapper {
		height:auto !important;
		width:100% !important;
	}
	.carousel-images {
		position:relative !important;
		height:auto !important;
	}
	.carousel-images .video {
		display:none;
		margin-bottom:2rem;
	}
	.carousel-images .video:nth-child(1), .carousel-images .video:nth-child(2), .carousel-images .video:nth-child(3) {
		display:block;
	}
	.carousel-images .title h4, .carousel-images .title h4 a {
		/*
		max-width: 100%;
		text-overflow: ellipsis;
		white-space:nowrap;
		*/
	}
	.carousel-caption {
		text-align: center;
	}
	
	.thumbnail .thumbnail-hover, .thumbnail:hover .thumbnail-hover, .thumbnail:hover .thumbnail-hover a:after {
		background:none;
		background-color:transparent;
		content: '';
	}
	
	.service-box:hover .service-box-front {
		background-color:transparent !important;
	}
	.service-box:hover .service-box-front:after {
		content: '';
	}
	.latest-posts .post {
		margin-bottom: 4rem;
	}
	.post .post-media.thumbnail, .post .post-media iframe, .post .post-media {
		width: auto;
		height: auto;
		margin: 0 0 20px 0;
	}
	.post .latest-post-media .post-media.thumbnail, .latest-post-media .post .post-media iframe, .latest-post-media .post .post-media, .archive .post .post-media.thumbnail, .archive .post .post-media iframe, .archive .post .post-media {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.latest-post-media .thumbnail > img, .archive .thumbnail > img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.latest-post-content .post-title h3, .archive .post-title h3 {
		margin-bottom: 0;
	}
	
	#top-image-caption {
		margin: 85px 0;
	}
	#top-image h2 {
		display: inline-block;
		font-size: 24px;
	}
	#breadcrumbs .search-container {
		max-width: 100%;
	}
	#breadcrumbs .search-container input, #breadcrumbs .search-container i {
		float: none;
	}
	input.search-box {
		width: 100%;
		padding-right:0;
		margin-right:30px;
	}
	.breadcrumb li a, .breadcrumb li p {
		white-space:normal;
	}
	
	.post.span6:nth-child(even) {
		margin-left: 0;
	}
	.post.span6 .post-media.thumbnail, .post.span6 .post-media iframe, .post.span6 .post-media {
		/* height: auto; */
		/* display: inline-block; */
		overflow: hidden;
	}
	
	.oeuvre .quicklinks {
		text-align:center;
	}
	
	.btn-large-social {
		margin-bottom:1rem;
	}
	
	.af-form .af-body input.text, .af-form .af-body textarea {
		font-size: 13px !important;
		font-weight: normal !important;
	}
	
	#footer-menu .nav {
		text-align:center;
	}
	#footer-menu .nav li {
		float:none;
		display:inline-block;
	}
	#footer-menu > .nav > li > a {
		margin-right:0;
		border-right: 1px solid #484848;
	}
	#footer-widgets .widget {
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	#af-form-356265491.af-form .af-body {
		text-align: center;
	}
	#copyright-container p {
		line-height: 20px;
		text-align:center;
	}
	
}