@charset "utf-8";

/* Imported CSS Files */
@import url('fonts.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.css');
@import url('swiper.min.css');


body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #919191;
  opacity: 1;
}
:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
::selection {
  background: #5551ed;
  color: #ffffff;
}
::-webkit-selection {
  background: #5551ed;
  color: #ffffff;
}
::-moz-selection {
  background: #5551ed;
  color: #ffffff;
}
::-o-selection {
  background: #5551ed;
  color: #ffffff;
}
::-ms-selection {
  background: #5551ed;
  color: #ffffff;
}
a {
  color: #000000;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin: 0;
  line-height: 1.42857143;
}
h1 {
  font-size: 55px;
  line-height: 55px;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  color: #2e2e2e;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Lato-Light';
}
 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
.bishop-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.bishop-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}

/* Bishop Santos Elements CSS */
.container {
  max-width: 1349px;
}
label {
  font-weight: 400;
  cursor: pointer;
}
.form-group {
  margin-bottom: 21px;
}
.form-control, textarea.form-control  {
  padding: 10px 20px;
  height: 69px;
  border-color: #d5d5d5;
  font-family: 'Lato-Light';
  font-weight: 300;
  font-size: 18px;
  color: #7c7c7c;
  background-color: #f3f3f3;
  outline: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.form-control:focus, textarea.form-control:focus {
  border-color: #205cb1;
  box-shadow: none;
}
select {
  background: url("../images/select-arrow.png") no-repeat 0 0 #ffffff;
  height: 69px;
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  color: #7c7c7c;
  font-size: 18px;
  font-family: 'Lato-Light';
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-position: 100% 0;
}
select::-ms-expand {
    display: none;
}
textarea.form-control {
  height: 125px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  resize: none;
}

/* Bishop Santos Btn's CSS */
.btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
}
.btn-border {
  font-size: 22px;
  border: 3px solid #ffffff;
  min-width: 220px;
}
.btn-border:hover, .btn-border:focus, .upcoming-product .btn:hover, .upcoming-product .btn:focus {
  background-color: #ffffff;
  color: #205cb1;
}
.btn-blue {
  background: #205cb1;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: #343434;
}

/* Bishop Santos Header CSS */
header {
  display: block;
  clear: both;
  padding: 0 45px 0 10px;
  background: #e8e4ec;
}
header .social-links {
  margin-left: 40px;
}
nav {
  display: inline-block;
}
nav > ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
}
nav > ul > li > a {
  display: inline-block;
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  height: 115px;
  line-height: 115px;
  position: relative;
}
nav > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  content: "";
  height: 5px;
  background: #205cb1;
}
nav > ul > li > a:hover, nav > ul > li > a:focus {
  color: #000000;
}
nav > ul > li > a:hover:after, nav > ul > li > a:focus:after, nav > ul > li.active > a:after {
  width: 100%;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}

nav > ul > li { position: relative; }
nav > ul > li > ul {
  display: none;
}
nav > ul > li:hover > ul {
  display: block;
  position: absolute;
  z-index: 9;
  left: 0px;
  clear: both;
  padding: 10px;
  background: #e8e4ec;
}
nav > ul > li > ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 10 15px;
  text-align: left;
}
nav > ul > li > ul > li > a {
  display: block;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  line-height: 30px;
  position: relative;
  text-align: left;
  width: 220px;
}

.social-links {
  display: inline-block;
}
.social-links ul li {
  display: inline-block;
  padding: 0 14px;
}
.social-links ul li a {
  font-size: 28px;
  color: #205cb1;
}
.social-links ul li a:hover, .social-links ul li a:focus {
  opacity: 0.8;
}

/* Bishop Santos Banner CSS */
.bishop-banner {
  position: relative;
}
.bishop-banner img {
  width: 100%;
}
.caption-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}
.caption-content .container {
  height: 100%;
  padding-top: 100px;
}
.caption-content span {
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-family: 'Lato-Light';
}
.caption-content h1 {
  font-size: 100px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lato-Light';
  line-height: 100px;
  margin-top: 10px;
}

/* Bishop Santos Banner Bottom CSS */
.banner-bottom {
  display: block;
  clear: both;
}
.banner-bottom .row {
  margin: 0;
}
.banner-bottom [class*="col-"] {
  padding: 0;
}
.gray-box {
  display: block;
  clear: both;
}
.gray-box a, .blue-box a {
  display: block;
  clear: both;
  font-size: 45px;
  color: #ffffff;
  padding: 25px 0;
  font-family: 'Lato-Thin';
  text-transform: uppercase;  
  background: #343434;
}
.gray-box a i, .blue-box a i {
  font-size: 80px;
  line-height: 50px;
  margin: 5px 0 0 20px;
  vertical-align: top;
  color: #2f7be7;
}
.blue-box a {
  background: #205cb1;
}
.blue-box a i {
  color: #ffffff;
}

/* Bishop Santos Upcoming Product Css */
.upcoming-product {
  padding: 30px 0;
  background: url("../images/upcoming-product-bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.upcoming-product:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #2f7be7;
  background: -moz-linear-gradient(top, #2f7be7 0%, #052e68 100%);
  background: -webkit-linear-gradient(top, #2f7be7 0%,#052e68 100%);
  background: linear-gradient(to bottom, #2f7be7 0%,#052e68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7be7', endColorstr='#052e68',GradientType=0 );
  opacity: 0.8;
}
.upcoming-product .container {
  z-index: 1;
  position: relative;
}
.upcoming-product h2 {
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  font-family: 'Lato-Light';
  text-transform: uppercase;
}
.upcoming-product .btn {
  min-width: 250px;
  color: #ffffff;
  margin-top: 35px;
}

.owl-dots {
  display: block;
  width: 100%; 
  text-align: center; 
  padding: 10px 0 0;
}
.owl-dot {
  display: inline-block; 
  vertical-align: middle; 
  width: 21px; 
  height: 21px; 
  background: #456596; 
  margin: 0 9px; 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 0;
  border: none;
}
.owl-dot.active, .owl-dot:hover {
  background: #2f7be7;
}


/* Bishop Santos Events Block Css */
.events-block {
  background: #f7f8fc;
  padding: 70px 0;
}
.section-title {
  display: block;
  clear: both;
  text-align: center;
  font-size: 44px;
  color: #000000;
  text-transform: uppercase;
  font-family:'Lato-Black';
  font-weight: normal;
  margin-bottom: 60px;
  padding-bottom: 0;
}
.event-box {
  display: block;
  clear: both;
  padding: 18px;
  background: #ffffff;
  box-shadow: 1px 2px 50px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.event-box:hover .posted-on {
  background: #205cb1;
}
.event-box:hover .btn {
  background: #343434;
}
.event-img-item {
  display: block;
  clear: both;
  position: relative;
}
.event-img-item img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.posted-on {
  position: absolute;
  top: -35px;
  left: 15px;
  z-index: 1;
  background: #343434;
  padding: 15px 18px 8px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.posted-on strong {
  display: block;
  clear: both;
  color: #ffffff;
  font-size: 32px;
  font-family:'Lato-Black';
  font-weight: normal;
  line-height: 26px;
}
.posted-on span {
  display: block;
  clear: both;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.events-detail {
  display: block;
  clear: both;
  padding: 35px 15px 30px;
}
.events-detail h4 {
  font-size: 30px;
  color: #000000;
  font-family:'Lato-Black';
  font-weight: normal;
}
.events-detail .btn {
  min-width: 145px;
  color: #ffffff;
  padding: 9px 30px;
  margin-top: 10px;
}


/* Bishop Become Visit Css */
.become-visit .row {
  margin: 0;
}
.become-visit [class*="col-"] {
  padding: 0;
}
.become-visit .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.become-visit .overlay-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(12, 113, 195, 0.7) -1%, rgba(0, 0, 0, 0.1) 30%);
  background: -webkit-linear-gradient(bottom, rgba(12, 113, 195, 0.7) -1%, rgba(0, 0, 0, 0.1) 30%);
  background: linear-gradient(to top, rgba(12, 113, 195, 0.8) -1%, rgba(0, 0, 0, 0.1) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  content: "";
}
.become-visit .overlay-box center {
  margin: 0 auto;
}
.become-visit h5 {
  font-size: 65px;
  line-height: 65px;
  font-family: 'Lato-Light';
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
.become-visit img {
  width: 100%;
}
.become-visit .btn {
  color: #ffffff;
}
.become-visit .btn:hover, .become-visit .btn:focus {
  color: #205cb1;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.become-visit .bishop-table-wrap {
  z-index: 1;
  position: relative;
}

/* Bishop Become Page Titlebar Css */
.page-titlebar {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.page-titlebar:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-bg.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.page-titlebar h1 {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
  font-family: 'Lato-Light';
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.page-titlebar span {
  font-size: 35px;
  color: #ffffff;
  font-family: 'Lato-Light';
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Bishop Form Block Css */
.contact-block {
  padding: 85px 0 60px;
  background: #f7f8fc;
}
.contact-inner {
  display: block;
  clear: both;
  padding: 0 150px;
}
.form-box {
  display: block;
  clear: both;
  background: #ffffff;
  box-shadow: 1px 2px 14px 5px rgba(0, 0, 0, 0.06);
  padding: 50px 100px;
}
.about-bishop .form-box {
  box-shadow: none;
  padding: 30px;
}
.form-box h2 {
  text-transform: uppercase;
  font-size: 44px;
  color: #474747;
  text-align: center;
  font-family:'Lato-Black';
  font-weight: normal;
  margin-bottom: 20px;
}
.form-box .row {
  margin: 0 -12px;
}
.form-box [class*="col-"] {
  padding: 0 12px 18px;
}
.about-bishop .form-box [class*="col-"] {
  padding: 0 12px 18px;
}
.form-box .btn {
  min-width: 319px;
  padding: 19px 30px;
  font-size: 22px;
  color: #ffffff;
  font-family:'Lato-Bold';
  margin-top: 15px;
}
.contact-info {
  padding: 70px 0 0;
}
.contact-info .row [class*="col-"]:last-child .contact-box {
  border-right: none;
  padding-right: 0;
}
.contact-box {
  display: block;
  clear: both;
  padding: 30px 20px;
  border-right: 2px solid #e3e4e8;
  min-height: 160px;
}
.contact-box h3 {
  font-size: 20px;
  color: #474747;
  text-transform: uppercase;
  font-family:'Lato-Black';
  margin-bottom: 5px;
}
.contact-box a {
  font-size: 18px;
  color: #7c7c7c;
  font-family:'Lato-Light';
}
.contact-box a:hover, .contact-box a:focus {
  color: #205cb1;
}
.contact-box .social-links ul li {
  padding: 0 10px 0 0;
}
.contact-box span {
  font-size: 18px;
  color: #7c7c7c;
  font-family:'Lato-Light';
}
.contact-box span a {
  margin-left: 5px;
}
.contact-box .social-links ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #205cb1; 
  text-align: center;
  line-height: 46px;
}
.contact-box .social-links ul li a:hover, .contact-box .social-links ul li a:focus {
  background: #205cb1;
  color: #ffffff;
  opacity: 1;
}
#map {
  display: block;
  width: 100%;
  height: 400px;
}

/* Bishop Events Listing Block Css */
.events-listing-block, .about-bishop {
  padding: 70px 0 40px;
  background: #f7f8fc;
}
.events-listing-block .row, .about-bishop .row {
  margin: 0 -24px;
}
.events-listing-block .row .col-md-8, .about-bishop .row .col-md-8 {
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
}
.events-listing-block .row .col-md-4, .about-bishop .row .col-md-4 {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
.events-listing-block [class*="col-"], .about-bishop [class*="col-"] {
  padding: 0 24px;
}
.events-listing-block .event-img-item {
  float: left;
}
.events-listing-block .events-detail {
  overflow: hidden;
  clear: none;
  padding-left: 40px;
}
.events-listing-block .listings [class*="col-"] {
  padding-bottom: 38px;
}
.events-listing-block h2, .about-bishop h2 {
  font-size: 44px;
  color: #343434;
  text-transform: uppercase;
  font-family:'Lato-Black';
  font-weight: normal;
  margin-bottom: 50px;
}
.paginations {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 10px;
}
.paginations ul li {
  display: inline-block;
  padding: 0 5px;
}
.paginations ul li a {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #ffffff;
  font-size: 21px;
  color: #343434;
  line-height: 70px;
  box-shadow: 1px 2px 14px 5px rgba(0, 0, 0, 0.06);
}
.paginations ul li a:hover, .paginations ul li a:focus, .paginations ul li.active a {
  background-color: #205cb1;
  color: #ffffff;
}

/* Bishop Sidebar Nav Css */
.sidebar-nav {
  float: left; 
  width: 100%; 
  margin-bottom: 1px;
}
.sidebar-nav ul {
  float: left; 
  width: 100%;
}
.sidebar-nav ul li {
  display: block; 
  float: left; 
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  list-style-type: none;
}
.sidebar-nav ul li a {
  display: block; 
  position: relative; 
  padding: 22px 27px; 
  font-size: 24px; 
  color: #ffffff; 
  background: url(../images/menu-cap.png) no-repeat 20px 22px #343434;
  font-family: 'Lato-Light';
  text-transform: uppercase;
}
.sidebar-nav ul li a i {
  font-size: 50px;
  float: right;
  margin: -9px 0 0 15px;
}
.sidebar-nav ul li a:hover {
  color: #ffffff; 
  font-family: 'Lato-Bold';
}
.sidebar-nav ul li.open a {
  padding: 12px 35px;
}
.sidebar-nav ul li.open i {
  display: none;
}
.sidebar-nav ul li ul li i, .sidebar-nav ul li.open ul li i {
  display: block;
  font-size: 35px;
  margin: -7px 0 0 15px;
  color: #d8d8d8;
}
.sidebar-nav ul li.open ul li.open i, .sidebar-nav ul li.open ul li i.fa-angle-down, .sidebar-nav ul li ul li i.fa-angle-down {
  display: none;
}
.sidebar-nav ul li.open ul li.open i.fa-angle-down {
  display: block;
  margin-top: -5px;
  color: #2f7be7;
}
.sidebar-nav ul li.main-nav:nth-child(2) a {
  background-color: #205cb1;
}
.sidebar-nav ul li.main-nav:nth-child(2) ul li a {
  background-color: transparent;
}
.sidebar-nav ul li.open a {
  background: url(../images/menu-cap-down.png) no-repeat 94% 22px #205cb1; 
  color: #ffffff; 
  font-family: 'Lato-Bold';
}
.sidebar-nav ul li.dropdown ul {
  display: none;
  background: #ffffff;
  box-shadow: 1px 2px 14px 5px rgba(0, 0, 0, 0.06);  
}
.sidebar-nav ul li.dropdown ul li ul {   
  padding: 20px 20px; 
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 5px;
}
.sidebar-nav ul li.dropdown ul li ul li {
  border: none;
  padding: 0 0 2px;
}
.sidebar-nav ul li.dropdown ul li ul li a {
  font-size: 18px;
  color: #000000;
  font-family: 'Lato-Light';
  padding-left: 25px;
}
.sidebar-nav ul li.dropdown ul li ul li a:hover, .sidebar-nav ul li.dropdown ul li ul li a:focus {
  text-decoration: underline;
}
.sidebar-nav ul li.dropdown ul li {
  margin: 0; 
  border-bottom: 1px solid #e5e5e5; 
  padding: 13px 0;
  text-align: left;
}
.sidebar-nav ul li.dropdown ul li a {
  padding: 0 35px; 
  background: none; 
  font-size: 18px; 
  color: #000000; 
  font-family: 'Lato-Bold';
  text-transform: none;
  text-decoration: none;
}
.sidebar-nav ul li.dropdown ul li a span {
  color: #205cb1;
}
.sidebar-nav ul li.dropdown ul li a:hover {
  color: #205cb1;
}
.sidebar-nav ul li.dropdown ul li ul li a:before {
  position: absolute; 
  left: 10px; 
  top: 11px;
  width: 8px; 
  height: 8px; 
  background: #205cb1; 
  content: ""; 
  border-radius: 100%; 
  -webkit-border-radius: 100%; 
  z-index: 1;
 }
.sidebar-nav ul li.dropdown ul li a:hover:before {
  background: #eb843e;
}

/* Bishop About Info Box Css */
.about-bishop {
  padding-bottom: 70px;
}
.about-info-box {
  display: block;
  clear: both;
  background: #ffffff;
  padding: 17px;
  box-shadow: 1px 2px 14px 5px rgba(0, 0, 0, 0.06);
}
.info-bottom {
  display: block;
  clear: both;
  padding: 20px 10px 0;
}
.info-bottom h3 {
  font-size: 30px;
  color: #205cb1;
  font-family: 'Lato-Black';
  padding-bottom: 15px;
}
.info-bottom p {
  line-height: 30px;
  margin-bottom: 25px;
}
.swiper-slider-block {
  display: block;
  clear: both;
  height: 720px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 7px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
  border: 5px solid transparent;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slider-block .swiper-button-next, .swiper-slider-block .swiper-button-prev {
  width: 72px;
  height: 72px;
  background: url("../images/slider-nav.png") no-repeat 0 -344px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  box-shadow: 1px 2px 29px 15px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.swiper-slider-block .swiper-button-next:hover, .swiper-slider-block .swiper-button-next:focus {
  background-position: 0 -516px;
}
.swiper-slider-block .swiper-button-prev {
  background-position: 0 0;
}
.swiper-slider-block .swiper-button-prev:hover, .swiper-slider-block .swiper-button-prev:focus {
  background-position: 0 -172px;
}
.gallery-thumbs .swiper-slide:hover, .gallery-thumbs .swiper-slide:focus, .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #205cb1;
}

/* Bishop Footer Css */
footer {
  background: url("../images/footer-bg-logo.png") no-repeat 50% 15px #343434;
  padding: 60px 0 35px;
  text-align: center;
}
footer .social-links {
  display: block;
  margin: 40px 0 35px;
}
footer .social-links ul li a {
  display: inline-block;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 3px solid #ffffff;
  font-size: 40px;
  color: #ffffff;
  line-height: 80px;
}
footer span a {
  font-size: 26px;
  color: #ffffff;
  font-family: 'Lato-Light';
  text-transform: uppercase;
  line-height: 28px;
}

/* Bishop Copyright Css */
.copyright {
  background: #343434;
  padding: 0 0 65px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Lato-Light';
  text-transform: uppercase;
  text-align: center;
}
.copyright center {
  display: inline-block;
}
.copyright span {
  float: right;
  margin-top: -3px;
}

/* Bishop Back To Top Css */
.bishop-back-top { 
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  width: 40px; 
  height: 40px; 
  z-index: 99; 
  text-align: center; 
}
.bishop-back-top a { 
  display: block; 
  width: 100%; 
  height: 100%; 
  font-size: 16px; 
  color: #fff; 
  background: #205cb1; 
  line-height: 38px; 
  border-radius: 100%; 
  -webkit-border-radius: 100%; 
  font-family: 'Lato-Bold'; 
}
.bishop-back-top a:hover { 
  line-height:33px; 
  background: #333333;
}

.event-page .form-box { padding: 40px; }
#calendar h2 { font-size: 26px; }