body {
	background:url(images/brides-bg.jpg) repeat;
}

.col-full {
	background: rgba(255,255,255,0.33);
}

header#masthead {
    border-bottom: 1px solid lightgray;
}

tr:nth-child(odd){
	background: #edeaea;
}

.entry-content table {
	word-break: break-word;
}

/* Navigation */

ul#menu-brides-navigation, nav.secondary-navigation {
    text-transform: uppercase !important;
}

div#calyxta_nav_bar {
    background: #fff !important;
}

.main-navigation ul li a,
.site-title a,
ul.menu li a,
.site-branding h1 a {
    color: #000;
}

.main-navigation ul.menu ul,
.main-navigation ul.nav-menu ul {
    background-color: #fff;
}

.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    color: #000 !important;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover>li>a {
    color: #dba423 !important;
}

.handheld-navigation {
    background: #fff;
    margin-bottom: 0;
}

button:hover,
button.menu-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.widget img {
    width: 100%;
}

/* Home Page */

.site-branding a {
    width: 192px !important;
}

.page-template-template-calyxta-bride .woocommerce-breadcrumb {
	display: none;
}

.bride_latest_articles {
	width: 100%;
	margin-bottom: 20px;
}

.bride_latest_articles img {
	padding: 10px;
	border: 1px solid lightgrey;
	margin-bottom: 10px;
}

.textwidget img {
	width: 100%;
}

.bride_latest_articles_title {
    font-family: LinotypeDidotRoman-Regular;
    text-transform: uppercase;
    font-size: 20px;
    padding: 3px 0px;
    line-height: 20px;
}

.bride_latest_articles_excerpt {
    font-family: futura;
}

aside#text-2,
aside#text-3 {    
	text-align:justify;
}

aside#text-2 {
	display: none;
}

aside#text-3 {
	display: block;
}

.category-mood-boards img.attachment-full.size-full.wp-post-image {
	display: none!important;
}

/* Desktop Styles */

@media (min-width: 768px) {
	
	ul.sub-menu {
		background: rgba(219,164,35,0.66) !important;
	}
	
	ul.menu li.current-menu-item>a {
		color: #DAA520;
	}
	
	h3#from_calyxta {
		text-align: right !important;
		font-family: futura;
		font-size: 16px;
	}

	.bride_latest_articles {
		width: 32%;
		margin-right: 1%;
		display: inline-block;
		vertical-align: top;
	}

	.bride_latest_articles:first-child,
	.bride_latest_articles:first-child img	{
		width: 100%;
	}
	
	.bride_latest_articles:first-child {
		margin-left: 0px;
	}
	
	.bride_latest_articles:nth-child(3n+1) {
		margin-right: 0;
	}
	
	div#secondary {
		border-left: 1px solid lightgrey;
	}
	
	aside#text-2 {
		display: block;
	}
	
	aside#text-3 {
		display: none;
	}
	
}