/*
Theme Name:     responsive-mobile-child
Description:    Child theme for the Responsive Mobile design.
Author:         Eva Castelo
Template:       responsive-mobile

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import url("../responsive-mobile/style.css");

/*body {
  
  padding: 0 30em;
}

/*#page {
	margin: 1.667em auto;
  	max-width: 974px;
}*/

#main-menu-container{
  background-color: #003366 !important;
  color: #ffffff !important;
}

a {
color: inherit !important;
}

#footer{
  background-color: #003366 !important;
  
  color: #ffffff;
}

#footer-widget .footer-widget .widget-title{
  color: #ffffff;
  
}

/*.default-sidebar {
  	background-color: #f9f9d4;
	min-height: 400px;
	font-weight: bold;
	font-size: 116%;

}

.entry-header .entry-title {
  font-weight: bold;
	}*/

input[type="submit"], input[type="reset"], input[type="button"]{
  background-color: #003366 !important;

}

.image-home{
      background-color: #eee;
	}

#footer-base .copyright {
    width: 37%;
  }

#footer-base .scroll-top {
    width: 28%;
}

body { font-size:16px; }
p { line-height:1.5em; }
.easy-event .list-events li .left { background-color: #9bdaf1; }

@media screen and (max-width:990px){
   #footer-base .scroll-top {width:100%;}
   #footer-base .copyright {width:100%;margin-bottom:1.2em;}
}
/* modifications from Tom */
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .powered {
    left: 30%;
  }
}
@media (max-width: 991px) {
.metaslider {
    max-width: 950px !important;
  }
}
/* modifications from Tom */

