/*
 THEME NAME: DigiTheme
 AUTHOR: Digilite Web Solutions
 VERSION: 3.0
 */

 /*FONTS*/

/*DEFAULT CSS*/
* {
	outline: none !important;
	text-decoration: none !important;
}

body {
  color: #1f1f1f;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	font-family: 'Lato', sans-serif;
}

a,
a:hover,
a:focus {
	color: #000;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.transition {
	transition: .5s;
}

.relative-parent {
	position: relative;
}

.absolute-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.alpha {
	padding-left: 0;
}

.omega {
	padding-right: 0;
}

.page-404 {
	padding-top: 40px;
	padding-bottom: 40px;
}



.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 6px 0px 5px;
    text-align: left;
}

.placeholder-image {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DD6B4D;
    color: white;
}

.placeholder-image i {
	display: inline-block;
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
}

/*MAIN CSS*/
.gray-bg {
  background-color: #F3F3F3;
}

.back-link {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
	margin-top: 40px;
}

.back-link svg {
	right: unset;
  width: 24px;
  fill: #DD6B4D;
}


.button,
.frm_style_formidable-style.with_frm_style .frm_submit button {
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding: 0 19px;
  text-align: center;
  transition: 0.3s;
}

.button.orange-button {
	background-color: #DD6B4D;
	color: #ffffff;
}

.button.orange-button:hover,
.button.orange-button:focus {
  background-color: #dd4f27;
}

.button.white-button {
	background-color: #ffffff;
	color: #DD6B4D;
}

.button.button-big,
.frm_style_formidable-style.with_frm_style .frm_submit button {
	padding: 0 28px;
	line-height: 40px;
	min-width: 170px;
}

.overlay-mask {
  opacity: 0.7;
  background: linear-gradient(180.21deg, #000000 0%, rgba(255,255,255,0) 100%);
}

.button.button-small {
	min-width: 88px;
}

.padded-right {
  padding-right: 30px;
}

header {
  padding: 12px 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11);
}

header .social-links {
	margin-left: 40px;
}

.author-image {
  height: 270px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.user-content {
  font-size: 16px;
  line-height: 24px;
}
.user-content a:not(.wp-block-file__button),
.user-content a:not(.has-button a) {
  text-decoration: underline !important;
}
.user-content p {
  margin-bottom: 14px;
}
.user-content ul li,
.user-content ol li {
  margin-bottom: 6px;
}
.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  margin-top: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4em;
  clear: both;
}
.user-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.user-content a {
  font-weight: 600;
}
.user-content [id*='gallery-'] img {
  border: none !important;
}
.user-content .table tr:first-child td {
  white-space: nowrap;
}
.user-content .wp-block-quote {
  text-align: center;
  border: none;
  position: relative;
  padding: 16px 48px;
  font-size: 32px;
  line-height: 36px;
  color: #f1f1f1;
  font-family: 'Montserrat', sans-serif;
}
.user-content .wp-block-quote::before {
  content: '\f10d';
  font-weight: 900;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  color: #f1f1f1;
  font-size: 36px;
  line-height: 36px;
  text-rendering: auto;
  font-family: 'Font Awesome 5 free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-content .wp-block-quote::after {
  content: '\f10e';
  font-weight: 900;
  display: inline-block;
  right: 0;
  bottom: 0;
  position: absolute;
  color: #f1f1f1;
  font-size: 36px;
  line-height: 36px;
  text-rendering: auto;
  font-family: 'Font Awesome 5 free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.user-content > ul {
  list-style: none;
  padding-left: 20px;
}

.user-content > ul li::before {
  content: "\2022";
  color: #DD6B4D;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

.team-members {
  margin-top: 40px;
}
.team-members p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: bold;
}

.team-members p strong {
  text-transform: uppercase;
}

footer .social-links {
	margin-top: 20px;
}

.social-links a {
	color: #1F1F1F;
	margin: 0 6px;
}

header .social-links a {
  font-size: 16px;
  line-height: 16px;
}

footer .social-links a {
  font-size: 20px;
  line-height: 20px;
}

.social-links a:hover,
.social-links a:focus {
	color: #DD6B4D;
}

.header-items {
  padding: 0 3.5vw;
}

.header-items .header-top-right {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.header-items .header-top-right .search-socials {
  display: flex;
  margin: 10px 0;
}
.header-items .header-search {
  display: inline-block;
}

.header-hero {
  position: relative;
	min-height: 286px;
}

.header-hero.hero-big {
	height: 40vw;
	max-height: 800px;
}

.header-hero .hero-container {
  position: relative;
	text-align: center;
  max-width: 950px;
  z-index: 21;
}

.slider-section .item h1,
.header-hero .hero-container h1 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
}

.header-hero.hero-big .hero-container  h1 {
  font-size: 42px;
}

.hero-container ul.breadcrumbs {
  padding: 0;
  margin: 19px 0 0;
  list-style-type: none;
  display: flex;
}

.hero-container .breadcrumb a {
  display: inline-block;
}

.hero-container ul.breadcrumbs li {
  font-size: 12px;
}
.hero-container ul.breadcrumbs li.separator {
  margin: 0 8px;
}
.header-hero .hero-container ul.breadcrumbs {
  justify-content: center;
  text-align: center;
}
.header-hero ul.breadcrumbs {
  color: white;
}
.header-hero .hero-container ul.breadcrumbs a,
.header-hero .hero-container ul.breadcrumbs a:hover {
  color: white;
}

.slider-section .item {
  display: flex;
  min-height: 38vw;
  max-height: 800px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-section .item .hero-container {
  text-align: center;
  max-width: 950px;
}


.navbar-nav li {
	position: relative;
}

header .navbar-nav li a {
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 14px;
}

.navbar-nav li a {
	position: relative;
	display: inline-block;
	color: #1F1F1F;
	transition: 0.3s;
}

.navbar-nav li.menu-item-has-children a {
	padding-right: 24px;
}

.navbar-nav > li.menu-item-has-children > a::after,
.header-menu li > .sub-menu li.menu-item-has-children > a::after {
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 8px;
	color: #1F1F1F;
	font-size: 14px;
	line-height: 40px;
	text-rendering: auto;
	font-family: "Font Awesome 5 free";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.4s;
}

.navbar-nav > li.menu-item-has-children > a::after {
  content: "\f0d7";
  top: 0;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover {
	background-color: #F3F3F3;
}
.header-menu li .sub-menu {
	list-style-type: none;
}

.navbar-nav li .sub-menu li a {
	display: block;
}

.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-items .logo-container {
	display: flex;
}

.header-items #logo {
  min-width: 300px;
}

.header-items .logo-container .logo-text {
	margin-left: 12px;
	max-width: 212px;
}

.header-search #search {
  position: relative;
}

.header-search .search-submit {
  cursor: pointer;
}

.header-search #search input {
  display: none;
  position: absolute;
  right: 16px;
  border: none;
  border-bottom: 1px solid #DD6B4D;
  width: 0;
  transition: 0.4s;
}

.header-search #search.opened input {
  display: block;
  width: 200px;
}


.page-title {
	text-transform: uppercase;
	color: #DD6B4D;
	font-size: 32px;
	font-weight: bold;
	line-height: 44px;
  font-family: 'Crimson Text', serif;
  margin-top: 0 !important;
}

.meta-date {
	color: #DD6B4D;
	margin-top: 16px;
	font-size: 16px;
	line-height: 20px;
}

.section-block {
	padding: 56px 0;
}

.card-box {
	margin-bottom: 48px;
}

.card-box .featured-image {
	position: relative;
}

.card-box h2 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
}

.card-box h2 a,
.card-box h2 a:hover,
.card-box h2 a:focus {
	color: #1F1F1F;
}

/* Two column section with images */
.reverse-order {
	flex-direction: row-reverse;
}

.left-column .cover-image {
	margin-left: -12px;
}
.two-column-sections .right-column .cover-image {
	margin-right: -12px;
}

.two-column-sections h3 {
  text-transform: uppercase;
	color: #DD6B4D;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 32px;
  font-family: 'Crimson Text', serif;
}
.two-column-sections p {
  font-size: 16px;
  line-height: 24px;
	margin-bottom: 24px;
}

.two-column-sections .fluid-column-half {
  min-height: 364px;
  width: 50%;
}
.two-column-sections .fluid-column-half.left-column {
	display: flex;
}
.two-column-sections .fluid-column-half.right-column {
	padding: 80px 115px;
}

.two-column-sections.keep-order .fluid-column-half.right-column {
  justify-content: flex-end;
}

.two-column-sections .map-container {
  position: relative;
}

.two-column-sections .fluid-column-half .right-column-content {
  width: 470px;
}
.two-column-sections.keep-order .fluid-column-half.left-column {
	justify-content: flex-end;
}

#burger-icon {
  width: 26px;
  height: 19px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
#burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#burger-icon.open span {
  background-color: #6C6C6F;
}
#burger-icon span:nth-child(even) {
  left: 50%;
}
#burger-icon span:nth-child(odd) {
  left: 0px;
}
#burger-icon span:nth-child(1),
#burger-icon span:nth-child(2) {
  top: 0px;
}
#burger-icon span:nth-child(3),
#burger-icon span:nth-child(4) {
  top: 8px;
}
#burger-icon span:nth-child(5),
#burger-icon span:nth-child(6) {
  top: 16px;
}
#burger-icon.open span:nth-child(1),
#burger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#burger-icon.open span:nth-child(2),
#burger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#burger-icon.open span:nth-child(1) {
  left: 3px;
  top: 2px;
}
#burger-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 2px;
}
#burger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#burger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#burger-icon.open span:nth-child(5) {
  left: 3px;
  top: 9px;
}
#burger-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 9px;
}

/* logo section */
.logos-container .logos-content .item {
  width: 100%;
  height: 107px;
  margin: 15px 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.logos-container .left-section-text h1,
.logos-container .left-section-text h2,
.logos-container .left-section-text h3 {
  text-transform: uppercase;
}

.logos-container .left-section-text h1,
.logos-container .left-section-text h2,
.logos-container .left-section-text h3,
.logos-container .left-section-text h4,
.logos-container .left-section-text h5,
.logos-container .left-section-text h6 {
  color: #DD6B4D;
  font-size: 30px;
  line-height: 44px;
  font-family: "Crimson Text";
}


.logos-container .logos-content .left-section {
  display: flex;
  align-items: center;
}

/* pagination styles */
.number-pagination {
	clear: both;
}
.number-pagination ul.page-numbers {
	font-size: 0;
	display: block;
	text-align: center;
	padding: 0 12px;
	margin: 32px 0 0 0;
}
.personnel-list .number-pagination ul.page-numbers {
	text-align: left;
	padding: 0;
	margin-top: 16px;
}
.number-pagination ul.page-numbers li {
	list-style-type: none;
	display: inline-block;
}
.number-pagination ul.page-numbers li a,
.number-pagination ul.page-numbers li span {
	width: 32px;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	color: black;
	display: inline-block;
}
.number-pagination ul.page-numbers li .material-icons {
	position: relative;
	bottom: -3px;
}
.number-pagination ul.page-numbers li:first-child a,
.number-pagination ul.page-numbers li:last-child a {
	border: none;
	color: black;
	background: none;
	font-size: 13px;
	line-height: 24px;
}
.number-pagination ul.page-numbers li span.current,
.number-pagination ul.page-numbers li:hover a {
	background-color: #DD6B4D;
	color: white;
}
.number-pagination ul.page-numbers li:first-child a:hover,
.number-pagination ul.page-numbers li:last-child a:hover {
	color: #DD6B4D;
	background-color: transparent;
}
/******************************************/
.contact-form .frm_submit {
  text-align: center;
}

.service-container {
  margin-bottom: 30px;
}

.service-container > a {
  width: 30%;
}
.service-container.left-service {
  flex-direction: row-reverse;
  text-align: right;
}
.service-container.left-service > a {
  margin-left: 30px;
}

.service-container.right-service > a {
  margin-right: 30px;
}

.service-container .service-content {
  width: 70%;
}

.service-container .service-content h3 {
  text-transform: uppercase;
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.service-container .service-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
}

.service-container .service-content h3 a {
  color: #DD6B4D;
}

.service-container .service-content > a {
  font-size: 12px;
  font-style: italic;
  line-height: 21px;
  text-decoration: underline #DD6B4D !important;
}

.post-type-archive-tribe_events .section-block h1 {
  color: #DD6B4D;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  line-height: 43px;
  font-family: 'Crimson Text', serif;
}

.icon-container {
	position: relative;
}
.icon-container:not(:last-child) {
	margin-bottom: 4px;
}
.icon-container i {
	position: absolute;
	left: 0;
  top: 6px;
  color: #DD6B4D;
}
.icon-container span {
	display: block;
}


footer {
	background-color: #F3F3F3;
	padding: 52px 0 32px;
}


footer .footer-top {
	margin-bottom: 24px;
}

footer .footer-top h3 {
  margin-bottom: 16px;
}

footer .navbar-nav li a {
	font-size: 12px;
	line-height: 24px;
}

footer .terms-cond li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid gray;
}

footer h4,
footer h4 a {
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #DD6B4D;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

footer .footer-top .frm_fields_container {
  display: flex;
}

footer .footer-top .frm_inline_form .frm_form_field.form-field {
  width: 400px !important;
  margin-right: 0 !important;
}

footer .footer-top .frm_inline_form .frm_form_field.form-field input {
  margin-right: 0;
  background-color: white;
}

.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button {
  min-width: 170px;
  text-align: center;
  box-shadow: none;
}

footer .footer-info-container {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}

footer .footer-info-container img {
	margin-bottom: 32px;
}
footer .footer-info-container .footer-info span {
  display: inline-block;
	margin-bottom: 8px;
}

footer .copyright {
  margin-top: 80px;
}

footer .copyright span {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

footer .copyright a,
footer .copyright a:hover {
  color: black;
}

.mobile_donate {
    display: none;
}


/* Large desktops and laptops */
@media (min-width: 1230px) {
	.container { max-width: 1200px; }
}

@media (min-width: 1200px) {
	.news-container .featured-image {
		min-height: 260px;
  }
	.events-container .featured-image {
		min-height: 418px;
  }
  .icon-container span {
    font-size: 20px;
    line-height: 32px;
    padding-left: 33px;
  }
}

@media (max-width: 1199px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.news-container .featured-image {
		min-height: 170px;
  }
  .events-container .featured-image {
		min-height: 318px;
  }
  .icon-container span {
    font-size: 20px;
    letter-spacing: 0.35px;
    line-height: 30px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .header-items #logo {
    margin-bottom: 12px;
  }
	.header-items .logo-container .logo {
		max-width: 85px;
		height: auto;
		object-fit: contain;
		}
  .icon-container i {
    font-size: 16px;
    line-height: 20px;
    width: 16px;
    height: 16px;
  }
  .hide-desktop,
  #burger-menu {
    display: none !important;
  }
  .slider-section .item h1,
  .header-hero .hero-container h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover {
    background-color: #F3F3F3;
  }
  .header-menu li .sub-menu {
    display: none;
    padding: 0;
    position: absolute;
    background-color: #F3F3F3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11);
    min-width: 170px;
    z-index: 30;
  }

  .header-menu li > .sub-menu {
    left: 0;
    padding: 10px 0;
    min-width: 240px;
  }

  .header-menu li > .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    max-width: 300px;
  }

  .navbar-nav li:hover > .sub-menu,
  .navbar-nav li:hover > .sub-menu li:hover {
    display: block;
  }

  .navbar-nav li .sub-menu li a {
    display: block;
    font-size: 14px;
    padding: 4px 14px;
    line-height: 22px;
  }

  .navbar-nav li > .sub-menu > li.current-menu-item > a,
  .navbar-nav li .sub-menu li:hover > a {
    background-color: #DD6B4D;
    color: #ffffff;
  }
  
  header .navbar-nav {
    margin-right: 18px;
  }
  .header-menu li > .sub-menu li.menu-item-has-children > a::after {
    content: "\f0da";
    line-height: 22px;
  }
}

@media (max-width: 991px) {
	.news-container .featured-image {
		min-height: 150px;
  }
  .events-container .featured-image {
		min-height: 240px;
  }
  .icon-container span {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 20px;
    padding-left: 30px;
  }
  .icon-container i {
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .hide-mobile {
    display: none !important;
  }
  .slider-section .item h1,
  .header-hero .hero-container h1 {
    padding: 30px;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
  }
  #site-nav {
    position: absolute;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
  }
  #site-nav #menu-top-navigation {
    padding: 0 0 100px;
    display: flex;
    flex-flow: column;
  }
  .navbar-nav li a {
    display: block;
    text-align: center;
  }
  .header-menu li .sub-menu {
    padding: 0;
    text-align: center;
    display: none;
    background-color: #F3F3F3;
  }
  .header-menu li .sub-menu .sub-menu {
    background-color: #fefefe;
  }
  .header-menu li > .sub-menu li.menu-item-has-children > a::after {
    content: "\f0d7";
  }
  .header-menu li.clicked > a::after {
    transform: rotate(-90deg);
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.header-items .logo-container .logo {
		max-width: 80px;
  }
  #site-nav {
    top: 73px;
  }
}

@media (min-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 0 auto;
  }
  
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .ucer-content img {
    margin: 10px 0;
  }
	.header-items .logo-container .logo {
		max-width: 75px;
	}
	.header-items .logo-container .logo-text {
		display: none;
	}
  .news-container .featured-image,
  .events-container .featured-image {
		min-height: 56vw;
  }
  #site-nav {
    top: 57px;
  }
}

/* Landscape phones and smaller */
@media (max-width: 544px) {
	.mobile_donate {
		text-align: center;
		padding: 10px 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		display: block !important;
	}
	
	footer {
		padding: 52px 0 85px;
	}
	
	.mobile_donate a {
		min-width: 80% !important;
	}
	
	footer h4 {
		text-align: center;
		padding-top: 25px;
	}
	
	.footer-info {
		text-align: center;
	}
	
	footer .social-links {
		text-align: center;
	}
	
}

@media (max-width: 480px) {
	
}
