/*
	Theme Name: AffRevo
	Theme URL: http://www.affwebsites.com
	Author: Affwebsites
	Description: AffRevo is a 3-Column Responsive theme.
	Version: 1.0
*/

body {
    background-image: url(assets/images/1.png);
    background-repeat: repeat;
    background-attachment: fixed;
    color: #333333;
    font-size: 13px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px auto 0px;
    padding: 0px;
}

a {
    color: #7c5502;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #75797B;
    text-decoration: none;
}

b, strong {
    font-weight: bolder;
}

a, a:visited {
	color: #7c5502;
	text-decoration: none;
}

h1 a:hover {
    color: #4c91dd;
    text-decoration: none;
}

iframe{
    border-width: 0px;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

.genericon:before,
.menu-toggle:after {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

.container{
	max-width: 1000px;
	margin:0 auto;
}

.wrap {
    background: #F7F5EF;
    max-width: 980px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
    border: 4px solid #7c5502;
}

.header {
    background: #85ACAC url(assets/images/header.png);
    width: 100%;
    min-height: 100px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.logo {
    display: block;
    margin: 0px auto;
    padding: 10px;
    max-width: 400px;
    min-height: 60px;
}

.logo img {
    width: 100%;
    height: 80px;
    max-width: 400px;
}

.headerbanner {
    display: block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.headerbanner img {
    max-width: 460px;
    display: block;
    margin: 0px auto;
    height: auto;
}

.headerleft {
    width: 40%;
    float: left;
}

.headerright {
    width: 53%;
    float: right;
    margin: 20px auto;
    display: block;
}

.headerright li {
    list-style: none;
}

#topnavbar {
    background: #93BBBC url(assets/images/topnav.png);
    width: 100%;
    height: 30px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
	
#topnavbar a:hover {
	text-decoration: underline;
}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
	
.topnavbarleft {
	width: 30%;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}
	
.topnavbarright {
	width: 65%;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right;
}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
}

#navbar {
    background: #E1DCCA url(assets/images/navbar.png);
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Arial, Tahoma, Verdana;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar {
	background-color: #75797B;
	margin: 0 auto;
	width: 100%;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	width: 100%;
	min-height: 40px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 20px 11px 20px;
    text-decoration: none;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background: #969999 url(assets/images/navhov.png);
    color: #CCC;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #D2D5D5;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #75797B;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ccc;
	font-style: normal;
	background-color: #7c5502;
}

.menu-toggle {
	display: none;
}

.subnavbar {
    background: #7c5502;
    width: 100%;
    min-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 0px;
}

.subnav {
	margin: 0px;
	padding: 0px;
}

.subnav ul {
	list-style-type: none;
	float:left;
}
	
.subnav li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
}

.subnav li a:hover, #subnav li a:active {
    background: rgba(209, 213, 209, 0.3);
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding: 6px 13px 6px 13px;
}

.content {
    margin-right: 5px;
    margin-left: 5px;
}

.content h1 {
    color: #495D5C;
    font-size: 2.0rem;
    font-family: Georgia, Times New Roman;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 0px 0px;
}

.content h2 {}
.content h3 {}

.hpfeatured {
    background: #FFFFFF;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 8px 8px 10px 10px;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px;
}

.hpfeatured h3 {
    background: #86AFB0 url(assets/images/headline.png);
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    padding: 6px 0px 4px 7px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-hpfeatured {
    background: #FFFFFF;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 8px 8px 10px 10px;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px;
}

.tophome-img {
    vertical-align: top;
    margin-bottom: 0.75em;
    float: left;
    width: 120px;
    height: 100px;
    margin-right: 9px;
}

.home-img {
    vertical-align: top;
    margin-bottom: 0.75em;
    float: left;
    width: 180px;
    height: 100px;
    margin-right: 9px;
}

.home-text {
	padding-top:0;
    padding-bottom:0;
}

.border-bottom {
    border-bottom: 1px dotted #dee2e6 !important;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    clear: both;
}

.sidebar {
    float: left;
    width: 100%;
}

.sidebar h2 {
    background: #75797B url(assets/images/headline.png);
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    padding: 6px 0px 4px 7px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	
.sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 45px;
}
	
.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sidebar ul li ul li {
    background: #FFF url(assets/images/icon.gif) no-repeat 0px 2px;
    padding: 1px 0px 5px 20px;
    margin: 0px;
}

.l-sidebar {
	float: left;
	width: 56%;
}

.r-sidebar {
	float: right;
	width: 43%;
}
	
.widgetarea {
	background: #FFFFFF;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 7px;
	border: 1px solid #DDDDDD;
}

.widgetarea li {
    list-style: none;
}

.widgetarea a img {
    max-width: 290px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widgetarea img {
    width: 100%;
}

.postsbanner {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 7px;
}

.postsbanner li {
    list-style: none;
}

.postsbanner a img {
    max-width: 470px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

.comments {
	background: #EDEDED;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
}

.breadcrumb {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 7px 10px;
    border-bottom: double #EAEAEA;
}

.date {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 5px 0px 0px 15px;
}
	
.dateleft {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

.dateright {
    width: 50%;
    float: right;
    margin: 0px;
    padding: 0px 15px 0px 0px;
    text-align: right;
	font-style: italic;
}
	
.time {
	background: #FFFFFF url(assets/images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
}

.time2 {
	padding-right:3px; 
	padding-top: 3px; 
	display:inline-block;
}

.comment {
	background: #FFFFFF url(assets/images/icon_comments.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
	
.tags {
	background: #FFFFFF url(assets/images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
	
.category {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
	
.postmeta {
	width: 100%;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}
	
.postmeta2 {
	width: 100%;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.archive {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

.well {
  display: flex;
  align-items: center;
}

.postarea {}
.postarea h1 {
	color: #7c5502;
    font-size: 2.0rem;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 0px 0px;
}

.wp-post-image {
    max-width: 680px;
    width: 100%;
    min-height: 220px;
	height: auto;
    margin: 0px 0px 5px 0px;
}

/* Woocommerce Style */
.woocommerce ul.products li.product {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin-left: 6%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    font-weight: 700;
    font-size: .857em;
    text-align: center;
    margin-top: .1em;
}

.woocommerce div.product div.images img {
    display: block;
    width: 99%;
    height: auto;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
	margin-left: .5%;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 48.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 52.666667%;
}

.col-md-4, .col-md-6, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

#searchform {
	display: block;
	margin: 0px auto;
}

#searchbutton {
    background: #75797B;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Georgia, Arial, Tahoma, Verdana;
    margin: 0px 0px 0px 5px;
    padding: 5px 10px 3px 10px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #75797B;
}

#searchbutton:hover {
    background: #D2D5D5;
    color: #FFFFFF;
	cursor: pointer;
}

#searchbox {
	width:64%;
}

.social {
    margin-top: 5%;
    margin-bottom: 15%;
}
.social-post {
	/*top:3.0em; 
	padding-left:120px;*/
}
.counter-twitter { 
	float:left; 
	margin-left:0em;
margin:0px auto;	
}
.counter-fb-like {
    float: left;
    margin-left: 1.0em;
}
.counter-google-one { 
	float:left; 
	margin-left:1.0em; 
	padding-right:10px; 
}


.footer {
    background: #93BBBC url(assets/images/topnav.png);
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer p {
    color: #FFFFFF;
    font-size: 13px;
    margin: 0px;
    padding: 9px 0px 8px 0px;
}
	
.footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.poweredby {
    color: #FFFFFF;
    font-size: 14px;
	padding: 9px 0px 10px 0px;
}

.poweredby a {
    color: #D2D5D5;
    font-size: 14px;
}

.menu-footer {
	margin: 0px;
	padding: 0px;
}

.menu-footer ul {
	list-style-type: none;
}
	
.menu-footer li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.menu-footer li a, .menu-footer li a:link, .menu-footer li a:visited {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 3px 0px 0px;
    padding: 1px 5px 2px 15px;
}

.menu-footer li a:hover, .menu-footer li a:active {
    color: #D2D5D5;
    display: block;
    text-decoration: none;
    margin: 10px 3px 0px 0px;
    padding: 1px 5px 2px 15px;
}

.poweredby {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
}

.poweredby a {
    color: #D2D5D5;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
}


/* RESPONSIVE LAYOUT STYLES */
@media screen and (max-width:480px){
	.subnav li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
		display: block;
	}
	.topnavbarleft {
		display:none;
	}
	.topnavbarright {
		width: 100%;
	}
	.no-menu {
		margin-top: -7px;
	}
	.widgetarea a img {
		width: 100%;
	}
	.postarea h1 {
		font-size: 22px;
	}
	.content h1 {
		font-size: 22px;
	}
	.postsbanner a img {
		max-width: 100%;
		height: auto;
	}
	.subnav li a:hover, #subnav li a:active {
		margin: 0px 0px 0px 0px;
		padding: 6px 13px 6px 8px;
	}	
}	

@media screen and (max-width : 760px){
	
}

@media (max-width: 643px) {
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}
	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}
	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}
	.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover {
		background-color: #D2D5D5;
		color: #fff;
	}
	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}	
	.video-container {
		max-width: 300px;
		height:auto;
		margin: 0px auto;
	}
	.header {		
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.headerleft {
		width: 100%;
		float: left;
	}
	.headerright {
		width: 100%;
		float: left;
	}
	.headerbanner {
		display: block;
		margin: 0px auto;
		padding: 0px;
		max-width: 470px;
	}
	.headerbanner img {
		width: 90%;
		display: block;
		margin: 0px auto;
		height: auto;
	}
	.wp-post-image {
		max-width: 680px;
		width: 100%;
		min-height: 80px;
		height: auto;
		margin: 0px 0px 5px 0px;
	}
	#navbar {
		background: #E1DCCA url(assets/images/navbar.png);
		width: 100%;
		height: auto;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 769px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 22%;
	}
	.woocommerce-account .woocommerce-MyAccount-content { 
		width: 75%;
	}
}
