/*
Theme Name: Sue Demb
Theme URI: https://dembflashproducts.com/
Description: Child theme of twentythirteen
Author: Sue Demb
Author URI: https://BostonWebCo.com
Template:twentythirteen
Version: 1

*/

@import url("../twentythirteen/style.css");
/*@import url("../responsive/rtl.css");  */

/**
 * 1.1 Site-wide
 * ----------------------------------------------------------------------------
*/

/* change background color  */
.site {
	background-color: #FBFBF4;
}

/* change font, color (red) of h elements */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica,Georgia,serif;
	color: #A80010;
	font-weight: bold;
	line-height: 1.3;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
} 

/* change h3 margin from 22 top and bottom */
h3 {
	font-size: 16px;
	margin: 0 0 20px;
}

h4 {
	font-size: 14px;
}

/* margin down from 30px */
h5 {
	font-size: 12px;
	margin: 15px 0px;
}

h6 {
	font-size: 10px;
}

/* use image for ul bullets */
ul li {
    list-style-image: url('https://www.dembflashproducts.com/wp/wp-content/uploads/2014/04/bullet.gif');
}

/**
 * Menu bar adjustments - less height
 * ---------------------------------------------------------
*/

/* less height for menu bar - was 45 */
.main-navigation {
    min-height: 36px;
}

/* change background color for menu items from black to current */
.nav-menu .sub-menu, .nav-menu .children {
    background-color: #FBFBF4;
}

/** 
 * Link Colors, fonts, bolds, transitions
 * ----------------------------------------------------------
*/

/* page content links color */
.entry-content a, .comment-content a {
	color:#A80010;
}

/* hover color black - also underlines */
.entry-content a:hover, .comment-content a:hover {
	color:#000000;
}

/* narrower menu bar links  - was 15, 20 and transitions  */
.nav-menu li a, .sub-menu li a {
	padding: 10px 10px;
	border-radius: 18px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s;
}

/* adjust width of menu item links - was 200 */
ul.nav-menu ul a, .nav-menu ul ul a {
	width: 180px;
}

/* current menu links bold black text */
.nav-menu .current_page_item > a, 
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a {
	font-weight: bold;
	font-style: normal;
	color: #000;
}

/*  lighter gray background for sub-menu items */
ul.sub-menu li a  {
	background-color: #9C9C98;
	font-style: normal;
}

/* gray background and white text for menu hovers */
ul.nav-menu ul a:hover, 
.nav-menu ul ul a:hover,
.nav-menu li:hover > a, 
.nav-menu li a:hover {
    background-color: #81817C;
    color: #FFF;
}

ul.sub-menu li:hover > a, 
ul.sub-menu li a:hover {
	background-color: #81817C;
}

.toggled-on .nav-menu li a:hover, 
.toggled-on .nav-menu ul a:hover {
	background-color: #81817C;
}


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 100px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: none;
}

/* adjust size, color, padding of header font - red  */
.site-title {
	font: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #A80010;
	line-height: 1;
	margin: 0;
	padding: 28px 0 10px;
}

.site-description {
	font: 300 italic 16px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 20px;
}

/* site description gray */
h2.site-description {
	color: #141412;
}

/**
 * Search box
 * ----------------------------------------------------------
*/

/* make search box shorter - was 37 */
.site-header .search-field {
    background-size: 24px 24px;
    height: 32px;
    margin: 3px 0px;
}

/* Entry Header and Entry Title
 * -------------------------------------------------------------------------------
*/

/* remove entry header from home page */

.home h1.entry-title {
 display: none
}


/* remove entry header from all pages - not active now
h1.entry-title {
	display: none;
} */

.entry-header {
	margin-bottom: 10px;
}

/* adjust size of page title  */
.entry-title {
	margin: 0;
}

h1.entry-title {
	font: Helvetica, Georgia, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

/**
 * Navbar Adjustments 
 * ----------------------------------------------------------------------
*/

.navbar {
    background-color: #FBFBF4;
    margin: 0px auto;
    border-top: 2px solid #A80010;
    border-bottom: 2px solid #A80010;
    max-width: 1600px;
    width: 100%;
}

/**
 * Footer - site-footer and widgets
 * ------------------------------------------------------------------------
*/

.site-footer {
	background-color: #B7A89E;
	color: #141412;
}

.site-footer a {
	color: #A80010;
}

.site-info {
	padding: 0 0 2px;
	border-top: 1px solid #A80010;
	text-align: left;
}

.site-footer .sidebar-container {
	background-color: #B7A89E;
	color: #141412;
	padding: 10px 0px 0px;
}

.site-footer .widget {
	color: #141412;
}

.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
    color: #A80010;
}

.site-footer .widget p {
    margin: 0px 0px;
}

/* widget titles  */

.widget h3.widget-title {
	
	color: #fff;
}

/* widget link color (red) */

.site-footer .widget a {
	color: #BC360A;
}

/* widget hover color */
.widget a:hover {
    color: #FFF;
}

.widget hr.bg {     /* this hr is the background color  */
	clear:both;
	height: 3px;
	border: 1px solid #BC360A;
}

/**
 * Image borders, margins, captions
 *-----------------------------------------------------------------------------
*/

/*  add more top-bottom margin for images */
img.aligncenter {
    margin: 10px auto;
}

/* add border to gallery images  
div.gallery-pics img  {
	border: 3px solid #81817C;
	margin: 10px 4px;
} */

/* add margins, border, padding to gallery images */
.gallery-pics img {
	padding: 10px;
	border: 1px solid #81817C; 
}

/* change Caption text under gallery images */
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

/**
 * horizontal rule style 
 *------------------------------------------------------------------------
*/

/* hr {    original style - not used
    background: url('images/dotted-line.png') repeat scroll center top / 4px 4px transparent;
    border: 0px none;
    height: 1px;
    margin: 0px 0px 24px;
} */
hr {
    background: none;
    color: #FBFBF4;
    height: 3px;
    border: 1px solid #81817C;
    clear: both;
}

hr.bg {     /* this hr is the background color  */
	clear:both;
	height: 3px;
	border: 1px solid #FBFBF4;
}

/**
 * Miscellaneous styles - pop-up table, fieldset
 * ----------------------------------------------------------------------------
*/

/* pop-up flip-it table styles */
table.features td, table.features th {
	border-style:solid;  
	border-width: 1px; 
	border-color: #BC2D1E; 
	padding: 0px 10px 0px;
} 



/* fieldset styles on DFD users gallery page */
fieldset {
    line-height: 24px;
    background-color: #FFF;
    padding: 10px 0px 0px 10px;
    margin-bottom: 10px;
}

/**
 * Table styles for Order page
 * ---------------------------------------------------------------------
*/

/* Text colors  */

.boldred {font-weight: bold; color: #BC2D1E;}
.boldgreen {font-weight: bold; color: #00FF00;}
.boldorange {font-weight: bold; color: #FF8300;}

/* Shipping calculations */

.shipping  {
	width: 100%; 
}

.shipping th, td {
	text-align: center;
	border: none;
	padding: 0px;   /*  for ie */
}

/*  Product ordering table  - padding is for ie */

table#select_product {line-height: 1.5; width: 100%; padding: 0px;}
table#select_product td {border-right: none; border-left: none; border-bottom: none;} /*  removes many red borders */

/* adds horizontal gray lines, align bottom */
table#select_product td {
	border-top: 1px solid #81817C; 
	font-size: 0.85em;
	padding: 5px 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

table#select_product td.right {
	text-align: right;
} 

table#select_product h3 {font-size: 1.3em; margin: 0px;}

table#select_product img {margin: 0px; vertical-align: bottom;}

/* removes tan border from paypal buttons - top align good for phones */
table#select_product button, input, textarea {
    border: none;
    font-family: inherit;
    padding: 0px;
    vertical-align: top;
}

/* removes tan border when link is active or is focus */

table#select_product input:active, textarea:active, input:focus, textarea:focus {
    border: none;
    outline: 0px none;
}

/* text colors blue and red for Bracket text */
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {color: #0033FF}

/* table on homepage, products page cell alignment */

.tdcenter td {
	text-align: center;
}


/** 
 * page 404 styles
 * -------------------------------------------------
*/

/* get rid of big 404 sign  */
.error404 .page-title:before {
   display:none;
}

/* increase line height and change padding */
.error404 .page-title {
    line-height: 2;
    padding: 20px 0px 0px;
}

/* site map style */

.site-map ul, li {
	list-style:none;
}