/* Defaults
------------------------------------------------------------ */

html {
	font-size: 62.5%; /* 10px browser default */
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Clear Floats
------------------------------------------------------------ */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clearfix:after { visibility: hidden; display: block; height: 0; font-size: 0; line-height: 0; content: " "; clear: both; }
.clearfix { display: block; }
/* IE6 */
* html .clearfix { height: 1%; }
/* IE7 */
*:first-child + html .clearfix { min-height: 1%; }

/* HYPERLINKS
------------------------------------------------------------ */

a img {
	border: none;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



/* BODY
------------------------------------------------------------ */

::-moz-selection {
	background-color: #0d72c7;
	color: #ffffff;
}

::selection {
	background-color: #0d72c7;
	color: #ffffff;
}

/* WRAP
------------------------------------------------------------ */

.site-container {
					clear: both;
	overflow:hidden;
	  /* animation magic */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

/* Breadcrumbs */

.breadcrumb{
    float: right;
    text-align:right;
    clear: right;
}

.breadcrumb {
	background: transparent;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 13px 20px 11px 25px;
	color: #000000;
	font-family: 'Arial', 'sans-serif';
	font-size: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* USER PROFILE
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* SEARCH
------------------------------------------------------------ */

/* Search Form */

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}

.sidebar .search-form {
	padding: 15px 0 10px 30px;
}

.search-form input[type="search"], #subbox, .widget_product_search input#s {
	background: #FFFFFF;
	border: 2px solid #333333;
	width: 190px;
	margin: 10px 5px 0 0;
	padding: 9px 5px 10px 10px;
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #000000;
}

.nav-primary .search-form input[type="search"] {
	margin: 2px -7px 0 0;
}

.search-form input[type="submit"], #subbutton, .widget_product_search input#searchsubmit {
	background: transparent;
	border: 0px solid #333333;
	margin: 0;
	padding: 10px 14px 10px 14px;
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	line-height: 19px;
	cursor: pointer;
	text-decoration: underline;
}

.search-form input[type="submit"]:hover, #subbutton:hover,  .widget_product_search input#searchsubmit:hover {
	background: transparent;
	border: 0px solid #000000;
	color: #FF0000;
	text-decoration: underline;
}

.widget_product_search label {
	display: none;
}

/* Search Button */

.hide{
	display: none;
}

li.toggle-search a,.site-header.dark li.toggle-search a{
	font-size:0;
	padding:0;
	position:relative;
	width:40px;
}

li.toggle-search a:before{
	content:"\f179";
	display: block;
	font-family:"Dashicons";
	font-size:26px;
	left:10px;
	position:absolute;
	top:-3px;
	vertical-align:middle;
	width:33px;
}

li.toggle-search.active a:before{
	content:"\f335";
}

li.toggle-search a:hover{
	border:none !important;
}

.search-wrap{
	clear:both;
	background:#FF9900;
	margin:0 auto;
	padding:0 0 15px 0;
	text-align:center;
	width:100%;
}

.search-wrap .search-form input[type="search"]{
	padding: 10px 20px 10px;
	border-radius:5px;
}

.search-wrap-sticky {
	clear:both;
	background:#FF9900;
	margin:0 auto;
	padding:0 0 15px 0;
	text-align:center;
	width:100%;
	position:fixed;
	top:50px;
	left:0;
	z-index:9999;
}

.search-wrap-sticky .search-form input[type="search"]{
	padding:10px 20px 10px;
	border-radius:5px;
}


/* Search Results Page */

.search .content{
	padding:10px 20px 10px 20px;
}

.results{
	font-size:30px;
	font-weight:bold;
	width:100%;
	border-bottom:1px solid black;
	margin-bottom:10px;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
	padding: 20px;
}

#wp-calendar caption {
	font-size: 14px;
	font-style: italic;
	padding: 20px 30px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #F5F5F5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #F5F5F5;
	padding: 2px;
	text-align: center;
}


/* COMMENTS
------------------------------------------------------------ */

#comments {
	margin: 0px 0 15px;
	overflow: hidden;
}

#respond {
	margin: 0 0 15px;
	padding: 20px 0 0;
}

#comments h3,
#respond h3 {
	margin: 0 0 10px;
	color: #000000;
	font-size: 26px; font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.25;
}

#author,
#comment,
#email,
#url {
	background: transparent;
	border: 0px solid #DDDDDD;
	width: 250px;
	margin: 0 5px 10px 0;
	padding: 5px;
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	-webkit-box-shadow: 0 1px 2px #E8E8E8 inset;
	box-shadow: 0 1px 2px #E8E8E8 inset;
}

#comment {
	width: 98%;
	height: 150px;
	margin: 0 0 10px;
}

#commentform #submit {
	background: transparent;
	border: 0px solid #DDDDDD;
	width: auto;
	padding: 10px 14px 10px 14px;
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	line-height: 	cursor: pointer;
	text-decoration: none;
}

#commentform #submit:hover {
	background: transparent;
	border: 0px solid #DDDDDD;
	color: #FF0000;
	text-decoration: none;
}

.comment-author {
	color: #000000;
}

.comment-author span,
.comment-author .says {
	font-size: 18px; font-size: 1.8rem;
}

.comment-author span a, .comment-author span a:visited {
	color: #000000;
	text-decoration: underline;
}

.comment-author span a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 0px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	margin: 15px 0 5px;
	padding: 25px 25px 25px 25px;
	font-weight: bold;
	list-style-type: none;
}

.comment-list li .avatar {
	background: transparent;
	border: 0px solid #DDDDDD;
	width: 48px;
	height: 48px;
	margin: 5px 0 0 10px;
	padding: 0px;
	float: right;
}

.comment-list li ul li {
	background: transparent;
	margin-right: -16px;
	list-style-type: none;
}

.comment-content p {
	margin: 0 0 20px;
}

.comment-content p,
#respond p {
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 300;
}

.comment-notes {
	margin: 0 0 10px;
}

#respond label {
	display: block;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: normal;
}

.comment-meta,
.comment-edit-link {
	margin: 0 0 5px;
	color: #000000;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}

.comment-meta a,
.comment-meta a:visited,
.comment-edit-link a,
.comment-edit-link a:visited {
	color: #000000 !important;
	text-decoration: underline !important;
}

.comment-meta a:hover,
.comment-edit-link a:hover {
	color: #FF0000 !important;
	text-decoration: underline !important;
}

a.comment-reply-link,
a.comment-reply-link:visited {
	background: transparent;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	padding: 8px 12px 8px 12px;
	color: #000000;
	font-size: 14px; font-size: 1.4rem;
	font-weight: 300;
	text-decoration: underline;
}

a.comment-reply-link:hover {
	background: transparent;
	border-top: 0px solid #BBBBBB;
	border-bottom: 0px solid #BBBBBB;
	border-left: 0px solid #BBBBBB;
	border-right: 0px solid #BBBBBB;
	color: #FF0000;
	text-decoration: underline;
}

.comment-content a,
.comment-content a:visited,
#comments .navigation a,
#comments .navigation a:visited,
#respond a,
#respond a:visited {
	color: #000000;
	text-decoration: underline;
}

.comment-content a:hover,
#comments .navigation a:hover,
#respond a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	padding: 20px 0 20px;
	display: block;
}

.thread-even {
	background: transparent;
}

.thread-alt {
	background: transparent;
}

.form-allowed-tags {
	background: transparent;
	border: 0px solid #DDDDDD;
	margin: 10px 0 20px;
	padding: 25px 25px 25px 25px;
}

#respond p.form-allowed-tags {
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
}


/****** MEMBERS ONLY FUNCTIONALITY
--------------------------------------------- */

.portal, .logged-in .login{
	display:none !important;
}

.logged-in .portal{
	display:inline !important;
}
.social{
	float:right;
	margin:0 !important;
}

@media all and (max-width : 768px){
	#top_navigation{
	position: fixed;
	width: 100%;
	top:0;
	z-index:999;
	}
}


/* ## GOOGLE MAPS DISABLE ZOOM UNTIL CLICK
--------------------------------------------- */

@media screen and (max-width:768px){
	.site-header .widget-area{
	text-align:center !important;
	}
}

.cover{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#fff;
	opacity:0.1;
}

.google_map{
	height:450px;
	position:relative;
}


/* ## BACK TO TOP
--------------------------------------------- */

.eemi-top:hover{
	color: #fff !important;
	background-color:#fff;
	text-decoration:none;
	z-index:999;
}

.eemi-top{
	display:none;
	position:fixed;
	bottom:1rem;
	right:1rem;
	width:3.2rem;
	height:3.2rem;
	line-height:3.2rem;
	font-size:1.4rem;
	color:#fff;
	padding-top:3px;
	text-decoration:none;
	border-radius:3.2rem;
	text-align:center;
	cursor:pointer;
	z-index:999;
}

i.fa-arrow-circle-up{
	font-size:30px !important;
	color:#333;
	opacity:0.7;
}

/* STICKY POSTS
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}

.content .sticky {
	background: transparent !important;
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 0px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	margin: -10px 0 40px 0;
	padding: 20px 20px 20px 20px;
}


/* IMAGES
------------------------------------------------------------ */

img {
	max-width: 100%;
	height: auto;
}

.nivoSlider img {
    max-width: none;
}

.featuredpage img,
.featuredpost img,
.post-image {
	background: transparent;
	border: 0px solid #DDDDDD;
	padding: 0px;
}

.author-box .avatar {
	background: transparent;
	border: 0px solid #DDDDDD;
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}

.post-image {
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption, figure {
	background: transparent;
	border: 0px solid #DDDDDD;
	max-width: 100%;
	padding: 5px;
	text-align: center;
}

p.wp-caption-text, figcaption {
	margin: 5px 0;
	color:000000;
	font-size: 16px !important; font-size: 1.6rem !important;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.post-format-image {
	display: block;
	float: right;
}

.page .post-format-image {
	display: none;
}

.page-template-page_blog-php .post-format-image {
	display: block;
}

/* Responsive Images */

@media screen and (max-width:600px){
	.image_responsive{
		margin-left: auto !important;
		margin-right: auto !important ;
		display: block !important;
		margin-bottom:35px !important;
		margin-top:35px !important;
		width:100%;
		float:none;
	}
	.caption_responsive{
		margin-left: auto !important;
		margin-right: auto !important ;
		display: block !important;
		margin-bottom:10px !important;
		margin-top:10px !important;
		width:100%;
		float:none;
	}
	.caption_responsive .image_responsive{
			margin-top:10px !important;
			margin-bottom:10px !important;
		}
}

@media screen and (min-width:601px) and (max-width:768px){
		.image_responsive{
		margin-left: auto !important;
		margin-right: auto !important;
		display:block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom:35px !important;
		margin-top:35px !important;
		float:none;
		}
		
		.caption_responsive{
		margin-left: auto !important;
		margin-right: auto !important ;
		display: block !important;
		margin-bottom:10px !important;
		margin-top:10px !important;
		width:100%;
		float:none;
	}
		
		.caption_responsive .image_responsive{
			margin-top:10px !important;
			margin-bottom:10px !important;
		}
}


/* POST NAVIGATION
------------------------------------------------------------ */

.pagination,
.entry-pagination {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px;
	overflow: hidden;
}

.pagination li {
	display: inline;
}

.pagination a,
.pagination a:visited,
.entry-pagination a,
.entry-pagination a:visited {
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	text-decoration: underline;
}

.pagination a:hover,
.entry-pagination a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: transparent;
	border: 0px solid #DDDDDD;
	margin: 0 0px 0 0px;
	padding: 8px 12px 8px 12px;
	color: #000000;
	font-size: 16px; font-size: 1.6rem;
	text-decoration: underline;
}

.pagination li a:hover,
.pagination li.active a {
	background: transparent;
	color: #FF0000;
	text-decoration: underline;
}

.pagination li a:hover {
	text-decoration: underline;
}

/* Custom Page Numbers */
.page-num{
	padding-right:20px;
}

/* COLUMN CLASSES
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 20px;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first{
	margin-left: 0;
	clear: both;
}