
/* #Site Styles
 ================================================== */
body {
	background: #f5f5f5;
	color: #000;
	font-family: Arial, sans-serif;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #333;
}
/*a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/
strong {
	font-weight: bold;
}
a.post-edit-link {
	color: #333;
	background: #fff;
	padding: 10px;
}
/* #topbar
 ================================================== */
.topbar {
	background: #fbe446;
	padding: 5px 0;
}
.topbar .logo {
	text-align: center;
	width: 120px;
	min-height: 100%;
	height: 100%;
	display: inline-block;
}
.topbar .logo a {
	background: transparent url(../images/userlogo_1.png) no-repeat center left;
	width: 100%;
	min-height: 100%;
	height: 55px;
	display: inline-block;
	text-indent: -9999px;
}

.topbar .topmenu {
	font-family: 'Teko', sans-serif;
	font-size: 1.4em;
	float: right;
	display: inline-block;
	width: 100%;
}
.topbar .topmenu ul {
	transition:all .25s;
	display: none;
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
	position: relative;
}
.topbar .topmenu ul li {
	display: block;
	float: left;
	width: 25%;
}
.topbar .topmenu li a {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	margin: 0 0 2px 0;
	height: 26px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.topbar #pull {
	background: #fff;
	color: #000;
	position: relative;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	display: inline;
	float: right;
}
.topbar #pull i {
	color: #000;
	display: inherit;
}
/*Hover state for top level links*/
.topbar .topmenu li:hover a, .topbar .topmenu li.active a {
	background:#FFF;
}
.topbar #pull,
.topbar .topmenu ul.toggle {
	display: inline;
}
@media (max-width:1200px) {
	.topbar .topmenu ul li {
        width: 33.33%;
    }
}
@media (max-width:992px) {
	.topbar .topmenu ul li {
        width: 50%;
    }
}
@media (max-width:550px) {
   .topbar .topmenu ul li {
     width: 100%;
   }
   .topbar .topmenu li a {
     width: 100%;
     text-align: left;
   }
}

@media (min-width:768px) {
	.topbar #pull {
		display: none;
	}
	.topbar .topmenu ul {
		display: block;
	}
}

/* #header
 ================================================== */
.header {
	margin: 0 0 20px 0;
	padding: 20px;
	line-height: 40px;
	background: #838383 url(../images/bg.jpg) no-repeat top center;
}

.header h1 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}
.header h1.brand {
	font-weight: 600;
	color: #fbe446;
	font-size: 3em;
	margin: 10px 0;
}
.header h1.lead {
	font-weight: 400;
	color: #fff;
	font-size: 2.5em;
	margin: 0 0 80px 0;
}
@media (min-width:550px) {
.header {
 padding: 60px 0;
}
}
@media (max-width:550px) {
.header h1.lead {
font-size: 1.8em;
line-height: 30px;
}
}
/* #navigation
 ================================================== */
.mainmenu {
	font-family: 'Teko', sans-serif;
	width: 100%;
}
.mainmenu ul {
	list-style-type: none;
	margin: 1px 1px 0 0;
	padding: 0;
	position: relative;
}
.mainmenu ul ul {
	position: absolute;
}
.mainmenu ul li {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 0 0 5px 5px;
}

/*Style for menu links*/
.mainmenu li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 50px;
	font-size: 1.7em;
	line-height: 50px;
	border-bottom: #fff solid 2px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.mainmenu li.current-menu-item a, .mainmenu li.current-page-ancestor a {
	color: #fbe446;
	border-bottom: #fbe446 solid 2px;
}
.mainmenu a#pull {
	display: none;
	background: #fbe446;
	color: #3b4852;
	position: relative;
	line-height: 50px;
	height: 50px;
	font-size: 1.3em;
	text-decoration: none;
}
.mainmenu a#pull i {
	color: #3b4852;
	display: inherit;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	font-size: 1.3em;
}
.mainmenu ul li {
	width: 100%;
}
@media (min-width:550px) and (max-width:768px) {
	.mainmenu ul li {
		width: 50%;
	}
	.mainmenu li a {
		text-align: left;
		padding-left: 20px;
	}
}
@media (min-width:768px)  {
	.mainmenu li a {
		text-align: left;
		padding-left: 20px;
	}
}

.submenu {
	font-family: 'Teko', sans-serif;
	width: 100%;
	background: #000;
	padding: 20px;
	margin-bottom: 20px;
}
.submenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.submenu ul li ul {
	list-style-type: none;
	margin: 1px 0 0 10px;
	padding: 0;
	position: relative;
}
.submenu ul a {
	font-size: 1.5em;
	color: #fbe446;
}
.submenu ul ul a {
	font-size: 1.2em;
	color: #fff;
}
.submenu li.current_page_item a {
	text-decoration: underline;
}
.submenu li.current_page_item ul a {
	text-decoration: none;
}
/* #Breadcrumbs
 ================================================== */
#breadcrumbs {
	list-style: none;
	margin: 0 0 20px;
	padding: 0 0 10px;
	overflow: hidden;
	/*border-top: 1px solid #B7B7B7;*/
	border-bottom:1px solid #ddd;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#breadcrumbs li a {
	text-decoration: none;
	color: #555;
	padding:0;
}
#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #aaa;
}
@media (max-width:768px) {
	#breadcrumbs {
		display: none;
	}
}

/* #Page Styles
 ================================================== */

/* Content Style */
.entry-title {
    margin:0 0 20px 0;
    display: block;
    border-bottom: #ddd solid 1px;
}
.entry-title span {
	font-size: 1.6em;
	line-height: 1.0em;
    padding: 10px 20px 7px 20px;
    display: inline-block;
    color:#000;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    border-left: #fbe446 solid 20px;
    background: #fff;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}
.entry-content {
	padding:0 0 20px 0;
	font-size: 1.1em;
}
.entry-more {
	margin:0 0 20px 0;
	clear: both;
}
.entry-more a {
	padding: 5px 15px 6px;
	background: #fbe446;
	color: #555;
    text-decoration: none;
}
.box {
	padding: 20px 0px;
	margin: 0 0 20px;
	background: #fff;
}
.box .entry-box{
	padding: 0px 20px;
}
@media (max-width:550px) {
	.box h2 {
		font-size: 1.2em;
	}

}
.box .meta span {
	display: block;
}
.box .meta .p-info-meta {
	margin-right: 5px;
}
.box ul {
	list-style: circle outside;
	margin-left: 20px;
}
.box p {
	line-height: 1.4em;
}
.box_title {
	padding: 30px 20px;
	border: #9e925f solid 2px;
}
.page_list .page_link {
	margin-bottom:20px;
	position: relative;

}
.page_list .page_title {
	font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    background: #fbe446;
    text-transform: uppercase;
	color: #000;
	padding: 10px;
	margin:0 10px 5px 0;
	z-index: 2;
	position: absolute;
	bottom: 0;
}

/* #Button
 -------------------------------------------------- */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 10px 15px;
	background: #000;
	color: #fff;
	border: 0px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
    font-size: 1.4em;
}
.button.big {
	padding: 10px 30px;
	border: 0;
	background: #e60000;
	color: #000;
	font-size: 1.4em;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:focus, .button:focus, button.active, .button.active {
	color: #000;
	background: #fbe446;
}

/* Shop
=================================================== */
.woocommerce .quantity_select {
	position: relative;
	margin: 0 3px 0 0;
	overflow: hidden;
	width: 60px !important;
	float: left;
	color: #000;
}
.woocommerce .quantity_select select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: transparent url(../img/select-arrow.png) no-repeat 80% center;
	width: 100px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/

	/*My custom style for fonts*/
	color: #000;
	padding: 5px;
}
.woocommerce .quantity_select .qty {
	margin: 0;
	display: block;
	width: 70px !important;
	zoom: 1;
	padding: 8px;
	color: #000;
	border: #000 solid 1px;
}

/* Cart
  ================================================ */
.cart-contents {
	display: inline-block;
	color: #323e48;
	background: #ffea01;
	line-height: 50px;
	padding: 0 20px;
	margin: 0;
	float: right;
}
.cart-contents:hover {
	background: #FFF;
	color: #000;
}

/* #Footer
================================================== */
.footer {
	min-height: 70px;
}
.footer .foot {
	min-height: 50px;
	border-top: 1px solid #ddd;
	margin: 0;
}
.footer .foot .copy {
	line-height: 50px;
	display: inline-block;
	font-size: 13px;
}

/* Social */
.footer .foot .social {
	float: right;
	margin-right: 10px;
}
.footer .foot .social .but {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.footer .foot .social .but i {
	font-size: 1.3em;
	text-align: center;
	width: auto;
	display: block;
	line-height: 50px;
	margin: 0 5px;
	color: #777;
	border: transparent solid 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer .foot .social .but:hover i {
	color: #000;
}
