/*
 Theme Name:   Responsive Child/
 Description:  Responsive Child Theme
 Author:       Gabriel Cronholm
 Template:     responsive
 Version:      1.0.0
*/

@import url("../responsive/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#wrapper {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}

body{
	font-family:'Ruluko', Arial,Helvetica,sans-serif;
}

/*Home page specific styling */ 
#featured-image {
    display:none;
}
.col-460 {
    width: 100%;
}

#featured {
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding-bottom: 40px;
    width: 99.8936%;
}

#featured p{
	text-align:left;
}

.featured-title{
display:none;
}

.featured-subtitle{
display:none;
}

/*General styling */ 
.widget-wrapper {
    border-radius: 20px;
	height:420px;
}

#content h1{
font-family:"Tangerine", arial, sans-serif;
font-weight:700;
font-size:45px;
}

#content h2{
font-family:"Tangerine", arial, sans-serif;
font-weight:700;
font-size:35px;
}


.widget-title-home h3{
font-family:"Tangerine", arial, sans-serif;
font-weight:700;
font-size:35px;
}

/* End of front page styling */


.menu {
    display:none;
}

#navmenu {display:none;}

/*Hide the menu that appears for mobile devices when page is scaled */
.main-nav {
     display: none;
}

/* Header image styling (logo) */
#logo {
	margin-bottom: 20px;
}

/*Top menu image styling. To animate images when mouse hovers over them */
#top-widget .tartor {
	display: inline-block;
	width: 96px;
	height: 50px;
	background: url('http://test.tartesset.se/wp-content/uploads/2014/04/Menu_tartor_anim_heart.png') bottom;
	text-indent: -99999px;
}

#top-widget .tartor:hover {
	background-position: 0 2px;
}

#top-widget .fyllningar{
	display: inline-block;
	width: 146px;
	height: 50px;
	background: url('http://test.tartesset.se/wp-content/uploads/2014/04/Menu_fyllningar_anim_heart.png') bottom;
	text-indent: -99999px;
}

#top-widget .fyllningar:hover {
	background-position: 0 2px;
}

#top-widget .dekorationer{
	display: inline-block;
	width: 146px;
	height: 50px;
	background: url('http://test.tartesset.se/wp-content/uploads/2014/04/Menu_dekorationer_anim_heart.png') bottom;
	text-indent: -99999px;
}

#top-widget .dekorationer:hover {
	background-position: 0 2px;
}

#top-widget .priser{
	display: inline-block;
	width: 96px;
	height: 50px;
	background: url('http://test.tartesset.se/wp-content/uploads/2014/04/Menu_priser_anim_heart.png') bottom;
	text-indent: -99999px;
}

#top-widget .priser:hover {
	background-position: 0 2px;
}

#top-widget .kontakt{
	display: inline-block;
	width: 116px;
	height: 50px;
	background: url('http://test.tartesset.se/wp-content/uploads/2014/04/Menu_kontakt_anim_heart.png') bottom;
	text-indent: -99999px;
}

#top-widget .kontakt:hover {
	background-position: 0 2px;
}
/* End of top menu image styling */


/*This is to make the top menu fit on one row without colliding with the logo to the left */
.top-widget{
	width:70%;
}


@media (max-width:650px){
	.slideshow_container{
	display:none
	}
}

@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {


	.body {
	}
	.menu {
    display:none;
	}

.tinynav{
display:none;
}
}

#leveranstider{
	color:#CC0000;
	padding-top:5px;
}

#footer{
	background-color:#F5FFE9;
	max-width:none;
}

#footer .col-940{
	height: 10px;
}

#priser img{
	padding-top:10px;
	padding-bottom:20px;
	max-width:65%;
}

h2{
	font-family:"Tangerine", arial, sans-serif;
	margin-bottom:10px;
	margin-top:30px;
}

p{
	margin-top:5px;
}