@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 	Burning Red Master Theme (ENG)
Theme URI: 		http://www.burningredstudio.co.uk
Version: 		1.0
Author: 		Burning Red
Author URI: 	http://www.burningredstudio.co.uk
*/
/* line 72, scss/style.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #454545;
  background: white;
  line-height: 1.2em;
}

/* line 79, scss/style.scss */
a {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  color: #ff0193;
  text-decoration: none;
}

/* line 85, scss/style.scss */
a:hover {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  color: #c80073;
}

/* line 90, scss/style.scss */
h1 {
  line-height: 140%;
  font-size: 1.8em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* line 91, scss/style.scss */
h2 {
  line-height: 130%;
  margin-bottom: 1.3em;
  font-size: 1.6em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* line 92, scss/style.scss */
h3 {
  line-height: 130%;
  margin-bottom: 1.3em;
  font-size: 1.4em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* line 93, scss/style.scss */
h4 {
  line-height: 125%;
  margin-bottom: 16px;
  font-size: 1.2em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* line 94, scss/style.scss */
h5 {
  line-height: 120%;
  margin-bottom: 14px;
  font-size: 1.15em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* line 95, scss/style.scss */
h6 {
  line-height: 115%;
  margin-bottom: 12px;
  font-size: 1.1em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* line 97, scss/style.scss */
.subheader {
  color: #777;
}

/* line 98, scss/style.scss */
.normal {
  font-weight: normal;
}

/* line 99, scss/style.scss */
.bolder {
  font-weight: bolder;
}

/* line 101, scss/style.scss */
p {
  margin: 0em 0 1.5em 0;
  line-height: 1.5em;
  font-size: 1em;
}

/* line 107, scss/style.scss */
p img {
  margin: 0;
}

/* line 111, scss/style.scss */
em {
  font-style: italic;
}

/* line 112, scss/style.scss */
strong {
  font-weight: bold;
}

/* line 113, scss/style.scss */
small {
  font-size: 80%;
}

/*	Blockquotes  */
/* line 119, scss/style.scss */
blockquote, blockquote p {
  font-size: 1em;
  color: #000;
  font-style: italic;
  margin: 0;
}

/* line 121, scss/style.scss */
blockquote {
  margin: 20px 0px 20px 0px;
  padding: 1em 5% 1em 5%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  text-align: center;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: 0% 30px;
  font-size: 1em;
}

/* line 133, scss/style.scss */
blockquote cite {
  display: block;
  font-size: 1em;
  color: #709000;
}

/* line 134, scss/style.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 135, scss/style.scss */
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #709000;
}

/* line 137, scss/style.scss */
hr {
  border-width: 1px;
  clear: both;
  margin: 50px 25%;
  height: 0;
  border-color: #ccc;
  background-color: transparent;
}

/* line 141, scss/style.scss */
.text_left {
  text-align: left;
}

/* line 145, scss/style.scss */
.text_right {
  text-align: right;
}

/* line 149, scss/style.scss */
.text_center {
  text-align: center;
}

/* line 153, scss/style.scss */
.button {
  color: #343434;
  border: 1px solid #343434;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 5%;
}

/* line 162, scss/style.scss */
blockquote h1 {
  margin-bottom: 0;
}

/* line 166, scss/style.scss */
blockquote h2 {
  margin-bottom: 0;
}

/* line 170, scss/style.scss */
blockquote h3 {
  margin-bottom: 0;
}

/* line 174, scss/style.scss */
blockquote h4 {
  margin-bottom: 0;
}

/* line 178, scss/style.scss */
blockquote p {
  margin-bottom: 0;
}

/* line 182, scss/style.scss */
iframe {
  width: 100%;
}

/* Lists */
/* line 187, scss/style.scss */
ul, ol {
  margin-bottom: 20px;
}

/* line 188, scss/style.scss */
ul {
  list-style: none outside;
}

/* line 189, scss/style.scss */
ol {
  list-style: decimal;
}

/* line 190, scss/style.scss */
ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

/* line 191, scss/style.scss */
ul.square {
  list-style: square outside;
}

/* line 192, scss/style.scss */
ul.circle {
  list-style: circle outside;
}

/* line 193, scss/style.scss */
ul.disc {
  list-style: disc outside;
}

/* line 195, scss/style.scss */
ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

/* line 197, scss/style.scss */
ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

/* line 198, scss/style.scss */
li {
  line-height: 24px;
}

/* line 199, scss/style.scss */
ul.large li {
  line-height: 24px;
}

/* line 200, scss/style.scss */
li p {
  line-height: 24px;
}

/* Slider */
/* line 206, scss/style.scss */
#slider {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* line 212, scss/style.scss */
#slider .slides {
  margin-bottom: 0;
  height: 500px;
  height: 65vh;
}

/* line 218, scss/style.scss */
#slider .slides li {
  background: 50% 50% no-repeat;
  background-size: cover;
  display: none;
  height: 500px;
  height: 65vh;
  background-position: 50% 50%;
}

/* line 227, scss/style.scss */
#slider .row {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 728px;
  height: 500px;
  height: 65vh;
  display: block;
}

/* line 236, scss/style.scss */
#slider .row .Left {
  float: left;
  width: 45%;
  margin-left: 5%;
}

/* line 242, scss/style.scss */
#slider .row .Right {
  float: right;
  width: 45%;
  padding-left: 50%;
  margin-right: 5%;
}

/* line 249, scss/style.scss */
#slider .row .Center {
  padding: 0 20%;
  text-align: center;
  width: 60%;
}

/* line 255, scss/style.scss */
#slider .row .Full {
  padding: 0 10%;
  width: 80%;
}

/* line 260, scss/style.scss */
#slider .Light::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 500px;
  height: 65vh;
}

/* line 272, scss/style.scss */
#slider .Light h2 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 0px 20px #000;
}

/* line 281, scss/style.scss */
#slider .Light h3 {
  font-size: 2em;
  line-height: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 0px 20px #000;
}

/* line 290, scss/style.scss */
#slider .Light a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 10px 2%;
  margin: 0 1%;
  text-shadow: none;
  background-color: #00a6f5;
}

/* line 299, scss/style.scss */
#slider .Light a:hover {
  color: white;
  background-color: #007bb6;
}

/* line 304, scss/style.scss */
#slider .Light p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0px 0px 20px #343434;
}

/* line 312, scss/style.scss */
#slider .Dark::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 500px;
  height: 65vh;
}

/* line 324, scss/style.scss */
#slider .Dark h2 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: white;
}

/* line 332, scss/style.scss */
#slider .Dark h3 {
  font-size: 2em;
  line-height: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
}

/* line 340, scss/style.scss */
#slider .Dark p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: white;
}

/* line 348, scss/style.scss */
#slider .Dark a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 10px 2%;
  margin: 0 1%;
  text-shadow: none;
  background-color: #00a6f5;
}

/* line 356, scss/style.scss */
#slider .Dark a:hover {
  color: white;
  background-color: #007bb6;
}

/* line 361, scss/style.scss */
.flexslider {
  position: relative;
}

/* line 364, scss/style.scss */
.flexslider ol {
  display: none;
}

/* line 367, scss/style.scss */
.flexslider .flex-direction-nav {
  position: absolute;
  text-indent: -10000px;
  top: 0;
  width: 100%;
}

/* line 373, scss/style.scss */
.flexslider .flex-direction-nav .flex-prev {
  background-image: url("https://familypoint.cymru/wp-content/themes/FamilyPoint_ENG/images/arrow-left.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 50px;
  left: 10px;
  opacity: 0.5;
  position: absolute;
  top: 170px;
  width: 30px;
  padding: 15px!important;
  z-index: 10;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 388, scss/style.scss */
.flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 392, scss/style.scss */
.flexslider .flex-direction-nav .flex-next {
  background-image: url("https://familypoint.cymru/wp-content/themes/FamilyPoint_ENG/images/arrow-right.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 50px;
  right: 10px;
  opacity: 0.5;
  position: absolute;
  top: 170px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 30px;
  padding: 15px!important;
  z-index: 10;
}

/* line 407, scss/style.scss */
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 412, scss/style.scss */
#slider .row .Right {
  padding-top: 100px;
  padding-top: 20vh;
}

/* line 417, scss/style.scss */
#slider .row .Left {
  padding-top: 100px;
  padding-top: 20vh;
}

/* line 422, scss/style.scss */
#slider .row .Center {
  padding-top: 100px;
  padding-top: 20vh;
}

/* line 427, scss/style.scss */
#slider .row .Full {
  padding-top: 100px;
  padding-top: 20vh;
}

/* line 433, scss/style.scss */
.slide_quote p a {
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 0px 2%!important;
  text-align: center;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 444, scss/style.scss */
.Light .slide_quote p a {
  color: white;
  border: 1px solid white;
}

/* line 449, scss/style.scss */
.Dark .slide_quote p a {
  color: white !important;
  border: 1px solid white;
}

/* Fixed */
/* line 456, scss/style.scss */
#fixed_navigation {
  margin-bottom: 0;
  border-bottom: 3px solid #343434;
  position: fixed;
  top: -70px;
  z-index: 10000;
  background-color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 466, scss/style.scss */
.fade#fixed_navigation {
  top: 0;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 471, scss/style.scss */
#fixed_navigation .row {
  margin-bottom: 0;
}

/* line 475, scss/style.scss */
#fixed_navigation ul {
  margin-bottom: 0;
}

/* line 479, scss/style.scss */
#fixed_navigation ul li {
  margin-bottom: 0;
  display: inline;
  float: left;
  min-width: 35px;
  padding: 7px 5px 1px 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 488, scss/style.scss */
#fixed_navigation ul li a {
  font-size: 1.2em;
  color: #343434;
  margin: 5px 10px;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
}

/* line 496, scss/style.scss */
#fixed_navigation ul li:hover {
  background-color: #007bb6;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 501, scss/style.scss */
#fixed_navigation ul li.current-menu-item {
  background-color: #007bb6;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 506, scss/style.scss */
#fixed_navigation ul li:hover a {
  color: white;
}

/* line 510, scss/style.scss */
#fixed_navigation ul li.current-menu-item a {
  color: white;
}

/* line 514, scss/style.scss */
#fixed_navigation .search {
  width: 25px;
  margin-top: 5px;
  cursor: pointer;
}

/* line 520, scss/style.scss */
#fixed_navigation .glass {
  display: block;
}

/* line 524, scss/style.scss */
#fixed_navigation .arrow {
  display: none;
}

/* line 528, scss/style.scss */
.open#fixed_navigation .glass {
  display: none;
}

/* line 532, scss/style.scss */
.open#fixed_navigation .arrow {
  display: block;
}

/* line 537, scss/style.scss */
#fixed_search_area {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  margin-bottom: 0;
  background-color: #00a6f5;
  border-bottom: 2px solid #454545;
  position: fixed;
  top: -95px;
  z-index: 9999;
}

/* line 547, scss/style.scss */
.open.fade#fixed_search_area {
  top: 35px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 552, scss/style.scss */
.fade#fixed_search_area {
  top: -65px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 558, scss/style.scss */
#fixed_search_area .row {
  margin-bottom: 0;
}

/* line 562, scss/style.scss */
#fixed_search_area .row .one_half {
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 567, scss/style.scss */
#fixed_search_area.open {
  height: auto;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 572, scss/style.scss */
#fixed_search_area label {
  display: none;
}

/* line 576, scss/style.scss */
#fixed_search_area input {
  border: 0;
  background-color: white;
  padding: 10px 5%;
  width: 60%;
  float: left;
}

/* line 584, scss/style.scss */
#fixed_search_area input[type=submit] {
  width: 22%;
  float: left;
  margin-left: 3%;
  background-color: white;
  color: #454545;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 6px 5%;
  border: 1px solid #454545;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 597, scss/style.scss */
#fixed_search_area input[type=submit]:hover {
  background-color: #454545;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 603, scss/style.scss */
#fixed_navigation select {
  display: none;
}

/* header */
/* line 609, scss/style.scss */
#header {
  margin-bottom: 0;
  padding: 0;
  z-index: 100;
  background-color: white;
}

/* line 616, scss/style.scss */
#header .row {
  margin-bottom: 0;
}

/* line 620, scss/style.scss */
#header .logo {
  width: 17%;
  float: left;
}

/* line 625, scss/style.scss */
#header .logo .wide {
  display: block;
}

/* line 629, scss/style.scss */
#header .logo .mob {
  display: none;
}

/* line 634, scss/style.scss */
#header .banner {
  width: 44%;
  margin: 35px 3% 0 6%;
  float: left;
}

/* line 640, scss/style.scss */
#header .buttons {
  width: 30%;
  float: left;
}

/* line 645, scss/style.scss */
#header .row .one_half {
  margin-bottom: 0;
}

/* line 649, scss/style.scss */
#header .row .one_fifth {
  margin-bottom: 0;
}

/* line 654, scss/style.scss */
#header h1 {
  padding: 20px 0;
}

/* line 658, scss/style.scss */
#header .login {
  background-color: #ff0193;
  color: white;
  display: block;
  width: 30%;
  text-align: center;
  padding: 5px 10px 10px 10px;
  float: right;
  margin-left: 3%;
}

/* line 669, scss/style.scss */
#header .login.wide {
  width: 50%;
}

/* line 673, scss/style.scss */
#navigation {
  margin-bottom: 0;
  border-bottom: 8px solid #343434;
  background-color: white;
  z-index: 100;
}

/* line 680, scss/style.scss */
#navigation .row {
  margin-bottom: 0;
}

/* line 684, scss/style.scss */
#navigation ul {
  margin-bottom: 0;
}

/* line 688, scss/style.scss */
#navigation ul li {
  margin-bottom: 0;
  display: inline;
  float: left;
  min-width: 35px;
  padding: 7px 0px 1px 0px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 697, scss/style.scss */
#navigation ul li a {
  font-size: 1.3em;
  color: #343434;
  padding: 5px 8px;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
}

/* line 705, scss/style.scss */
#navigation ul li:hover {
  background-color: #007bb6;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 710, scss/style.scss */
#navigation ul li.current-menu-item {
  background-color: #007bb6;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 715, scss/style.scss */
#navigation ul li:hover a {
  color: white;
}

/* line 719, scss/style.scss */
#navigation ul li.current-menu-item a {
  color: white;
}

/* line 724, scss/style.scss */
#navigation .search {
  width: 30px;
  cursor: pointer;
}

/* line 729, scss/style.scss */
#navigation .glass {
  display: block;
}

/* line 733, scss/style.scss */
#navigation .arrow {
  display: none;
}

/* line 737, scss/style.scss */
.open#navigation .glass {
  display: none;
}

/* line 741, scss/style.scss */
.open#navigation .arrow {
  display: block;
}

/* line 745, scss/style.scss */
#navigation select {
  display: none;
}

/* search header */
/* line 752, scss/style.scss */
.search_area {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  margin-top: -100px;
  margin-bottom: 0;
  background-color: #00a6f5;
  border-bottom: 2px solid #454545;
}

/* line 760, scss/style.scss */
.search_area .row {
  margin-bottom: 0;
}

/* line 764, scss/style.scss */
.search_area .row .one_half {
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 769, scss/style.scss */
.search_area.open {
  margin-top: 0;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 774, scss/style.scss */
.search_area label {
  display: none;
}

/* line 778, scss/style.scss */
.search_area input {
  border: 0;
  background-color: white;
  padding: 10px 5%;
  width: 60%;
  float: left;
}

/* line 786, scss/style.scss */
.search_area input[type=submit] {
  width: 22%;
  float: left;
  margin-left: 3%;
  background-color: white;
  color: #454545;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 6px 5%;
  border: 1px solid #454545;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 799, scss/style.scss */
.search_area input[type=submit]:hover {
  background-color: #454545;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 807, scss/style.scss */
.error_search {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  margin-bottom: 0;
  background-color: #00a6f5;
  padding: 20px;
}

/* line 815, scss/style.scss */
.error_search label {
  display: none;
}

/* line 819, scss/style.scss */
.error_search input {
  border: 0;
  background-color: white;
  padding: 10px 5%;
  width: 60%;
  float: left;
}

/* line 827, scss/style.scss */
.error_search input[type=submit] {
  width: 22%;
  float: left;
  margin-left: 3%;
  background-color: white;
  color: #454545;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 6px 5%;
  border: 1px solid #454545;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 840, scss/style.scss */
.error_search input[type=submit]:hover {
  background-color: #454545;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 846, scss/style.scss */
.error_search .gsc-control-cse {
  background-color: #00a6f5 !important;
  border: 0!important;
  padding: 0!important;
}

/* home body */
/* line 854, scss/style.scss */
.main_banner {
  margin: 70px 0 0 0;
}

/* line 858, scss/style.scss */
#main_content_body .two_thirds iframe {
  width: 100%;
}

/* line 862, scss/style.scss */
#main_content_body ul {
  margin-left: 30px;
}

/* line 866, scss/style.scss */
#main_content_body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* line 871, scss/style.scss */
#main_content_body ul.side_loop {
  margin: 0;
}

/* line 875, scss/style.scss */
#home_news {
  margin-top: 30px;
}

/* line 879, scss/style.scss */
#home_news .row {
  margin-bottom: 0;
}

/* Recent Loop */
/* line 885, scss/style.scss */
.recent_loop .item {
  margin-bottom: 30px;
}

/* line 889, scss/style.scss */
.recent_loop .item {
  background-color: #ff0193;
  color: white;
  position: relative;
}

/* line 895, scss/style.scss */
.recent_loop.news .item {
  width: 25%;
  min-height: 220px;
}

/* line 900, scss/style.scss */
.recent_loop.reviews .item {
  width: 50%;
  min-height: 440px;
}

/* line 905, scss/style.scss */
.recent_loop.reviews .item:first-child {
  width: 65%;
}

/* line 909, scss/style.scss */
.recent_loop.reviews .item:last-child {
  width: 35%;
}

/* line 913, scss/style.scss */
.recent_loop .item.title h2 {
  text-transform: uppercase;
  padding: 20px 5%;
  font-size: 3em;
  margin-bottom: 0;
}

/* line 920, scss/style.scss */
.recent_loop .item.title h2.wide {
  display: block;
}

/* line 924, scss/style.scss */
.recent_loop .item.title h2.mob {
  display: none;
}

/* line 928, scss/style.scss */
.recent_loop .item.news {
  background: 50% 50% no-repeat;
  background-size: cover;
  color: white;
}

/* line 934, scss/style.scss */
.recent_loop .item.news::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 944, scss/style.scss */
.recent_loop .item.news a {
  color: white;
}

/* line 948, scss/style.scss */
.recent_loop .item.news .date a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 954, scss/style.scss */
.recent_loop .item.news .date a:hover {
  text-decoration: underline;
}

/* line 958, scss/style.scss */
.recent_loop.reviews a.cat {
  font-size: 1em;
  padding: 12px 15px 7px 15px;
}

/* line 964, scss/style.scss */
.recent_loop .rel_container {
  position: relative;
  overflow: hidden;
  padding: 10px 5%;
}

/* line 970, scss/style.scss */
.recent_loop a.cat {
  font-size: 0.7em;
  font-weight: bold;
  border: 1px solid white;
  text-transform: uppercase;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  padding: 3px 5px 0px 5px;
  margin: 0 5% 10px 0;
  float: left;
  background-color: #343434;
}

/* line 982, scss/style.scss */
.recent_loop a.cat:hover {
  background-color: white;
  color: #343434;
  text-shadow: none;
}

/* line 988, scss/style.scss */
.recent_loop .item h2 {
  clear: both;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 5px;
}

/* line 995, scss/style.scss */
.recent_loop.reviews .item h2 {
  font-size: 2.3em;
}

/* line 999, scss/style.scss */
.recent_loop .large_box .item h2 {
  font-size: 2.3em;
}

/* line 1004, scss/style.scss */
.recent_loop .item h2 a {
  text-decoration: none;
}

/* line 1008, scss/style.scss */
.recent_loop .item h2 a:hover {
  text-decoration: underline;
}

/* line 1013, scss/style.scss */
.recent_loop .item p.date {
  font-size: 0.8em;
  margin-bottom: 0;
}

/* line 1018, scss/style.scss */
.recent_loop .large_box {
  float: left;
  width: 37%;
}

/* line 1023, scss/style.scss */
.recent_loop .stack_box {
  float: left;
  width: 26%;
}

/* line 1028, scss/style.scss */
.recent_loop.news .large_box .item.news {
  width: 100%;
  min-height: 440px;
}

/* line 1033, scss/style.scss */
.recent_loop.news .stack_box .item.news {
  width: 100%;
  margin-bottom: 0;
}

/* line 1038, scss/style.scss */
.recent_loop.news .button {
  margin: 0 40%;
  width: 20%;
}

/* line 1043, scss/style.scss */
.recent_loop.news .button:hover {
  background-color: #c80073;
  border: 1px solid #c80073;
  color: white;
}

/* home social bits */
/* line 1051, scss/style.scss */
#home_social .tweets {
  background-color: #a7b831;
  background-image: url(/wp-content/themes/burningred/images/twitter_back.png);
  background-position: 10% bottom;
  background-size: 40%;
  background-repeat: no-repeat;
}

/* line 1059, scss/style.scss */
#home_social .tweets .rel_container a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 1065, scss/style.scss */
#home_social .tweets .rel_container a:hover {
  text-decoration: underline;
}

/* line 1069, scss/style.scss */
#home_social .tweets .rel_container {
  padding: 20px;
  margin: 10px;
  border: 5px solid white;
  color: white;
  min-height: 160px;
}

/* line 1077, scss/style.scss */
#home_social .tweets .rel_container p {
  font-size: 1.3em;
}

/* line 1081, scss/style.scss */
#home_social .tweets .rel_container .button {
  border: 1px solid white;
  color: white;
  text-decoration: none;
}

/* line 1087, scss/style.scss */
#home_social .tweets .rel_container .button:hover {
  border: 1px solid white;
  background-color: white;
  color: #a7b831;
}

/* line 1093, scss/style.scss */
#home_social .social {
  background-color: white;
  text-align: center;
}

/* line 1098, scss/style.scss */
#home_social .social .rel_container {
  padding: 20px;
  border: 5px solid #343434;
  color: #343434;
}

/* line 1104, scss/style.scss */
#home_social .social .one_fourth a {
  background-color: #343434;
  border-radius: 50%;
  display: block;
  width: 57px;
  margin: 0 25%;
}

/* line 1112, scss/style.scss */
#home_social .social .one_fourth a:hover {
  background-color: #454545;
}

/* line 1116, scss/style.scss */
#home_social .social .one_fourth a img {
  width: 28px;
  margin: 13px 15px;
}

/* Popular loop */
/* line 1123, scss/style.scss */
.popular_image {
  width: 30%;
  float: left;
  min-height: 540px;
  position: relative;
}

/* line 1130, scss/style.scss */
.popular_image li {
  background: 50% 50% no-repeat;
  background-size: cover;
  min-height: 540px;
  display: none;
}

/* line 1140, scss/style.scss */
.popular_image li.active {
  display: block;
}

/* line 1144, scss/style.scss */
.popular_loop {
  width: 70%;
  float: right;
}

/* line 1149, scss/style.scss */
.popular_loop h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.6em;
}

/* line 1155, scss/style.scss */
.popular_loop .rel_container {
  border: 10px solid #ff0193;
  padding: 20px 3%;
  min-height: 480px;
}

/* line 1161, scss/style.scss */
.popular_loop h3 {
  border-bottom: 1px solid #343434;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 1.3em;
}

/* line 1168, scss/style.scss */
.popular_loop li .ex {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0.9em;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1177, scss/style.scss */
.popular_loop li:hover .ex {
  height: auto;
  max-height: 100px;
  overflow: auto;
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1185, scss/style.scss */
.popular_loop li:hover .ex p {
  margin: 5px 0 15px 0;
}

/* line 1189, scss/style.scss */
.popular_loop li .date {
  border-top: 1px solid white;
  padding-top: 0px;
  font-size: 0.8em;
}

/* line 1195, scss/style.scss */
.popular_loop li:hover .date {
  border-top: 1px solid #343434;
  padding-top: 10px;
}

/* News single */
/* line 1202, scss/style.scss */
#feat_news_head {
  height: 400px;
  height: 50vh;
  background-position: 50% 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* line 1211, scss/style.scss */
#feat_news_head h2 {
  color: white;
  margin: 160px auto 0 auto;
  margin: 20vh auto 0 auto;
  width: 60%;
  font-size: 2.4em;
  text-transform: uppercase;
}

/* line 1220, scss/style.scss */
#feat_news_head::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1230, scss/style.scss */
.single_meta {
  border-bottom: 1px solid #454545;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 1236, scss/style.scss */
#no_head {
  height: 200px;
  height: 25vh;
  background-attachment: fixed;
  background-color: #00a6f5;
  margin-bottom: 40px;
}

/* line 1244, scss/style.scss */
#no_head h2 {
  color: white;
  margin-top: 80px;
  margin-top: 10vh;
  font-size: 2.4em;
  text-transform: uppercase;
}

/* line 1252, scss/style.scss */
#cta_area {
  padding: 100px 0;
  padding: 15vh 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 60px;
}

/* line 1262, scss/style.scss */
#cta_area::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1272, scss/style.scss */
#cta_area .row {
  margin-bottom: 0;
}

/* line 1276, scss/style.scss */
#cta_area h1 {
  color: white;
  margin-bottom: 0;
}

/* line 1281, scss/style.scss */
#cta_area h2 {
  color: white;
  margin-bottom: 20px;
  font-size: 2.2em;
}

/* line 1287, scss/style.scss */
#cta_area h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.8em;
}

/* line 1293, scss/style.scss */
#cta_area p {
  color: white;
  margin-bottom: 0;
}

/* line 1298, scss/style.scss */
#cta_area a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 5px 5%;
  background-color: #00a6f5;
  font-size: 1.2em;
}

/* line 1306, scss/style.scss */
#cta_area a:hover {
  color: white;
  background-color: #007bb6;
}

/* line 1311, scss/style.scss */
#cta_area .slide_btn {
  margin-top: 30px;
  text-align: center;
}

/* line 1316, scss/style.scss */
#banner_area {
  padding: 70px 0 150px 0;
  padding: 10vh 0 15vh 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}

/* line 1325, scss/style.scss */
#banner_area::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1335, scss/style.scss */
#banner_area h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.8em;
  position: absolute;
  display: block;
}

/* line 1343, scss/style.scss */
#banner_area a {
  color: white;
  padding: 5px 5%;
  background-color: #ff0193;
  font-size: 1.2em;
  display: block;
}

/* line 1355, scss/style.scss */
.side_loop .side_item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  position: relative;
}

/* line 1365, scss/style.scss */
.side_loop .side_item::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1375, scss/style.scss */
.side_loop .rel_container {
  position: relative;
  overflow: hidden;
  padding: 10px 5%;
}

/* line 1381, scss/style.scss */
.side_loop a.cat {
  color: white;
  border: 1px solid white;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  padding: 3px 5px 0px 5px;
  margin: 0 5% 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}

/* line 1394, scss/style.scss */
.side_loop a.cat:hover {
  color: white;
  background-color: #454545;
}

/* line 1399, scss/style.scss */
.side_loop h3 {
  margin: 10px 0 0px 0;
  color: white;
  font-size: 1.6em;
  text-transform: uppercase;
}

/* line 1406, scss/style.scss */
.side_loop h3 a {
  color: white;
}

/* line 1410, scss/style.scss */
.side_loop h3 a:hover {
  text-decoration: underline;
}

/* Mail */
/* line 1416, scss/style.scss */
.mailing {
  background-image: repeating-linear-gradient(-45deg, #ff0193 0%, #ff0193 3%, white 3%, white 6%, #00a6f5 6%, #00a6f5 9%, white 9%, white 12%);
}

/* line 1420, scss/style.scss */
.mailing .wrap {
  margin: 10px 2%;
  padding: 20px 4%;
  background-color: white;
}

/* line 1426, scss/style.scss */
.mailing h3 {
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 10px;
}

/* Comments */
/* line 1438, scss/style.scss */
#comments .comment {
  background-color: #a7b831;
  background-image: url(/wp-content/themes/burningred/images/quote-left.png), url(/wp-content/themes/burningred/images/quote-right.png);
  background-position: 10% 10% , 90% 90%;
  background-size: 30% , 30%;
  background-repeat: no-repeat;
}

/* line 1446, scss/style.scss */
#comments .comment .rel_container {
  padding: 80px 20px;
  margin: 10px;
  border: 5px solid white;
  color: white;
  min-height: 160px;
}

/* line 1454, scss/style.scss */
#comments .comment .rel_container p {
  font-size: 1.3em;
}

/* line 1458, scss/style.scss */
#comments .comment .rel_container .button {
  border: 1px solid white;
  color: white;
}

/* line 1463, scss/style.scss */
#comments .comment .rel_container .button:hover {
  border: 1px solid white;
  background-color: white;
  color: #a7b831;
}

/* line 1469, scss/style.scss */
#comments .dsq-widget .dsq-widget-avatar {
  float: left;
  width: 10%;
  padding: 0;
}

/* line 1475, scss/style.scss */
#comments .dsq-widget .dsq-widget-user {
  float: right;
  width: 85%;
  margin-left: 5%;
  color: white;
}

/* line 1482, scss/style.scss */
#comments .dsq-widget .dsq-widget-comment {
  float: left;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 10px 0;
  padding: 10px 0;
  font-size: 1.2em;
}

/* line 1492, scss/style.scss */
#comments .comment .rel_container .dsq-widget .dsq-widget-meta {
  font-size: 1em;
}

/* Events Home */
/* line 1498, scss/style.scss */
.events_home {
  margin-top: 20px;
}

/* line 1502, scss/style.scss */
.events_home h3 {
  text-transform: uppercase;
  font-size: 2em;
}

/* line 1507, scss/style.scss */
#events #feat_news_head {
  height: 220px;
  height: 30vh;
}

/* line 1512, scss/style.scss */
#events #feat_news_head h2 {
  margin-top: 90px;
  margin-top: 11vh;
}

/* line 1517, scss/style.scss */
#events #tribe-events-content a {
  color: white;
}

/* line 1521, scss/style.scss */
#events #tribe-events-content .tribe_events a {
  color: #00a6f5;
}

/* line 1525, scss/style.scss */
#events #tribe-events-content .tribe_events a:hover {
  color: #007bb6;
}

/* line 1529, scss/style.scss */
#events #tribe-events a.tribe-events-button {
  color: white;
}

/* Info Section */
/* line 1535, scss/style.scss */
.child_loop {
  border-bottom: 1px solid #454545;
  margin-bottom: 30px;
}

/* line 1540, scss/style.scss */
.child_loop:last-child {
  border-bottom: 0px solid #454545;
  margin-bottom: 30px;
}

/* line 1545, scss/style.scss */
.child_loop h2 {
  margin: 10px 0;
}

/* line 1549, scss/style.scss */
.page-child .sidebar h2 {
  margin-bottom: 10px;
}

/* line 1553, scss/style.scss */
.page-child #main_content_body .sidebar ul {
  margin-left: 0;
}

/* line 1557, scss/style.scss */
.page-child #main_content_body .sidebar ul li {
  background-color: #454545;
  padding: 10px;
  margin-bottom: 5px;
  list-style-type: none;
  border: 1px solid #454545;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1566, scss/style.scss */
.page-child #main_content_body .sidebar ul li:hover {
  border: 1px solid #c80073;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1571, scss/style.scss */
.page-child #main_content_body .sidebar ul li a {
  font-size: 1.2em;
  margin-left: 0;
  color: white;
  display: block;
}

/* line 1578, scss/style.scss */
.page-child #main_content_body .sidebar ul li a:hover {
  margin-left: 5px;
}

/* line 1583, scss/style.scss */
.page-child #main_content_body .sidebar ul li:last-child {
  border-bottom: 0px solid #454545;
}

/* line 1587, scss/style.scss */
.page-child #main_content_body .sidebar ul ul {
  margin: 0 0 0 15px;
}

/* line 1592, scss/style.scss */
.page-child #main_content_body .sidebar ul ul li {
  border: 0px solid #454545;
  padding: 5px 0;
  margin-bottom: 0px;
}

/* line 1598, scss/style.scss */
.page-child #main_content_body .sidebar ul ul li:hover {
  border: 0px solid #454545;
}

/* line 1602, scss/style.scss */
.page-child #main_content_body .sidebar ul ul li:before {
  content: "-";
  color: #ff0193;
  padding-right: 10px;
}

/* line 1608, scss/style.scss */
.page-child #main_content_body .sidebar ul ul li a {
  font-size: 1.2em;
  display: inline;
}

/* News Page */
/* line 1617, scss/style.scss */
.news_page .item {
  width: 100%;
  height: 195px;
  margin-bottom: 5px;
  border-bottom: 5px solid white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1625, scss/style.scss */
.news_page .item:hover {
  width: 100%;
  height: 195px;
  margin-bottom: 5px;
  border-bottom: 5px solid #ff0193;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1634, scss/style.scss */
.news_page .one_third h2 {
  margin-bottom: 5px;
}

/* line 1638, scss/style.scss */
.news_page .one_third .date {
  font-size: 0.8em;
  margin-bottom: 10px;
}

/* line 1643, scss/style.scss */
.news_page .one_third p {
  color: #343434;
}

/* line 1647, scss/style.scss */
.news_page .one_third:nth-child(3n+0) {
  margin-right: 0;
}

/* line 1651, scss/style.scss */
.news_page .one_third:nth-child(3n+1) {
  clear: both;
}

/* line 1656, scss/style.scss */
.news_page .rel_container {
  padding: 5px 1px;
}

/* line 1660, scss/style.scss */
.news_page .rel_container a.cat {
  color: white;
  border: 1px solid #454545;
}

/* line 1665, scss/style.scss */
.news_page .rel_container a.cat:hover {
  color: #454545;
  border: 1px solid #454545;
}

/* line 1670, scss/style.scss */
.recent_loop.news_page .item.news::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(205, 25, 32, 0);
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1681, scss/style.scss */
#home_popular .item {
  clear: both;
}

/* line 1685, scss/style.scss */
#home_popular .item .image {
  height: 180px;
  margin-bottom: 40px;
  background-size: cover;
  background: 50% 50% no-repeat;
}

/* line 1692, scss/style.scss */
#home_popular .item .image a {
  display: block;
  height: 170px;
  width: 100%;
}

/* line 1698, scss/style.scss */
#home_popular .item .copy {
  padding-top: 15px;
}

/* line 1702, scss/style.scss */
#home_popular h3 {
  border-bottom: 1px solid #343434;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* line 1708, scss/style.scss */
#home_popular li .copy .ex {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1716, scss/style.scss */
#home_popular li:hover .copy .ex {
  height: auto;
  max-height: 100px;
  overflow: auto;
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1724, scss/style.scss */
#home_popular li:hover .copy .ex p {
  margin: 5px 0 15px 0;
}

/* line 1728, scss/style.scss */
#home_popular li .date {
  border-top: 1px solid white;
  padding-top: 0px;
}

/* line 1733, scss/style.scss */
#home_popular li:hover .copy .date {
  border-top: 1px solid #343434;
  padding-top: 10px;
}

/* line 1738, scss/style.scss */
.nav-previous a {
  background-color: #ff0193;
  color: white;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 15px;
}

/* line 1747, scss/style.scss */
.nav-previous a:hover {
  background-color: #c80073;
}

/* line 1751, scss/style.scss */
.nav-next a {
  background-color: #ff0193;
  color: white;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 15px;
}

/* line 1760, scss/style.scss */
.nav-next a:hover {
  background-color: #c80073;
}

/* Events */
/* line 1767, scss/style.scss */
.tribe-events-loop .type-tribe_events {
  margin: 20px 2%;
  width: 46%;
  float: left;
}

/* line 1773, scss/style.scss */
.tribe-events-list-separator-month {
  clear: both;
}

/* line 1777, scss/style.scss */
.tribe-events-list .type-tribe_events {
  border-bottom: 0px;
}

/* line 1781, scss/style.scss */
.tribe-events-list .tribe-events-event-image {
  width: 100%;
  margin: 10px 0 0px 0;
  height: 180px;
  overflow: hidden;
}

/* line 1788, scss/style.scss */
.tribe-event-schedule-details {
  font-size: 1.2em;
  color: white;
  background-color: #ff0193;
  padding: 5px;
  margin-bottom: 15px;
}

/* line 1796, scss/style.scss */
.tribe-events-list .tribe-events-venue-details {
  border-bottom: 1px solid #454545;
  padding-bottom: 15px;
}

/* line 1801, scss/style.scss */
.tribe-events-gmap {
  float: right;
}

/* line 1805, scss/style.scss */
.events_home ul {
  margin-bottom: 40px;
}

/* line 1809, scss/style.scss */
.events_home ul li {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

/* line 1816, scss/style.scss */
.events_home ul li:nth-child(odd) {
  clear: both;
  margin-right: 4%;
}

/* line 1821, scss/style.scss */
.events_home ul li:nth-child(even) {
  margin-right: 0%;
}

/* line 1825, scss/style.scss */
.events_home .tribe-events-widget-link {
  clear: both;
  margin-top: 20px;
}

/* line 1830, scss/style.scss */
.events_home .tribe-event-duration {
  float: left;
  width: 17%;
  margin-right: 4%;
  padding: 5px 2%;
  background-color: #ff0193;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.4em;
}

/* line 1842, scss/style.scss */
.events_home .tribe-event-title {
  float: left;
  width: 51%;
  margin-right: 4%;
  color: #343434;
  padding-top: 5px;
}

/* line 1850, scss/style.scss */
.events_home .tribe-event-title a {
  color: #343434;
}

/* line 1854, scss/style.scss */
.events_home a.more_link {
  float: left;
  width: 16%;
  padding: 5px 2%;
  background-color: #454545;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
}

/* line 1865, scss/style.scss */
.events_home a.more_link:hover {
  background-color: #343434;
}

/* line 1869, scss/style.scss */
.events_home .tribe-events-widget-link a {
  margin: 0 40%;
  width: 20%;
  display: block;
  text-align: center;
  color: #454545;
  border: 1px solid #454545;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 5%;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
}

/* line 1882, scss/style.scss */
.events_home .tribe-events-widget-link a:hover {
  background-color: #ff0193;
  border: 1px solid #ff0193;
  color: white;
}

/* line 1888, scss/style.scss */
a.tribe-events-read-more {
  margin: 20px 30% 0 30%;
  width: 30%;
  display: block;
  text-align: center;
  color: #454545;
  border: 1px solid #454545;
  font-weight: bold;
  font-size: 1.2em;
  padding: 8px 5% 5px 5%;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
}

/* line 1901, scss/style.scss */
a.tribe-events-read-more:hover {
  background-color: #ff0193;
  border: 1px solid #ff0193;
  color: white;
}

/* login */
/* line 1910, scss/style.scss */
.aa_loginForm label {
  font-weight: bold;
  font-size: 1.4em;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  margin-bottom: 10px;
  display: block;
}

/* line 1918, scss/style.scss */
.aa_loginForm input {
  border: 0;
  background-color: white;
  padding: 10px 2.5%;
  width: 95%;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #454545;
}

/* line 1928, scss/style.scss */
.aa_loginForm textarea {
  border: 0;
  background-color: white;
  padding: 10px 2.5%;
  width: 95%;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #454545;
}

/* line 1939, scss/style.scss */
.aa_loginForm input[type=checkbox] {
  width: 6%;
  float: left;
}

/* line 1944, scss/style.scss */
.aa_loginForm input[type=submit] {
  width: 30%;
  float: left;
  background-color: white;
  color: #454545;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 6px 5%;
  border: 1px solid #454545;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1956, scss/style.scss */
.aa_loginForm input[type=submit]:hover {
  background-color: #454545;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* Validation Page */
/* line 1964, scss/style.scss */
.widecolumn {
  position: relative;
  max-width: 1200px;
  min-width: 718px;
  margin: 0 auto;
  padding: 30px 30px;
}

/* Form */
/* line 1976, scss/style.scss */
div.wpcf7 {
  width: 100%;
}

/* line 1980, scss/style.scss */
div.wpcf7 input {
  background-color: white;
  border: 1px solid #454545;
  border-radius: 5px;
  display: block;
  margin: 10px 0;
  padding: 10px 5%;
  width: 89%;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1991, scss/style.scss */
div.wpcf7 textarea {
  background-color: white;
  border: 1px solid #454545;
  border-radius: 5px;
  display: block;
  margin: 10px 0;
  padding: 10px 5%;
  width: 89%;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2002, scss/style.scss */
div.wpcf7 input[type="submit"] {
  background: none repeat scroll 0 0 white;
  border: 1px solid #454545;
  color: #454545;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  width: 50%;
  font-weight: bold;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  border-radius: 0;
}

/* line 2016, scss/style.scss */
div.wpcf7 input[type="submit"]:hover {
  background: none repeat scroll 0 0 #ff0193;
  border: 1px solid #ff0193;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2023, scss/style.scss */
div.wpcf7 input:focus, div.wpcf7 textarea:focus {
  border: 1px solid #ff0193;
  outline: medium none;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2033, scss/style.scss */
#subForm {
  width: 100%;
}

/* line 2037, scss/style.scss */
#subForm input {
  background-color: white;
  border: 1px solid #454545;
  border-radius: 5px;
  display: block;
  margin: 10px 0;
  padding: 10px 5%;
  width: 89%;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2048, scss/style.scss */
#subForm textarea {
  background-color: white;
  border: 1px solid #454545;
  border-radius: 5px;
  display: block;
  margin: 10px 0;
  padding: 10px 5%;
  width: 89%;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2059, scss/style.scss */
#subForm button {
  background: none repeat scroll 0 0 white;
  border: 1px solid #454545;
  color: #454545;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  width: 50%;
  font-weight: bold;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  border-radius: 0;
}

/* line 2073, scss/style.scss */
#subForm button:hover {
  background: none repeat scroll 0 0 #ff0193;
  border: 1px solid #ff0193;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2080, scss/style.scss */
#subForm input:focus, div.wpcf7 textarea:focus {
  border: 1px solid #ff0193;
  outline: medium none;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 2086, scss/style.scss */
#footer #subForm button {
  background: none repeat scroll 0 0 #454545;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  width: auto;
  font-weight: bold;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  border-radius: 0;
}

/* line 2100, scss/style.scss */
#footer #subForm button:hover {
  background: none repeat scroll 0 0 #ff0193;
  border: 1px solid #ff0193;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* sidebar */
/* line 2110, scss/style.scss */
.widget-area h2 {
  margin-bottom: 15px;
}

/* line 2114, scss/style.scss */
.widget-area ul {
  margin: 0 0 20px 0;
}

/* Footer */
/* line 2120, scss/style.scss */
#footer {
  background-color: #454545;
  color: white;
  margin-bottom: 0;
  padding: 20px 0 10px 0;
}

/* line 2127, scss/style.scss */
#footer a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

/* line 2133, scss/style.scss */
#footer a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 2139, scss/style.scss */
#footer .social .one_fourth a {
  background-color: #00a6f5;
  border-radius: 50%;
  display: block;
  width: 40px;
  margin: 0 5%;
}

/* line 2147, scss/style.scss */
#footer .social .one_fourth a:hover {
  background-color: #007bb6;
}

/* line 2151, scss/style.scss */
#footer .social .one_fourth a img {
  width: 21px;
  margin: 11px 9px;
}

/* line 2156, scss/style.scss */
#footer a.button {
  border: 1px solid white;
  text-decoration: none;
  padding: 10px 5%;
  display: block;
  text-align: center;
}

/* line 2164, scss/style.scss */
#footer a.button:hover {
  border: 1px solid #ff0193;
  background-color: #ff0193;
  color: white;
  text-decoration: none;
}

/* line 2171, scss/style.scss */
#footer .footnav ul {
  margin-bottom: 0;
}

/* line 2175, scss/style.scss */
#footer .footnav ul li {
  display: inline;
  float: left;
  padding-right: 3%;
  line-height: 20px;
}

/* Funders */
/* line 2185, scss/style.scss */
#funders {
  background-color: white;
  margin-bottom: 0;
}

/* line 2190, scss/style.scss */
#funders .row {
  margin: 10px 0;
}

/* line 2194, scss/style.scss */
#funders .row .one_half {
  margin-bottom: 0;
}

/* line 2198, scss/style.scss */
#funders .row .one_fourth {
  margin-bottom: 0;
}

/* line 2202, scss/style.scss */
#funders .row .three_fourths {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 2210, scss/style.scss */
  #slider .row {
    margin: 0;
    max-width: 500px;
    min-width: 300px;
    padding-top: 60px;
    height: 300px;
  }

  /* line 2218, scss/style.scss */
  #slider .row .Left {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 2226, scss/style.scss */
  #slider .row .Right {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 2234, scss/style.scss */
  #slider .row .Center {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 2241, scss/style.scss */
  #slider .row .Full {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 2249, scss/style.scss */
  #slider {
    margin-bottom: 20px;
  }

  /* line 2253, scss/style.scss */
  #slider .slides {
    height: 300px;
  }

  /* line 2257, scss/style.scss */
  #slider .slides li {
    height: 300px;
  }

  /* line 2262, scss/style.scss */
  #slider .Light h2 {
    font-size: 1.6em;
  }

  /* line 2266, scss/style.scss */
  #slider .Dark h2 {
    font-size: 1.6em;
  }

  /* line 2270, scss/style.scss */
  #slider .Light h3 {
    font-size: 1.4em;
  }

  /* line 2274, scss/style.scss */
  #slider .Dark h3 {
    font-size: 1.4em;
  }

  /* line 2279, scss/style.scss */
  #slider .Light h4 {
    font-size: 1.2em;
  }

  /* line 2283, scss/style.scss */
  #slider .Dark h4 {
    font-size: 1.2em;
  }

  /* line 2287, scss/style.scss */
  #slider .Light p {
    font-size: 1em;
  }

  /* line 2291, scss/style.scss */
  #slider .Dark p {
    font-size: 1em;
  }

  /* line 2296, scss/style.scss */
  .flexslider .flex-direction-nav .flex-next {
    right: -10px;
  }

  /* line 2300, scss/style.scss */
  .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }

  /* line 2304, scss/style.scss */
  #header .logo {
    width: 60%;
    margin: 0 20%;
  }

  /* line 2309, scss/style.scss */
  #header .logo .wide {
    display: none;
  }

  /* line 2313, scss/style.scss */
  #header .logo .mob {
    display: block;
  }

  /* line 2317, scss/style.scss */
  #header .banner {
    width: 100%;
    margin: 0;
  }

  /* line 2322, scss/style.scss */
  #header .login {
    width: 20%;
    padding: 5px 5% 10px 5%;
    margin: 0 10%;
  }

  /* line 2328, scss/style.scss */
  #header .login.wide {
    width: 35%;
    margin: 0;
  }

  /* line 2333, scss/style.scss */
  #header .buttons {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 2338, scss/style.scss */
  #navigation {
    padding-bottom: 10px;
  }

  /* line 2342, scss/style.scss */
  #navigation select {
    display: block;
    width: 100%;
  }

  /* line 2347, scss/style.scss */
  #navigation ul {
    display: none;
  }

  /* line 2351, scss/style.scss */
  #navigation .menu-main-menu-container {
    width: 90%;
    float: right;
  }

  /* line 2356, scss/style.scss */
  #navigation .search {
    width: 7%;
    float: left;
  }

  /* line 2361, scss/style.scss */
  #fixed_navigation .row {
    padding: 10px 0;
  }

  /* line 2365, scss/style.scss */
  #fixed_navigation .menu-main-menu-container {
    width: 90%;
    float: right;
    padding-top: 5px;
  }

  /* line 2371, scss/style.scss */
  #fixed_navigation .search {
    width: 7%;
    float: left;
  }

  /* line 2377, scss/style.scss */
  #fixed_navigation select {
    display: block;
    width: 100%;
  }

  /* line 2382, scss/style.scss */
  #fixed_navigation ul {
    display: none;
  }

  /* line 2386, scss/style.scss */
  .open.fade#fixed_search_area {
    top: 52px;
  }

  /* line 2390, scss/style.scss */
  #fixed_search_area .row {
    padding-bottom: 10px;
  }

  /* line 2394, scss/style.scss */
  .recent_loop .item.title h2.wide {
    display: none;
  }

  /* line 2398, scss/style.scss */
  .recent_loop .item.title h2.mob {
    display: block;
  }

  /* line 2402, scss/style.scss */
  .recent_loop.news .item {
    width: 100%;
    min-height: 100px;
    padding: 20px 0;
  }

  /* line 2408, scss/style.scss */
  .recent_loop .item.title {
    min-height: 60px;
    text-align: center;
  }

  /* line 2413, scss/style.scss */
  .recent_loop.reviews .item {
    width: 100%!important;
    min-height: 100px;
  }

  /* line 2418, scss/style.scss */
  .recent_loop.reviews a.cat {
    font-size: 0.8em;
    padding: 3px 5px 0px 5px;
  }

  /* line 2423, scss/style.scss */
  .recent_loop.reviews .item h2 {
    font-size: 1.3em;
  }

  /* line 2427, scss/style.scss */
  .recent_loop .large_box .item h2 {
    font-size: 1.3em;
  }

  /* line 2431, scss/style.scss */
  .recent_loop.news .large_box .item.news {
    min-height: 100px;
  }

  /* line 2435, scss/style.scss */
  .recent_loop .large_box {
    width: 100%;
  }

  /* line 2439, scss/style.scss */
  .recent_loop .stack_box {
    width: 100%;
  }

  /* line 2443, scss/style.scss */
  .recent_loop.news .stack_box .item.news {
    margin-bottom: 30px;
  }

  /* line 2447, scss/style.scss */
  .recent_loop.news .button {
    margin: 0 15%;
    width: 60%;
    display: block;
  }

  /* line 2453, scss/style.scss */
  #home_social .tweets .rel_container {
    padding: 20px 10px;
    margin: 10px;
    border: 0;
  }

  /* line 2459, scss/style.scss */
  #home_social .social .one_fourth a {
    float: left;
    margin: 0 10px;
  }

  /* line 2464, scss/style.scss */
  .popular_image {
    display: none;
  }

  /* line 2468, scss/style.scss */
  .popular_loop {
    width: 100%;
  }

  /* line 2472, scss/style.scss */
  #comments .comment .rel_container {
    padding: 10px 20px;
    margin: 10px 0;
    border: 0;
  }

  /* line 2478, scss/style.scss */
  .events_home ul li {
    width: 100%;
    margin-right: 0;
  }

  /* line 2483, scss/style.scss */
  .events_home ul li:nth-child(odd) {
    margin-right: 0;
  }

  /* line 2487, scss/style.scss */
  .events_home .tribe-events-widget-link a {
    margin: 0 25%;
    width: 40%;
  }

  /* line 2492, scss/style.scss */
  #footer .menu li {
    width: 46%;
    margin-right: 4%;
    padding-right: 0;
    float: left;
  }

  /* line 2499, scss/style.scss */
  #footer .menu:after {
    content: "";
    clear: both;
  }

  /* line 2504, scss/style.scss */
  #footer .one_fourth {
    clear: both;
  }

  /* line 2508, scss/style.scss */
  #footer .one_fourth.social .one_fourth {
    float: left;
    width: 21%;
    margin-right: 4%;
    clear: none;
  }

  /* line 2515, scss/style.scss */
  #footer .footnav ul li {
    padding-right: 0;
  }

  /* line 2519, scss/style.scss */
  #footer .one_half {
    clear: both;
    margin-top: 70px;
  }

  /* line 2524, scss/style.scss */
  #footer .one_half.footnav {
    margin-top: 0px;
  }

  /* line 2528, scss/style.scss */
  #footer .one_half.text_right {
    text-align: center;
  }

  /* line 2532, scss/style.scss */
  #footer .footnav {
    width: 100%;
  }

  /* line 2536, scss/style.scss */
  #funders .three_fourths .one_fourth {
    float: left;
    width: 21%;
    margin-right: 4%;
  }

  /* line 2542, scss/style.scss */
  .tribe-events-loop .type-tribe_events {
    width: 100%;
    margin: 20px 0;
  }

  /* line 2547, scss/style.scss */
  #feat_news_head {
    height: auto;
  }

  /* line 2551, scss/style.scss */
  #feat_news_head .row {
    margin-bottom: 0;
  }

  /* line 2555, scss/style.scss */
  #feat_news_head h2 {
    margin: 80px auto 60px auto;
    width: 80%;
    font-size: 2em;
  }

  /* line 2561, scss/style.scss */
  .recent_loop .one_third {
    border-bottom: 1px solid #454545;
  }

  /* line 2565, scss/style.scss */
  .recent_loop .child_loop .one_third {
    border-bottom: 0px solid #454545;
  }

  /* line 2570, scss/style.scss */
  #home_popular .item .image {
    margin-bottom: 0;
  }

  /* line 2574, scss/style.scss */
  #home_popular li .copy .ex {
    height: auto;
    min-height: 110px;
    opacity: 1;
  }

  /* line 2580, scss/style.scss */
  #home_popular li .copy .date {
    border-top: 0px;
    padding-top: 0px;
  }

  /* line 2585, scss/style.scss */
  #home_popular li:hover .copy .date {
    border-top: 0px;
    padding-top: 0px;
  }

  /* line 2590, scss/style.scss */
  #home_popular li .copy .ex p {
    margin: 5px 0 15px 0;
  }

  /* line 2594, scss/style.scss */
  #home_popular li .copy h3 {
    border-bottom: 0;
  }

  /* line 2598, scss/style.scss */
  #home_popular li.item {
    border-bottom: 1px solid #454545;
    margin-bottom: 50px;
  }

  /* line 2603, scss/style.scss */
  #no_head {
    height: auto;
  }

  /* line 2607, scss/style.scss */
  #no_head .row {
    margin-bottom: 0;
  }

  /* line 2611, scss/style.scss */
  #no_head h2 {
    margin: 40px 0 20px 0;
    font-size: 2em;
  }

  /* line 2616, scss/style.scss */
  .sidebar {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px dashed #454545;
  }

  /* line 2622, scss/style.scss */
  #main_content_body .sidebar ul.side_loop {
    margin-left: 0;
  }

  /* line 2627, scss/style.scss */
  #main_content_body .sidebar ul.side_loop li {
    width: 100%;
    margin-right: 0;
  }

  /* line 2632, scss/style.scss */
  #main_content_body .sidebar ul {
    margin-left: 30px;
  }

  /* line 2636, scss/style.scss */
  #main_content_body .sidebar ul li {
    width: 95%;
    float: left;
    margin-right: 5%;
  }

  /* line 2642, scss/style.scss */
  #main_content_body .widget {
    clear: both;
  }

  /* line 2646, scss/style.scss */
  #footer .one_fourth {
    margin-bottom: 40px;
  }

  /* line 2650, scss/style.scss */
  #footer .one_fourth h3 {
    margin-bottom: 0;
  }

  /* line 2654, scss/style.scss */
  .mob_clear {
    clear: both;
  }
}
