/**
 * 	Name: wordpress.css
 *
 *  Styling for WordPress widgets, blog posts, standard wordpress classes. Useful if you want to convert the template to a WordPress theme
 *
 *  T.O.C 
 *
 *	=WordPress Default Classes
 *	=WordPress Post(s)
 *	=WordPress pagination and navigation
 *	=WordPress Comments
 *	=WordPress Comments Navigation
 *	=WordPress Comment Form
 *	=WordPress Widgets
 *		=Widgets default
 *		=Text Widget
 *		=Search Widget
 *		=Recent Entries Widget
 *		=Pages Widget
 *		=Archive Widget
 *		=Categories Widget
 *		=Meta Widget
 *		=Recent Comments Widget
 *		=Tag Cloud Widget
 *		=Calendar Widget
 *		=Nav Menu Widget
 *		=RSS Widget
 *	=WordPress Custom Widgets
 *		=EWF Twitter widget
 *		=EWF Flickr widget
 *		=EWF Contact Info widget
 *		=EWF Newsletter subscribe widget
 *		=EWF Latest posts widget
 *		=EWF Navigation widget
 *		=EWF Social media widget 
 *
 */
 
/* ==========================================================================
   =WordPress Default Classes
   ========================================================================== */
   
    .ewf-inline-style { display: none; }
	
	/* Align */

	.alignleft {
		float: left;
		display: inline;
	}

	.alignright {
		float: right;
		display: inline;
	}

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

	blockquote.alignleft,
	.wp-caption.alignleft,
	.caption.alignleft,
	img.alignleft {
		margin: 5px 20px 20px 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	.caption.alignright,
	img.alignright {
		margin: 5px 0 20px 20px;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	.caption.aligncenter,
	img.aligncenter {
		margin-top: 5px;
		margin-bottom: 20px;
		clear: both;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter,
	.caption.alignleft,
	.caption.alignright,
	.caption.aligncenter	{
		margin-bottom: 20px;
	}

	/* Caption */

	.caption,	
	.wp-caption {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.wp-caption img[class*="wp-image-"] { margin: 0; }

	.caption-text,
	.wp-caption-text {
		padding: 10px 0;
		color: #bbbbbb;
	}

	/* Gallery */

	.gallery { margin-bottom: 20px; }

	.gallery-item {
		float: left;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 1.79104477%;
		text-align: center;
		vertical-align: top;
	}

	.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-icon img { margin: 0 auto; }

	.gallery-caption {
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 12px;
	}

	.gallery-columns-6 .gallery-caption,
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
	
	/* Text meant only for screen readers */
	
	.says,
	.screen-reader-text { 
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		clip: rect(1px, 1px, 1px, 1px);		
	}

/* ==========================================================================
   =WordPress Post(s) 
   ========================================================================== */

   .post { 
		position: relative;
		margin-bottom: 80px;
   }
   
   .post + .post { margin-top: 60px; }
   
   .post-thumbnail {
	    position: relative;
		display: block;
		margin-bottom: 25px;
		overflow: hidden;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	
	.post-thumbnail:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		z-index: 1;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	
	.post-thumbnail:hover:after { background-color: rgba(0, 0, 0, .7); }
	
	.post-thumbnail img { 
		display: block;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;	
	}
	
	.post-thumbnail:hover img { 
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	} 
	
	.post-thumbnail .posted-on {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		color: #ffffff;
		font-weight: 500;
		opacity: 0;
		z-index: 2;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;	
	}
	
	.post-thumbnail:hover .posted-on {
		opacity: 1;
		bottom: 50px;
	}
   
	.sticky {
	    padding: 60px 40px 40px;
		border: 1px solid #e0e0e0; 
	}
	
	.sticky.has-post-thumbnail { padding-top: 0; }
	
	.sticky.has-post-thumbnail .post-thumbnail {
		margin-right: -40px;
		margin-left: -40px;
	}
	
	.sticky-post {
		position: absolute;
		top: 0;
		padding: 3px 6px;
		background-color: #66a1f1;
		color: #ffffff;
		font-weight: 700;		
		text-transform: uppercase;
	}
	
	.post-header { padding: 0; }

	.post-title {
		position: relative;
		margin-bottom: 26px;
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 26px;
		font-size: 18px; 
		line-height: 26px;  
		font-weight: 300;
		text-align: center;
	}
	
	.post-title:before {
		position: absolute;
		top: 0;
		left: 50%;
		width: 60%;
		height: 1px;
		content: "";
		background-color: #66A1F1;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	
	.post-content,
	.post-summary { padding: 30px 0; }
	
	.post-style-2 .post-header,
	.post-style-2 .post-content,
	.post-style-2 .post-footer { 
		width: 60%; 
		margin: 0 auto;
	}
	
	/*
	 * 1. Clearfix hack 
	 */
	.post-content:after,
	.post-summary:after,
	.post-header:after {	/* 1 */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	.post-content > :last-child,
	.post-summary > :last-child { margin-bottom: 0; }
	
	.post-content iframe { max-width: 100%; }
	
    .post-footer { padding: 0; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.post-header:after, 
	.post-content:after, 
	.post-summary:after, 
	.post-footer:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	.sticky .posted-on { display: none; }
	
	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.post-format:before,
	.edit-link:before,
	.full-size-link:before {
		position: relative;
		margin-right: 5px;
	}

	.posted-on,
	.byline,
	.cat-links,
	.tags-links,
	.comments-link,
	.post-format,
	.full-size-link { 
		margin-right: 10px;
		color: #151515;
	}
	
	.post-header .byline { float: left; }
	
	.post-header .comments-link { float: right; }
	
	.posted-on a,
	.byline a,
	.cat-links a,
	.tags-links a,
	.comments-link a,
	.post-format a,
	.full-size-link a { color: #151515; }

	.posted-on:before {}

	.byline:before {
		font-family: 'FontAwesome';
		content: "\f007";
	}

	.cat-links:before {
		font-family: 'FontAwesome';
		content: "\f07c";
	}

	.tags-links:before {
		font-family: 'FontAwesome';
		content: "\f02c";
	}

	.comments-link:before {
		font-family: 'FontAwesome';
		content: "\f075";
	}

	.full-size-link:before {
		font-family: 'FontAwesome';
		content: "\f402";
	}

	.edit-link:before {
		font-family: 'FontAwesome';
		content: "\f040";
	}
	
	.comments-link,
	.edit-link { white-space: nowrap; }

   .format-standard .post-format:before {
		font-family: 'FontAwesome';
		content: "\f0f6";
	}
	
	.format-aside .post-format:before {
		font-family: 'FontAwesome';
		content: "\f10c";
	}

	.format-image .post-format:before {
		font-family: 'FontAwesome';
		content: "\f03e";
	}

	.format-gallery .post-format:before {
		font-family: 'FontAwesome';
		content: "\f00a";
	}

	.format-video .post-format:before {
		font-family: 'FontAwesome';
		content: "\f1c8";
	}

	.format-status .post-format:before {
		font-family: 'FontAwesome';
		content: "\f044";
	}

	.format-quote .post-format:before {
		font-family: 'FontAwesome';
		content: "\f10e";
	}

	.format-link .post-format:before {
		font-family: 'FontAwesome';
		content: "\f0c1";
	}

	.format-chat .post-format:before {
		font-family: 'FontAwesome';
		content: "\f18d";
	}

	.format-audio .post-format:before {
		font-family: 'FontAwesome';
		content: "\f027";
	}
	
	.format-aside {}
	
	.format-image {}
	
	.format-video {}
	
	.format-quote {}
	
	.format-gallery {}
	
	.format-status {}
	
	.format-link {}
	
	.format-audio {}
	
	.format-chat {}
	
	@media (max-width: 991px) {
		
		.post-header .byline,
		.post-header .comments-link { 
			float: none;
			display: block;
			text-align: center;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.post{ margin-bottom: 50px; }
		
		.post-thumbnail img { width: 100%;}
		
	}
	
/* ==========================================================================
   =WordPress pagination and navigation
   ========================================================================== */

		
	.pagination { margin-bottom: 120px; }

	/*
	 * 1. Clearfix hack 
	 */
	.pagination:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}	
	
	.pagination .nav-links {
		position: relative;
		text-align: center;
	}
	
	.pagination .page-numbers,
	.pagination .prev,
	.pagination .next {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 40px;
	/* 	height: 40px; */
		color: #272727;
		text-align: center;
		font-size: 16px;
		line-height: 40px;
		-webkit-transition: all .5s;
				transition: all .5s;
	}
	
	.pagination.style-2 .page-numbers,
	.pagination.style-2 .prev,
	.pagination.style-2 .next {
		background-color: #bababa;
		text-align: center;
	}
	
	.pagination.style-3 .page-numbers,
	.pagination.style-3 .prev,
	.pagination.style-3 .next { border: 2px solid transparent; }
	
	.pagination.style-4 .page-numbers:after,
	.pagination.style-4 .prev:after,
	.pagination.style-4 .next:after { 
		position: absolute;
		bottom: -30px;
		left: 50%;
		width: 40px;
		height: 1px;
		content: "";
		opacity: 0;
		background-color: #66A1F1;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all .3s;
				transition: all .3s;		
	}
	
	.pagination.style-4 .page-numbers:hover:after,
	.pagination.style-4 .page-numbers.current:after {
		opacity: 1;
		bottom: -10px;
	}
	
	.pagination .page-numbers:hover,
	.pagination .page-numbers.current {
		text-decoration: none;
		color: #66A1F1;
	}

	.pagination.style-2 .page-numbers:hover,
	.pagination.style-2 .page-numbers.current {
		background-color: #66A1F1;
		color: #ffffff;
	}
	
	.pagination.style-3 .page-numbers:hover,
	.pagination.style-3 .page-numbers.current { border-color: #66A1F1; }

	.pagination .current {
		display: inline-block;
		font-weight: 700;
	}

	.pagination .prev:before,
	.pagination .next:before {
		line-height: 40px;
		position: relative;
		font-family: "FontAwesome";
	}

	.pagination .prev:before { content: "\f104"; }

	.pagination .next:before { content: "\f105"; }	
	
	@media (max-width: 767px) {
		
		.pagination .page-numbers,
		.pagination .prev,
		.pagination .next {
			width: 35px;
			height: 35px;
			font-size: 14px;
			line-height: 35px;
		}
		
		.pagination .prev:before,
		.pagination .next:before { line-height: 35px; }
		
	}

/* ==========================================================================
   =WordPress Comments
   ========================================================================== */
   
	.comments-area { margin-top: 60px; }
	
	.comment-body {
		position: relative;
		margin-bottom: 50px;
		padding-left: 120px;
	}

	.comments-area > :last-child { margin-bottom: 0; }

	.comment-list + .comment-respond { border-top: 1px solid #e0e0e0; }

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond { padding-top: 20px; }

	.comments-title,
	.comment-reply-title {}

	.comments-title { margin: 20px 0; }
	
	.comment-reply-title { margin-bottom: 30px; }

	.comment-list {
		margin: 0;
		list-style: none;
	}

	.comment-list .pingback,
	.comment-list .trackback {
		padding-bottom: 20px;
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 20px;
	}

	.comment-list .children {
		margin: 0;
		list-style: none;
	}

	.comment-list .children > li { padding-left: 95px; }

	.comment-author { margin-bottom: 10px; }
	
	.comment-author a { 
		font-size: 16px;
		font-weight: 600; 
	}

	.comment-author a:hover {}

	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		width: 95px;
		height: 95px;
		margin-right: 20px; 
	}

	.comment-meta { margin-bottom: 20px; }
	
	.comment-metadata,
	.pingback .edit-link {}

	.comment-metadata a,
	.pingback .edit-link a {}

	.comment-metadata a:hover,
	.pingback .edit-link a:hover {}

	.comment-metadata a:hover,
	.comment-metadata a:focus,
	.pingback .edit-link a:hover,
	.pingback .edit-link a:focus {}

	.comment-metadata { margin-bottom: 20px; }

	.comment-metadata .edit-link { margin-left: 15px; }

	.pingback .edit-link { margin-left: 15px; }

	.pingback .edit-link:before { top: 0; }

	.comment-content ul,
	.comment-content ol { margin: 0 0 20px 20px; }

	.comment-content li > ul,
	.comment-content li > ol { margin-bottom: 0; }

	.comment-content > :last-child { margin-bottom: 0; }

	.comment-list .reply { margin-bottom: 20px; }

	.comment-list .reply a { display: inline-block; }

	.comment-list .reply a:hover,
	.comment-list .reply a:focus {}
	
	@media (max-width: 767px) {
	
		.comment-list .children > li { padding-left: 0; }
	
	}

/* ==========================================================================
   =WordPress Comments Navigation
   ========================================================================== */
  
	.comment-navigation { text-transform: uppercase; }

	.comment-navigation a {}

	.comment-navigation a:hover,
	.comment-navigation a:focus {}

	.comment-navigation .nav-previous:not(:empty),
	.comment-navigation .nav-next:not(:empty) { display: inline-block; }

	.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
		margin: 0 10px;
		font-weight: 300;
		content: "\2215";
	}

	.comment-navigation .nav-previous a:before {
		position: relative;
		margin-right: 3px;
		font-family: "FontAwesome";
		content: "\f104";
	}

	.comment-navigation .nav-next a:after {
		position: relative;
		margin-left: 3px;
		font-family: "FontAwesome";
		content: "\f105";
	}

	.comment-navigation {
		padding: 20px 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
	}

	.comments-title + .comment-navigation { border-bottom: 0; }
	
/* ==========================================================================
   =WordPress Comment Form
   ========================================================================== */	
	
	.comment-form { 
		padding-top: 20px; 
		margin-bottom: 110px;
	}

	.comment-form label {}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.comment-form textarea {
		width: 100%;
	}

	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.form-allowed-tags {}

	.logged-in-as a:hover {}

	.no-comments {
		border-top: 1px solid #e0e0e0;
		padding-top: 20px;
	}

	.comment-navigation + .no-comments { border-top: 0; }

	.form-allowed-tags code {}

	.form-submit { margin-bottom: 0; }

	.required { color: #66A1F1; }

	.comment-reply-title small {}

	.comment-reply-title small a {}

/* ==========================================================================
   =WordPress Widgets
   ========================================================================== */
	
/* =Widgets default
   ========================================================================== */
	
	.widget { margin-bottom: 60px; }
	
	/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
	
	.widget > :last-child { 
		margin-bottom: 0; /* 1 */
	}
	
	.widget-title { 
		margin-bottom: 40px; 
		font-size: 16px;
		line-height: 18px;  
	}
	
	#header-top .widget:last-child { margin-bottom: 0; }
	
	#header-top .widget:first-child { padding-top: 10px; }
	#header-top .widget:last-child { padding-bottom: 10px; }
	
	#header-top .widget-title { color: #ffffff; }
	
	#footer-top .widget:last-child,
	#footer .widget:last-child ,
	#footer-bottom .widget:last-child { margin-bottom: 0; }
	
	#footer-top .widget:first-child { padding-top: 75px; }
	#footer-top .widget:last-child { padding-bottom: 75px; }
	
	#footer-bottom .widget:first-child { padding-top: 25px; } 
	#footer-bottom .widget:last-child { padding-bottom: 26px; }
	 
	#footer-top .widget-title,
	#footer-top .widget-title a,
	#footer .widget-title,
	#footer	.widget-title a,
	#footer-bottom .widget-title,
	#footer-bottom .widget-title a { 
		color: #66a1f1; 
		font-size: 16px; 
		text-transform: uppercase; 
	}

/* =Text Widget
   ========================================================================== */
	
	.widget_text {}
	
	.textwidget {}
	
	/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
	
	.textwidget > :last-child {
		margin-bottom: 0; /* 1 */
	}
	
/* =Search Widget
   ========================================================================== */
	
	.widget_search {}
	
	#searchform { position: relative; }

	#s { 
		width: 100%;
		box-sizing: border-box; 
		margin-bottom: 0;
		padding: 15px 60px 15px 5px;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	
	#searchsubmit { 
		vertical-align: inherit;
		position: absolute;
		top: 0;
		right: 0;
		height: 47px;
		width: 47px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
	 	background: url(../images/bg-search-blue.png) no-repeat center center;
		text-align: center; 
	}
	
	#searchsubmit:hover {
		box-shadow: none;
		transform: none;
	}
	
	#header-top input[type="text"] {border-bottom-color: #ffffff; }
	
	#header-top #searchsubmit { background: url(../images/bg-search-light.png) no-repeat center center; }
	
	#footer-top #s1,
	#footer #s1,
	#footer-bottom #s1 {
		background-color: transparent;
		color: inherit;
	}
	
/* =Recent Entries Widget
   ========================================================================== */
	
	.widget_recent_entries {}
	
	.widget_recent_entries ul { list-style: none; }
	
	.widget_recent_entries ul li { padding-bottom: 20px; }
	
	.widget_recent_entries ul li:last-child { padding-bottom: 0; }
	
	.widget_recent_entries ul li a {}
	
	.widget_recent_entries ul li .post-date { display: block; }
	
/* =Pages Widget
   ========================================================================== */
	
	.widget_pages {}
	
	.widget_pages ul { list-style: none; }
	
	.widget_pages ul li {}
	
	.widget_pages ul li a {}
	
	.widget_pages .children {}
	
/* =Archive Widget
   ========================================================================== */
	
	.widget_archive {}
	
	.widget_archive ul { list-style: none; }
	
	.widget_archive ul li {} 
	
	.widget_archive ul li a {}
	
	.widget_archive select {}
	
	.widget_archive option {}	
	
/* =Categories Widget
   ========================================================================== */
	
	.widget_categories {}
	
	.widget_categories ul { list-style: none; }
	
	.widget_categories ul li {} 
	
	.widget_categories a { 
		color: #272727;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_categories a:hover { color: #66A1F1; }
	
	.widget_categories ul ul.children {}
	
	.widget_categories select{}
	
	.widget_categories select#cat {}
	
	.widget_categories select.postform {}
	
	.widget_categories option {}
	
	.widget_categories .level-0 {}
	
	.widget_categories .level-1 {}
	
	.widget_categories .level-2 {}
	
	.widget_categories .level-3 {}
	
/* =Meta Widget
   ========================================================================== */
	
	.widget_meta {}
	
	.widget_meta ul { list-style: none; }
	
	.widget_meta ul li {}
	
	.widget_meta ul li a {}
	
/* =Recent Comments Widget
   ========================================================================== */
	
	.widget_recent_comments {}
	
	#recentcomments { list-style: none; }
	
	#recentcomments li {}
	
	#recentcomments li a {}
	
	.recentcomments {}
	
/* =Tag Cloud Widget
   ========================================================================== */
	
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		display: inline-block;
		box-sizing: border-box;
		margin-bottom: 3px;
		padding: 2px 20px;
		background-color: #66A1F1;
		color: #ffffff;
		font-weight: 300;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	
	.widget_tag_cloud a:hover {}
	
	.widget_tag_cloud a:after {}
	
	.widget_tag_cloud a:before {}
	
	#footer-top .widget_tag_cloud a:hover,
	#footer .widget_tag_cloud a:hover,
	#footer-bottom .widget_tag_cloud a:hover { color: #ffffff; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget_tag_cloud a { padding: 2px 10px; }
		
	}
	
/* =Calendar Widget
   ========================================================================== */
	
	.widget_calendar {}
	
	#calendar_wrap {}
	
	#calendar_wrap th,
	#calendar_wrap td {
		padding: 0;
		line-height: 2.5;
		text-align: center;
	}
	
	#wp-calendar tr td {}
	
	#wp-calendar caption {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#wp-calendar tbody a {
		display: block;
		background-color: #66a1f1;
		color: #fff;
		font-weight: 700;
	}
	
	#wp-calendar #today {}
	
	#wp-calendar #prev {}
	
	#wp-calendar #next {}
	
	#wp-calendar #next a {}
	
	#wp-calendar #prev a {}
	
	#header-top #calendar_wrap th,
	#header-top #calendar_wrap td,
	#header-top #calendar_wrap table { border-color: #ffffff; }
	
/* =Nav Menu Widget
   ========================================================================== */
	
	.widget_nav_menu {}	
	
	.widget_nav_menu .menu,
	.widget_nav_menu .menu ul { list-style:none; }
	
	.widget_nav_menu .sub-menu {}
	
/* =RSS Widget
   ========================================================================== */
	
	.widget_rss {}

	.widget_rss ul {
		margin: 0;
		list-style: none;
	}

	.widget_rss li { margin-bottom: 20px; }

	.widget_rss ul:last-child,
	.widget_rss li:last-child { margin-bottom: 0; }

	.widget_rss .rsswidget {}

	.widget_rss .rsswidget img { margin-top: -4px; }

	.widget_rss .rss-date,
	.widget_rss cite {
		display: block;
		line-height: 3;
		font-weight: 700;
	}
	
/* ==========================================================================
   =WordPress Custom Widgets
   ========================================================================== */
   
/* =EWF Twitter widget
   ========================================================================== */
	
	.ewf_widget_latest_tweets{}
	
	.ewf-tweet-list .tweet { word-wrap: break-word; }
	
	.ewf-tweet-list ul { list-style: none; }
	
	.ewf-tweet-list .interact { text-align: center; }
	
	.ewf-tweet-list .interact a { margin-right: 10px; }
	
	.ewf-tweet-list .interact a:last-child { margin-right: 0; }
	
/* =EWF Flickr widget
   ========================================================================== */
	
	.ewf_widget_flickr {}
	
	.flickr-feed {}
	
	.flickr-feed .flickr_badge_image { display: inline; }
	
	.flickr-feed img { 
		width: 75px; 
		height: auto;
		margin: 0 5px 5px 0; 
		border: none;
	    -webkit-filter: grayscale(100%); 
				filter: grayscale(100%);
	}
	
	#footer .flickr-feed img { width: 110px; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.flickr-feed img { width: 45px; }
		
		#footer .flickr-feed img { width: 100px; }
		
	}
	
	@media only screen and (max-width: 480px) {
		
		#footer .flickr-feed img { width: 90px; }
		
	}	
	
/* =EWF Contact Info widget
   ========================================================================== */	
	
	.ewf_widget_contact_info {}
	
	.ewf_widget_contact_info.style-2 { 
		padding: 20px 10px;
		border: 2px solid #f3f3f3; 
	}
	
	.ewf_widget_contact_info ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.ewf_widget_contact_info ul li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	
	.ewf_widget_contact_info.style-2 ul li {
		padding-left: 0;
		text-align: center;
	}
	
	.ewf_widget_contact_info.style-2 ul li h4 { margin-bottom: 20px; }
	
	.ewf_widget_contact_info ul li:last-child { margin-bottom: 0; }
	
	.ewf_widget_contact_info ul li i {
		position: absolute;
		top: 7px;
		left: 0;
		color: #66A1F1; 
	}
	
	.ewf_widget_contact_info.style-2 ul li i {
		position: relative;
		font-size: 50px;
		display: block;
		margin-bottom: 40px;
	}
	
	.ewf_widget_contact_info ul li a { color: #272727; }
	
	#footer-top .ewf_widget_contact_info ul li a,
	#footer .ewf_widget_contact_info ul li a,
	#footer-bottom .ewf_widget_contact_info ul li a { 
		color: #ffffff;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	#footer-top .ewf_widget_contact_info ul li a:hover,
	#footer .ewf_widget_contact_info ul li a:hover,
	#footer-bottom .ewf_widget_contact_info ul li a:hover { color: #66A1F1; }
	
	#footer-top .ewf_widget_contact_info ul li i, 
	#footer .ewf_widget_contact_info ul li i, 
	#footer-bottom .ewf_widget_contact_info ul li i { color: #66A1F1; }
	
	@media (min-width: 1200px) {
	
		.ewf_widget_contact_info.style-2 { padding: 30px; }
		
	}
	
/* =EWF Newsletter subscribe widget
   ========================================================================== */

	.ewf_widget_newsletter {}
	
	#newsletter-subscribe-form { 
		position: relative; 
		margin-bottom: 40px;
	}
	
	#newsletter-subscribe-form input[type="text"] { 
		width: 100%;
		height: 45px;
		padding-right: 85px;
		margin-bottom: 0;
	}
	
	#newsletter-subscribe-form input[type="text"]:focus { padding-left: 15px; }
	
	#newsletter-subscribe-form input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		height: 45px;
		width: 80px;
		margin: 0;
	}
	
	#header-top input[type="text"] { border-color: #ffffff; }

/* =EWF Latest posts widget
   ========================================================================== */

	.ewf_widget_latest_posts {}
	
	.ewf_widget_latest_posts ul { list-style: none; }
	
	.ewf_widget_latest_posts ul li { margin-bottom: 25px; }
	
	.ewf_widget_latest_posts ul li:last-child { margin-bottom: 0; }
	
	.ewf_widget_latest_posts ul li img { 
		float: left;
		margin: 0 10px 0 0;
	}
	
	.ewf_widget_latest_posts ul li .title {}	
	
	.footer-style-3 .ewf_widget_latest_posts .post-date { display: block; }
	
	.ewf_widget_latest_posts a { 
		color: #272727;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.ewf_widget_latest_posts a:hover { color: #66A1F1; }

	/*
	 * 1. Clearfix hack 
	 */
	 
	.ewf_widget_latest_posts ul li:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.ewf_widget_latest_posts ul li img { 
			float: none;
			margin: 0 0 20px 0;
		}
		
		.ewf_widget_latest_posts ul li .title { display: block; }
		
	}
	
/* =EWF Navigation widget
   ========================================================================== */
	
	.ewf_widget_navigation {}
	
	.ewf_widget_navigation ul {  
		list-style-type: none; 
		list-style-position: outside; 
	}
	
	.ewf_widget_navigation li { border-bottom: 1px solid #e0e0e0; }
	
	.ewf_widget_navigation li:last-child { border-bottom: none; }
	
	.ewf_widget_navigation li a { 
		display: block; 
		padding: 10px 0; 
	}
	
	.ewf_widget_navigation li a:hover { text-decoration: none; }

/* =EWF Social media widget
   ========================================================================== */
	
	.ewf_widget_social_media {}
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.ewf_widget_social_media:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}

	.ewf_widget_social_media .social-icon i { font-size: 16px; }
	
	#footer .social-icon {
		display: inline-block;
		float: none;
	}
	
	#footer-top .social-icon i,
	#footer .social-icon i,
	#footer-bottom .social-icon i { color: #ffffff; }
	
	.footer-style-2 .ewf_widget_social_media .social-icon {
		display: inline-block;
		float: none;
		width: auto;
		margin-right: 40px;
	}
	
	.footer-style-2 .ewf_widget_social_media .social-icon:last-of-type { margin-right: 0; }

	.footer-style-2 .ewf_widget_social_media .social-icon:hover { background-color: transparent; }
	
	.footer-style-4 .social-icon {
		float: none;
		display: inline-block;
	}
	
	@media (max-width: 767px) {
		
		.footer-style-2 .ewf_widget_social_media .social-icon {
			margin-right: 10px;
		}
		
	}
	
/* =Product Categories Widget
   ========================================================================== */	
	
	.widget_product_categories ul { list-style-type: none; }
	
	.widget_product_categories ul li a { color: #272727; }
	
	.widget_product_categories ul li a:hover { color: #66A1F1; }
	
	
/* =Price Filter Widget
   ========================================================================== */		
	
	.widget_price_filter {}
	
	.widget_price_filter input[type="range"] { margin-bottom: 20px; }
	

/* =Product Categories Widget
   ========================================================================== */		
	
	.widget_recently_viewed_products {}
	
	.widget_recently_viewed_products ul { list-style-type: none; }
	
	.widget_recently_viewed_products ul li { margin-bottom: 25px; }
	
	.widget_recently_viewed_products ul li img {
		float: left;
		margin: 0 10px 0 0;
	}
	
	.widget_recently_viewed_products ul li a span {
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_recently_viewed_products ul li a:hover span { color: #66A1F1; }
	
	.widget_recently_viewed_products ul li .product-title,
	.widget_recently_viewed_products ul li .amount { 
		display: block;
		color: #272727;
	}
	
	.widget_recently_viewed_products ul li .product-title { 
		margin-bottom: 20px; 
		padding-top: 15px;
	}
	
	.widget_recently_viewed_products ul li:after {
		clear: both;
		content: " ";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget_recently_viewed_products ul li img {
			float: none;
			margin: 0 0 20px 0;
		}
		
		.widget_recently_viewed_products ul li .product-title { 
			margin-bottom: 0px; 
			padding-top: 0;
		}
		
	}
	
	