/*

Theme Name: 	WSME Framework

Theme URI: 		http://viewportindustries.com/products/starkers

Description: 	The WSME Wordpress theme!

Version: 		4.0

Author: 		Websites Made Easy Ltd

Author URI: 	http://wsme.co.nz

Tags: 			starkers, naked, clean, basic

*/



/*

===========================

CONTENTS:



01 Sensible defaults

02 Typography

03 Media queries 

===========================

*/



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

01 Sensible defaults ----------------------------------------------------------------------------------------

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



/* @import "css/reset.css"; */



div,

article,

section,

header,

footer,

nav,

li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }

.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }

body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }





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

02 Typography -----------------------------------------------------------------------------------------------

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

/*



14 / 16	= 		0.875em 		(14px equivalent)

16 / 16	= 		1em 			(16px equivalent)

18 / 16 = 		1.125em 		(18px equivalent)

21 / 16 = 		1.3125em 		(21px equivalent)

24 / 16 = 		1.5em 			(24px equivalent)

30 / 16 = 		1.875em 		(30px equivalent)



*/







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

GLOBAL------------------------------------------------------------

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

body,

input,

textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }



h1, 

h2, 

h3, 

h4, 

h5, 

h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }





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

HEADER ------------------------------------------------------------

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







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

CONTENT ------------------------------------------------------------

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









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

FOOTER ------------------------------------------------------------

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



#wsme{-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;}

#wsme {display: block!important; min-height: 16px; padding:0 24px 0 0!important; background: url(wsme.png) scroll no-repeat center right transparent; font-size:12px; color:#9E9E9E;}

#wsme:hover {background-position: left; color:#FFF; padding:0 0 0 24px!important;text-decoration:none;}

.social-footer-links{}
.category-projects footer{margin-top: 50px;}
.category-projects p{font-size: 14px !important;}
.post-date{font-size: 21px;font-weight: normal;}

.separator-link{padding:10px;pointer-events: none;cursor: default;}

.product-testimonials li {    background: #f9f9f9;padding: 15px;margin: 10px 0;}
.product-testimonials ul{margin: 0;}
.product-testimonials {}
.page-id-5191 .testimonial-block {/*background: #f0f0f0;padding: 4px 14px;*/margin-top: 30px;padding-bottom: 16px;border-bottom: 1px solid #ececec;}
h3.testimonial-aurthor{font-size: 16px;}
#singletestimonialwidget-2{padding: 0;}
.sidebar #singletestimonialwidget-2 h3{padding: 20px;border-radius: 5px 5px 0 0;background: #f8eb2a;margin: 0;}
.view-all-testimonial{text-align: center;margin: 18px auto 0px;display: block;background: #015a5a;width: 90px;color: #fff;padding: 5px;}
.view-all-testimonial:hover{color:#fff;}
blockquote.easy_testimonial p{    font-size: 15px !important;}
.sidebar #singletestimonialwidget-2 h3.testimonial-aurthor{display:none;}
.page-id-19 iframe{width:100%;    height: 350px;}

.singleTestimonialWidget .testimonial_author{margin-bottom: 18px;}
.singleTestimonialWidget .easy_testimonials_read_more_link{background: #015a5a;color: #fff;padding: 5px 3px;display: block;width: 72px;text-align: center;margin: 0 auto;}

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

03 Media queries (using a mobile-first approach) ------------------------------------------------------------

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



/* 400 and up */

@media screen and (min-width:400px) {




}



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

.mob-only-btn{font-size: 12px !important;float: none;text-align: center;margin: 0 !important;padding: 12px !important;}

.tp-caption.Slider_text{top: auto !important;right: 0px !important;bottom: 0px !important;}

}



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

.mob-only-btn{padding: 3px !important;font-size: 11px !important;}

}



/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {



				 /* Place your styles here for all 'Retina' screens */ 



}

