/*

 Theme Name:     Organic Natural Child Theme

 Theme URI:      none

 Description:    Organic Natural Child Theme

 Author:         Ryan Hallett

 Author URI:     http://ryanhallettweb.com.au

 Template:       organic_natural

 Version:        1.0.0

*/

 

@import url("../organic_natural/style.css");

 

/* =Theme customization starts here

------------------------------------------------------- */



/* GENERAL THEME CHANGES */


.footer {
background: rgba(0, 0, 0, .2);
}

.footer-information {
color: white;
}

.footer-information a {
color: white;
}

.footer-information a:hover {
border: 2px white;
border-style: none none solid none;
text-decoration: none;
color: white;
}

.no-bullets li {
list-style-type: none;
}

.organic-tabs table {
font-size: .71em;
}

iframe {
width: 100%;
}

#slideshow-wrapper, #fullsize {
width: 100%!important;
}

@media only screen and (max-width: 767px) {

    #fullsize {
    height: 300px!important;
    }

    #header {
    display: block;
    }

}