/*
Theme Name: THT Theme
Template: Impreza
Author: Somerset Web Services
Author URI: https://www.somersetwebservices.co.uk
Version: 1.0.1507802964
Updated: 2017-10-12 11:09:24

*/

/*.accomtop {
    border: 2px solid rgb(73,145,186,);
    margin: 25px;
	-webkit-box-shadow: 5px 5px 10x rgba(73,145,186, 0.6);
	-moz-box-shadow: 5px 5px 10px rgba(73,145,186, 0.6);
	box-shadow: 5px 5px 10px rgba(73,145,186, 0.6);
}

.accomprop {
    border: 2px solid rgb(255,255,255);
    margin: 25px;
	-webkit-box-shadow: 5px 5px 10px rgba(255,255,255, 0.6);
	-moz-box-shadow: 5px 5px 10px rgba(255,255,255, 0.6);
	box-shadow: 5px 5px 10px rgba(255,255,255, 0.6);
}
*/
.sws-hidden {
    display: none;
}

.p {
    color: #000000;
}

.accompar {
    color: #ffffff;
}

/* Regular Text Font Family */
html {
    font-family: 'Cabin';
    }
    
/* Headings Font Family */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Caudex';
    }

/* caudex-regular - latin */
@font-face {
  font-family: 'Caudex';
  font-style: normal;
  font-weight: 400;
  src: local('Caudex'),
       url('/fonts/caudex-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/caudex-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       
}


/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin'), local('Cabin-Regular'),
       url('/fonts/cabin-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/cabin-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.mtphr-dnt-tick-contents {
	height: 35px !important;
}


/* For fixing GP Nested forms modal confict with Impreza*/
.tingle-modal--visible .tingle-modal-box {
  animation: gform_scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards !important;
}

@keyframes gform_scale {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

button.gpnf-add-entry {
    background-color: #4991ba;
    color: #FFFFFF;
}

/* Moved from Custom CSS of home page */

.imagetext {
    margin-top: 200px;
}

.throw {
    height: 500px;
}

@media only screen and (min-width: 720px) {
    .thtrow {
        height: 400px;
    }
}

.thtditty {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #4587AC;
}

.sws-trustee-text p a {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.sws-trustee-text p a {
    text-decoration: underline;
}

.sws-trustee-text {
    margin-top: 10px;
}

.sws-trustee-pack {
    border: 1px solid #333 !important;
}

.sws-trustee-column {
	border: 2px solid;
	padding: 20px 10px;
	text-align: center;
	background-color: rgb(219, 219, 219);
}





