/*
Theme Name: Menstrualcups
Theme URI: http://skematiktheme.com
Author: Jamedo Website
Author URI: http://www.jamedowebsites.nl/
Description: Skematik theme framework.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:3 column
Template: jamedo-bootstrap-start-theme
*/
@import url(../jamedo-bootstrap-start-theme/style.css);

/*
This file is specifically left blank so that you can put any custom styles here and know that they aren't necessarily core styles.
*/



.diva-img {
	float: left;
	width: 28%;
}

.diva-desc {
	float: right;
	width: 72%;
}







@media (min-width: 1024px) {  
	/* CONTENT */
	h2.home-title {
		font-size: 30px;
	}

	.welcome{
		border-right: 1px solid #E9E9E9;
	} 
	.pad {
		border-left: 1px solid #DFDFDF;
	} 
}

@media (min-width: 1000px) and (max-width: 1024px) { 
	.pad-img {
		width: 40% !important;
	}
	.pad-desc {
		width: 60% !important;
	}
}

@media (min-width: 500px) {   
	.pad-img {
		float: left; 
		padding: 0px 10px 10px 0px; 
		width: 36%;
	}
	.pad-desc {
		float: left; 
		width: 64%;
	}
}

@media (max-width: 650px) {  
	#featured-product ul.products li.product {
		width: 45%;	
	}
}

@media (max-width: 480px) {  
	#featured-product ul.products li.product {
		width: 50%;
	}
	.pad-img { 
		margin-bottom: 10px;
	}
}

@media (max-width: 380px) {  
	#featured-product ul.products li.product {
		width: 55%;
		padding-top: 10px;
	}
	#featured-product ul.products li.product:first-child { 
		padding-top: 0px;
	}
	#other-product ul.products li.product {
		width: 48%;
		padding-top: 15px;
	}
}

@media (max-width: 320px) { 
	.wp-paginate a, .wp-paginate .current {
		top: 4px;
	}
}


/*.navbar .container {padding-left:0; padding-right:0;}*/
.navbar-nav {
    margin: 0 -15px;
}
