/*
	Theme Name: WRD
	Theme URI: https://webresourcesdepot.com
	Author: WRD
	Description: Custom theme for WebRersourcesDepot
	Version: 1.0.53
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wrd
	Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# General
	# Header
		## Logo
		## Navigation
		## Mobile Nav
	# Featured 1
	# Featured 2
	# Main
		## Content
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Pagination
		## Blog Post - Single
		## Freebies - Listing
		## Social Links
		## Comments
		## Contact Form 7
		## Sidebar
	# Widgets
		## Widget - Search
		## Widget - Instagram
		## Widget - Social
		## Widget - Posts
		## Widget - Tag Cloud
		## Widget - Menu Slider
	# Footer
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Medium Monitors
		## Normal Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0;text-decoration:underline}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #43414e;
	font-size: 17px;
	font-weight: 400;
	font-family: -apple-system, "Lato", serif;
	line-height: 29px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #292c33;
	line-height: 1.45;
	font-weight: 700;
	font-family: "Lora";
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 30px;
	padding: 0;
	margin-left: 0;
}

blockquote > p:first-child::before {
	content: "“";
}

blockquote > p:first-child::after {
	content: "”";
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	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;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #6962f3;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #6962f3;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #6962f3;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #6962f3;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

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

.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;
	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;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 10px;
}

.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;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 2.56%;
}

body.rtl .col {
	float: right;
	margin-left: 2.56%;
	margin-right: 0;
}

.col-1 { width: 5.987%; }
.col-2 { width: 14.533%; }
.col-3 { width: 23.08%; }
.col-4 { width: 31.627%; }
.col-5 { width: 40.173%; }
.col-6 { width: 48.72%; }
.col-7 { width: 57.267%; }
.col-8 { width: 65.813%; }
.col-9 { width: 74.36%; }
.col-10 { width: 82.907%; }
.col-11 { width: 91.453%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

.owl-carousel .col {
	width: auto;
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page,
#page-inner {
	position: relative;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	background: #131313;
}

	#header .wrapper {
		position: relative;
	}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	float: left;
	padding-top: 16px;
}
	
	#logo a,
	#logo img {
		display: inline-block;
	}

	#logo .site-title {
		color: #fff;
		font-weight: 700;
		font-size: 34px;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

		#logo .site-title a {
			color: inherit;
		}

	#logo .site-description {
		color: #828992;
		font-weight: 400;
		font-size: 16px;
		line-height: 1;		
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	float: left;
	z-index: 99998;
	position: relative;
	margin-left: 35px;
}

	#navigation-inner {
		position: relative;
	}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			margin-right: 20px;
		}

		#navigation .menu > li:last-child {
			margin-right: 0;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: #fff;
				font-size: 14px;
				margin-left: 8px;
				vertical-align: middle;
				line-height: 1;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #fff;
				font-size: 12px;
				font-weight: 600;
				line-height: 68px;
				padding: 0;
				text-transform: uppercase;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #fff;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				color: #fff;
			}
				
				#navigation .menu > li > a::before {
					content: " ";
					display: block;
					background: #6962f3;
					position: absolute;
					bottom: 40%;
					left: -2px;
					right: -2px;
					height: 0px;
					transition: height .3s;
				}

				#navigation .menu > li > a:hover::before {
					height: 8px;
				}

				#navigation .menu > li > a > span {
					position: relative;
					display: inline-block;
					line-height: 1;
				}
				

	/* Submenu */
	#navigation .menu ul {
		background: #191a1f;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: -25px; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 25px;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0; /* same as left on #navigation .menu ul */
			min-width: 220px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: #fff;
				font-size: 11px;
				font-weight: 600;
				text-transform: uppercase;
				line-height: 15px;
				padding-top: 7px;
				padding-bottom: 7px;
				text-transform: uppercase;
				transition: transform .3s, color .3s;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child > a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li > a:hover {
				color: #6962f3;
				transform: translateX(10px);
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #6962f3;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
	display: none;
	float: right;
	margin-top: 19px;
	margin-right: 10px;
}
	
	#mobile-navigation .fa {
		display: inline-block;
		margin-right: 9px;
		font-size: 14px;
		line-height: inherit;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 26px;
		padding: 0 10px;
		background: #6962f3;
		color: #fff;
		cursor: pointer;
		width: auto;
		position: relative;
	}

	.header-mobile-nav-text {
		display: inline-block;
		font-weight: bold;
		font-size: 12px;
		line-height: inherit;
		text-transform: uppercase;
	}

	.header-mobile-nav-hook select {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		width: 100%;
		cursor: pointer;
	}

/*--------------------------------------------------------------
	## Header Search
--------------------------------------------------------------*/

.header-search {
	float: right;
	color: #fff;
	line-height: 68px;
	position: relative;
	z-index: 100;
}

	.header-search .fa {
		cursor: pointer;
	}

	.header-search.active .fa::before {
		content: "\f00d";
	}

	.header-search .search-form {
		display: none;
		position: absolute;
		right: 100%;
		margin-right: 15px;
		top: 0;
		white-space: nowrap;
	}

	.header-search.active .search-form {
		display: block;
	}

	.header-search input[type="text"],
	.header-search input[type="search"] {
		background: #fff;
	}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 50px 0;
	position: relative;
}

#main .wrapper {
	
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

#content.col-8 {
	margin-right: 0;
	width: 74.35%;
	padding-right: 70px;
}

#sidebar.col-4 {
	float: right;
	width: 25.65%;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	margin-bottom: 20px;
}

.post-s1:last-child {
	margin-bottom: 0;
}

	.post-s1-thumb {
		float: left;
		margin-right: 20px;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

	.post-s1-main {
		overflow: hidden;
	}

		.post-s1-meta {
			color: rgba(10,10,10,0.7);
    		font-size: 10px;
			line-height: 1;
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 0.5px;
		}

			.post-s1-meta a {
				color: inherit;
			}

		#footer-widgets .post-s1-meta {
			color: rgba( 255, 255, 255, 0.7 );
		}

		.post-s1-title {
			margin-bottom: 10px;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 1.4px;
			text-transform: uppercase;
			line-height: 1.2;
		}

		#footer-widgets .post-s1-title {
			color: #fff;
		}

			.post-s1-title a {
				color: inherit;
			}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
	margin-bottom: 30px;
}

	.post-s2-thumb {
		position: relative;
		overflow: hidden;
	}

		.post-s2-thumb img,
		.post-s2-thumb a {
			display: block;
		}

		.post-s2-thumb img {
			transition: transform .5s;
		}

		.post-s2-thumb a:hover img {
			transform: scale(1.05);
		}

		.post-s2-deal-save {
			position: absolute;
			top: 15px;
			left: 15px;
			background: #6962f3;
			line-height: 1;
			padding: 10px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
		}

	.post-s2-main {
		padding: 30px;
		border: 1px solid rgba(232, 234, 237, 1);
		box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
	}

		.post-s2-cats {
			margin-bottom: 15px;
			color: #a5a5a5;
			font-size: 11px;
			line-height: 1;
			text-transform: uppercase;
			font-weight: 600;
			letter-spacing: 0.5px;
		}

			.post-s2-cats a {
				color: inherit;
			}

		.post-s2-title {
			font-size: 20px;
			line-height: 1.4;
			margin-bottom: 15px;
			color: #0a0a0a;
			font-weight: 900;
		}

			.post-s2-title a {
				color: inherit;
				border-bottom: 2px solid transparent;
				transition: border-color .3s;
				text-decoration:none;
			}

			.post-s2-title a:hover {
				border-color: #000;
			}

		.post-s2-excerpt {
			margin-bottom: 15px;
		}

		.post-s2-meta {
			color: rgba(10,10,10,0.7);
			font-size: 10px;
			line-height: 1;
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 0.5px;
		}

			.post-s2-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

			.post-meta-time::before,
			.post-meta-shares::before {
				content: '\00b7';
				display: inline;
				margin: 0 4px;
				font-weight: 600;
				font-size: 14px;
				line-height: 10px;
			}

		.post-s2-read-more {
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
		}

/*--------------------------------------------------------------
	## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.post-s3 {
	position: relative;
}

	.post-s3-thumb {
		position: relative;
	}

		.post-s3-thumb img,
		.post-s3-thumb a {
			display: block;
			width: 100%;
		}

		.post-s3-thumb-overlay {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(49,49,49,.45);
			background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
		}

		.post-s3-cats {
			margin-bottom: 15px;
		}

			.post-s3-cats a {
				display: inline-block;
				background: #6962f3;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
			}

	.post-s3-main {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 40px;
	}

		.post-s3-title {
			font-size: 28px;
			line-height: 1.4;
			margin-bottom: 15px;
			color: #fff;
		}

			.post-s3-title a {
				color: inherit;
			}

		.post-s3-excerpt {
			margin-bottom: 15px;
			color: rgba( 255, 255, 255, 0.8 );
		}

		.post-s3-meta {
			color: rgba( 255, 255, 255, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s3-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Blog Post Style 4 - Listing
--------------------------------------------------------------*/

.post-s4 {

}

	.post-s4-thumb {
		margin-bottom: 25px;
	}

		.post-s4-thumb a,
		.post-s4-thumb img {
			display: block;
		}

	.post-s4-main {

	}

		.post-s4-cats {
			margin-bottom: 15px;
			color: #a5a5a5;
			font-size: 11px;
			line-height: 1;
			text-transform: uppercase;
			font-weight: 600;
			letter-spacing: 0.5px;
		}

			.post-s4-cats a {
				color: inherit;
			}

		.post-s4-title {
			color: inherit;
			margin-bottom: 10px;
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 1.4px;
			text-transform: uppercase;
			line-height: 1.2;
		}

			.post-s4-title a {
				color: inherit;
			}

/*--------------------------------------------------------------
	## Subscribe
--------------------------------------------------------------*/

.between-posts-subscribe {
	margin-bottom: 30px;
}

.subscribe {
	padding: 86px;
	background: #fff6ec;
	text-align: center;
	margin-bottom: 30px;
}

.between-posts-subscribe .subscribe {
	margin-bottom: 0;
}

	.subscribe-image {
		margin-bottom: 18px;
		font-size: 25px;
		line-height: 1;
	}

		.subscribe-image img {
			max-width: 30px;
		}

	.subscribe-text {
		margin-bottom: 4px;
		font-size: 15px;
		font-weight: 600;
	}

	.subscribe-form {

	}

		.subscribe-form .mc-field-group {
			display: inline-block;
		}

		.subscribe-form input[type="text"], 
		.subscribe-form input[type="email"], 
		.subscribe-form input[type="url"] {
			background: #fff;
			border: 1px solid #e9e9e9;
			padding: 16px 20px;
			line-height: 1;
			font-size: 12px;
			width: 290px;
		}

		.subscribe-form input[type="submit"] {
			background: #000;
			font-weight: 400;
			font-size: 12px;
			padding: 17px 30px;
			line-height: 1;
			border-radius: 3px;
			margin-left: 5px;
		}		
		
		.subscribe-confirm {
			margin-top: 15px;
			font-size: 12px;
		}

			.subscribe-confirm input {
				vertical-align: middle;
				margin-right: 5px;
			}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 20px;
	text-align: center;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.pagination-type-numbered li {
		display: inline-block;
		margin: 0 5px;
	}

		.pagination-load-more a,
		.pagination-type-numbered a {
			display: inline-block;
			background: #6962f3;
			border: 0;
			color: #fff;
			font-size: 12px;
			font-weight: 900;
			line-height: 35px;
			text-transform: uppercase;
			padding: 0 15px;
			border: 1px solid #6962f3;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered .inactive a {
			background-color: transparent;
			border-color: #e9e9e9;
			color: #979797;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* cats */
	.blog-post-single-cats {
		margin-bottom: 15px;
		color: #a5a5a5;
		font-size: 11px;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 0.5px;
	}

		.blog-post-single-cats a {
			color: inherit;
		}

	/* meta */
	.blog-post-single-meta-top {
		font-size: 10px;
		text-transform: uppercase;
		margin-bottom: 40px;
		line-height: 1;
	}

		.blog-post-single-meta-author {
			float: left;
		}

			.blog-post-single-meta-author-avatar {
				float: left;
				max-width: 40px;
				margin-right: 20px;
			}

				.blog-post-single-meta-author-avatar img {
					display: block;
					border-radius: 50%;
				}

			.blog-post-single-meta-author-info {
				overflow: hidden;
				margin-top: 7px;
			}

				.blog-post-single-meta-author-info span {
					display: block;
				}

				.blog-post-single-meta-author-info span:first-child {
					margin-bottom: 5px;
				}

				.blog-post-single-meta-author-info a {
					color: inherit;
				}

		.blog-post-single-share {
			float: right;
			margin-top: 8px;
		}

		body.single-sk_freebies .blog-post-single-share {
			float: left;
		}

			.blog-post-single-share a {
				display: inline-block;
				width: 24px;
				line-height: 24px;
				text-align: center;
				color: #fff;
				border-radius: 2px;
				margin-left: 2px;
			}

			.blog-post-single-share-facebook {
				background: #3b5998;
			}

			.blog-post-single-share-twitter {
				background: #00aced;
			}

			.blog-post-single-share-pinterest {
				background: #bd081c;
			}

			.blog-post-single-share-email {
				background: #9b9b9b;
			}

	/* thumbnail */
	.blog-post-single-thumb {
		margin-bottom: 30px;
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		
	}

		.blog-post-single-title,
		.page-title {
			font-size: 38px;
			font-weight: 900;
			line-height: 1.2;
			color: #222;
			margin-bottom: 15px;
		}

			.blog-post-single-title span {
				fonts-size: 35px;
				font-weight: normal;
			}

		.search .page-title,
		.archive .page-title {
			margin-bottom: 50px;
		}

		.blog-post-single-meta {
			position: relative;
			border: 1px solid #eee;
			border-width: 0 0 1px 0;
			padding: 10px 0;
			margin-bottom: 30px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* content */

		.blog-post-single-content ul,
		.blog-post-single-content ol {
			margin-left: 10px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

			.blog-post-single-pagination a {
				font-weight: bold;
			}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #6962f3;
		line-height: 40px;
		padding: 0 15px;
	}

	.blog-post-single-nav-next .blog-post-single-nav-button {
		float: right;
	}

		.blog-post-single-nav-button .fa {
			margin-right: 10px;
		}

		.blog-post-single-nav-next .fa {
			margin-right: 0;
			margin-left: 10px;
		}

	.blog-post-single-nav .post-s2 {
		margin-bottom: 0;
	}

	.blog-post-single-nav .post-s3-thumb {
		clear: both;
	}

/*--------------------------------------------------------------
	## About Author
--------------------------------------------------------------*/

.about-author {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;	
}

	.about-author-avatar {
		float: left;
		max-width: 86px;
		margin-right: 30px;
	}

		.about-author-avatar img {
			border-radius: 50%;
		}

	.about-author-main {
		padding-top: 8px;
	}

		.about-author-main-top {
			margin-bottom: 12px;
			line-height: 1;
		}

			.about-author-name {
				font-size: 12px;
				text-transform: uppercase;
				display: inline-block;
				vertical-align: middle;
			}

			.about-author-social {
				margin-left: 12px;
				vertical-align: middle;
				display: inline-block;
				line-height: 12px;
				font-size: 12px;
			}

				.about-author-social a {
					color: #9d9d9d;
					margin-right: 3px;
				}

		.about-author-main-bio {
			font-size: 13px;
		}

/*--------------------------------------------------------------
	## Post Share Large
--------------------------------------------------------------*/

.post-share-large {
	margin-bottom: 30px;
}

	.post-share-large .post-share-item {
		float: left;
		width: 25%;
		padding: 5px;
	}

		.post-share-large a {
			text-align: center;
			display: block;
			background: #000;
			line-height: 45px;
			color: #fff;
		}

		.post-share-large .post-share-facebook {
			background: #3b5998;
		}

		.post-share-large .post-share-twitter {
			background: #00aced;
		}

		.post-share-large .post-share-pinterest {
			background: #bd081c;
		}

		.post-share-large .post-share-email {
			background: #9b9b9b;
		}

			.post-share-large .fa  {
				font-size: 16px;
				margin-right: 10px;
				vertical-align: middle;
			}

			.post-share-large .post-share-label {
				font-size: 10px;
				vertical-align: middle;
				text-transform: uppercase;
			}

/*--------------------------------------------------------------
	## Deals - Single
--------------------------------------------------------------*/

.deal-single {

}

	.deal-single-header {
		margin-bottom: 45px;
	}

		.deal-single-header-top {
			padding: 10px;
			padding-bottom: 20px;
			padding-right: 30px;
			border: 1px solid #e3e8eb;
			border-bottom-style: dashed;
			border-radius: 5px 5px 0 0;
		}

			.deal-single-header-thumb {
				max-width: 220px;
				float: left;
				margin-right: 30px;
			}

				.deal-single-header-thumb img {
					display: block;
				}

			.deal-single-header-main {
				overflow: hidden;
				padding-top: 32px;
			}

				.deal-single-header-title {
					margin: 0;
					margin-bottom: 13px;
					letter-spacing: -1px;
					font-size: 31px;
				}

				.deal-single-header-rating {
					margin-bottom: 22px;
				}

					.deal-single-header-rating-stars {
						float: left;
						color: #6962f3;
						font-size: 19px;
					}

						.deal-single-header-rating-stars span {
							margin-right: 6px;
						}

						.deal-single-header-rating-stars span:last-child {
							margin-right: 0;
						}

					.deal-single-header-rating-info {
						float: right;
						line-height: 28px;
					}

						.deal-single-header-rating-info em {
							font-style: normal;
							color: #6962f3;
						}

				.deal-single-header-actions {

				}

					.deal-single-header-actions-code {
						float: left;
						width: 47%;
						line-height: 34px;
						border: 2px dashed #e3e8eb;
						border-radius: 5px;
						text-align: center;
					}

						.deal-single-header-actions-code a {
							display: block;
						}

						.deal-single-header-actions-code a::before,
						.deal-single-header-actions-code a::after {
							content: "\f104";
							font-family: "FontAwesome";
							font-size: 20px;
						}

						.deal-single-header-actions-code a::before {
							content: "\f105";
							float: left;
							padding-left: 13px;
						}

						.deal-single-header-actions-code a::after {
							float: right;
							padding-right: 13px;
						}

					.deal-single-header-actions-button {
						width: 47%;
						float: right;
					}

						.deal-single-header-actions-button a {
							display: block;
							width: 100%;
							text-align: center;
							background: #6962f3;
							color: #fff;
							line-height: 38px;
							border-radius: 3px;
						}

		.deal-single-header-bottom {
			border: 1px solid #e3e8eb;
			border-top-width: 0;
			background: #f7f7f7;
			padding: 15px 10px;
			border-radius: 0 0 5px 5px;
			position: relative;
		}

			.deal-single-header-cut {
				position: absolute;
				top: -13px;
				left: -1px;
				right: -1px;
				height: 26px;
				overflow: hidden;
			}

				.deal-single-header-cut-1,
				.deal-single-header-cut-2 {
					display: block;
					position: absolute;
					z-index: 5;
					width: 24px;
					height: 24px;
					top: 0;
					left: -13px;
					border-radius: 50%;
					border: 1px solid #e3e8eb;
					background: #fff;
				}

				.deal-single-header-cut-2 {
					left: auto;
					right: -13px;
				}

			.deal-single-header-save {
				float: left;
				width: 220px;
				text-align: center;
				font-size: 30px;
				font-weight: bold;
				line-height: 1;
			}

			.deal-single-header-bottom-info {
				overflow: hidden;
				text-align: center;
				line-height: 30px;
			}

				.deal-single-header-bottom-info a {
					color: inherit;
				}

	.deal-single-main {

	}

		.deal-single-content {

		}

		.deal-single-disclosure {
			margin-top: 30px;
			padding: 35px 0;
			border: 1px solid #ebeeef;
			border-width: 1px 0;
			color: #85848d;
			margin-bottom: 45px;
		}

			.deal-single-disclosure strong {
				border-bottom: 1px solid #ebeeef;
				color: #2a2933;
			}

/*--------------------------------------------------------------
	## Freebies - Listing
--------------------------------------------------------------*/

.freebies-hero {
	padding: 50px 40px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	margin-bottom: 50px;
}

	.freebies-hero-title {
		text-align: center;
		margin-bottom: 35px;
	}

	.freebies-hero-items {

	}

		.freebies-hero-item {
			overflow: hidden;
		}

			.freebies-hero-item-icon {
				float: left;
				width: 50px;
				line-height: 50px;
				background: #6962f3;
				color: #fff;
				border-radius: 50px;
				text-align: center;
				font-size: 25px;
				margin-right: 15px;
			}

			.freebies-hero-item-main {
				overflow: hidden;
			}

				.freebies-hero-item-title {
					margin-bottom: 5px;
					font-size: 20px;
				}

				.freebies-hero-item-description {
					font-size: 16px;
					line-height: 1.6;
				}

.freebies {

}

	.freebie {
		margin-bottom: 40px;
		text-align: center;
	}

		.freebie-thumb {

		}

			.freebie-thumb a,
			.freebie-thumb img {
				display: block;
			}

		.freebie-main {
			padding: 30px;
			border: 1px solid #e9e9e9;
		}

			.freebie-title {
				font-size: 24px;
				line-height: 1.4;
				margin-bottom: 15px;
				color: #0a0a0a;
				font-weight: 900;
			}

				.freebie-title a {
					color: inherit;
				}

					.freebie-title span {
						font-size: 18px;
						font-weight: normal;
					}

			.freebie-buttons {

			}

				.freebie-buttons a {
					display: inline-block;
					background: #666;
					color: #fff;
					border-radius: 3px;
					line-height: 35px;
					padding: 0 10px;
					font-size: 14px;
					margin-right: 5px;
				}

				.freebie-buttons a:first-child {
					background: #6962f3;
					color: #fff;
				}

.freebie-single-sidebar {
	padding: 20px;
	border: 1px solid #e8e8e8;
}

	.freebie-single-sidebar-download,
	.freebie-single-sidebar-preview {
		display: block;
		text-align: center;
		border-radius: 3px;
		line-height: 40px;
		padding: 0 10px;
		font-size: 16px;
		background: #666;
		color: #fff;
	}

	.freebie-single-sidebar-download {
		margin-bottom: 10px;
		background: #6962f3;
	}

		.freebie-single-sidebar a .fa {
			margin-right: 8px;
		}
/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

#comments {
	border-top: 1px solid rgb( 233, 233, 233 );
}

.comments-toggle {
	text-align: center;
	padding: 30px 0;
	font-size: 13px;
}

	.comments-toggle a {
		color: inherit;
	}

.comments-main {
	display: none;
	margin-top: 0;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}

.comments-main.active {
	display: block;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 25px; 
		font-weight: bold; 
		float: left;
		margin: 0;
	}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		margin-bottom: 30px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 60px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-main {
			overflow: hidden;
		}

			.comment-info {
				
			}

				.comment-meta {
					margin-bottom: 15px !important;
				}

					.comment-meta-author {
						display: inline-block;
						font-size: 16px;
						line-height: 1;
						font-weight: 500;
						color: rgb( 10, 10, 10 );
						vertical-align: middle;
					}

					.comment-meta-date {
						display: inline-block;
						color: rgba( 10, 10, 10, 0.55 );
						font-size: 10px;
						line-height: 1;
						vertical-align: middle;
					}

					.comment-meta-date::before {
						content: '\00b7';
						display: inline;
						margin: 0 8px;
						font-weight: 600;
						font-size: 14px;
						line-height: 10px;
					}

				.comment-content {
					font-size: 14px;
					margin-bottom: 15px;
				}

				.comment-reply {
					font-size: 10px;
					line-height: 1;
					text-transform: uppercase;
				}

					.comment-reply a {
						color: inherit;
					}

					.comment-reply svg {
						height: 7px;
					}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgb( 233, 233, 233 );
}

.comment-list .comment-respond {
	margin-bottom: 25px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 10px;
		text-transform: uppercase
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			margin-bottom: 0;
		}

		.comment-form-cookies-consent {
			clear: both;
			padding-top: 10px;
			font-size: 12px;
		}

			.comment-form-cookies-consent input {
				margin-right: 5px;
				vertical-align: middle;
			}

		.comment-respond .form-submit #submit {
			width: 100%;
			text-align: center;
		}

/*--------------------------------------------------------------
	## Blog Post - Related Posts
--------------------------------------------------------------*/

.related-posts {
	padding-top: 60px;
	border-top: 1px solid rgb( 233, 233, 233);
}

	.related-posts-heading {
		text-align: center;
		font-size: 11px;
		font-weight: 400;
		color: inherit;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 35px;
	}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	padding: 40px;
	border: 1px solid #eee;
}

.wpcf7 label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

body input[type="text"],
body input[type="email"],
textarea {
	
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	padding-bottom: 30px;
}
	
	#sidebar .widget {
		margin-top: 35px;
	}

	#sidebar .widget:first-child {
		margin-top: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 1.4px;
			line-height: 1.2;
			margin-bottom: 30px;
			text-transform: uppercase;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
	position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #6962f3;
}

/*--------------------------------------------------------------
	## Widget - Posts
--------------------------------------------------------------*/

.posts-list-widget {

}

	.posts-list-widget .post-s2:last-child {
		margin-bottom: 0;
	}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #6962f3;
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	## Widget - Menu Slider
--------------------------------------------------------------*/

.menu-slider-widget-item {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 19px;
    font-size: 13px;
    font-weight: 700;
}

.menu-slider-widget-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	background: rgb( 10, 10, 10 );
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

	/**
	 * Footer Widgets
	 */
	
	#footer-widgets .widget {
		margin-bottom: 35px;
		text-align: left;
	}

	#footer-widgets .widget:nth-child(3n) {
		margin-right: 0;
	}

	#footer-widgets .widget:first-child {
		
	}

		#footer-widgets .widget-title {
			margin: 0;
			padding: 0;
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 1.4px;
			line-height: 1.2;
			margin-bottom: 30px;
			text-transform: uppercase;
			color: #fff;
		}

	/**
	 * Footer logo
	 */

	.footer-logo {
		margin-bottom: 10px;
	}

	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		margin-bottom: 30px;
		color: rgba( 255, 255, 255, 0.6 );
		font-size: 14px;
	}

	/**
	 * Footer Navigation
	 */

	#footer-navigation {
		
	}

		#footer-navigation ul,
		#footer-navigation li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			/* Top level item */
			#footer-navigation .menu > li {
				display: inline-block;
				position: relative;
				z-index: 99998;
				margin: 0 10px;
			}

				/* Top level item anchor */
				#footer-navigation .menu > li > a {
					display: inline-block;
					text-decoration: none;
					vertical-align: middle;
					color: #fff;
					font-size: 12px;
					font-weight: bold;
					line-height: 60px;
					text-transform: uppercase;
				}

				/* Top level item anchor hover */
				#footer-navigation .menu > li > a:hover {
					color: #fff;
				}

				/* Top level item anchor current */
				#footer-navigation .menu > li.current-menu-item > a,
				#footer-navigation .menu > li.current-menu-ancestor > a {
					color: #fff;
				}

				#footer-navigation .menu > li > a::before {
					content: " ";
					display: block;
					background: #6962f3;
					position: absolute;
					bottom: 40%;
					left: -2px;
					right: -2px;
					height: 0px;
					transition: height .3s;
				}

				#footer-navigation .menu > li > a:hover::before {
					height: 8px;
				}

				#footer-navigation .menu > li > a > span {
					position: relative;
					display: inline-block;
					line-height: 1;
				}

		/* Submenu */
		#footer-navigation .menu ul {
			display: none;
		}

	/* Footer social */

	.footer-social {

	}

		.footer-social .social-link-text {
			display: none;
		}

		.footer-social a {
			display: inline-block;
			width: 38px;
			line-height: 38px;
			border-radius: 50%;
			background: #fff;
			font-size: 15px;
			text-align: center;
			margin: 0 4px;
			color: #0a0a0a;
		}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {



}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {


}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	.subscribe {
		padding: 63px 30px;
	}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}	

	/* header */
	#navigation {
		display: none;
	}
	#mobile-navigation {
		display: block;
	}
	.header-search .search-form {
		margin-right: 10px;
	}

	/* main */
	#content.col-8 {
		padding-right: 40px;
	}

	/* post s1 */
	.post-s1-thumb {
		width: 50px;
	}
	.post-s1-meta {
		display: none;
	}

	/* post s2 */
	.post-s2-main {
		padding: 20px;
	}

	/* subscribe */
	.subscribe {
		padding: 45px 20px;
	}

	/* single */
	.page-title,
	.blog-post-single-title {
		font-size: 30px;
	}

	/* deal single */
	.deal-single-header-top {
		padding: 15px;
	}
	.deal-single-header-thumb {
		max-width: 100%;
		margin: 0;
		float: none;
	}
	.deal-single-header-save {
		width: auto;
		margin-right: 10px;
		font-size: 20px;
	}
	.deal-single-header-bottom-info {
		line-height: 20px;
		font-size: 16px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	/* columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* header */
	#navigation {
		display: none;
	}
	#mobile-navigation {
		display: block;
	}
	.header-search .search-form {
		margin-right: 10px;
	}
		.header-search input[type="text"],
		.header-search input[type="search"] {
			width: 180px;
		}
	
	/* main */
	#main {

	}
		#content.col-8 {
			width: 100%;
			padding-right: 0;
		}

	/* subscribe */
	.subscribe {
		padding: 40px 20px;
	}
		.subscribe-form .mc-field-group {
			display: block;	
			margin-top: 10px;
		}
			.subscribe-form input[type="text"], 
			.subscribe-form input[type="email"], 
			.subscribe-form input[type="url"] {
				width: 100%;
			}
			.subscribe-form input[type="submit"] {
				width: 100%;
			}

	/* post s4 */
	.post-s4-thumb {
		float: left;
		margin-right: 15px;
		max-width: 100px;
	}
	.post-s4-main {
		overflow: hidden;
	}

	/* single */
	.page-title,
	.blog-post-single-title {
		font-size: 25px;
	}
	.post-share-large .post-share-item {
		padding: 0;
	}

	/* single deal */
	.deal-single-header-top {
		padding: 15px;
	}
	.deal-single-header-thumb {
		max-width: 100%;
		margin: 0;
		float: none;
	}
	.deal-single-header-rating-stars,
	.deal-single-header-rating-info {
		float: none;
		width: auto;
	}
	.deal-single-header-save {
		width: auto;
		margin-right: 10px;
		font-size: 20px;
	}
	.deal-single-header-bottom-info {
		line-height: 20px;
		font-size: 16px;
	}
	.deal-single-header-bottom-info a {
		font-size: 11px;
	}

	/* sidebar */
	

	/* footer */
	#footer {
		padding: 40px 0;
	}
		#footer-navigation {
			margin-bottom: 20px;
		}
			#footer-navigation .menu > li > a {
				line-height: 1;		
			}


	/* other */
	.comment .children {
		margin-left: 0;
	}

	blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		font-size: 20px;
	}

	.post-s2-thumb img {
		width: 100%;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		max-width: 420px;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		max-width: 300px;
	}

}