/**
 * Theme Name: Actonbv Four
 * Version: 1.0.0
 */
/**
* 1. Fonts
* 2. Variables
* 3. General Resets
* 4. Nav
* 5. Home Page
* 6. Footer
* 7. About
* 8. HTML Styles
* 9. Blog Page
* 10. Contact Page
* 11.
* 12. 
* 13. Single Tribe Events
*/
/* 1. Fonts */
@font-face {
  font-family: '3dumb';
  src: url("assets/fonts/3dumb.eot?#iefix") format("embedded-opentype"), url("assets/fonts/3dumb.woff") format("woff"), url("assets/fonts/3dumb.ttf") format("truetype"), url("assets/fonts/3dumb.svg#3dumb") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-Bold.otf") format("opentype"), url("assets/fonts/Montserrat-Bold.woff") format("woff"), url("assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("assets/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-Regular.otf") format("opentype"), url("assets/fonts/Montserrat-Regular.woff") format("woff"), url("assets/fonts/Montserrat-Regular.ttf") format("truetype"), url("assets/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* 1. End Fonts */
/* 2. Variables */
/* 2. End Variables */
/* 3. General Resets */
body {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  background: #124e87;
  /* Old browsers */
  background: -moz-linear-gradient(top, #124e87 0%, #1a6eba 50%, #124e87 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #124e87), color-stop(50%, #1a6eba), color-stop(100%, #124e87));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #124e87 0%, #1a6eba 50%, #124e87 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #124e87 0%, #1a6eba 50%, #124e87 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #124e87 0%, #1a6eba 50%, #124e87 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #124e87 0%, #1a6eba 50%, #124e87 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-bg2-blue', endColorstr='$color-bg2-blue',GradientType=0 );
  /* IE6-9 */ }

.custom-grid {
  margin: 0 -8px; }
  .custom-grid .col-sm-3,
  .custom-grid .col-md-3,
  .custom-grid .col-sm-6 {
    padding: 0 8px; }

.wrapper {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.content {
  background-color: #fff; }

.tax-category-gallery main,
.page-template-default main,
.post-type-archive-gallery main,
.page-template-gallery main,
.single-gallery main,
.single-term_date main,
.single-event main {
  background: url("assets/img/cta-bg.jpg") repeat; }

.nav-tabs {
  border: none; }
  .nav-tabs li a {
    color: #000 !important;
    background-color: #fac08f;
    border: 3px #fff solid;
    border-radius: 0;
    border-top: none;
    padding: 5px 15px; }
    .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
      color: #000;
      background-color: #fac08f;
      border: 3px #fff solid;
      border-top: none; }
  .nav-tabs li.active a {
    color: #000 !important;
    background-color: transparent;
    border: 3px transparent solid;
    border-top: none; }
    .nav-tabs li.active a:active, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
      background-color: transparent;
      border: 3px transparent solid;
      border-top: none; }

.btn-blue {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #71a6d4;
  border-radius: 7px;
  padding: 5px 15px;
  border: none;
  border-bottom: 4px #5a8dc1 solid;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-blue:hover {
    background-color: #b8010f;
    border-bottom: 4px #810701 solid; }

.btn-red {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #b8010f;
  border-radius: 7px;
  padding: 5px 15px;
  border: none;
  border-bottom: 4px #810701 solid;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-red:hover {
    background-color: #71a6d4;
    border-bottom: 4px #5a8dc1 solid; }

.navbar-brand {
  height: auto; }

a {
  outline: none; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

.socials {
  padding-left: 0;
  list-style: none; }

/* 3. End General Resets */
/* 4. Nav */
.navbar {
  border: none;
  background: url("assets/img/nav-bottom-bg.png") repeat-x bottom center;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff; }
  .navbar .navbar-header {
    position: relative;
    float: none; }
    .navbar .navbar-header .main-logo {
      position: absolute;
      float: none;
      left: 0;
      top: 0;
      z-index: 1300; }
    .navbar .navbar-header .secondary-logo {
      margin-left: 140px; }
    .navbar .navbar-header .right-side {
      margin-top: 22px; }
      .navbar .navbar-header .right-side .btn {
        margin: 0 10px 0 0; }
  .navbar .navbar-collapse .nav .menu-item {
    background: url("assets/img/top-nav-separator.png") no-repeat left center;
    padding-left: 10px; }
    .navbar .navbar-collapse .nav .menu-item a {
      font-family: "Montserrat-Bold", Arial, sans-serif;
      font-size: 22px;
      line-height: 22px;
      padding: 15px 25px;
      text-transform: capitalize;
      color: #fff; }
      .navbar .navbar-collapse .nav .menu-item a:hover, .navbar .navbar-collapse .nav .menu-item a:active, .navbar .navbar-collapse .nav .menu-item a:focus {
        background-color: transparent; }
    .navbar .navbar-collapse .nav .menu-item:first-child {
      background-image: none; }
    .navbar .navbar-collapse .nav .menu-item:hover a {
      color: #afcae4; }
    .navbar .navbar-collapse .nav .menu-item:hover .sub-menu {
      display: block; }
    .navbar .navbar-collapse .nav .menu-item .sub-menu {
      display: none;
      background-color: #1d79ca;
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 1310;
      list-style: none;
      padding: 0; }
      .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item {
        background-image: none;
        padding: 0 20px; }
        .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item a {
          font-family: "Montserrat-Regular", Arial, sans-serif;
          font-size: 16px;
          line-height: 16px;
          white-space: nowrap;
          display: inline-block;
          padding: 10px 0;
          text-transform: capitalize; }
          .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item a:hover {
            text-decoration: none; }
        .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:hover {
          background-color: #125cb4; }
          .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:hover a {
            color: #fff; }
  .navbar .navbar-collapse .nav .current-menu-item a {
    color: #afcae4; }

.single-tribe_events .navbar .navbar-collapse .on-single-event a,
.single-event .navbar .navbar-collapse .on-single-event a {
  color: #afcae4; }

/* 4. End Nav */
/* 5. Home Page */
.flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
  overflow: hidden; }
  .flexslider li {
    position: relative;
    min-height: 690px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .flexslider li .container {
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      bottom: 110px;
      z-index: 1300; }
      .flexslider li .container h3 {
        font-family: "Montserrat-Bold", Arial, sans-serif;
        font-size: 60px;
        line-height: 60px;
        color: #fff;
        text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.75); }
        .flexslider li .container h3 a {
          color: #fff; }
    .flexslider li .mask {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1250; }
  .flexslider .flex-direction-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    height: 0;
    width: 100%;
    z-index: 1200; }
    .flexslider .flex-direction-nav li {
      position: static;
      min-height: 0;
      height: 0; }
    .flexslider .flex-direction-nav a {
      opacity: 1;
      width: 49px;
      height: 49px;
      text-indent: -999px;
      text-align: left;
      overflow: hidden;
      display: block; }
    .flexslider .flex-direction-nav .flex-prev {
      background: url("assets/img/left-arrow.png") no-repeat top center;
      left: 15px; }
    .flexslider .flex-direction-nav .flex-next {
      background: url("assets/img/right-arrow.png") no-repeat top center;
      right: 15px; }

.wrapper .cta-s {
  margin-top: -12px; }
  .wrapper .cta-s .cta {
    text-align: center;
    border-radius: 0;
    background-image: none;
    padding-bottom: 0;
    overflow: visible; }
    .wrapper .cta-s .cta .cta-wrapper {
      padding-top: 0;
      padding-bottom: 30px;
      min-height: 260px; }
    .wrapper .cta-s .cta .top-content {
      display: none; }
    .wrapper .cta-s .cta img {
      border: 7px #fff solid;
      border-radius: 50%;
      width: 127px;
      height: 127px;
      margin-top: -35px;
      box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
      margin-bottom: 15px; }
    .wrapper .cta-s .cta h3 {
      position: static;
      font-size: 18px;
      line-height: 36px;
      color: #043b6e;
      text-shadow: none; }
      .wrapper .cta-s .cta h3 span {
        display: inline; }
    .wrapper .cta-s .cta p {
      font-size: 11px;
      line-height: 14px;
      color: #043b6e; }
    .wrapper .cta-s .cta .read-more {
      font-size: 11px;
      line-height: 14px;
      color: #043b6e;
      padding: 9px;
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; }

.cta-s {
  background-repeat: repeat;
  background-position: bottom top;
  padding: 0 0 35px 0;
  margin-top: -72px; }
  .cta-s .cta {
    position: relative;
    overflow: hidden;
    padding-bottom: 72px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 260px;
    background: url("assets/img/cta-bottom-arrow.png") no-repeat bottom center; }
    .cta-s .cta .cta-wrapper {
      background-color: #fff;
      padding: 100px 30px 0 30px;
      min-height: 240px; }
    .cta-s .cta .top-content {
      position: absolute;
      left: -270px;
      top: -410px;
      width: 800px;
      height: 500px;
      border-radius: 50%; }
    .cta-s .cta h3 {
      top: 10px;
      right: 0;
      left: 0;
      color: #ffffff;
      font-family: "Montserrat-Bold",Arial,sans-serif;
      font-size: 30px;
      line-height: 30px;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      text-transform: capitalize;
      text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.75);
      z-index: 1300; }
      .cta-s .cta h3 span {
        display: block; }
    .cta-s .cta p {
      font-size: 14px;
      line-height: 19px;
      color: #626262; }
    .cta-s .cta .read-more {
      font-size: 14px;
      line-height: 19px;
      color: #b8010f;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin: 0 auto; }
      .cta-s .cta .read-more:hover {
        opacity: 0.7; }
  .cta-s p {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-bottom: 25px; }
  .cta-s img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border-bottom: 4px #afcae4 solid; }

.intro-text {
  background-repeat: repeat;
  background-position: top bottom;
  padding: 0 0 50px 0; }
  .intro-text h2 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #b8010f;
    margin: 0 0 25px 0;
    text-align: left; }
  .intro-text img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border-bottom: 4px #afcae4 solid; }
  .intro-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #5b5a56; }

.parallax {
  background: transparent; }

.calendar-events {
  min-height: 540px;
  padding: 120px 0 60px 0;
  text-align: center; }
  .calendar-events .date {
    float: left;
    position: relative;
    left: 50%;
    margin-bottom: 45px; }
    .calendar-events .date .date-wrapper {
      float: left;
      position: relative;
      left: -50%; }
      .calendar-events .date .date-wrapper .ttl {
        margin-right: 23px; }
      .calendar-events .date .date-wrapper .digits {
        width: 118px;
        height: 118px;
        background-color: #2f73e4;
        border-bottom: 9px #2355a8 solid;
        border-radius: 50%;
        font-family: "Montserrat-Bold", Arial, sans-serif;
        font-size: 48px;
        line-height: 48px;
        color: #fff;
        padding: 30px 35px;
        margin-bottom: 10px; }
        .calendar-events .date .date-wrapper .digits.dummy-object {
          background-color: transparent;
          border: none; }
      .calendar-events .date .date-wrapper .sub-text {
        color: #fff;
        font-style: italic;
        font-size: 12px;
        line-height: 15px; }
  .calendar-events h3 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin: 0 0 20px 0;
    text-align: center; }
  .calendar-events .btn-red {
    font-family: "Montserrat-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 15px; }

.events {
  background-repeat: repeat;
  padding: 55px 0 70px 0; }
  .events h2 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #b8010f;
    text-transform: capitalize;
    margin: 0 0 30px 0; }
  .events .event .top {
    position: relative; }
    .events .event .top img {
      width: 100%;
      height: auto;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .events .event .top .date {
      position: absolute;
      top: 20px;
      left: 20px;
      display: inline-block;
      background-color: #86090f;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      padding: 15px 20px;
      text-align: center;
      border-radius: 10px; }
      .events .event .top .date span {
        display: block; }
  .events .event h3 {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    background-color: #86090f;
    color: #fff;
    margin: 0;
    padding: 15px; }
    .events .event h3 a {
      color: #fff; }
  .events .event .bottom {
    background-color: #bd1017;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    min-height: 261px; }
    .events .event .bottom h3 {
      margin: -20px -20px 20px -20px; }
    .events .event .bottom ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 20px; }
      .events .event .bottom ul li {
        color: #fff;
        font-size: 16px;
        line-height: 24px; }
    .events .event .bottom p {
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 20px; }
    .events .event .bottom .btn-red {
      background-color: #e91d25;
      border-bottom: 5px #aa090c solid;
      font-size: 14px;
      line-height: 17px; }
      .events .event .bottom .btn-red:hover {
        background-color: #71a6d4;
        border-bottom: 5px solid #5a8dc1; }

.page-template-the-events-archive {
  background: url("assets/img/events-bg.jpg") repeat; }
  .page-template-the-events-archive main {
    padding-top: 0; }
    .page-template-the-events-archive main .content {
      background-color: transparent; }
      .page-template-the-events-archive main .content .content-wrapper {
        padding: 0; }
  .page-template-the-events-archive .events .event {
    margin-bottom: 30px; }
    .page-template-the-events-archive .events .event .top {
      background: url("assets/content/events-dummy.jpg") no-repeat center center;
      background-size: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding-top: 100px;
      position: relative;
      min-height: 150px;
      overflow: hidden; }
  .page-template-the-events-archive .events .event .top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.tribe-events-page-title {
  color: #ac1e05; }

.tribe-events-sub-nav li a {
  color: #ac1e05; }

.tribe-events-calendar {
  border-collapse: separate !important;
  border: none !important; }
  .tribe-events-calendar thead tr th {
    background-color: #e1e7eb;
    color: #7c7c7f;
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb; }
  .tribe-events-calendar .tribe-events-othermonth {
    background-color: #d6d9db;
    color: #b6b5b7; }
  .tribe-events-calendar .tribe-events-thismonth {
    background-color: #f3f4f8;
    color: #000; }
  .tribe-events-calendar .tribe-events-has-events {
    background-color: #5ba1e5;
    color: #000; }
    .tribe-events-calendar .tribe-events-has-events a {
      color: #000; }

.tribe-events-page-title {
  text-align: center; }

.events-archive,
.single-tribe_events,
.page-template-the-events {
  background: url("assets/img/events-bg.jpg") repeat; }
  .events-archive .event,
  .single-tribe_events .event,
  .page-template-the-events .event {
    margin-bottom: 30px; }
  .events-archive .content,
  .single-tribe_events .content,
  .page-template-the-events .content {
    background-color: #fff; }

.embed-responsive {
  position: relative; }
  .embed-responsive img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%; }
  .embed-responsive a {
    position: absolute;
    font-size: 70px;
    color: #b8010f;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }

.news {
  padding: 50px 0;
  background-size: cover; }
  .news h2 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    color: #b8010f;
    margin: 0 0 20px 0; }
  .news .single-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px; }
    .news .single-item .top img {
      width: 100%;
      height: auto;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .news .single-item .bottom {
      padding: 25px 30px;
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }
      .news .single-item .bottom.no-image {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .news .single-item .bottom h3 {
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        margin: 0; }
        .news .single-item .bottom h3 a {
          color: #fff; }
      .news .single-item .bottom .date {
        font-size: 13px;
        line-height: 18px;
        display: block;
        margin: 0 0 20px 0;
        color: #d8d5d5; }
      .news .single-item .bottom p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin: 0 0 20px 0; }
      .news .single-item .bottom .btn-red {
        font-family: "Montserrat-Regular", Arial, sans-serif;
        font-size: 13px;
        line-height: 13px;
        background-color: #e91d25;
        border-bottom: 5px #aa090c solid; }
        .news .single-item .bottom .btn-red:hover {
          background-color: #71a6d4;
          border-bottom: 5px solid #5a8dc1; }

.app {
  min-height: 490px;
  padding: 130px 0 80px 0; }
  .app h3 {
    font-family: "3dumb", Arial, sans-serif;
    font-size: 72px;
    line-height: 72px;
    color: #1d78c9;
    margin: 0 0 45px 0; }
  .app h2 {
    font-size: 32px;
    line-height: 40px;
    color: #1d78c9;
    text-transform: capitalize; }
  .app .btn-red {
    margin-top: 200px;
    font-family: "Montserrat-Regular", Arial, sans-serif;
    font-size: 21px;
    line-height: 24px;
    padding: 20px 35px;
    border-radius: 15px; }

/* 5. End Home Page */
/* 6. Footer */
footer .sign-up {
  border-bottom: 1px #2d82cd solid;
  background-color: #2d82cd; }
  footer .sign-up .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    footer .sign-up .container-fluid .row {
      margin: 0; }
      footer .sign-up .container-fluid .row .col-sm-6 {
        padding: 0; }
  footer .sign-up .left {
    background-color: #1d78c9; }
    footer .sign-up .left .widget {
      margin-right: 125px; }
  footer .sign-up .right {
    background-color: #2387d3; }
    footer .sign-up .right .widget {
      margin-left: 125px; }
  footer .sign-up .widget {
    padding: 20px 0; }
    footer .sign-up .widget h3 {
      font-size: 21px;
      line-height: 24px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 20px 0; }
    footer .sign-up .widget form .form-group {
      margin-right: 7px; }
    footer .sign-up .widget form input {
      background-color: #195d99;
      border-radius: 15px;
      border: none;
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      text-transform: capitalize;
      padding: 10px; }
    footer .sign-up .widget form input[type="submit"] {
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      background-color: #b8010f;
      border: none;
      border-bottom: 4px #810701 solid;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      padding: 0; }
footer .about-us {
  background-color: #195d99;
  padding: 50px 0 40px 0; }
  footer .about-us .widget {
    min-height: 275px;
    position: relative; }
    footer .about-us .widget .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 12px; }
    footer .about-us .widget h3 {
      font-size: 21px;
      line-height: 24px;
      text-transform: uppercase;
      color: #fff;
      border-bottom: 2px #1d78c9 solid;
      padding-bottom: 15px;
      margin: 0 0 15px 0; }
    footer .about-us .widget p {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      margin: 0; }
    footer .about-us .widget ul {
      padding-left: 0;
      list-style: none; }
      footer .about-us .widget ul li {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        border-bottom: 2px #1d78c9 solid;
        padding: 15px 0; }
        footer .about-us .widget ul li a {
          color: #fff; }
        footer .about-us .widget ul li:first-child {
          padding-top: 0; }
        footer .about-us .widget ul li:last-child {
          border: none; }
    footer .about-us .widget .widget-grid {
      margin-left: -4px;
      margin-right: -4px; }
      footer .about-us .widget .widget-grid .col-xs-3 {
        padding-left: 4px;
        padding-right: 4px; }
    footer .about-us .widget .aspects {
      margin-bottom: 16px; }
      footer .about-us .widget .aspects img {
        width: 100%;
        height: auto; }
    footer .about-us .widget .map img {
      width: 100%;
      height: auto; }
footer .copyright {
  padding: 20px 0 50px 0;
  background-color: #165590; }
  footer .copyright p {
    font-size: 14px;
    line-height: 20px;
    color: #73a8d7; }
    footer .copyright p a {
      color: #73a8d7; }
  footer .copyright .socials {
    margin-left: 35px; }
  footer .copyright .credits ul {
    display: inline-block; }
  footer .copyright .credits p {
    display: inline-block; }
footer a {
  color: #679dcb;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }
  footer a:hover {
    color: #5e8eb7; }

/* 6. End Footer */
/* 7. About */
.banner {
  background-size: cover;
  background-position: center center;
  min-height: 475px;
  position: relative; }
  .banner .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px 0; }
    .banner .bottom h1 {
      text-align: center;
      font-family: "Montserrat-Bold", Arial, sans-serif;
      font-size: 48px;
      line-height: 48px;
      color: #fff;
      text-transform: capitalize;
      margin: 0; }

main {
  padding: 35px 0; }

.page-title {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  text-transform: capitalize;
  color: #b8010f;
  text-align: center;
  margin: 0 0 25px 0; }

.page-sub-title {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #fff;
  background-color: #1b6dba;
  text-align: center;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset; }

.tax-category-gallery main,
.page-template-gallery main,
.single-gallery main {
  position: relative;
  overflow: hidden;
  min-height: 500px; }
  .tax-category-gallery main .row,
  .page-template-gallery main .row,
  .single-gallery main .row {
    margin: 0 -8px;
    width: 100%; }
    .tax-category-gallery main .row .col-md-3,
    .page-template-gallery main .row .col-md-3,
    .single-gallery main .row .col-md-3 {
      padding: 0 8px; }
  .tax-category-gallery main .filters,
  .page-template-gallery main .filters,
  .single-gallery main .filters {
    position: absolute;
    background: #FFF;
    width: 25%;
    right: -100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .tax-category-gallery main .filters.visible,
    .page-template-gallery main .filters.visible,
    .single-gallery main .filters.visible {
      right: 0; }
    .tax-category-gallery main .filters input,
    .page-template-gallery main .filters input,
    .single-gallery main .filters input {
      margin-left: 0 !important;
      left: 0; }
  .tax-category-gallery main .page-title,
  .page-template-gallery main .page-title,
  .single-gallery main .page-title {
    color: #a70f0a;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
    .tax-category-gallery main .page-title .title-filters,
    .page-template-gallery main .page-title .title-filters,
    .single-gallery main .page-title .title-filters {
      display: inline-block;
      list-style: none;
      font-size: 24px;
      font-weight: 400;
      line-height: 48px; }
      .tax-category-gallery main .page-title .title-filters li a,
      .page-template-gallery main .page-title .title-filters li a,
      .single-gallery main .page-title .title-filters li a {
        font-family: "Montserrat-Regular", Arial, sans-serif;
        font-weight: 400;
        background-color: #2988e2;
        border-bottom: 4px #0e53bb solid;
        font-weight: 400;
        margin-top: -20px; }
        .tax-category-gallery main .page-title .title-filters li a:hover,
        .page-template-gallery main .page-title .title-filters li a:hover,
        .single-gallery main .page-title .title-filters li a:hover {
          background-color: #b8010f;
          color: #fff;
          border-color: #810701; }
      .tax-category-gallery main .page-title .title-filters li .show-filters,
      .page-template-gallery main .page-title .title-filters li .show-filters,
      .single-gallery main .page-title .title-filters li .show-filters {
        background-color: #93b5d8;
        color: #1c5290;
        border-bottom: 4px #5f92c1 solid;
        text-transform: capitalize; }
  .tax-category-gallery main .single-gal,
  .page-template-gallery main .single-gal,
  .single-gallery main .single-gal {
    margin-bottom: 70px; }
    .tax-category-gallery main .single-gal .top a,
    .page-template-gallery main .single-gal .top a,
    .single-gallery main .single-gal .top a {
      display: block; }
      .tax-category-gallery main .single-gal .top a img,
      .page-template-gallery main .single-gal .top a img,
      .single-gallery main .single-gal .top a img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: auto; }
    .tax-category-gallery main .single-gal h3,
    .page-template-gallery main .single-gal h3,
    .single-gallery main .single-gal h3 {
      background-color: #0c54a6;
      color: #fff;
      font-family: "Montserrat-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 21px;
      padding: 15px;
      margin: 0;
      text-transform: uppercase; }
      .tax-category-gallery main .single-gal h3 a,
      .page-template-gallery main .single-gal h3 a,
      .single-gallery main .single-gal h3 a {
        color: #fff; }
    .tax-category-gallery main .single-gal .bottom,
    .page-template-gallery main .single-gal .bottom,
    .single-gallery main .single-gal .bottom {
      background-color: #1e79ca;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 20px; }
      .tax-category-gallery main .single-gal .bottom ul,
      .page-template-gallery main .single-gal .bottom ul,
      .single-gallery main .single-gal .bottom ul {
        padding-left: 0;
        list-style: none; }
        .tax-category-gallery main .single-gal .bottom ul li,
        .page-template-gallery main .single-gal .bottom ul li,
        .single-gallery main .single-gal .bottom ul li {
          color: #ffffff;
          font-size: 16px;
          line-height: 24px; }
          .tax-category-gallery main .single-gal .bottom ul li a,
          .page-template-gallery main .single-gal .bottom ul li a,
          .single-gallery main .single-gal .bottom ul li a {
            color: #fff; }
      .tax-category-gallery main .single-gal .bottom .btn-red,
      .page-template-gallery main .single-gal .bottom .btn-red,
      .single-gallery main .single-gal .bottom .btn-red {
        font-family: "Montserrat-Regular", Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        background-color: #71a6d4;
        border-color: #5a8dc1; }
        .tax-category-gallery main .single-gal .bottom .btn-red:hover,
        .page-template-gallery main .single-gal .bottom .btn-red:hover,
        .single-gallery main .single-gal .bottom .btn-red:hover {
          background-color: #b8010f;
          border-color: #810701; }
  .tax-category-gallery main .filters,
  .page-template-gallery main .filters,
  .single-gallery main .filters {
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.5); }
    .tax-category-gallery main .filters h2,
    .page-template-gallery main .filters h2,
    .single-gallery main .filters h2 {
      background: url("assets/img/filters-bg.png") no-repeat 90px center;
      font-family: "Montserrat-Regular", Arial, sans-serif;
      background-color: #1d488d;
      margin: 0;
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase;
      color: #fff;
      padding: 0; }
      .tax-category-gallery main .filters h2 .close,
      .page-template-gallery main .filters h2 .close,
      .single-gallery main .filters h2 .close {
        font-family: "Montserrat-Regular", Arial, sans-serif;
        font-weight: 400;
        margin-right: 45px;
        display: inline-block;
        float: none;
        padding: 30px 18px;
        background-color: #153568;
        color: #fff;
        font-weight: 400;
        text-transform: capitalize;
        opacity: 1;
        font-size: 13px;
        line-height: 21px;
        text-shadow: none; }
    .tax-category-gallery main .filters .inner-filters,
    .page-template-gallery main .filters .inner-filters,
    .single-gallery main .filters .inner-filters {
      padding: 25px 90px; }
      .tax-category-gallery main .filters .inner-filters h3,
      .page-template-gallery main .filters .inner-filters h3,
      .single-gallery main .filters .inner-filters h3 {
        background: url("assets/img/arrow-down.png") no-repeat left center;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #908e8f;
        margin: 0 0 10px 0; }
      .tax-category-gallery main .filters .inner-filters .grid-search,
      .page-template-gallery main .filters .inner-filters .grid-search,
      .single-gallery main .filters .inner-filters .grid-search {
        background-color: #e6e6e6;
        border: none;
        color: #000;
        padding: 15px 20px;
        width: 100%;
        margin-bottom: 35px; }
      .tax-category-gallery main .filters .inner-filters .groups, .tax-category-gallery main .filters .inner-filters .syears,
      .page-template-gallery main .filters .inner-filters .groups,
      .page-template-gallery main .filters .inner-filters .syears,
      .single-gallery main .filters .inner-filters .groups,
      .single-gallery main .filters .inner-filters .syears {
        padding-left: 0;
        list-style: none;
        margin-bottom: 35px; }
        .tax-category-gallery main .filters .inner-filters .groups li, .tax-category-gallery main .filters .inner-filters .syears li,
        .page-template-gallery main .filters .inner-filters .groups li,
        .page-template-gallery main .filters .inner-filters .syears li,
        .single-gallery main .filters .inner-filters .groups li,
        .single-gallery main .filters .inner-filters .syears li {
          font-size: 15px;
          line-height: 15px;
          margin-bottom: 10px; }
        .tax-category-gallery main .filters .inner-filters .groups .checker, .tax-category-gallery main .filters .inner-filters .syears .checker,
        .page-template-gallery main .filters .inner-filters .groups .checker,
        .page-template-gallery main .filters .inner-filters .syears .checker,
        .single-gallery main .filters .inner-filters .groups .checker,
        .single-gallery main .filters .inner-filters .syears .checker {
          margin-right: 5px; }
          .tax-category-gallery main .filters .inner-filters .groups .checker span, .tax-category-gallery main .filters .inner-filters .syears .checker span,
          .page-template-gallery main .filters .inner-filters .groups .checker span,
          .page-template-gallery main .filters .inner-filters .syears .checker span,
          .single-gallery main .filters .inner-filters .groups .checker span,
          .single-gallery main .filters .inner-filters .syears .checker span {
            background: url("assets/img/not-checked.png") no-repeat center center;
            display: block;
            width: 16px;
            height: 16px;
            text-transform: capitalize; }
            .tax-category-gallery main .filters .inner-filters .groups .checker span.checked, .tax-category-gallery main .filters .inner-filters .syears .checker span.checked,
            .page-template-gallery main .filters .inner-filters .groups .checker span.checked,
            .page-template-gallery main .filters .inner-filters .syears .checker span.checked,
            .single-gallery main .filters .inner-filters .groups .checker span.checked,
            .single-gallery main .filters .inner-filters .syears .checker span.checked {
              background: url("assets/img/checked.png") no-repeat center center; }
      .tax-category-gallery main .filters .inner-filters .year,
      .page-template-gallery main .filters .inner-filters .year,
      .single-gallery main .filters .inner-filters .year {
        padding-left: 0;
        list-style: none; }
        .tax-category-gallery main .filters .inner-filters .year li,
        .page-template-gallery main .filters .inner-filters .year li,
        .single-gallery main .filters .inner-filters .year li {
          font-size: 15px;
          line-height: 15px;
          margin-bottom: 10px; }
        .tax-category-gallery main .filters .inner-filters .year .radio,
        .page-template-gallery main .filters .inner-filters .year .radio,
        .single-gallery main .filters .inner-filters .year .radio {
          margin-right: 5px; }
          .tax-category-gallery main .filters .inner-filters .year .radio span,
          .page-template-gallery main .filters .inner-filters .year .radio span,
          .single-gallery main .filters .inner-filters .year .radio span {
            background: url("assets/img/radio-not-checked.png") no-repeat center center;
            display: block;
            width: 16px;
            height: 16px;
            text-transform: capitalize; }
            .tax-category-gallery main .filters .inner-filters .year .radio span.checked,
            .page-template-gallery main .filters .inner-filters .year .radio span.checked,
            .single-gallery main .filters .inner-filters .year .radio span.checked {
              background: url("assets/img/radio-checked.png") no-repeat center center; }

.single-gallery main {
  overflow: visible; }
.single-gallery .breadcrumb {
  border-radius: 0;
  padding: 15px 25px;
  background-color: #1d78c9; }
  .single-gallery .breadcrumb ul {
    float: left;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .single-gallery .breadcrumb ul li {
      background: url("assets/img/brdcrmb-sep.png") no-repeat left center;
      padding-left: 20px;
      font-size: 15px;
      line-height: 15px;
      color: #fff; }
      .single-gallery .breadcrumb ul li a {
        color: #90c6f5; }
      .single-gallery .breadcrumb ul li:first-child {
        background-image: none;
        padding-left: 0; }
  .single-gallery .breadcrumb h4 {
    float: right;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase; }
    .single-gallery .breadcrumb h4 span {
      color: #90c6f5; }
.single-gallery img {
  width: 100%;
  height: auto; }
.single-gallery .content {
  border-radius: none;
  padding: 20px 10px 15px 10px;
  margin-bottom: 20px; }
  .single-gallery .content h3 {
    font-family: "Montserrat-Regular", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #0b5eac; }
.single-gallery .single-gal .hover-lnk {
  font-size: 36px;
  line-height: 36px;
  bottom: auto !important;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.single-gallery .single-gal .mask {
  background: rgba(29, 120, 201, 0.6);
  color: #fff;
  padding: 0;
  z-index: 999; }
  .single-gallery .single-gal .mask.mask-content {
    bottom: auto; }
  .single-gallery .single-gal .mask .img-caption {
    display: block;
    padding: 15px;
    background-color: #1d78c9; }
.single-gallery .btn-blue-big {
  display: block;
  background-color: #1d78c9;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0; }
  .single-gallery .btn-blue-big span {
    padding-right: 20px;
    color: #90c6f5; }

.page-template-left-sidebar .content .content-wrapper {
  padding: 30px 30px 30px 0; }

.content {
  border: 1px #e8f0f6 solid;
  border-radius: 5px; }
  .content .content-wrapper {
    padding: 30px 0 30px 30px; }
  .content h2 {
    color: #b8010f; }
  .content h3 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize;
    color: #b8010f;
    margin: 0 0 25px 0; }
  .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #525557; }
  .content ul li,
  .content ol li {
    font-size: 14px;
    line-height: 24px;
    color: #525557; }
  .content address {
    font-size: 14px;
    line-height: 24px;
    color: #525557; }
  .content blockquote {
    font-size: 14px;
    line-height: 24px;
    color: #525557; }
  .content .table {
    font-size: 14px;
    line-height: 24px;
    color: #525557; }
  .content aside .aside-wrapper {
    background-color: #f4fafe;
    padding: 30px 50px; }
  .content aside .widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #ffecd3;
    padding-bottom: 15px; }
    .content aside .widget:last-child {
      border-bottom: none; }
    .content aside .widget .widget-grid {
      margin-left: -4px;
      margin-right: -4px; }
      .content aside .widget .widget-grid .col-xs-3 {
        padding: 0 4px; }
    .content aside .widget .aspects img {
      height: auto;
      width: 100%;
      margin-bottom: 16px; }
    .content aside .widget h3 {
      font-size: "Montserrat-Bold", Arial, sans-serif;
      font-size: 24px;
      line-height: 27px;
      color: #ac1e05;
      margin: 0 0 25px 0;
      text-transform: capitalize; }
    .content aside .widget.widget_nav_menu h3 {
      display: none; }
    .content aside .widget ul {
      list-style: none;
      padding-left: 0;
      margin-left: -15px; }
      .content aside .widget ul li {
        font-size: 16px;
        line-height: 30px;
        color: #525557; }
        .content aside .widget ul li a {
          background: url("assets/img/aside-menu-bg.png") no-repeat left 12px;
          padding-left: 35px;
          color: #525557;
          display: block; }
          .content aside .widget ul li a:hover {
            background: url("assets/img/aside-menu-bg-hv.png") no-repeat left 12px;
            background-color: #e5f0f9;
            color: #ac1e05; }
      .content aside .widget ul .menu-item {
        padding: 3px 0;
        display: none; }
      .content aside .widget ul .current-menu-item.menu-item-has-children, .content aside .widget ul .current-menu-ancestor.menu-item-has-children {
        display: block; }
        .content aside .widget ul .current-menu-item.menu-item-has-children a, .content aside .widget ul .current-menu-ancestor.menu-item-has-children a {
          background: none;
          color: #ac1e05;
          font-size: 24px;
          padding: 0 0 0 10px;
          font-size: "Montserrat-Bold", Arial, sans-serif;
          font-size: 24px;
          line-height: 27px;
          font-weight: bold;
          margin-bottom: 25px;
          display: block; }
          .content aside .widget ul .current-menu-item.menu-item-has-children a:hover, .content aside .widget ul .current-menu-ancestor.menu-item-has-children a:hover {
            background: none; }
        .content aside .widget ul .current-menu-item.menu-item-has-children .sub-menu, .content aside .widget ul .current-menu-ancestor.menu-item-has-children .sub-menu {
          margin: 0; }
          .content aside .widget ul .current-menu-item.menu-item-has-children .sub-menu .menu-item, .content aside .widget ul .current-menu-ancestor.menu-item-has-children .sub-menu .menu-item {
            display: block; }
            .content aside .widget ul .current-menu-item.menu-item-has-children .sub-menu .menu-item a, .content aside .widget ul .current-menu-ancestor.menu-item-has-children .sub-menu .menu-item a {
              font-size: 16px;
              background: url("assets/img/aside-menu-bg.png") no-repeat left 12px;
              color: #525557;
              padding-left: 35px;
              margin: 0;
              line-height: 32px; }
            .content aside .widget ul .current-menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a, .content aside .widget ul .current-menu-item.menu-item-has-children .sub-menu .menu-item:hover a, .content aside .widget ul .current-menu-ancestor.menu-item-has-children .sub-menu .menu-item.current-menu-item a, .content aside .widget ul .current-menu-ancestor.menu-item-has-children .sub-menu .menu-item:hover a {
              background: url("assets/img/aside-menu-bg-hv.png") no-repeat left center;
              background-color: #e5f0f9;
              color: #ac1e05; }
    .content aside .widget p {
      font-size: 13px;
      line-height: 18px;
      color: #525557;
      margin-bottom: 0; }
    .content aside .widget .read-more {
      font-size: 12px;
      line-height: 18px;
      text-transform: capitalize;
      color: #348cd3; }
  .content aside .widget-about {
    border-bottom: 2px #dbe8f5 solid;
    padding-bottom: 50px; }
  .content aside .widget-news ul {
    padding-left: 0;
    list-style: none;
    margin-left: 0; }
    .content aside .widget-news ul li {
      line-height: 20px;
      border-bottom: 1px #dbe8f5 solid;
      padding: 15px 0; }
      .content aside .widget-news ul li img {
        width: 100%;
        height: auto; }
      .content aside .widget-news ul li a {
        background-image: none;
        padding-left: 0;
        font-family: "Montserrat-Bold", Arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ac1e05; }
        .content aside .widget-news ul li a:hover {
          background-image: none;
          background-color: transparent; }
      .content aside .widget-news ul li .date {
        font-size: 12px;
        line-height: 16px;
        color: #525557; }
      .content aside .widget-news ul li .read-more {
        font-size: 12px;
        line-height: 16px;
        color: #348cd3;
        text-transform: capitalize; }
      .content aside .widget-news ul li:last-child {
        border-bottom: none; }
  .content aside .widget-news .row {
    margin: 0 -4px; }
    .content aside .widget-news .row .col-sm-4,
    .content aside .widget-news .row .col-sm-8 {
      padding: 0 4px; }
  .content aside .widget-text {
    background-color: #e5f0f9;
    padding: 25px; }
    .content aside .widget-text h3 {
      margin: 0 0 5px 0; }
  .content aside .widget-buttons .btn {
    display: block;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    border-width: 6px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    background: url("assets/img/group-btn-bg.png") no-repeat left center;
    padding: 10px 10px 10px 35px;
    border-radius: 0; }
    .content aside .widget-buttons .btn:last-child {
      margin-bottom: 0; }
  .content aside .widget-ad-1 {
    background: url("assets/img/aside-down-app.jpg") no-repeat center center;
    background-size: cover;
    padding: 15px;
    border-radius: 4px; }
    .content aside .widget-ad-1 h3 {
      font-family: "3dumb", Arial, sans-serif;
      font-size: 25px;
      line-height: 25px;
      color: #1d78c9;
      margin: 0 0 45px 0; }
      .content aside .widget-ad-1 h3 a {
        color: #1d78c9; }
      .content aside .widget-ad-1 h3 span {
        display: block; }
    .content aside .widget-ad-1 .btn-blue {
      font-family: "Montserrat-Regular", Arial, sans-serif;
      font-size: 14px;
      line-height: 14px; }
      .content aside .widget-ad-1 .btn-blue:hover {
        color: #fff; }
  .content aside .widget_gallery .img {
    float: left;
    width: 17%;
    margin: 0 3% 3% 0; }
    .content aside .widget_gallery .img img {
      width: 100%;
      height: auto;
      border-radius: 4px; }
  .content aside .widget-newsletter {
    background: url("assets/img/newsletter-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 15px; }
    .content aside .widget-newsletter h3 {
      background: url("assets/img/news-title-bg.png") no-repeat left center;
      padding: 10px 0 10px 90px; }
      .content aside .widget-newsletter h3 span {
        display: block; }
    .content aside .widget-newsletter p {
      font-size: 13px;
      line-height: 18px; }
    .content aside .widget-newsletter a {
      padding: 0;
      background: none; }
  .content aside .widget-ad-2 {
    background: url("assets/img/calendar-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 15px;
    text-align: center; }
    .content aside .widget-ad-2 h3 {
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      text-align: center; }
    .content aside .widget-ad-2 .btn-red {
      font-size: 10px;
      line-height: 10px;
      padding: 10px 15px;
      border-radius: 10px; }
    .content aside .widget-ad-2 .date {
      float: left;
      left: 50%;
      position: relative;
      margin-bottom: 25px; }
      .content aside .widget-ad-2 .date .date-wrapper {
        float: left;
        left: -50%;
        position: relative; }
        .content aside .widget-ad-2 .date .date-wrapper .digits {
          width: 55px;
          height: 55px;
          font-size: 22px;
          line-height: 22px;
          margin-right: 5px;
          padding: 11px 15px;
          background-color: #2f73e4;
          border-bottom: 9px solid #2355a8;
          color: #fff;
          border-radius: 50%; }

.page-template-default .content aside .widget {
  border-color: #d1e5f5; }
.page-template-default .content aside .theme-recent-news,
.page-template-default .content aside .widget_text,
.page-template-default .content aside .theme-group-buttons,
.page-template-default .content aside .theme-widget-gallery,
.page-template-default .content aside .theme-widget-newsletter,
.page-template-default .content aside .theme-widget-calendar {
  border: none; }

/* 7. End About */
/* 8. End HTML Styles */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  padding: 5px;
  background: #f4fafe;
  max-width: 100%; }
  .alignleft img {
    max-width: 100%; }
  .alignleft .wp-caption-text {
    color: #5e7488;
    font-size: 12px;
    margin: 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  padding: 5px;
  background: #f4fafe;
  max-width: 100%; }
  .alignright img {
    max-width: 100%; }
  .alignright .wp-caption-text {
    color: #5e7488;
    font-size: 12px;
    margin: 0; }

.alignnone {
  padding: 5px;
  background: #f4fafe;
  max-width: 100%; }
  .alignnone img {
    max-width: 100%; }
  .alignnone .wp-caption-text {
    color: #5e7488;
    font-size: 12px;
    margin: 0; }

/* 10. HTML Styles */
a[href$=".pdf"] {
  background: transparent url("assets/img/icon_pdf.gif") no-repeat scroll left center;
  padding: 5px 20px; }

a[href$=".doc"], a[href$=".rtf"] {
  background: transparent url("assets/img/icon_doc.gif") no-repeat scroll left center;
  padding: 5px 20px; }

a[href$=".xls"] {
  background: transparent url("assets/img/icon_xls.gif") no-repeat scroll left center;
  padding: 5px 20px; }

/* 8. End HTML Styles */
/* 9. Blog Page */
.blog,
.single-post {
  background: url("assets/img/news-bg.jpg") repeat; }
  .blog .news h2,
  .single-post .news h2 {
    text-align: center; }
  .blog .content,
  .single-post .content {
    background-color: #fff; }

.post-type-archive-newsletter {
  background: url("assets/img/cta-bg.jpg") repeat; }

.more-news {
  text-align: center;
  margin: 15px 0; }
  .more-news .btn-red {
    font-family: "Montserrat-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-right: 30px; }
  .more-news.btn-more-preloader {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    background: url("assets/img/preloader.gif") no-repeat right center; }

/* 9. End Blog Page */
/* 10. Contact Page */
.mapp-layout {
  width: 100% !important;
  margin: 0;
  border: none !important;
  margin-bottom: 25px; }
  .mapp-layout .mapp-map-links {
    border: none; }

.gform_wrapper .gform_footer .gform_button {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #b8010f;
  border-radius: 7px;
  padding: 5px 15px;
  border: none;
  border-bottom: 4px #810701 solid;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #71a6d4;
    border-bottom: 4px #5a8dc1 solid; }

.map-canvas {
  min-height: 175px; }

/* 10. End Contact Page */
/* 11. Gallery */
.filter-grid li a {
  color: #195d99; }
.filter-grid .active a {
  color: #b8010f; }

.single-gal {
  position: relative;
  margin: 0 0 30px 0; }
  .single-gal img {
    width: 100%;
    height: auto; }
  .single-gal p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 5px;
    margin-bottom: 0;
    z-index: 1300;
    background-color: #b8010f;
    color: #fff; }
  .single-gal .mask {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out 0s; }
  .single-gal .hover-lnk {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-delay: 2s;
    transition: all 0.3s ease-in-out 0s; }
  .single-gal:hover .mask {
    opacity: 1; }
  .single-gal:hover .hover-lnk {
    opacity: 1;
    bottom: 40%; }

.breadcrumb {
  background-color: transparent; }
  .breadcrumb li {
    color: #195d99; }
    .breadcrumb li a {
      color: #b8010f; }

/* 11. End Gallery */
/* 12. Single */
.single .content .featured-image {
  margin-bottom: 40px; }
  .single .content .featured-image img {
    width: 100%;
    height: auto; }
.single .content .date {
  font-size: 14px;
  line-height: 24px;
  color: #b8010f; }
.single .content p {
  font-size: 14px;
  line-height: 24px;
  color: #525557;
  overflow: hidden; }

.navigation a {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #71a6d4;
  border-radius: 7px;
  padding: 5px 15px;
  border: none;
  border-bottom: 4px #5a8dc1 solid;
  text-transform: uppercase;
  max-width: 125px;
  display: block;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navigation a:hover {
    background-color: #b8010f;
    border-bottom: 4px #810701 solid; }

/* 12. End Single */
/* 13. Single Tribe Events */
.single-tribe_events .page-sub-title,
.single-event .page-sub-title {
  background-color: #b8010f; }
.single-tribe_events .content,
.single-event .content {
  border: 1px solid #ffecd3; }
  .single-tribe_events .content .content-wrapper,
  .single-event .content .content-wrapper {
    background-color: #fff; }
  .single-tribe_events .content .featured-image,
  .single-event .content .featured-image {
    margin-bottom: 15px; }
  .single-tribe_events .content .info-area,
  .single-event .content .info-area {
    padding: 0 25px 25px 25px;
    background-color: #ffecd3;
    margin-bottom: 30px; }
    .single-tribe_events .content .info-area .map-canvas,
    .single-event .content .info-area .map-canvas {
      min-height: 270px; }
  .single-tribe_events .content ul,
  .single-event .content ul {
    padding-left: 0;
    list-style: none; }
    .single-tribe_events .content ul li,
    .single-event .content ul li {
      font-family: 16px;
      line-height: 38px;
      color: #b01305; }
      .single-tribe_events .content ul li a,
      .single-event .content ul li a {
        color: #b01305; }
  .single-tribe_events .content aside .aside-wrapper,
  .single-event .content aside .aside-wrapper {
    background-color: #fdf7ef; }
  .single-tribe_events .content aside .tribe-events-back .btn-blue,
  .single-event .content aside .tribe-events-back .btn-blue {
    font-family: "Montserrat-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 13px;
    background-color: #1c77c8;
    border-color: #0948a8;
    border-radius: 15px;
    width: 100%; }
    .single-tribe_events .content aside .tribe-events-back .btn-blue:hover,
    .single-event .content aside .tribe-events-back .btn-blue:hover {
      color: #fff;
      background-color: #b8010f;
      border-bottom: 4px #810701 solid; }
  .single-tribe_events .content aside .widget-news ul,
  .single-event .content aside .widget-news ul {
    margin-bottom: 0; }
    .single-tribe_events .content aside .widget-news ul li,
    .single-event .content aside .widget-news ul li {
      border-color: #ffecd3; }
      .single-tribe_events .content aside .widget-news ul li:last-child,
      .single-event .content aside .widget-news ul li:last-child {
        border: none; }

.tribe-mini-calendar-grid-wrapper,
.em-calendar-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 4px #c0c0c0 solid;
  overflow: hidden; }

.tribe-mini-calendar-wrapper thead {
  border-top: 2px #f8ffff solid; }
.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
  font-size: 18px;
  line-height: 24px;
  background-color: #b8010f;
  color: #fff;
  border-top: none;
  border-bottom: 2px #801518 solid;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.4) inset; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav div {
    padding: 5px 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link span {
    display: block;
    margin: 0;
    width: 14px;
    height: 22px;
    text-indent: -999px;
    text-align: left;
    overflow: hidden; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.prev-month span {
    background: url("assets/img/events-left-arrow.jpg") no-repeat top center; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.next-month span {
    background: url("assets/img/events-right-arrow.jpg") no-repeat top center; }
.tribe-mini-calendar-wrapper .tribe-mini-calendar-dayofweek {
  font-size: 10px;
  line-height: 10px;
  text-shadow: 1px 1px 0 #fff;
  background-color: #e1e7eb;
  border: none;
  border-top: 1px #fff solid;
  padding: 5px 0;
  color: #7c7c7f; }
.tribe-mini-calendar-wrapper .tribe-mini-calendar td {
  border: 1px solid #d6d9db; }
.tribe-mini-calendar-wrapper .tribe-events-othermonth {
  color: #b6b5b7;
  background-color: #d9dadc; }
.tribe-mini-calendar-wrapper .tribe-events-thismonth {
  color: #000;
  background-color: #f3f4f8;
  text-shadow: 0 0 1px #fff; }
  .tribe-mini-calendar-wrapper .tribe-events-thismonth .tribe-mini-calendar-no-event {
    text-shadow: 1px 1px 0 #fff; }
.tribe-mini-calendar-wrapper .tribe-events-present {
  color: #fff !important;
  background-color: #9e0608 !important; }
  .tribe-mini-calendar-wrapper .tribe-events-present a {
    color: #fff !important;
    border-bottom: 2px #ef6206 solid;
    padding: 1px !important;
    margin: 2px 7px; }
.tribe-mini-calendar-wrapper .tribe-events-thismonth a {
  color: #000; }
.tribe-mini-calendar-wrapper .tribe-events-has-events {
  background-color: #5ba1e5; }

.theme-widget-back_to_events {
  text-align: center;
  padding-bottom: 15px; }

.em-calendar-wrapper .em-calendar {
  width: 100%; }
  .em-calendar-wrapper .em-calendar thead {
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background-color: #b8010f;
    color: #fff;
    border-top: none;
    border-bottom: 2px #801518 solid;
    box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.4) inset; }
    .em-calendar-wrapper .em-calendar thead td {
      padding: 10px 0; }
    .em-calendar-wrapper .em-calendar thead a {
      display: block;
      margin: 0;
      width: 14px;
      height: 22px;
      text-indent: -999px;
      text-align: left;
      overflow: hidden;
      width: 100%; }
    .em-calendar-wrapper .em-calendar thead .em-calnav-prev {
      background: url("assets/img/events-left-arrow.jpg") no-repeat center center; }
    .em-calendar-wrapper .em-calendar thead .em-calnav-next {
      background: url("assets/img/events-right-arrow.jpg") no-repeat center center; }
  .em-calendar-wrapper .em-calendar tbody tr td {
    padding: 4px; }
  .em-calendar-wrapper .em-calendar .days-names td {
    font-size: 10px;
    line-height: 10px;
    text-shadow: 1px 1px 0 #fff;
    background-color: #e1e7eb;
    border: none;
    border-top: 1px #fff solid;
    padding: 5px 0;
    color: #7c7c7f; }
  .em-calendar-wrapper .em-calendar .eventless {
    color: #000;
    background-color: #dee3e8;
    border: 1px #d3d3d5 solid; }
  .em-calendar-wrapper .em-calendar .eventless-post,
  .em-calendar-wrapper .em-calendar .eventless-pre {
    color: #b5b6b8;
    background-color: #d6d7da;
    border: 1px #d3d3d5 solid; }
  .em-calendar-wrapper .em-calendar .eventless-today {
    color: #fff;
    background-color: #9e0608 !important;
    border: 1px #d3d3d5 solid; }
  .em-calendar-wrapper .em-calendar .eventful {
    color: #000;
    background-color: #5ba1e5;
    border: 1px #e1e7eb solid; }
    .em-calendar-wrapper .em-calendar .eventful a {
      color: #000 !important; }

/* 13. End Single Tribe Events */
/* 14. 404 Page */
.error404 .content {
  padding: 20px 0; }
  .error404 .content h1 {
    font-size: 25px;
    line-height: 32px;
    margin: 0;
    text-align: center; }

/* 14. End 404 Page */
/* 15. Back To Top */
.affix {
  bottom: 15px;
  right: 15px;
  position: fixed;
  z-index: 2000; }
  .affix a {
    background: url("assets/img/arrow_up.png") no-repeat scroll left top transparent;
    background-size: 50px 50px;
    display: block;
    height: 50px;
    width: 50px; }

/* 15. End Back To Top */
/* Newesletter Archive */
.post-type-archive-newsletter .content img {
  width: auto;
  height: auto; }
.post-type-archive-newsletter .content h3 {
  color: #fff; }
.post-type-archive-newsletter .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px; }
  .post-type-archive-newsletter .content ul li {
    padding: 10px 0;
    border-bottom: 1px #ccc dotted; }
    .post-type-archive-newsletter .content ul li a {
      background-image: none; }
    .post-type-archive-newsletter .content ul li span {
      padding-right: 25px; }
.post-type-archive-newsletter .content .subtitle,
.post-type-archive-newsletter .content .ext-link {
  display: block;
  margin-bottom: 20px; }
.post-type-archive-newsletter .content .panel-group {
  margin-bottom: 20px; }
  .post-type-archive-newsletter .content .panel-group .panel {
    border-radius: 0; }
.post-type-archive-newsletter .content .panel-title a {
  display: block;
  background: url("assets/img/arrows-up-down.png") no-repeat right -26px; }
  .post-type-archive-newsletter .content .panel-title a.collapsed {
    background-position: right 0; }

.su-accordion .su-spoiler {
  background: #eaf3fa;
  border-bottom: 1px solid #e6eff6;
  margin: 0 !important; }
  .su-accordion .su-spoiler .su-spoiler-title {
    color: #448cc4; }
  .su-accordion .su-spoiler.su-spoiler-closed {
    background: #f5fafe; }

.panel-group .panel-default {
  margin-top: 0 !important;
  background: #eaf3fa;
  border: 0;
  border-bottom: 1px solid #e6eff6; }
  .panel-group .panel-default .panel-heading {
    background: none !important;
    color: #448cc4; }

/* End Newesletter Archive */
@media (max-width: 1200px) {
  .cta-s .cta .top-content {
    left: -290px; }

  .navbar .navbar-collapse .nav .menu-item a {
    padding: 15px; }

  .single-tribe_events .content aside .tribe-events-back .btn-blue {
    padding: 13px; }

  .tribe-mini-calendar {
    font-size: 12px; }

  .page-template-the-events-archive main .events .event .top {
    min-height: 140px; }

  footer .sign-up .left .widget {
    margin-right: 30px; }

  footer .sign-up .right .widget {
    margin-left: 30px; }

  .content aside .widget-buttons .btn {
    font-size: 14px; }

  .page-template-gallery main .page-title {
    width: 60%; }
  .page-template-gallery main .filters .inner-filters {
    padding: 35px; }
    .page-template-gallery main .filters .inner-filters .grid-search {
      width: 100%; }

  .single-gallery main .page-title {
    width: 100%; }
    .single-gallery main .page-title .title-filters {
      float: none; }

  .events .event .bottom {
    min-height: 361px; } }
@media (max-width: 992px) {
  .page-template-the-events-archive .events .event .top {
    padding-top: 0; }
    .page-template-the-events-archive .events .event .top img {
      position: static; }

  .flexslider li {
    min-height: 450px; }

  .content aside .widget-buttons .btn {
    font-size: 20px; }

  .page-template-default .content .content-wrapper {
    padding: 30px; }

  .single-tribe_events .content .row .col-sm-8 {
    width: 100%; }
    .single-tribe_events .content .row .col-sm-8 .content-wrapper {
      padding: 30px; }

  .navbar {
    background-image: none;
    border-top: 5px #d51e0c solid; }
    .navbar .mobile-menu {
      position: absolute;
      bottom: 20px;
      right: 35px; }
      .navbar .mobile-menu .menu-text {
        font-family: "Montserrat-Bold", Arial, sans-serif;
        font-size: 18px;
        line-height: 18px;
        margin: 10px 5px 0 0;
        color: #346dc4; }
      .navbar .mobile-menu .navbar-toggle {
        display: block;
        background-color: #346dc4;
        margin: 0;
        padding: 10px; }
        .navbar .mobile-menu .navbar-toggle .icon-bar {
          background-color: #fff; }
    .navbar .navbar-collapse {
      background-color: #4286c2;
      padding: 0; }
      .navbar .navbar-collapse .nav {
        width: 100%;
        float: none;
        margin: 0; }
        .navbar .navbar-collapse .nav .top-menu {
          background-color: #186db9;
          border-bottom: 1px #073a8e solid !important; }
          .navbar .navbar-collapse .nav .top-menu a {
            background: url("assets/img/close-menu.png") no-repeat scroll right 15px; }
        .navbar .navbar-collapse .nav .menu-item {
          float: none;
          background-image: none;
          border-bottom: 1px #fff solid;
          padding: 0; }
          .navbar .navbar-collapse .nav .menu-item span {
            background: url("assets/img/mobile-menu-items.png") no-repeat scroll 0 5px transparent;
            cursor: pointer;
            height: 24px;
            padding: 20px;
            position: absolute;
            right: 25px;
            top: 10px;
            width: 24px; }
          .navbar .navbar-collapse .nav .menu-item a {
            font-size: 18px;
            line-height: 24px; }
          .navbar .navbar-collapse .nav .menu-item .sub-menu {
            position: static;
            display: none;
            background-color: transparent; }
            .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item a {
              padding: 15px 25px;
              border: none; }
            .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:last-child {
              border-bottom: none; }
            .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:hover {
              background-color: transparent; }
          .navbar .navbar-collapse .nav .menu-item:hover .sub-menu {
            display: none; }
          .navbar .navbar-collapse .nav .menu-item.in a {
            border-bottom: 1px solid #ffffff; }
      .navbar .navbar-collapse.collapse {
        display: none !important; }
        .navbar .navbar-collapse.collapse.in {
          display: block !important; }
    .navbar .navbar-header .main-logo {
      position: static;
      float: left;
      max-width: 35%; }
      .navbar .navbar-header .main-logo img {
        max-width: 100%;
        height: auto; }
    .navbar .navbar-header .secondary-logo {
      margin-left: 0;
      float: right;
      max-width: 65%; }
      .navbar .navbar-header .secondary-logo img {
        max-width: 100%;
        height: auto; }
    .navbar .navbar-header .btn-red,
    .navbar .navbar-header .btn-blue,
    .navbar .navbar-header .socials {
      display: none; }

  .flexslider .slides li {
    max-height: 450px; }
    .flexslider .slides li img {
      width: auto;
      height: 100%; }
    .flexslider .slides li .container {
      bottom: 30px; }
      .flexslider .slides li .container h3 {
        font-size: 30px;
        line-height: 30px; }

  .cta-s {
    margin-top: 0;
    padding-top: 15px; }
    .cta-s .cta {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
      .cta-s .cta .top-content {
        left: -405px;
        width: 1100px; }

  .wrapper .cta-s {
    margin-top: 0; }

  .calendar-events {
    padding: 90px 40px;
    min-height: 309px; }
    .calendar-events .date .date-wrapper .digits {
      width: 65px;
      height: 65px;
      font-size: 27px;
      line-height: 27px;
      padding: 15px;
      margin-right: 5px; }
    .calendar-events h3 {
      font-size: 27px;
      line-height: 34px; }

  .events h2 .btn-red {
    display: none; }
  .events .event {
    margin-bottom: 15px; }
    .events .event .bottom {
      min-height: 300px; }

  .news h2 {
    text-align: center; }
    .news h2 .btn-red {
      display: none; }

  .app {
    min-height: 400px; }
    .app h3 {
      font-size: 54px;
      line-height: 54px; }
    .app h2 {
      font-size: 24px;
      line-height: 29px; }

  .news .single-item {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

  .app .btn-red {
    margin-top: 0;
    float: none !important; }

  footer .sign-up .right .widget,
  footer .sign-up .left .widget {
    float: none !important;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 10px; }
    footer .sign-up .right .widget h3,
    footer .sign-up .left .widget h3 {
      font-size: 20px; }
  footer .sign-up form .form-group:nth-child(1) {
    max-width: 30%; }
  footer .sign-up form .form-group:nth-child(2) {
    max-width: 50%; }
  footer .sign-up form .form-group input {
    width: 100%; }

  .page-template-gallery main .page-title,
  .single-gallery main .page-title {
    width: 75%; }

  .page-template-gallery main .filters {
    width: 40%; }
  .page-template-gallery main .filters .inner-filters {
    padding: 35px; }
    .page-template-gallery main .filters .inner-filters .grid-search {
      width: 100%; } }
@media (max-width: 767px) {
  .flexslider li {
    min-height: 400px; }

  .intro-text h2 {
    font-size: 30px;
    line-height: 30px; }

  .events h2 {
    text-align: center; }
  .events .event {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .events .event .bottom {
      min-height: 0; }

  .news .single-item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

  .banner {
    min-height: 250px; }

  .content .content-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .content img {
    width: 100%;
    height: auto; }
  .content .pull-right,
  .content .pull-left {
    float: none !important; }
  .content aside .aside-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .content aside .widget-news img {
    margin-bottom: 15px; }

  .gform_wrapper .gform_body input,
  .gform_wrapper .gform_body textarea {
    width: 100% !important; }

  footer .sign-up form .form-group {
    display: inline-block;
    margin-bottom: 0; }
  footer .sign-up form input {
    vertical-align: top; }
  footer .about-us .widget {
    margin-bottom: 40px;
    min-height: auto; }
    footer .about-us .widget .btn {
      position: static;
      margin-top: 20px; }
  footer .copyright .pull-left,
  footer .copyright .pull-right {
    float: none !important; }

  .page-template-gallery main .page-title {
    width: 100%; }
    .page-template-gallery main .page-title .title-filters {
      float: none; }
  .page-template-gallery main .filters {
    width: 90%; }
    .page-template-gallery main .filters .inner-filters {
      padding: 25px; }
      .page-template-gallery main .filters .inner-filters .grid-search {
        width: 100%; }
  .page-template-gallery .grid {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 300px; }
  .page-template-gallery .grid-item .single-gal {
    margin-bottom: 20px; }

  .page-template-home-page .grid-item {
    right: 0; }

  .post-type-archive-newsletter a[href$=".pdf"] {
    padding: 5px 0; } }
@media (max-width: 480px) {
  .flexslider li {
    min-height: 280px; }

  .banner .bottom {
    padding: 10px 0; }
    .banner .bottom h1 {
      font-size: 32px;
      line-height: 32px; } }

/*# sourceMappingURL=style.css.map */
