/*
 Theme Name:   ACT
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  custom theme for Axmouth Childrens Theatre
 Author:       Blaze
 Author URI:   http://example.com
 Template:     actbase
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* HOME */

div#about-us {
    min-height: 10px !important;
}

.home-news {
    max-height: 300px;
    min-height: 300px;
}

.slide-meta {
    display: none;
}

@media only screen and (max-width: 768px)  {
	.home-news {
		display: none;
	}
}

@media only screen and (min-width: 769px)  {
	.view-news {
		display: none;
	}
}


@media only screen and (max-width: 768px) {
    .strap-line {
        background-image: none !important;
		color: #fff !important;
		-webkit-transform: rotate(0deg) !important;
		-moz-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		-o-transform: rotate(0deg) !important;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }
}

@media only screen and (max-width: 768px) {
    .strap-line h3 {
		color: #fff !important;
        padding-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
    .strap-line-text {
		-webkit-transform: rotate(0deg) !important;
		-moz-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		-o-transform: rotate(0deg) !important;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }
}

.strap-line-text{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.strap-line {
	text-align: center;
    background-image: url(http://www.axmouthchildrenstheatre.org.uk/wp-content/uploads/2016/04/Current-Modified-Blank.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 45%;
    padding: 65px 0px 31px;
    position: relative;
    top: 105px;
}

.axmouth-children-theatre {
	font-size: 2em;
	color: #fff
}

.large {
	font-size: 80px;
    font-family: Flamenco;
    margin: 0.5em 0;
	line-height: 1em;
}

p.toggler.activeTitle {
    background-color: #efeb35;
}

.main_color .toggler, .main_color .toggler.activeTitle:hover {
    background-color: #efeb35;
}

.main_color .toggler:hover {
    background-color: #00abf4;
}

.toggle_icon, .vert_icon, .hor_icon {
	border-color: #1d1d1d !important;
}

.show-date {
	font-family: asap
}

h1.main-title.entry-title{
    font-size: 2em !important;
    line-height: 32px;
}

#top textarea {
    min-height: 10px;
    line-height: 1.5em;
    max-height: 110px;
}

.bluebg {
    background: #00abf4;
    padding: 1px;
}

/* News Page */

#top .fullsize .template-blog .blog-meta {
    float: left;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 81px;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
    margin-right: 50px;
    margin-top: 15px;
}

