/*
Theme Name: Wooster
Theme URI: http://smthemes.com/wooster/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.4.2
License: Creative Commons 3.0
Theme date: 09/02/2016
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:#f4f4f4;
}
body {
	color:#626262;	
	font-family: "Open Sans", Arial, Tahoma, sans-serif;	
	font-size:16px;
}
.feedback .input input, 
.feedback textarea, 
body {
		color:#626262;	
		font-family: "Open Sans", Arial, Tahoma, sans-serif;	
		font-size:16px;
}
a {
	color:#c63e4a;
	text-decoration:none;
}
a:hover {
	color:#e62053;
	text-decoration:underline;
}h1 {    font-family: "Open Sans", Arial, Tahoma, sans-serif;    font-size: 34px;    font-weight: 300;    color: #3f4a7c;    margin: 10px 0;}
h2.entry-title a, h1.entry-title {	font-family: "Open Sans", Arial, Tahoma, sans-serif;    font-size: 26px;    font-weight: 300;    color: #3f4a7c;    margin: 10px 0;
		/*color:#515151;
	font-size:26px;
	font-family: 'cabinbold_italic';*/
}
h2.entry-title a:hover{
	color:#262626;
}
/*------------------------------ GOOGLE ADSENSE ------------------------------*/
#AdvGoogleLeft {
    float:left; 	margin:10px;
}#AdvGoogleRight {    float:right; 	margin:10px;}

/*------------------------------ HEADER ------------------------------*/
#header {
	background:#2196f3;
	/*background:url(images/top.png) top center repeat-x;*/
}
#header .container{
	position:relative;
}
#logo {
	float:left;
}
#logo img {
	vertical-align:bottom; 
}

/* ---------- SEARCH ---------- */
#s {
	border: none;
	float:left;
	height: 41px;
	width: calc(100% - 51px);
	padding: 0px 5px;
	color: #9b9b9b;
	font-size:12px;
	font-weight: bold;
	line-height: 41px;
	background: #fff;
}
.headersearch #s {
}
.headersearch form {
	
position: relative;
	
float: left;
	
padding: 15px 8px;
}
}
.searchtxt {
	padding:0;
}
.searchform {
	height: 34px;
	background:none;
	margin:0;
}
.headersearch {
	margin: 0;
	position:relative;
}
.headersearch .searchform {
	display:none;
	position:absolute;
	top: 43px;
	right: 0%;
	height:66px;
	z-index:99999;
	padding: 0;
	width: 189px;
	background: url(images/searchform.png) 50% 50% no-repeat;
	padding: 0;
}
.headersearch .searchform::after {
	content:"";
	position:absolute;
	right: -10px;
	top: 13px;
	width:5px;
	height:8px;
	background:url(images/s.png) left center no-repeat;
}
.search-trigger, .searchbtn {
	background:url(images/search.png) center no-repeat;
	width: 34px;
	height:34px;
	cursor:pointer;
	float:right;
}
.searchbtn {
	background:url(images/go.png) center no-repeat;
	width: 41px;
	height:41px;
	cursor:pointer;
	float: right;
	margin: 0;
}
.search-trigger:hover {
	background:url(images/search-hover.png) center no-repeat;
}
.search-trigger.active {
	background:url(images/search-active.png) center no-repeat;
}

/* ---------- MENUS ---------- */
#top-menu-container {
	float: right;
	position:relative;
	z-index:999999;
	margin: 42px 0 0;
	text-align: center;
}
#top-menu {
	position: absolute;
	right: -78px;
	top: 37px;
	z-index: 99999999;
	min-width: 200px;
	display:none;
}
#top-menu > div > ul {
	background:#75afd7;	
	padding:1px 3px;
}
#top-menu > div > ul > li {
	float:none !important;	
	text-align:center;
	z-index:2;	
	margin:2px 0;
	padding:0;
}
#top-menu > div > ul > li:hover {
	margin:2px -9px 2px 9px;
	padding:0;
}
#top-menu > div > ul > li:hover > a {
	color:#fff;
}
#top-menu > div > ul > li > a {
	background:#2081c4;
	color: #9ccae9;
	padding: 10px 15px;
}
#header #top-menu .menus ul {
	left:100%;
	top:0;
	padding:0;
	box-shadow: 0 0 3px rgba( 0,0,0,0.5 );
}
#main-menu {
    display: inline-block;
}
#main-menu > div > ul > li {
	padding:45px 7px 5px;
	color:#fff;
}
#main-menu > div > ul > li > a {
	padding:5px 15px;
	color:#fff;
	border:1px solid transparent;
	border-radius:50px;
}
.sf-sub-indicator {
	font-size: 24px;
	line-height: 10px;
	vertical-align: sub;
}
#main-menu > div > ul > li:hover > a > .sf-sub-indicator {
	color:#e62053;
}
li:hover > a > .sf-sub-indicator {
	color:#fff;
}
#main-menu > div > ul > li:hover > a {
	border:1px solid rgba( 255,255,255,0.4 );
	border-radius:50px;
	color:#fff;
}
#header .menus ul {
	background:#75afd7;
	padding:4px 3px;	
}
#header .menus ul li {
	margin:2px 0;
	padding:0;
}
#header .menus ul li:hover {
	margin-right:-9px;
	padding-left:9px;
}
#header .menus ul li a {
	color:#9ccae9;
	padding:10px;
	background:#2081c4;
}
#header .menus ul li:hover > a{
	color:#fff;
}

/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		max-width:100%;
	}
	.slider {
		position:relative;
		width:1000px;
		max-width:100%;
	}
	.slider-bgr {
		position:absolute;
		width:100%;
		height:100%;
		background:url(images/fp-back.png);
	}
	.fp-prev {
		left:-34px;
		height:64px;
		width:34px;		
	}
	.fp-next {
		right:-34px;
		height:64px;
		width:34px;		
	}		
	.fp-prev:hover {	
		background:url(images/slide-left-hover.png) 50% 50% no-repeat;
	}
	.fp-next:hover {
		background:url(images/slide-right-hover.png) 50% 50% no-repeat;
	}
	.fp-content-wrap {
		position: absolute;
		width: 1000px;
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 0;
	}
	.fp-content {
		width: 50%;
		text-align:center;
		left: auto !important;
		right:0 !important;
		bottom:35% !important;
		top:auto;
		height:auto !important;
		margin:0 auto;
		padding: 0 !important;
	}
	.fp-title {
		font-family: 'cabinbold_italic';
		font-size:50px;
		color:#fff;
		line-height:60px;
		text-align:left;
	}
	.fp-desc {
		font-size:15px;
		line-height:24px;
		text-align:left;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	a.fp-more {
		font-family: 'Cabin-Bold';
		font-size:12px;
		text-transform:uppercase;
		color:#fff;
		padding: 26px 80px;
		display:inline-block;
		margin-top:2%;
		background:url(images/fp-more.png) left top repeat-x;
	}
	a.fp-more:hover {
		background:#b81a42;
		color:#fff;
	}
	a.fp-more:active {
		background:#bd2048;
		color:#fff;
	}
	


/*------------------------------ CONTENT ------------------------------*/
#content {
	padding: 0;
}
#content .container {
	background:#fff;
	padding: 50px 0 !important;
}
article {
	background:url(images/post-delimiter.png) bottom center no-repeat;
	padding: 50px 0 62px;
}
#commentform #submit, input.readmore, a.readmore {
	background: #e62053;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:20px 65px;
	display: inline-block;
	border:none;
	font-family: 'Cabin-Bold';
	float:none;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:#cf1b49;
	color:#fff;
	text-decoration:none;
}
#commentform #submit:active, input.readmore:active, a.readmore:active {
	background:#c61341;
	color:#fff;
}
.contact-details, #comments {
	text-align:left;
}
.entry-meta {
	float:none;
	padding: 0 0 15px;
	display: inline-block;
	width: 100%;
}
.entry-meta span {
	color:#a2a2a2;
	font-family: 'Cabin-Italic';
	display:block;
	width: calc(33.3% - 30px);
	float:left;
	padding-right: 30px;
	font-size: 12px;
}
.entry-meta a {
	color:#a2a2a2;
	padding: 0 5px;
}
.entry-meta a:hover {
	color:#515151;
}
.fimage {
	position:relative;
	margin-bottom:15px;
}
.fimage::after {
	content:"";
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	height: 30%;
	background: url(images/fimage.png) left top repeat-x;
}
.fimage .entry-meta  {
	float:none;
	position:absolute;
	bottom:0;
	left: 0;
	width: 100%;
	right: 0;
	margin:0 auto;
	z-index: 5;
}
.fimage .entry-meta span {
	color:#fff;
}
.fimage .entry-meta a {
	color:#fff;
	padding: 0 5px;
}
.fimage .entry-meta a:hover {
	color:#fff;
}
/* meta date */
.post-date {
	text-align:left;	
}
.post-date .icon {
	background: url(images/date-gray.png) 75% 50% no-repeat;
	width: 25px;
	float: left;
	height:15px;
	padding-left: 30px;
}
.fimage .post-date .icon {
	background: url(images/date.png) 80% 50% no-repeat;
}
/* meta comments */
.post-commetns {
	text-align:center;
}
.post-comments .icon {
	width: 25px;
	display: inline-block;
	height: 14px;
	vertical-align: bottom;
	background: url(images/comments-gray.png) left center no-repeat;
}
.post-comments:hover .icon {
	background: url(images/comments-hover.png) left center no-repeat;
}
.fimage .post-comments .icon, .post-comments .icon:hover {
	background: url(images/comments.png) 49% 50% no-repeat;
}
/* meta author */
.post-author {
	text-align:right;
}	
.post-author .icon {
	width: 15px;
	display: inline-block;
	height:15px;
	background: url(images/author-gray.png) left center no-repeat;
}
.post-author:hover  .icon {
	background: url(images/author-hover.png) left center no-repeat;
}
.fimage .post-author .icon, .fimage .post-author:hover  .icon {
	background: url(images/author.png) left center no-repeat;
}
/* meta categories */
.post-categories {
	text-align:center;
	display:block;
	float:none;
	width:100%;
	color:#b6b6b6;
	font-family: 'Cabin-Italic';
}
.post-categories .icon {
	display:inline-block;
	width:20px;
	height:15px;
	background: url(images/categories.png) left center no-repeat;
}
.post-categories:hover .icon {
	background: url(images/categories-hover.png) left center no-repeat;
}
.post-categories a:hover {
	color:#515151;
}
.post-categories a {
	color:#b6b6b6;
	font-size: 12px;
}
.featured_image{
	vertical-align: bottom;
	/*margin-bottom:15px;*/
}
.tags {
	padding: 15px 0;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin: 50px 0;
}
.pagination.classic {
	padding: 0;
	text-align:left;
	border: 1px solid #d9d9d9;
}
.page-numbers {
	padding: 15px 21px;
	display: inline-block;
}
a.page-numbers,
body.woocommerce #main_content nav.woocommerce-pagination ul li a,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li a,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a,
body.woocommerce #main_content nav.woocommerce-pagination ul li span,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li span,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li span {
	background: #fff;
	color:#a2a2a2;
	text-decoration:none;
	border-right: 1px solid #d9d9d9;
	margin: 0 -2px 0 -1px;
}
.woocommerce #content #main_content nav.woocommerce-pagination ul li, 
.woocommerce #main_content nav.woocommerce-pagination ul li, 
.woocommerce-page #content #main_content nav.woocommerce-pagination ul li, 
.woocommerce-page #main_content nav.woocommerce-pagination ul li   { 
	margin-right:3px;
} 
a.page-numbers:hover, 
body.woocommerce #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce #main_content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a:focus {
	background: #efefef;
	color:#a2a2a2;
	margin: 0 -2px 0 -1px;
}
span.page-numbers,
body.woocommerce #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li span.current {
	background: #e62053;
	color:#fff;
	margin: 0 -2px 0 -1px;
	border-right: 1px solid #e62053;
	padding: 15px 21px;
}

 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
background-color: #453f3f;color: #8b8282;}

#footer a{
	color:#fff;
	font-family:'Cabin-Bold';
}
#footer a:hover {
	color:#e62053;
}

#footer h3{
    margin: 40px 0 60px;
}

#footer .container {
	margin:0 auto;
}

#footer .footer_txt {
	
}
#footer .footer_txt .container {
	
	font-size:0px;
}
.footer-widgets {
}

#footer .amma {
font-family:inherit;
font-size:14px; 
text-align:center;
}

/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin: 0 30px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin: 0 30px;
}
.widget ul li {
	border:none;
	position: relative;
}
.widget .caption h3 {
	color:#fff;
	font-family:'Cabin-Bold';
	text-transform:uppercase;
	text-align:center;
	margin-bottom:10px;
}
#content .widget .caption h3 {
	padding:35px 5px;
	margin-top:0;
	background:#453f3f;
}
.widget {
	text-align:left;
}

.widget_comments .comment:before, .widget_comments .comment:after, .widget_comments .comment {
	content:none;
	font-style:normal;
}
.widget_comments .comment {
	background-color:#e4e4e4;
	color:#9b9b9b;
	font-size:13px;
	position:relative;
	padding: 15px;
	margin-top: 15px;
	display: inline-block;
	line-height: 20px;
	width: calc(100% - 30px);
}
.widget_comments .comment:before {
	content:'';
	position:absolute;
	width:20px;
	height:10px;
	top: -10px;
	left: 50px;
	background:url(images/gray-arrow.png) no-repeat;
	font-style:normal;
}
.widget_comments .avatar img, .widget_posts ul li img {
	background:none;
	border-radius:150px;
	border:none;
	float: none;
	margin: 0;
}
.widget_comments .comment-author {
	font-family: 'cabinbold_italic' !important;
	color:#515151;
}
.widget_comments .comment-author:hover {
	color:#e62053;
}
#footer .widget_posts {
	color:#8b8282;
} 
.widget_posts  {
	text-align:center;
} 
.widget_posts .title {
	font-style:italic;
	color: #515151;
}
.widget_posts .title:hover, #footer .widget_posts .title:hover {
	color: #e62053;
}
#footer .widget_posts .title {
	color: #fff;
}
.widget_posts .date{
	font-size:13px;
	float: right;
	font-style: italic;
}
.widget_categories ul li, .widget_archive ul li, .widget_nav_menu ul li {
	padding:0;
	border:none;
	float:left;
	width:100%;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_nav_menu ul li a {
	color: #a2a2a2;
    padding: 12px 15px;
    border-left: 3px solid transparent;
    float: left;
	width:100%;
}
.widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_nav_menu ul li a:hover {
	color:#e62053;
	border-left:3px solid #e62053;
}
.widget_categories ul li:before, .widget_archive ul li:before, .widget_nav_menu ul li:before {
	content:none;
}
.tabs_captions {
	padding: 0 0 10px;
}
.tabs_captions .tabscaption{
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-family:"Cabin-Bold";
	background:#453f3f;
	padding:13px 18px;
	border:none;
	margin-right:10px;
}
.tabs_captions .tabscaption.active, .tabs_captions .tabscaption:hover{
	background:#e62053;
	padding:13px 18px;
	border:none;
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	.menusearch {
		width:260px;
	}
	.secondarymenu-container {
		padding:0 30px;
	}	
	#main_content {
		margin: 0 30px;
	}
	/*------------------------------ MENU ------------------------------*/
	#top-menu-trigger {
		background:url(images/menu.png) center no-repeat;
		width:34px;
		height:34px;
		margin-right:5px;
		cursor:pointer;
	}	
	#top-menu-trigger:hover {
		background:url(images/menu-hover.png) center no-repeat;
	}
	#top-menu-trigger.active {
		background:url(images/menu-active.png) center no-repeat;
	}
	#header-block {
		position:relative;
	}
	.headersearch {
		top: 0;
	}
	.headersearch {
		margin: 42px 0 0;
	}
	/*------------------------------ FOOTER ------------------------------*/
	#footer .footer_txt  {
		margin:0 auto;
		padding-left:0;
		padding:0 0;

	}
	
	#footer .footer_txt .container { 
		background-color: #453f3f;
		padding: 0 0 !important;
		text-transform: uppercase;
		color:#333333;
		font-size: 0px;
	}

}	

/* WooCommerce */
.woocommerce #main_content a.button.alt, 
.woocommerce-page #main_content a.button.alt, 
.woocommerce #main_content button.button.alt, 
.woocommerce-page #main_content button.button.alt, 
.woocommerce #main_content input.button.alt, 
.woocommerce-page #main_content input.button.alt, 
.woocommerce #main_content #respond input#submit.alt, 
.woocommerce-page #main_content #respond input#submit.alt, 
.woocommerce #main_content #content input.button.alt, 
.woocommerce-page #main_content #content input.button.alt,
.woocommerce-page #main_content #content .products li a.button {
}
.woocommerce #main_content a.button.alt:hover, 
.woocommerce-page #main_content a.button.alt:hover, 
.woocommerce #main_content button.button.alt:hover, 
.woocommerce-page #main_content button.button.alt:hover, 
.woocommerce #main_content input.button.alt:hover, 
.woocommerce-page #main_content input.button.alt:hover, 
.woocommerce #main_content #respond input#submit.alt:hover, 
.woocommerce-page #main_content #respond input#submit.alt:hover, 
.woocommerce #main_content #content input.button.alt:hover, 
.woocommerce-page #main_content #content input.button.alt:hover,
.woocommerce-page #main_content #content .products li a.button:hover  {
}
.sidebar .widget.woocommerce.widget_product_search #s {    
}
.sidebar .widget.woocommerce.widget_product_search #searchsubmit {
}
.sidebar .widget.woocommerce.widget_product_search #searchsubmit:hover { 
}
.sidebar .widget.woocommerce.widget_product_search { 
}
.woocommerce #main_content table.shop_table, .woocommerce-page #main_content table.shop_table {
}
.woocommerce .sidebar .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
}
.woocommerce .sidebar .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
}
.woocommerce #main_content ul.products li.product h3, .woocommerce-page #main_content  ul.products li.product h3  { 
}
.woocommerce-page #main_content > #container > #content { 
}
/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.headersearch {
		float: right !important;
		position:relative;
	}
	.headersearch .searchform {
		display: none;
		position: absolute;
		z-index: 99999;
	}
	#s {
		width: calc(100% - 61px);
	}
	.post-date .icon {
		padding-left: 0;
		margin-right:5px;
		width: 20px;
	}
	.entry-meta span {
		padding-right: 0;
		width: 33.3%;
	}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
		float: none;
	}
	.headersearch {
		float: right !important;
		position:relative;
	}
	.headersearch .searchform {
		display: none;
		position: absolute;
		z-index: 99999;
	}
	#s {
		width: calc(100% - 61px);
	}
	.searchbtn {
		width: 41px;
	}
	.fp-content-wrap {
		display: none;
	}
	
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
		
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.post-date .icon {
		padding-left: 0;
		margin-right:5px;
		width: 20px;
	}
	.entry-meta span {
		padding-right: 0;
		width: 33.3%;
	}
	.pagination.classic {
		border:none;
	}
}