/*
 * Theme Name: SGC
 * Description: The WordPress theme for South Gloucestershire Council
 * Author: James Tarpey
 * Version: 17.1.2
 * GitHub Theme URI: https://github.com/sgloscouncil/sgc
 * GitHub Branch: master
*/

#sidebar .card h3 a {
	text-decoration: none;
}

#sidebar .card.siblings h3 a:after {
	display: none;
}

iframe {
	border: none;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.6em;
	}
	.grid .grid-row {
		margin-bottom: 0;
	}
	.grid .grid-row .grid-item {
		margin-bottom: 5px;
	}
	.grid .grid-row .grid-item a {
		padding: 10px 15px;
	}
	.grid .grid-row .grid-item a h3 {
		font-size: 1em;
		font-weight: normal;
		line-height: 1.42857;
		text-decoration: underline;
	}
    .grid .grid-row .grid-item a:before {
        float: right;
        width: 16px;
        font-family: FontAwesome;
        content: "\f054";
        color: #427730;
        margin-left: 20px;
    }
}

/* GCSE Styles*/
/* gcs box styling*/
.gcse-input {
    width:100%;
}
input#gsc-i-id1 {
    height: 34px !important;
    border: 1px solid #ccc;
}

td.gsc-input {
    padding-right: 0 !important;
    border:1px solid #ccc;
}
.gsc-search-button {
    margin-left: 0 !important;
}

.gsc-search-button {
    margin-left: 0;
    padding: 0 !important;
    width: 40px !important;
    border: 1px solid #ccc;
    height: 40px !important;
}

.gsc-search-button-v2 svg {
    fill: #386529 !important;
}

.gcsc-branding {
    display:none !important;
}

.gsc-above-wrapper-area {
    display:block;
    margin-top: -25px;
    margin-bottom: 25px;
}
div#resInfo-1 {
    font-size: 20px;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0px;
}
#___gcse_1 .gsc-input {
	background:#fff;
}
@media (max-width:992px) {
	.gcse-input table{
		width:100% !important;	
	}
}