/*

Theme Name: LFMTE Default Theme

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #f5f8fa;
}

#header {
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+2,2989d8+50,1e5799+100&1+-1,0+0,1+0,0.8+1,1+1,1+98,0.8+99,1+99,1+100,1+100 */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) -1%, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 1%, rgba(30,87,153,1) 2%, rgba(41,137,216,1) 50%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
     background-repeat: no-repeat;
}

.responsive {
  width: auto;
  height: auto;
}
	

/* Main styles for the top level of the main menu */

.lfm_menu_bar {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+0,009336+0,04d63c+1,38842e+2,2989d8+4,2989d8+7,2989d8+53,1e5799+100&0+0,0.8+0,1+1,1+1,1+98,1+98,0.8+99,0.8+99,1+99 */
background: -moz-linear-gradient(top,  rgba(0,147,54,0.8) 0%, rgba(4,214,60,1) 1%, rgba(56,132,46,1) 2%, rgba(41,137,216,1) 4%, rgba(41,137,216,1) 7%, rgba(41,137,216,1) 53%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,147,54,0.8) 0%,rgba(4,214,60,1) 1%,rgba(56,132,46,1) 2%,rgba(41,137,216,1) 4%,rgba(41,137,216,1) 7%,rgba(41,137,216,1) 53%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,147,54,0.8) 0%,rgba(4,214,60,1) 1%,rgba(56,132,46,1) 2%,rgba(41,137,216,1) 4%,rgba(41,137,216,1) 7%,rgba(41,137,216,1) 53%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc009336', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	margin-bottom: 40px; /* If your menu bar is overlapping the page content, increase the margin here */
	margin-top: 0px;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation */
	.lfm_menu_bar {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}


/* Site logo styles */

.lfm_menu_logo {
	max-height: 35px;
}
@media (min-width: 992px) {
	.lfm_menu_logo {
		margin-right: 1px;
	}
}


.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	/* Sets the navigation tabs for the top level */
	font-size: 17px;
	color: #1f4227;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	/* Changes the colors when a tab is opened */
	color: navy;
	background-color: #3da336;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	background-color: #2989D8;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
	background-color: #3da336;
}

@media (min-width: 992px) {
	/* Desktop view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		margin: 0px 3px;
		padding: 6px 15px;
		border: 1px solid rgba(255,255,255,0);
		border-radius: 5px;
		position: relative;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link,
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
		border: 1px solid #089cff;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		/* Fills in the gap between an opened tab and the bottom of the bar */
		content: "";
		background-color: #2989D8;
		width: calc(100% + 1px);
		height: 15px;
		position: absolute;
		bottom: -15px;
		left: -1px;
		border: 1px solid #2989D8;
		border-top: none;
	}
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		padding: 8px 15px;
		text-align: left;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link {
		/* Returns to the original colors when a tab is closed in mobile */
		color: #FFFFFF;
		background-color: #007bff;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:hover {
		/* Returns to the original hover effect when closed in mobile  */
		color: #FFFFFF;
		background-color: #089cff;
	}
	
	/* Adds an arrow in mobile view */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:after {
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
		color: #FFFFFF;
		transform: rotate(-90deg);
		position: absolute;
		right: 1.25rem;
		transition: all 0.1s ease-out;
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		color: navy;
		transform: rotate(0deg);
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:after {
		color: #FFFFFF;
		transform: rotate(-90deg);
	}
}


/* Main styles for the second level of the main menu */

.lfm_menu_tab {
	background: linear-gradient(to bottom, rgba(96,150,98,1) 0%,rgba(97,196,25,1) 50%,rgba(89,140,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #1f4227;
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
}

li.lfm_tab_opened .lfm_menu_tab {
	display: flex;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation */
	.lfm_menu_tab {
		background-color: #EEEEEE;
		position: relative;
		flex-direction: column;
		top: 0;
		padding: 5px 0;
	}
	li.lfm_tab_closed .lfm_menu_tab {
		display: none;
	}
}


.lfm_menu_tab > li > a {
	/* Sets the navigation links for the second level */
	font-size: 15px;
	padding: 0 20px;
	line-height: 45px;
	color: #0b20ba;
	text-decoration: none;
	display: block;
}
.lfm_menu_tab > li > a:hover {
	color: navy;
}

.lfm_menu_tab .dropdown-menu a {
	/* Sets the navigation links for the third level */
	font-size: 15px;
	padding: 0 20px;
	line-height: 32px;
	color: #444444;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}
.lfm_menu_tab .dropdown-menu li:hover {
	background-color: #EEEEEE;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation links */
	.lfm_menu_tab > li > a {
		padding-left: 40px;
		line-height: 36px;
		width: 100%;
	}
	
	/* Mobile view settings for the third level navigation links */
	.lfm_menu_tab .dropdown-menu a {
		padding-left: 50px;
	}
}


/* Styles for the footer */

.lfm_footer {
    margin-left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+0,009336+0,04d63c+1,38842e+2,2989d8+4,2989d8+7,2989d8+53,1e5799+100&0+0,0.8+0,1+1,1+1,1+98,1+98,0.8+99,0.8+99,1+99 */
background: -moz-linear-gradient(top,  rgba(0,147,54,0.8) 0%, rgba(4,214,60,1) 1%, rgba(56,132,46,1) 2%, rgba(41,137,216,1) 4%, rgba(41,137,216,1) 7%, rgba(41,137,216,1) 53%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,147,54,0.8) 0%,rgba(4,214,60,1) 1%,rgba(56,132,46,1) 2%,rgba(41,137,216,1) 4%,rgba(41,137,216,1) 7%,rgba(41,137,216,1) 53%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,147,54,0.8) 0%,rgba(4,214,60,1) 1%,rgba(56,132,46,1) 2%,rgba(41,137,216,1) 4%,rgba(41,137,216,1) 7%,rgba(41,137,216,1) 53%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc009336', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */;

}

    #footerwrapper {
		background-repeat: repeat-x;
}

/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#3097D1;
	font-size:20px;
	margin-right:5px;
}


/* Profile picture sizes */

.profilepic_small {
	width:40px;
	height:40px;
}

.profilepic_med {
	width:75px;
	height:75px;
}

.profilepic_large {
	width:200px;
	height:200px;
}


/* Various styles */

.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(96,150,98,1) 0%,rgba(97,196,25,1) 50%,rgba(89,140,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
	border-radius:8px;
	border:2px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#3385ff;
	 background: linear-gradient(to bottom, rgba(96,150,98,1) 0%,rgba(97,196,25,1) 50%,rgba(89,140,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#002175;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+2,2989d8+50,1e5799+100&1+-1,0+0,1+0,0.8+1,1+1,1+98,0.8+99,1+99,1+100,1+100;Blue+Two+Sided+Transparent */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) -1%, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 1%, rgba(30,87,153,1) 2%, rgba(41,137,216,1) 50%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}

.infobar1 {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#5dd1f5;
	background-color:#5dd1f5;
}

.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+2,2989d8+50,1e5799+100&1+-1,0+0,1+0,0.8+1,1+1,1+98,0.8+99,1+99,1+100,1+100;Blue+Two+Sided+Transparent */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) -1%, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 1%, rgba(30,87,153,1) 2%, rgba(41,137,216,1) 50%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}

.carousel-control.right {
  right: 0;
  left: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+2,2989d8+50,1e5799+100&1+-1,0+0,1+0,0.8+1,1+1,1+98,0.8+99,1+99,1+100,1+100;Blue+Two+Sided+Transparent */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) -1%, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 1%, rgba(30,87,153,1) 2%, rgba(41,137,216,1) 50%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) -1%,rgba(30,87,153,1) 0%,rgba(30,87,153,1) 1%,rgba(30,87,153,1) 2%,rgba(41,137,216,1) 50%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/* Carousel base class */
.carousel {
  height: 200px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color: #000000;
}
.carousel-caption h2 {
  color: #000000;
  font-size: 22px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+0,009336+0,04d63c+1,38842e+2,2989d8+4,2989d8+7,2989d8+53,1e5799+100&0+0,0.8+0,1+1,1+1,1+98,1+98,0.8+99,0.8+99,1+99 */
background: -moz-linear-gradient(top,  rgba(0,147,54,0.8) 0%, rgba(4,214,60,1) 1%, rgba(56,132,46,1) 2%, rgba(41,137,216,1) 4%, rgba(41,137,216,1) 7%, rgba(41,137,216,1) 53%, rgba(30,89,156,1) 98%, rgba(30,88,155,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,147,54,0.8) 0%,rgba(4,214,60,1) 1%,rgba(56,132,46,1) 2%,rgba(41,137,216,1) 4%,rgba(41,137,216,1) 7%,rgba(41,137,216,1) 53%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,147,54,0.8) 0%,rgba(4,214,60,1) 1%,rgba(56,132,46,1) 2%,rgba(41,137,216,1) 4%,rgba(41,137,216,1) 7%,rgba(41,137,216,1) 53%,rgba(30,89,156,1) 98%,rgba(30,88,155,1) 99%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc009336', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */;}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 200px;
}

/* CAROUSEL RESPONSIVE CSS
-------------------------------------------------- */

/* Style the back-to-top floating button */
.sf-back-to-top {    
    background: #3da336 url(images/go_top_arrow.png) no-repeat center 43%; /* button color */    
    color: yellow; /* text/arrow color */     
    display: none;    
    z-index: 999;    /* float in bottom right corner */    /* 20 pixels from edge */   
    position: fixed;    
    right: 50px;    
    bottom: 20px;    /* size of button is 50 pixels*/   
    width: 60px;    
    height: 60px;    
    -webkit-box-sizing: border-box;    
    -moz-box-sizing: border-box;    
    box-sizing: border-box;     /* round button */    
    -webkit-border-radius: 20%;    
    border-radius: 40%;
}
    a.sf-back-to-top {    
        font-weight: 600;   
        letter-spacing: 0;    
        font-size: 0;    
        text-transform: uppercase;    
        text-align: center;    
        line-height: 1.6;   
        padding-left: 2px;   
        padding-top: 4px;   
        }
        a.sf-back-to-top .arrow:before {    
            content: "\e02d";    
            font-family: 'squarespace-ui-font';    
            font-style: normal;    
            font-weight: 600;    
            font-size: 18px;    
            line-height: 1;    
            speak: none;    
            -webkit-font-smoothing: antialiased;     
            text-align: center;
            display: block;    
            transform: rotate(-90deg);    
            -webkit-transform: rotate(-90deg); 
            -moz-transform: rotate(-90deg);    
            -ms-transform: rotate(-90deg);    
            -o-transform: rotate(-90deg);    
            cursor: pointer;    
            margin-left: 4px;}
a:hover.sf-back-to-top {
    background-color: #2989D8;
}
