/*----------------------------------------------------------------------------------
TABLE OF CONTENT

1.  Reset
2.  General Styling (default font, color, lists, headings, form elements, etc.)
3.  Structure (page width & layout containers)
4.  Grid (column width)
5.  Header (logo, tagline, social widget, search form, main menu)
6.  Page (page title, author page, pagination)
7.  Post (post layouts & styling, comments, post navigation)
    7.1 Masonry layout
8.  Sidebar
    8.1 Widget Styles
9.  Footer
10. Builder Styling
11. WordPress Formatting
12. WP Gallery
13. Clear & Alignment
14. Woocommerce

----*/

/************************************************************************************
1. RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
ul{list-style:none;}
img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
.ie8 img { width: auto;}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width (for embed media) */
iframe, object, embed {
	max-width: 100%;
}

body{font-size:1em;font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;}
a{color:#474950;}
a:hover{color: #a9172d;}
thead {background: #a9172d;color: #FFF;}
.outer{width:100%;}
.black-bar{width:100%; padding:10px 0px;background:#000;}
.inner-black-bar{width:90%;text-align:right;}
.soc-ico a{color:#FFF;text-decoration:none;padding:5px;}
.header{width:100%; padding:13px 0px;background: #ffffff url('https://www.globalwebdesign.com/wp-content/uploads/2014/05/site_map.jpg') no-repeat right center;border-bottom:2px solid rgba(106,110,113,0.18);}
.inner-header{width:90%;margin:0 auto;padding:10px;}
.logo{}
.navigation{width:100%;border-bottom:2px solid rgba(106,110,113,0.18);padding:10px 0px;}
.inner-navigation{width:80%;margin:0 auto;}
.main-nav{display:flex;list-style:none;}
.main-nav li {padding:0px 10px;}
.main-nav li a{color:#474950;}
.main-nav li a:hover{color: #a9172d;}
.inner{width:80%;margin:0 auto;padding-top:10px;}
.content{padding:10px;}
.footer{width:100%;background:#26282c none repeat center top;padding:50px 0px;}
.footer-inner{width:80%;margin:0 auto;color:#8d9095;}
input[type=submit],input[type=button] {background:#a9172d;color:#FFF;}
.button {background:#a9172d;color:#FFF;padding:10px 20px;text-align:center;}