@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 	Burning Red Master Theme(CYM)
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 35%;
  width: 30%;
  display: inline-block;
  padding: 15px 0;
}

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

/* home social bits */
/* line 1053, 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 1061, scss/style.scss */
#home_social .tweets .rel_container a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1170, 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 1179, 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 1187, scss/style.scss */
.popular_loop li:hover .ex p {
  margin: 5px 0 15px 0;
}

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

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

/* News single */
/* line 1204, 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 1213, 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 1222, 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 1232, scss/style.scss */
.single_meta {
  border-bottom: 1px solid #454545;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

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

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

/* line 1254, 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 1264, 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 1274, scss/style.scss */
#cta_area .row {
  margin-bottom: 0;
}

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

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

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

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

/* line 1300, 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 1308, scss/style.scss */
#cta_area a:hover {
  color: white;
  background-color: #007bb6;
}

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

/* line 1318, 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 1327, 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 1337, scss/style.scss */
#banner_area h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.8em;
  position: absolute;
  display: block;
}

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

/* line 1357, 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 1367, 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 1377, scss/style.scss */
.side_loop .rel_container {
  position: relative;
  overflow: hidden;
  padding: 10px 5%;
}

/* line 1383, 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 1396, scss/style.scss */
.side_loop a.cat:hover {
  color: white;
  background-color: #454545;
}

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

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

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

/* Mail */
/* line 1418, 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 1422, scss/style.scss */
.mailing .wrap {
  margin: 10px 2%;
  padding: 20px 4%;
  background-color: white;
}

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

/* Comments */
/* line 1440, 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 1448, scss/style.scss */
#comments .comment .rel_container {
  padding: 80px 20px;
  margin: 10px;
  border: 5px solid white;
  color: white;
  min-height: 160px;
}

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

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

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

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

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

/* line 1484, 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 1494, scss/style.scss */
#comments .comment .rel_container .dsq-widget .dsq-widget-meta {
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1559, 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 1568, 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 1573, scss/style.scss */
.page-child #main_content_body .sidebar ul li a {
  font-size: 1.2em;
  margin-left: 0;
  color: white;
  display: block;
}

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

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

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

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

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

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

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

/* News Page */
/* line 1619, 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 1627, 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 1636, scss/style.scss */
.news_page .one_third h2 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

/* line 1672, 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 1683, scss/style.scss */
#home_popular .item {
  clear: both;
}

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

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

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

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

/* line 1710, 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 1718, 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 1726, scss/style.scss */
#home_popular li:hover .copy .ex p {
  margin: 5px 0 15px 0;
}

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

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

/* line 1740, 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 1749, scss/style.scss */
.nav-previous a:hover {
  background-color: #c80073;
}

/* line 1753, 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 1762, scss/style.scss */
.nav-next a:hover {
  background-color: #c80073;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1832, 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 1844, scss/style.scss */
.events_home .tribe-event-title {
  float: left;
  width: 51%;
  margin-right: 4%;
  color: #343434;
  padding-top: 5px;
}

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

/* line 1856, 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 1867, scss/style.scss */
.events_home a.more_link:hover {
  background-color: #343434;
}

/* line 1871, 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 1884, scss/style.scss */
.events_home .tribe-events-widget-link a:hover {
  background-color: #ff0193;
  border: 1px solid #ff0193;
  color: white;
}

/* line 1890, 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 1903, scss/style.scss */
a.tribe-events-read-more:hover {
  background-color: #ff0193;
  border: 1px solid #ff0193;
  color: white;
}

/* login */
/* line 1912, 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 1920, 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 1930, 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 1941, scss/style.scss */
.aa_loginForm input[type=checkbox] {
  width: 6%;
  float: left;
}

/* line 1946, 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 1958, 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 1966, scss/style.scss */
.widecolumn {
  position: relative;
  max-width: 1200px;
  min-width: 718px;
  margin: 0 auto;
  padding: 30px 30px;
}

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

/* line 1982, 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 1993, 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 2004, 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 2018, 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 2025, 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 2035, scss/style.scss */
#subForm {
  width: 100%;
}

/* line 2039, 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 2050, 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 2061, 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 2075, 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 2082, 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 2088, 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 2102, 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 2112, scss/style.scss */
.widget-area h2 {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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