/*!

Theme Name: dapza

Theme URI: 

Author: 

Author URI:

Description: magazine theme by voltize

Version: 1.0.8

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: dapza

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



dapza is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/



@font-face {

  font-family: 'FontAwesome';

  src: url('assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');

  src: url('assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 

  url('assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 

  url('assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 

  url('assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 

  url('assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');

  font-weight: normal;

  font-style: normal;

} 



/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/* Document

	 ========================================================================== */



/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 */



html {

	line-height: 1.15; /* 1 */

	-webkit-text-size-adjust: 100%; /* 2 */

	word-wrap: break-word;

}



/* Sections

	 ========================================================================== */



/**

 * Remove the margin in all browsers.

 */







/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */



h1 {

	font-size: 2em;

	margin: 0.67em 0;

}



/* Grouping content

	 ========================================================================== */



/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */



hr {

	box-sizing: content-box; /* 1 */

	height: 0; /* 1 */

	overflow: visible; /* 2 */

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */



pre {

	font-family: monospace, monospace; /* 1 */

	font-size: 1em; /* 2 */

}



/* Text-level semantics

	 ========================================================================== */



/**

 * Remove the gray background on active links in IE 10.

 */



a {

	background-color: transparent;color:#00653a;

}



/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */



abbr[title] {

	border-bottom: none; /* 1 */

	text-decoration: underline; /* 2 */

	text-decoration: underline dotted; /* 2 */

}



/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */



b,

strong {

	font-weight: bolder;

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */



code,

kbd,

samp {

	font-family: monospace, monospace; /* 1 */

	font-size: 1em; /* 2 */

}



/**

 * Add the correct font size in all browsers.

 */



small {

	font-size: 80%;

}



/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sub {

	bottom: -0.25em;

}



sup {

	top: -0.5em;

}



/* Embedded content

	 ========================================================================== */



/**

 * Remove the border on images inside links in IE 10.

 */



img {

	border-style: none;

}



/* Forms

	 ========================================================================== */



/**

 * 1. Change the font styles in all browsers.

 * 2. Remove the margin in Firefox and Safari.

 */



button,

input,

optgroup,

select,

textarea {

	font-family: inherit; /* 1 */

	font-size: 100%; /* 1 */

	line-height: 1.15; /* 1 */

	margin: 0; /* 2 */

}



/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */



button,

input { /* 1 */

	overflow: visible;

}



/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */



button,

select { /* 1 */

	text-transform: none;

}



/**

 * Correct the inability to style clickable types in iOS and Safari.

 */



button,

[type="button"],

[type="reset"],

[type="submit"] {

	-webkit-appearance: button;

}



/**

 * Remove the inner border and padding in Firefox.

 */



button::-moz-focus-inner,

[type="button"]::-moz-focus-inner,

[type="reset"]::-moz-focus-inner,

[type="submit"]::-moz-focus-inner {

	border-style: none;

	padding: 0;

}



/**

 * Restore the focus styles unset by the previous rule.

 */



button:-moz-focusring,

[type="button"]:-moz-focusring,

[type="reset"]:-moz-focusring,

[type="submit"]:-moz-focusring {

	outline: 1px dotted ButtonText;

}



/**

 * Correct the padding in Firefox.

 */



fieldset {

	padding: 0.35em 0.75em 0.625em;

}



/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *		`fieldset` elements in all browsers.

 */



legend {

	box-sizing: border-box; /* 1 */

	color: inherit; /* 2 */

	display: table; /* 1 */

	max-width: 100%; /* 1 */

	padding: 0; /* 3 */

	white-space: normal; /* 1 */

}



/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */



progress {

	vertical-align: baseline;

}



/**

 * Remove the default vertical scrollbar in IE 10+.

 */



textarea {

	overflow: auto;

}



/**

 * 1. Add the correct box sizing in IE 10.

 * 2. Remove the padding in IE 10.

 */



[type="checkbox"],

[type="radio"] {

	box-sizing: border-box; /* 1 */

	padding: 0; /* 2 */

}



/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */



[type="number"]::-webkit-inner-spin-button,

[type="number"]::-webkit-outer-spin-button {

	height: auto;

}



/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */



[type="search"] {

	-webkit-appearance: textfield; /* 1 */

	outline-offset: -2px; /* 2 */

}



/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */



[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */



::-webkit-file-upload-button {

	-webkit-appearance: button; /* 1 */

	font: inherit; /* 2 */

}



/* Interactive

	 ========================================================================== */



/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */



details {

	display: block;

}



/*

 * Add the correct display in all browsers.

 */



summary {

	display: list-item;

}



/* Misc

	 ========================================================================== */



/**

 * Add the correct display in IE 10+.

 */



template {

	display: none;

}



/**

 * Add the correct display in IE 10.

 */



[hidden] {

	display: none;

}



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

optgroup,

textarea {

	color: #404040;

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	font-size: 1rem;

	line-height: 1.5;

}



h1, h2, h3, h4, h5, h6 {

	/*clear: both;*/

	font-family: 'Montserrat', sans-serif;

}




p {

	margin-bottom: 1.5em;

}



dfn, cite, em, i {

	font-style: italic;

}



blockquote {

	margin: 0 1.5em;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 0.9375rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code, kbd, tt, var {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}



abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark, ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {

	box-sizing: border-box;

}



*,

*:before,

*:after {

	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;

}



body {

	background: #fff; /*#707070;*/
	background-image:url("assets/images/bg.png");
	background-repeat:repeat-x;
	/*background: rgba(112,112,112, 1.0);*/

	/* Fallback for when there is no custom background color defined. */
	margin:0;
}



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



ul, ol {

	margin: 0 0 1.5em 0;

}



ul {

	list-style: disc;

	overflow:auto;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 1.5em 1.5em;

}



img {

	height: auto;

	/* Make sure images are scaled correctly. */

	max-width: 100%;

	/* Adhere to container width. */

}



figure {

	margin: 1em 0;

	/* Extra wide images within figure tags don't overflow the content area. */

}



table {

	margin: 0 0 1.5em;

	width: 100%;

}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	color: rgba(0, 0, 0, 0.8);

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 1;

	padding: .6em 1em .4em;

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

}



button:active, button:focus,

input[type="button"]:active,

input[type="button"]:focus,

input[type="reset"]:active,

input[type="reset"]:focus,

input[type="submit"]:active,

input[type="submit"]:focus {

	border-color: #aaa #bbb #bbb;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

	padding: 3px;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

input[type="number"]:focus,

input[type="tel"]:focus,

input[type="range"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="week"]:focus,

input[type="time"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="color"]:focus,

textarea:focus {

	color: #111;

}



select {

	border: 1px solid #ccc;

}



textarea {

	width: 100%;

}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {

	color: #00653a;

}



a:visited {

	color: #00653a;

}



a:hover, a:focus, a:active {

	color: #9dcc4e;

}



a:focus {

	outline: thin dotted;

}



a:hover, a:active {

	outline: 0;

}



/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/





.main-navigation ul {

	list-style: none;

	margin: 0;

	padding-left: 0;

}



.main-navigation ul ul {

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	float: left;

	position: absolute;

	top: 100%;

	left: -999em;

	z-index: 99999;

}



.main-navigation ul ul ul {

	left: -999em;

	top: 0;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

	left: 100%;

}



.main-navigation ul ul a {

	width: 200px;

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

	left: auto;

}



.main-navigation li {

	float: left;

	position: relative;

}



.main-navigation a {

	display: block;

	text-decoration: none;

}







.site-main .comment-navigation, .site-main

.posts-navigation, .site-main

.post-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	clip-path: none;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

	outline: 0;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}



.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.wrapper {margin:0 10%;}
.wrapper-heading {margin:0 10%;clear:both;}

/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: "";

	display: table;

	table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 1.5em;

	/* Make sure select elements fit in widgets. */

}



.widget select {

	max-width: 100%;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

	display: block;

}



.hentry {

	margin: 0 0 1.5em;

}



.updated:not(.published) {

	display: none;

}



.page-content,

.entry-content,

.entry-summary {

	margin: 0 0 0 0;

}
.entry-summary p {margin:-10px 0 10px 0;}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

	word-wrap: break-word;

}



.bypostauthor {

	display: block;

}



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

	/* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



/* Make sure logo link wraps around logo image. */

.custom-logo-link {

	display: inline-block;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: 0.8075em 0 0 0;
	font-size:0.9em;
	font-style:italic;
	/*text-align: left;*/

}



.wp-caption-text {

	text-align: center;

}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

	margin-bottom: 1.5em;

}



.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	max-width: 50%;

}



.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

	max-width: 25%;

}



.gallery-columns-5 .gallery-item {

	max-width: 20%;

}



.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}



.gallery-caption {

	display: block;

}



.fullSearchContainer{

	width:100%;

	display:none;

	background:rgba(45,45,45,1.0);

	position:relative;

}

.fullSearchContainerClose{

	font-family: 'FontAwesome';

	position:absolute;

	top:40px;

	right:40px;

	font-size:2.0em;

	margin:0;

	color:rgba(255,255,255,0.84);

	cursor:pointer;

	padding:0;

	line-height:1.0;	

}

.fullSearchContainerClose:before{

	content: "\f00d";	

}

.fullSearchFieldContainer{

	width:100%;

	padding:0 25%;

	display:none;

}

.fullSearchFieldContainer h3{

	font-size:2.0rem;

	margin:0 0 0.5em 0;

	text-align:center;

	color:rgba(255,255,255,0.84);

}

.fullSearchFieldInnerContainer{

	width:100%;

	padding:0;

	background:rgba(0,0,0,0.1);

	position:relative;

}

.fullSearchFieldInnerContainer input[type=text]{

	padding:20px 100px 20px 20px;

	background:rgba(0,0,0,0.3);

	width:100%;

	border:0;

	color:rgba(255,255,255,0.84);	

}

.fullSearchFieldInnerContainer input[type=submit]{

	padding:16px 32px;

	margin:0;

	background:rgba(0,0,0,1.0);

	position:absolute;

	top:10px;

	right:10px;

	color:rgba(255,255,255,0.84);

	border:0;

	line-height:1.0;

}



.outerContainer{

	width:100%;

	margin:0;

	/*background:#f1f1f1;*/

	/*background:rgba(241,241,241,1.0);*/

}



.upperBar{

	width:100%;

	text-align:right;

	width:94%;

	margin:1% 3% 1.0em 3%;	

}

.upperBar span{

	font-size:1.2rem;

	font-weight:600;

	color:rgba(255,255,255,0.94);

}

.upperBar span:before{

	font-family: 'FontAwesome';

	content: "\f095";

	margin-right:0.4em;	

}



.site-header{

	width:100%;

	/*background:#2d2d2d;*/

	/*background:rgba(45,45,45,1.0);*/

	padding:0;

	overflow:auto;

	margin:0 0 1% 0;

}

.site-branding{

	width:100%;

	padding:5% 5% 2.5% 0;

	float:left;

	position:relative;

}

.site-branding h1{

	margin:0 0 0 0;

	color:rgba(255,255,255,0.94);

}

.site-branding p{

	margin:0 0 0 0;

	color:rgba(255,255,255,0.84);

}

.site-branding .menu-button{

	font-family: 'FontAwesome';

	position:absolute;

	top:50%;

	right:5%;

	font-size:1.4em;

	margin:-0.6em 0 0 0;

	color:rgba(255,255,255,0.84);

	cursor:pointer;

}

.site-branding .search-button{

	font-family: 'FontAwesome';

	position:absolute;

	top:50%;

	right:0;

	font-size:1.4em;

	margin:-0.6em 4.0em 0 0;

	color:rgba(255,255,255,0.84);

	cursor:pointer;

}

.site-branding .account-button{

	font-family: 'FontAwesome';

	position:absolute;

	top:50%;

	right:5%;

	font-size:1.4em;

	margin:-0.6em 2.4em 0 0;

	color:rgba(255,255,255,0.84);

	cursor:pointer;

}

.site-branding .menu-button:before{

	content: "\f039";

}

.site-branding .search-button:before{

	content: "\f002";

}

.site-branding .account-button:before{

	content: "\f007";

}



.main-navigation{

	display: none;

	float: left;

	width: 100%;

	padding:4%;

	background:#3c3c3c; /*background:rgba(0,0,0,0.3);*/

}

.site-search{

	position:relative;

	padding:0 0 0 0;

}

.site-search input[type=text]{

	padding:14px 70px 14px 14px;

	background:rgba(0,0,0,0.3);

	color:rgba(255,255,255,0.84);

	width:100%;

	border:0;	

}

.site-search input[type=submit]{

	padding:10px 16px;

	margin:0;

	/*background:rgba(0,0,0,1.0);*/
	background: #f1f1f1;

	position:absolute;

	top:10px;

	right:10px;

	/*color:rgba(255,255,255,0.84);*/
	color:#3c3c3c;

	font-size:0.9em;

	border:0;

	line-height:1.0;

}

.site-buttons{

	display:none;

	text-align:right;

}

.site-buttons .search-button{

	font-family: 'FontAwesome';

	font-size:1.4em;

	margin:0 0.5em;

	color:rgba(255,255,255,0.84);

	cursor:pointer;

	

}

.site-buttons .account-button{

	font-family: 'FontAwesome';

	font-size:1.4em;

	margin:0 0.5em;

	color:rgba(255,255,255,0.84);

	cursor:pointer;

}

.site-buttons .search-button:before{

	content: "\f002";

}

.site-buttons .account-button:before{

	content: "\f007";

}



.menu-container{

	width:100%;

	padding:6% 0;

}

.menu-container ul{

	list-style:none;

	margin:0;

	padding:0;

}

.menu-container ul li{

	padding:0 0 1.0em 0;

	margin:0;

	font-weight:600;

	color:rgba(255,255,255,0.84);

	width:100%;

}

.menu-container ul li a{

	text-decoration:none;

	color:rgba(255,255,255,0.84);

	font-weight:600;

}



.site-navigation{

	width:100%;

	float:left;	

}

.site-meta{

	width:100%;

	float:left;		

}



.frontpageSliderContainer{

	width:100%;

	overflow:auto;

}

.frontpageSlider{

	width:100%;

	float:left;

	padding:0 0 5% 0;

}

.frontpageSaleBlocks{

	width:100%;

	float:left;

}

.frontpageSaleBlock{

	width:100%;

	padding:0 0 5% 0;

}



.site-footer{

	width:100%;

	background:#3c3c3c;

	background:rgba(45,45,45,1.0);

	padding:2% 6%;

	overflow:auto;	

}



.site-logo{

	width:100%;

	text-align:center;

	float:left;

	margin:2% 0 4% 0;

}

.site-logo p{

	width:100%;

	color:rgba(255,255,255,0.84);

	text-align:center;

	margin: 0 0 0.5em 0;

}

.site-logo p a{

	color:rgba(255,255,255,1.00);

	text-decoration: none;

	font-weight: 600;

}

.footer-widgets{

	width:100%;

	float:left;

	overflow:auto;

}

.footerWidgetContainer{

	width:100%;

	float:left;

}

.footerWidgetContainer .widget-title{

	font-size: 1.4rem;

	color: rgba(228,228,228,1.00);

	margin: 0 0 1.0em 0;

}

.footerWidgetContainer .widget-title span{

	display: inline-block;

	border-bottom: 7px solid rgba(229,229,229,0.10);

	padding: 0 3em 0.4em 0;

}

.footerWidgetContainer ul, .footerWidgetContainer ol{

	margin: 0 0 1.5em 0;

	list-style: none;

	padding: 0 0 0 0em;

}

.footerWidgetContainer ul li, .footerWidgetContainer ol li{

	margin: 0 0 0.6em 0;

	font-size: 1em;

}

.footerWidgetContainer a{

	color: rgba(235,235,235,1.00);

	text-decoration: none;

}



.footerWidgetContainer ul li ul {

	margin: 0 0 0.3em 1.6em;

	padding:0.3em 0;	

}

.footerWidgetContainer ul li ul li{

	margin: 0 0 0 0;

	padding:0.3em 0;

	border-bottom:0;	

}

.footerWidgetContainer .search-field{

	width:95%;

	margin-bottom:10px;

	border-radius:0;

	background:rgba(0,0,0,0.07);

	border:0;

	padding:0.7em 0 0.7em 5%;

	color: rgba(228,228,228,1.00);

}

.footerWidgetContainer .search-field:focus{

	color: rgba(228,228,228,1.00);

}

.footerWidgetContainer .search-submit{

	border:1px solid rgba(229,229,229,0.10);

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	background: none;

	color: rgba(228,228,228,1.00);

	font-size: 1.0rem;

	line-height: 1;

	padding: 0.5em 3em;

}

.footerWidgetContainer select {

	width: 90%;

	margin:0;

	padding:2%;

	background:rgba(0,0,0,0.07);

	border:0;

	color: rgba(228,228,228,1.00);

}





.widgetContainer{

	width:100%;

	margin: 0 0 2% 0;

	background: rgba(0,0,0,0.07); /*background: rgba(90,33,99,25);*/

}

.widgetContainerInner{

	width: 100%;

	position: relative;

	margin: 0 auto;

	padding: 6%;

}

.panel-grid-cell .widget-title { /*Custom*/

	font-size: 1.6rem;
}

.widgetContainer .widget-title{

	font-size: 1.4rem;

	color:rgba(0,0,0,1.00);

	margin: 0 0 1.0em 0;

}

.widgetContainer .widget-title span{

	display: inline-block;

	/*border-bottom: 7px solid rgba(0,0,0,0.10);*/

	/*padding: 0 3em 0.4em 0;*/

}

.widgetContainer ul, .widgetContainer ol{

	margin: 0 0 1.5em 0;

	list-style: none;

	padding: 0 0 0 0em;

}

.widgetContainer ul li, .widgetContainer ol li{

	margin: 0 0 1.0em 0;

	font-size: 0.8em;

	border-bottom:1px solid rgba(0,0,0,0.20);

	padding: 0 0 1.0em 0;

}

.widgetContainer a{

	color: rgba(0,0,0,1.00);

	text-decoration: none;

}

.widgetContainer ul li ul {

	margin: 0 0 0.3em 1.6em;

	padding:0.3em 0;	

}

.widgetContainer ul li ul li{

	margin: 0 0 0 0;

	padding:0.3em 0;

	border-bottom:0;	

}

.widgetContainer .search-field{

	width:95%;

	margin-bottom:10px;

	border-radius:0;

	background:rgba(0,0,0,0.07);

	border:1px solid rgba(0,0,0,0.30);

	padding:0.7em 0 0.7em 5%;

	color:#000;

}

.widgetContainer .search-field:focus{

	color:rgba(0,0,0,1.00);
	
	
}

.widgetContainer .search-submit{

	border:1px solid rgba(0,0,0,0.30);

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	background: none;

	color: rgba(0, 0, 0, .8);

	font-size: 1.0rem;

	line-height: 1;

	padding: 0.5em 3em;

}

.widgetContainer select {

	width: 90%;

	margin:0;

	padding:2%;

	background:#f1f1f1; /*background:rgba(0,0,0,0.07);*/

	border:0;

}



.site-content{

	padding:0 0 0 0;/*padding:5%;*/

	overflow:auto;

}



.content-area{

	width:100%;

	float:left;

	margin: 0 0 10% 0;

}

.content-area-full{

	width:100%;

	float:left;

	margin: 0 0 10% 0;

}

.widgetsContainer{

	width:100%;

	margin: 0 0 10% 0;

	float:left;

}

.search-bottom: {padding-bottom:4%;margin-bottom:4%;clear:both;}

.entry-header{

	margin:0.5em 0 0 0;

}

.entry-header h2, .entry-header h1{

	font-size:3.0rem;

	font-weight:700;

	margin:0 0 0.4em 0;

}

.entry-header h2 a, .entry-header h1 a{

	text-decoration: none;

	color: rgba(0,0,0,1.00);

}



.entry-meta{

	font-size:0.8rem;

	font-weight:600;

	padding:10px 20px;

	background:rgba(0,0,0,0.04);

	border-top:0px solid rgba(0,0,0,0.30);

	border-bottom:0px solid rgba(0,0,0,0.30);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;	

}

.posted-on a, .byline a{

	text-decoration: none;

}

.entry-title {}

.entry-footer{padding:0 0 0 0;}



.cat-links{

	width:100%;

	padding:10px 0;

}

.cat-links span{

	margin:0 1.0em 1.0em 0;

	display: inline-block;

}

.cat-links a{

	display: inline-block;

	text-decoration: none;

	border:1px solid rgba(0,0,0,0.30);

	padding: 0.5em 3em;

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	color: rgba(0,0,0,1.00);

	margin:0 1.0em 1.0em 0;

	font-weight:600;

}



.tags-links{

	width:100%;

	padding:10px 0;

}

.tags-links span{

	margin:0 1.0em 1.0em 0;

	display: inline-block;

}

.tags-links a{

	display: inline-block;

	text-decoration: none;

	border:1px solid rgba(0,0,0,0.30);

	padding: 0.5em 3em;

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	color: rgba(0,0,0,1.00);

	margin:0 1.0em 1.0em 0;

	font-weight:600;

}



.entry-content{

	margin:0 0 1.5em 0;

}



/*

.posted-on a{

	display: inline-block;

	text-decoration: none;

	border:1px solid rgba(0,0,0,0.30);

	padding: 0.5em 3em;

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	color: rgba(0,0,0,1.00);	

}

*/



.singlePageComents .navigation{

	overflow: auto;

	margin: 0 0 5% 0;

}

.singlePageComents .alignleft{

	display: block;

	float: left;

	margin: 0 0 2% 0;

}

.singlePageComents .alignright{

	display: block;

	float: left;

	margin: 0 0 2% 0;	

}

.singlePageComents .alignleft a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.07);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	display: block;

	float: left;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0;

	width: 100%;

	text-align: center;

}

.singlePageComents .alignleft a:before{



}

.singlePageComents .alignright a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.09);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	display: block;

	float: left;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0;

	width: 100%;

	text-align: center;

}

.singlePageComents .alignright a:after{



}



.nav-links{

	width: 100%;

	overflow: auto;

}

.nav-links .nav-previous{

	width:100%;

	margin:0 0 5% 0;

}

.nav-links .nav-previous a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.07);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	display: block;

	float: left;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0 0 1em 0;

	width: 100%;

	text-align:left;

}

.nav-links .nav-previous a:before{

	content: "\f053";

	font-family: 'FontAwesome';

	margin: 0 0.6em 0 0;	

}



.nav-links .nav-next{

	width:100%;

	margin:0 0 5% 0;	

}

.nav-links .nav-next a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.09);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	display: block;

	float: left;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0 0 1em 0;

	width: 100%;

	text-align:right;	

}

.nav-links .nav-next a:after{

	content: "\f054";

	font-family: 'FontAwesome';

	margin: 0 0 0 0.6em;	

}



/*--------------------------------------------------------------

Comments

--------------------------------------------------------------*/

.singlePageComents{

	width: 100%;

	padding: 0;

}

#comments{

	font-size: 1.4rem;

	margin: 0 0 2em 0;

}

.commentlist{

	list-style: none;

	margin: 0;

	padding: 0;

}

.commentlist > li{

	width: 100%;

	margin: 0 0 2em 0;

	padding: 10%;

	background: rgba(0,0,0,0.04);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;	

}

.commentlist .children{

	width: 100%;

	margin: 2em 0 0 0;

	background: rgba(0,0,0,0.04);

	list-style: none;

	padding: 4%;

}

.comment-reply-link{

	display: inline-block;

	text-decoration: none;

	border:1px solid rgba(0,0,0,0.30);

	padding: 0.5em 3em;

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	color: rgba(0,0,0,1.00);

	font-size: 0.8rem;

}

.comment-metadata a{

	display: inline-block;

	text-decoration: none;

	border:1px solid rgba(0,0,0,0.30);

	padding: 0.5em 3em;

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	color: rgba(0,0,0,1.00);

	font-size: 0.6rem;

}

.comment-author{

	position: relative;

	padding: 0 0 10px 40px;

}

.comment-author img{

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	border:5px solid rgba(0,0,0,0.10);

	line-height:1;

	position: absolute;

	left: 0;

	top: 0;

}

.comment-author a{

	text-decoration: none;

	color: rgba(0,0,0,1.00);

}

.comment-respond{

	width: 100%;

	background: rgba(0,0,0,0.04);

	padding: 10%;

}

.logged-in-as a{

	display: inline-block;

	text-decoration: none;

	border-bottom:1px dotted rgba(0,0,0,0.30);

	color: rgba(0,0,0,1.00);

	font-size: 0.8rem;

	padding: 0 0 0.6em 0;

}

.comment-form-comment textarea{

	background: rgba(0,0,0,0.04);

	color: rgba(0,0,0,1.00);

	border:0px solid rgba(0,0,0,0.30);

}

.form-submit input, .form-submit input:focus{

	border:1px solid rgba(0,0,0,0.30);

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	background: none;

	color: rgba(0, 0, 0, .8);

	font-size: 1.0rem;

	line-height: 1;

	padding: 0.5em 3em;

}



.singlePageComents .navigation{

	overflow: auto;

	margin: 0 0 5% 0;

}

.singlePageComents .alignleft{

	display: block;

	float: left;

	margin: 0 0 2% 0;

}

.singlePageComents .alignright{

	display: block;

	float: left;

	margin: 0 0 2% 0;	

}

.singlePageComents .alignleft a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.07);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	display: block;

	float: left;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0;

	width: 100%;

	text-align: center;

}

.singlePageComents .alignleft a:before{



}

.singlePageComents .alignright a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.09);

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	display: block;

	float: left;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0;

	width: 100%;

	text-align: center;

}

.singlePageComents .alignright a:after{



}



/* Page */

.singlePageTitle{

	width: 100%;

}

.singlePageTitle h1{

	font-size: 3.6rem;

	margin: 0 0 1em 0;

	line-height: 1.2em;

}

.singlePageTitle a, .singlePageTitle a:visited, .singlePageTitle a:hover, .singlePageTitle a:focus, .singlePageTitle a:active {

	text-decoration:none;

	color: rgba(0,0,0,1.00);

}



.post{

	margin: 0 0 10% 0;

}



/* */

.entry-content h2 {font-size:2em;margin:1em 0 0.5em 0;}
.entry-content h5 {font-size:1.3em;margin:0 0 0 0;}

.entry-content p{margin: 0.5em 0 1em 0;line-height:1.8em;}

.entry-content table{

	border-color:rgba(0,0,0,0.07);

	border-style:solid;

	border-width:1px 0 0 1px;

}

.entry-content table th, .entry-content table td{

	padding:0.7em 1em;

	border-color:rgba(0,0,0,0.07);

	border-style:solid;

	border-width:0 1px 1px 0;

}

.entry-content .more-link{

	background:rgba(0,0,0,0.05);

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	padding:0.7em 1.5em 0.9em 1.5em;

	line-height:1;

	margin:0 0 0.5em 0;

	font-size:14px;

	font-size:1.0rem;

	text-decoration:none;

	display:inline-block;	

}

.entry-content .page-links a{

	background:rgba(0,0,0,0.15);

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	padding:0.5em 1em 0.7em 1em;

	line-height:1;

	margin:0 0 0.5em 0.7em;

	font-size:14px;

	font-size:1.4rem;

	text-decoration:none;

	display:inline-block;	

}

.format-quote, .format-aside, .format-status, .format-link, .format-audio, .format-video{

	position:relative;

}

.format-quote blockquote{

	font-size:24px;

	font-size:2.4rem;

	border-left:none;

	margin:0;

}

.format-quote blockquote p, .format-aside p, .format-status p, .format-link p, .format-audio p, .format-video p{

	margin-bottom:0.5em;

}

.format-link p a{

	font-size:18px;

	font-size:1.8rem;

}

.format-quote blockquote cite{

	font-size:18px;

	font-size:1.8rem;

}

.format-quote blockquote cite a{

	margin-top:1em;

	text-decoration:none;

	background:rgba(0,0,0,0.15);

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	padding:0.5em 1em 0.7em 1em;

	display:inline-block;

}

.entry-content-permalink{

	font-family: 'FontAwesome';

	position:absolute;

	bottom:0;

	right:0;

	background:rgba(0,0,0,0.15);

	-webkit-border-radius: 5px 0 0 0;

	-moz-border-radius: 5px 0 0 0;

	border-radius: 5px 0 0 0;

	color:#fff;

	padding:0.5em 1em 0.7em 1em;

	font-size:18px;

	font-size:1.8rem;

}

.entry-content-permalink a{

	text-decoration:none;

}

.format-image .entry-content{

	margin:2em 0 0.5em 0;

}

.post-format-image-permalink{

	width:100%;

	text-align:center;	

}

.post-format-image-permalink a{

	text-decoration:none;

}



div.navigation{

	overflow:auto;

	margin:0 0 2% 0;

}

div.navigation div.alignleft{

	display:inline-block;

	float:none;

}

div.navigation div.alignright{

	display:inline-block;

	float:none;

}

div.navigation div.alignleft a{

	padding: 0.6em 3em 0.6em 3em;

	background: rgba(0,0,0,0.09);

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0;

	display:inline-block;

	font-size:0.8rem;

	font-weight:600;

}

div.navigation div.alignright a{

	padding: 0.6em 2em 0.6em 2em;

	background: rgba(0,0,0,0.09);

	-webkit-border-radius: 1.2em;

	-moz-border-radius: 1.2em;

	border-radius: 1.2em;

	text-decoration: none;

	color:rgba(0,0,0,1.00);

	margin: 0;

	display:inline-block;

	font-size:0.8rem;

	font-weight:600;	

}



.site-slider{

	width: 100%;

}



.site-main{

	overflow: auto;

}

.homeRecentPosts{

	width: 100%;

	float: left;

	margin: 0;

	overflow: auto;

}

.homeCategoriesPosts{

	width: 100%;

	float: left;

	margin: 0 0 10% 0;

}



.recentPost{

	background: rgba(0,0,0,0.05);

	overflow: auto;

	margin: 0 0 10% 0;

	float: left;

}

.recentPostImage{

	width: 100%;

	background: rgba(0,0,0,0.05);

	min-height: 100px;

}

.recentPostImage img{

	display: block;

}

.recentPost h2 a{

	text-decoration: none;

	color: rgba(0,0,0,1.00);

}

.recentPostDesc{

	width: 100%;

	padding: 3.0em;

}

.recentPostNav{

	width: 100%;

	margin: 5% 0 0 0;

	float: left;

}



.homeCategoryContainer{

	width: 100%;

	padding: 3.0em;

	background: rgba(0,0,0,0.05);

	margin: 0 0 3.0em 0;

}



.homeCategoryContainer h2{

	margin: 0 0 1.0em 0;

}

.homeCategoryPost{

	width: 100%;

	position: relative;

	padding: 15px 0;

	border-bottom: 1px solid rgba(0,0,0,0.05);

	margin: 0;

	overflow: auto;

}

.homeCategoryPostImage{

	width: 30%;

	float: left;

}

.homeCategoryPostText{

	width: 70%;

	float: left;

	padding: 0 0 0 15px;

}

.homeCategoryPostText h3{

	line-height: 1.4;

	margin: 0;

}

.homeCategoryPostText h3 a{

	text-decoration: none;

	color: rgba(0,0,0,1.00);

}



.owl-carousel-slide img{

	max-height: 300px;

}

.owl-carousel-caption-container{

	width: 80% !important;

	position: absolute;

	bottom: 6% !important;

	left: 4%;


}

.owl-carousel-caption-container h3{

	margin: 0 0 0.5em 0;

	padding: 0 !important;

	/*font-size: 3.6rem !important;*/

}

.owl-carousel-caption-container h3 a, .owl-carousel-caption p{

	text-shadow: 1px 1px 0 #000;

}



.designCredit{

	

}





/* styles for less than 400px */

@media screen 

and (max-width : 399px) {



}



/* styles for 400px - 600px */

@media screen 

and (min-width : 400px) 

and (max-width : 599px) {

	

}





/* styles for 600px - 900px */

@media screen 

and (min-width : 600px) 

and (max-width : 900px) {





	

}



/* styles for 901px - 1200px */

@media screen 

and (min-width : 901px) {

	

	

}



@media screen 

and (min-width : 900px)

and (max-width : 1200px) {





	

}



@media screen 

and (min-width : 1201px) {



	.site-header{

		padding:2% 0;

	}

	.site-branding{

		width:20%;

		padding:0;

	}

	.site-branding .menu-button, .site-branding .search-button, .site-branding .account-button{

		display:none;

	}

	

	.main-navigation{

		width:80%;

		margin:0;

		padding:0;

		display:block;

		background:none;

		overflow:auto;

	}	

	

	.site-search{

		display:none;

	}

	.site-buttons{

		display:block;

		float:right;

		width:20%;

	}

	.menu-container{

		padding:0;

		float:right;

		width:80%;		

	}

	.menu-container ul li{

		padding:0 1.5em;

		margin:0;

		display:inline-block;

		color:rgba(255,255,255,0.84);

		width:auto;

	}	

	

	.frontpageSlider{

		width:70%;

		padding:0 30px 0 0;

	}

	.frontpageSaleBlocks{

		width:30%;

	}

	.frontpageSaleBlock{

		width:100%;

		padding:0 0 30px 0;

	}	

	

	.content-area{

		width:65%;

		margin: 0 5% 10% 0;

	}

	.content-area-full{

		margin: 0;

	}	

	.widgetsContainer{

		width:30%;

		margin: 0 0 10% 0;

	}

	

	.recentPost{

		width: 30%;

		margin: 0 5% 5% 0;

	}	

	.recentPost:nth-child(3n){

		margin: 0 0 5% 0;		

	}

	.recentPost:nth-child(3n+1){

		clear: both;

		float: left;

	}	

	

	.nav-links .nav-previous{

		width:50%;

		float:left;

	}

	.nav-links .nav-next{

		width:50%;

		float:left;	

	}

	.nav-links .nav-previous a{

		-webkit-border-radius: 2px 0 0 2px;

		-moz-border-radius: 2px 0 0 2px;

		border-radius: 2px 0 0 2px;

		text-decoration: none;

		width: 100%;

			

	}

	.nav-links .nav-next a{

		-webkit-border-radius: 0 2px 2px 0 ;

		-moz-border-radius: 0 2px 2px 0 ;

		border-radius: 0 2px 2px 0 ;

		width: 100%;

				

	}	

	

	.site-logo{

		width:20%;

		margin:0 0 0 0; /*margin:0 20% 0 0;*/

	

	}

	.footer-widgets{

		width:80%;

	}

	.footerWidgetContainer{

		width:33%;

		padding:0 3%;

	}

	.owl-carousel-slide img{

		max-height: 442px;

	}

	.owl-carousel-caption-container{

		width: 40% !important;

		position: absolute;

		/*bottom: 10% !important;

		left: 10%;*/

		bottom: 6% !important;

		left: 4%;		

	}

	.owl-carousel-caption-container h3{

		font-size: 2.0rem;

	}

	

}



@media screen 

and (min-width : 1401px) {



	.owl-carousel-slide img{

		max-height: 700px;

	}

	.owl-carousel-caption-container{

		width: 40% !important;

		position: absolute;

		/*bottom: 10% !important;

		left: 10%;*/

		bottom: 10% !important;

		left: 4%;	

	}

	.owl-carousel-caption-container h3{

		font-size: 3.0rem;

		line-height: 1.2;

	}

	.owl-carousel-caption{

		display: block !important;

	}

	.owl-carousel-caption p a{

		text-shadow: none;

	}

}

/*****Custom CSS*****/

.masthead {margin:18% 0 0 0;position:absolute; font:"Helvetica Neue", Arial, sans-serif;}
.masthead h1 {margin:0 0 0 4%;color:#079738; font-size:4em;}
.masthead p {width:100%;margin:-10px 4.7%;color:#f1f1f1; font-size:1.3em;}

.masthead-overlay {float:left;width:100%;position:relative;margin:20px;color:#f1f1f1;z-index: 1;}

.hr-1 {float:left;height:20px; border-top: 1px solid #ccc;}
.hr-2 {float:left;height:20px; border-top: 5px solid #ccc;}
.hr-dotted {border-top: 3px; border-style: dotted; color:#ccc; }

.caption {font-size: 0.9em; margin-top: -3.8%;font-style:italic;}

.blockquote {margin:-0.5em 0 0 20px;padding:0;font-style:italic;}

.border-small {border-bottom:#00653a 3px solid;}
.border-medium {border-bottom:#00653a 6px solid;}
.border-large {border-bottom:#00653a 9px solid;}

.featured-image {width:100%;display:block;margin:0;}

.btn-more {width:100%;margin:-20px 0 20px 0;font-size:1em;font-weight:bold;font:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.btn-more a {padding:10px 20px;color:#f1f1f1;background:#00653a;text-decoration:none;border-radius:4px;}
.btn-more a:hover {background:#9dcc4e;}

.btn-ghost-light {width:100%;margin:40px 0 20px 0;font-size:1em;font-weight:bold;font:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.btn-ghost-light a {padding:10px 20px;color:#f1f1f1;/*background:#fff;*/text-decoration:none;border:#f1f1f1 solid 1px; border-radius:4px;}
.btn-ghost-light a:hover {background:#f1f1f1;color:#3c3c3c;border:#ffffff solid 1px; }

.btn-dark {width:100%;margin:-20px 0 20px 0;font-weight:bold;font:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.btn-dark a {padding:10px 20px;font-size:0.8em;color:#f1f1f1;background:#3c3c3c;text-decoration:none;border-radius:4px;}
.btn-dark a:hover {background:#00653a;}

.btn-link {width:100%;margin:-36px 0 20px 0;font-size:1em;font-weight:bold;font-style:italic;font:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.btn-link a {color:#00653a;padding:0;text-decoration:none;}
.btn-link a:hover {color:#9dcc4e;}

.btn-link-sub {width:100%;margin:-22px 0 0 0;font-size:1em;font-weight:bold;font-style:italic;font:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.btn-link-sub a {color:#00653a;padding:0;text-decoration:none;}
.btn-link-sub a:hover {color:#9dcc4e;}

.footer-wrapper {width:100%;/*background:#3c3c3c;*/padding:4% 0 0 0;clear:both;}

.profile-picture {float:left;margin:0 20px 0 0;}
.profile-content p {margin:0 0 20px 0;margin: 1em 0 0.5em 0; line-height: 1.8em;}
.profile-content h4 {float:left;}

.profile-image {}


.image-float-right {float:right;margin:0 0 0 20px;}
.image-float-left {float:left;margin:0 20px 0 0;}
.image-float-content p {margin:0 0 20px 0;margin: 0.5em 0 1em 0; line-height: 1.8em;}

/***Custom image float**/

.mobile-image {}
.mobile-image img {margin:-12px 0 0 0;padding:0;}
.mobile-content {}

.photo-left img {padding:0 10px 10px 0;}
.photo-right img {padding:0 0 10px 10px;}

.num-bullet {float:left;margin:2px 0 -10px 0;padding:0 6px 0 0;}

.slider-container {display:block;}

/*****Custom Content Blocks*****/

.hover-effect a {}
.hover-effect a:hover {opacity: 0.8;filter: alpha(opacity=80);transition: 0.3s;}

.quote {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0;margin:0 0 20px 0;font-size:2em;color:#898a8d;/*line-height:2em;*/}

.quote-white {border-top:1px solid #3c3c3c;border-bottom:1px solid #3c3c3c;padding:10px 0;}
.quote-white p {line-height:2em;}

.story-block {}
.story-block h3 {margin:-6% 0 0 0;}
.story-block a {text-decoration: none;color:#3c3c3c;}
.story-block a:hover {color:#00653a;}

.textiles {width:100%;}
.textiles-cont {float:left;width:100%;background:#3c3c3c;padding:20px;}
.textiles-company {float:left;width:66%;padding:10px;color:#f1f1f1;}
.textiles-employees {float:left;background:#3c3c3c;width:26%;padding:10px;color:#f1f1f1;}
.textiles-desc {margin:20px 0 10px 0;text-align:center;}
.textiles-source {float:left;width:100%;margin:0 0 20px 0;text-align:center;font-size:0.8em;font-style:italic;}

.photo-lineup {text-align:center;padding:0;}

.footer-contact {margin:4% 0;text-align:left;color:#f1f1f1;padding:0 0 0 21%;font-size: 0.875rem;}
.footer-contact a {color:#f1f1f1;}
.footer-contact hr {margin-top:2%;display:none;}

/*****Custom CSS Media Queries*****/

@media only screen and (min-width:2436px) { 
	.wrapper-heading {margin:0 20%;}
	.wrapper {margin:0 20%;}
	.site-footer{padding:2% 17%;}
}


@media only screen and (max-width:1920px) { 
	.site-header {margin:0 0 2px 0;}
	.main-navigation{margin:2% 0 0 0;}
}

@media only screen and (max-width:1600px) { 
	.site-header {margin:0 0 16px 0;}
	.main-navigation{margin:2.4% 0 0 0;}	
	.site-footer{padding:2% 8%;}

	.masthead p{width:80%;}
	.photo-lineup {margin:0 16%;}

	.footer-contact {padding:0 0 0 13%;}
}

@media only screen and (max-width:1400px) { 
	.wrapper-heading {margin:0 4%;}
	.wrapper {margin:0 4%;}
	.site-footer{padding:2% 2%;}
}

@media only screen and (max-width:1280px) { 
	.wrapper-heading {margin:0 2%;}
	.wrapper {margin:0 2%;}
	.site-header {margin:0 0 14px 0;}
	.main-navigation{margin:2.5% 0 0 0;}	
	.site-footer{padding:2% 0;}	
}

@media only screen and (max-width:1060px) { 
	.site-header {margin:-1% 0 0 0;}
	.site-footer{padding:2% 2%;}

	.masthead p{width:70%;}
	.photo-lineup {margin:0;}

	.profile-picture {width:100%;margin:0 0 10px 0;}
	.profile-content p {width:100%;}

	.footer-contact {margin:2% 0;text-align:center;padding:0;}
	.footer-contact hr {display:block;}

}

@media only screen and (max-width:960px) { 
	.site-branding{padding:5% 5% 4.2% 0;}

	.masthead p{width:60%;}

	.slider-container {display:none;}

	.mobile-image {}
	.mobile-image img {margin:-12px 0 0 0;padding:0;}

}

@media only screen and (max-width:800px) { 

	.masthead {margin:12% 0 0 0;}
	.masthead h1 {margin:0 0 0 2%;}
	.masthead p {margin:-10px 2.7%;}

}

@media only screen and (max-width:768px) { 
	.site-header {margin:0 0 0 0;}
	.content-area h3{/*margin:-4% 0 2% 0!important;*/text-align:center;}

	.entry-header h2, .entry-header h1 {font-size:2.6rem;text-align:center;margin:0 0 0 0;}
	.entry-content p{margin: 20px 0 20px 0;}

	.masthead {margin:14% 0 0 0;}
	.featured-image {width:60%;}

	.btn-more {text-align:center;}
	.btn-more a {text-align:center;background:#00653a;}

	.profile-image {text-align: center;}

	.image-float-right {width:100%;margin:0 30% 2% 30%;text-align:center;}
	.image-float-left {width:100%;margin:0 30% 2% 30%;text-align:center;}

	.mobile-image {margin:0 22%;}
	.mobile-content {float:left;width:100%;}

	.textiles-desc {margin:0 0 10px 0;}

	.quote {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0;margin:0 0 20px 0;font-size:2em;color:#898a8d;text-align:center;}

	.caption {margin-top: -2.5%;}

	.blockquote {margin:-1em 0 -1em 20px;}

	.photo-left {padding:0;margin:0 26%;}
	.photo-right {padding:0;margin:0 26%;}

}

@media only screen and (max-width:640px) { 
	.site-header {margin:0 0 12px 0;}

	.masthead {margin:8% 0 0 0;}
	.masthead p{width:70%;}

}

@media only screen and (max-width:480px) { 
	.site-header {margin:0 0 4% 0;}
	.site-branding{padding:5% 5% 5% 0;}

	.masthead {margin:4% 0 0 0;}
	.masthead h1 {margin:0 0 0 0;text-align:center;}
	.masthead p {width:100%;margin:-10px 0 0 0;text-align:center}

}

@media only screen and (max-width:320px) { 
	.site-header {margin:0 0 12% 0;}

	.masthead {display:none;}
	.post-thumbnail {display:none;}

	.entry-header h2, .entry-header h1 {font-size:2.6rem;text-align:center;margin:0 0 0 0;}

}
