/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
section.content-box
a:link {
    color: #000000;
	font-weight: bold;
    
	 text-decoration: underline;
}
section.content-box
a:hover {
	color: #F8D67D;
	font-weight: bold;
    
	 text-decoration: underline;
}
.main-hero {
text-align: center;}
.col-md-8 {
width: 100%;
text-align: center;}

.col-md-8-img {
	margin: auto;
    max-width: 950px;
    max-height: 570px;}


#embed-container {
    position: relative;
	text-align: center;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;}
#embed-container iframe,
#embed-container object,
#embed-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    border: 1px solid #F8D67D;
    width: 75%;}
.wpcf7-quiz {
	background: #F8D67D !important;
width: 15% !important;
 text-align: center;}
.wpcf7 input[type="submit"]{
    border: 1px solid #F8D67D;
    width: 25%;}
.wpcf7-submit:hover {
    background: #F8D67D !important;}
.wpcf7-form p {
    text-align: center;}
.button{
    border: 1px solid #F8D67D;}
.button:hover{
    background: #FFFFFF !important;
color: #000000 !important;}

* {
    box-sizing: border-box;}
.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.column1 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;}
.column2 {
    -ms-flex: 49%; /* IE10 */
    flex: 49%;
    max-width: 49%;
    padding: 0 4px;}
.column3 {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
    max-width: 100%;
    padding: 0 4px;}
.column4 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.column, .column1, .column2, .column3, .column4  img {
    margin-top: 8px;
    vertical-align: middle;}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column, .column1, .column2, .column3, .column4 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column, .column1, .column2, .column3, .column4 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;}
}
.container-grid {
  position: relative;
  width: 100%;}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  overflow: hidden;
  width: 100%;
  height: 20%;
	opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/*.container-grid:hover .overlay {
  height: 25%;}*/

.text2 {
  color: #f8d67d;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;}

.sfwa-contact-informations{
	list-style-type: none;}
.sfwa-social-icons{padding-left:20px;}

.event.type-event .post-title {
	border-bottom: 2px solid #eeeeee;
  padding-bottom: 8px;
	padding-right: 20%;
}
.qemmap {
	visibility: hidden;
}
.wpmslider-controls-direction > a {
	text-decoration: none !important;
}
/*testimonials slider background colour*/
.strong-view.default .testimonial.t-slide {

    background-color: #f8d67d;
}
/*hide title testimonials page*/
.page-id-1060 .page-title{
display:none;
}

.no-style-link {
	color: #4a4a4a !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.no-style-link:hover {
	text-decoration: underline !important;
}

.store-link {
	font-weight: normal !important;
	text-decoration: none !important;
}

.store-link:hover {
	text-decoration: underline !important;
	color: #000000 !important;
}

body:not(.single-post) article.blog-post figure {
    float: left;
	margin-right: 20px;
}

body:not(.single-post) article.blog-post figure img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

body:not(.single-post) article.blog-post .blog-post-body {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
}

body:not(.single-post) article.blog-post .blog-post-body .post-title {
    text-align: left;
}

.giftcard-columns {
	text-align: center;
	margin: auto;
}

.giftcard-columns > img {
	margin-bottom: 20px;
}