/*

Theme Name: St Paul + St Stephen Gloucester 
Theme URI: N/A
Version: 1.0
Description: St Paul + St Stephen Tablet Template
Author: Lightbulb Head
Author URI: https://www.lightbulbhead.co.uk

*/

#container {
	width: 100%;
}

#headerLogo img {
	padding: 0px;
}

#headerActions {
	margin-bottom: 10px;
}

#rightContentFrontPage {
	width: 100%;
	float: none;
}

#rightContent {
	width: 100%;
}

.frontPageHighlight {
	width: auto !important;
	height: auto !important;
}

#searchForm {
	margin-right: 10px;
}

#rightContent {
	width: auto;
	float: none;
}

.leftThird {
	width: 47%;
}

.leftThird ~ .leftThird {
	padding-left: 3%;
	padding-right: 0px;
}

.middleThird {
	float: right;
	width: 47%;
	padding-left: 3%;
	padding-right: 0px;
}

.rightThird {
	width: 47%;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 3%;
	clear: both;
}

.pictureTwoThirdsLeft {
	width: 100%;
}

iframe {
	width: 100%;
}

/* 5th gallery item, clear none, so that we have 3 per row */
.gallery .gallery-item:nth-of-type(4n+1) {
    clear: none !important;
}

/* 4th gallery item, clear both, so that we have 3 per row */
.gallery .gallery-item:nth-of-type(3n+1) {
    clear: both;
}

.textSection .gallery-item {
	width:33% !important;
}

.entry .gallery-item {
	width:33% !important;
}