/*COMMON STYLES */

.feedback-button {
	height: 40px;
	border: solid 3px #CCCCCC;
	background: #72afcc;
	width: 200px;
	line-height: 32px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: white;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -80px;
	top: 25%;
	font-family: 'Source Sans Pro', sans-serif;
	z-index: 999;
	cursor: pointer;
}

.modal-backdrop {
	display: none;
}

.med-text {
	font-size: 14px;
}

#side-bar-container {
	padding-top: 20px;
	border-left: 1px solid #e0e0e0;
}

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.faq-question {
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	text-decoration: underline;
	padding-bottom: 10px;
}

.faq-answer {
	font-size: 18px;
	font-weight: 300;
	color: #808080;
	padding-bottom: 15px;
}

.faq-menu-item {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #C0C0C0;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
}

.package-container {
	font-weight: 600;
	color: #3e677b;
	padding: 2px;
	text-align: center;
}

.package-container-grey {
	font-weight: 300;
	color: #3e677b;
	background-color: #f5f5f5;
}

.package-container-even {
	font-weight: 600;
	color: #3e677b;
	background-color: #b6d3e4;
	padding: 2px;
	text-align: center;
}

.package-container-even-light {
	font-weight: 600;
	color: #3e677b;
	background-color: #c8dde6;
	padding: 2px;
	text-align: center;
}

.package-container-odd {
	font-weight: 600;
	color: #3e677b;
	background-color: #d3e4a2;
	padding: 2px;
	text-align: center;
}

.table td, .table th {
	padding: .3rem;
}

.package-container-odd-light {
	font-weight: 600;
	color: #3e677b;
	background-color: #dce9ba;
	padding: 2px;
	text-align: center;
}

.package-tick {
	width: 32px;
	height: auto
}

[data-tooltip] {
	position: relative;
	z-index: 0;
	cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip]:before, [data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.fc-day-header {
	font-weight: bold;
}

.fc-highlight {
	background: #d8d8d8 !important;
}

/* @CY Changing calendar-card background to loopa blue and text to white. Prev text color is #868686  */

.calendar-card {
	padding: 10px;
	border: 1px solid #d9d9d9;
	color: #ffffff;
	margin: 10px;
}

.top-toast-container {
	border-radius: 0 0 10px 10px;
	text-align: center;
	color: #ffffff;
	margin-top: 62px;
	padding: 4px;
	z-index: 100000 !important;
}

.top-toast-container-popup {
	border-radius: 0 0 10px 10px;
	text-align: center;
	color: #ffffff;
	padding: 4px;
}

/*@CY Changing top and bottom padding for centered text and greater menu selector size */

.settings-menu-item {
	padding: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	cursor: pointer;
	font-size: 14px;
}

.site-menu-item {
	padding: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.hide-text {
	margin-right: 20px
}

.package-parent {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -28px;
}

.package-child {
	background-color: #fdaf19;
	padding: 14px;
}

.button-float {
	width: 80px;
	padding-top: 10px;
}

/*@LS changed the paddingof the float*/

.pre-space {
	padding-bottom: 130px
}

.trial-parent {
	width: 49%;
	text-align: right;
}

#trial-container {
	display: block;
}

#child-content {
	padding-left: 6px;
	padding-bottom: 30px;
}

.navbar-collapse {
	display: inline-flex;
	flex-basis: auto;
}

.top-image {
	width: 650px;
}

.footer-alignment {
	text-align: left;
}

#ipad-feature {
	margin-top: -200px;
}

@media screen and (max-width:650px) {
	.top-image {
		width: 400px;
	}
	#ipad-feature {
		margin-top: -120px
	}
	.footer-alignment {
		text-align: center;
	}
	.trial-parent a {
    display: none;
	}
	.payment-content {
    border-radius: 10px 10px 0 0 !important;
    background: #72AFCC;
    height: 100%;
    text-align: center !important;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}
.linked-top-social {
    width: 90% !important;
    margin-bottom: 15px;
}
.social-table td{
 width:100%;
 float:left;
}
.social-table a#btn-done {
	margin: 0px 50px !important;
    text-align: center;
}
.team-table td{
 width:100%;
 float:left;
}
.team-table a#btn-done {
    width: 50%;
    margin-left: 23% !important;
    text-align: center;
}
#team-container #site-holder {
    text-align: center;
}
.linked-acc br {
    display:block;
}
.linked-top-social br {
    display:block;
}
.mobdis {
    display: none !important;
}
.mem-individual br {
    display: block;
}
.team-content-section .card {
    margin: 10px 0;
}
.mem-individual {
    margin: 40px 15px !important;
}
.member-icon img {
    right: 0 !important;
}
.col-auto.add-member-btn {
    max-width: 95%;
    flex: 0 0 100%;
    width: 100%;
    text-align:center;
    margin-bottom: 60px;
}
.add-member-btn .fa {
    margin-bottom: 30px;
    margin-top: -5px;
}
.create-team .btn-expand{
	min-width: 150px;
}
div#commonLargeModal .modal-content {
    width: 100% !important;
    margin: 0 auto;
}
div#commonLargeModal .btn {
    width: 46.5% !important;
    float: left;
    margin-right: 4px !important;
    margin-left: 5px !important;
}
#team-container .form-control {
    height: 40px;
    border-radius: 5px;
}
#team-container .form-group {
    margin-bottom: 10px !important;
}
.access-field{
	margin-top: 10px !important;
}
.mainheadline {
    line-height: 30px;
    margin-bottom: 10px !important;
        font-size: 22px;
}
#top-spash {
    padding-top: 48px !important;
}
.home-topsection .m-b-30 {
    margin-bottom: 15px !important;
}
.footerbunny {
    padding-right: 50px;
}
.create-post{
	padding-left:0 !important;
	width:60%;
	margin: 0 auto;
}
.create-post .btn {
    width: 90% !important;
}
.del-acc{
	text-align:center;
}
.del-acc .btn {
    margin-top: 10px;
}
.prof-head{
	text-align:center;
}
div#commonLargeModal .ctrbtn{
	width: 46% !important;
    float: none !important;
}
.linked-acc {
    background: transparent !important;
    width: 60px !important;
    border-bottom: 0 !important;
}
.linked-nodis{
	display:none !important;
}
.featurestable th:first-child {
    padding-left: 5px !important;
    font-size: 12px;
    line-height: 20px !important;
    vertical-align: middle;
        line-break: auto;
}

.featurestable td, .featurestable th {
    border: 0;
    padding: 3px;
    font-size: 10px;
    line-height: 20px !important;
}

.package-tick {
    width: 25px;
    height: auto;
}

.package-social-img{
	width: auto;
    height: 25px !important;
}
.package-feature-heading {
    font-size: 15px !important;
}
.featurestable {
    width: 100% !important;
}
.featurestable .btn-green-loopascoop {
    margin-left: 0 !important;
}
.settingssocial .card {
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 10px;
}
.container.sml-container {
    width: 100% !important;
    margin: 0 auto;
}
#linked-accounts-container {
    padding-left: 30px !important;
}
.builder-table td{
	display:flex !important;
}
.builder-table td button {
    min-width: 130px !important;
    max-width: 130px !important;
    width: 130px !important;
}
.builder-table tbody {
	flex-direction: column-reverse;
}
.builder-table tbody tr{
	display: flex;
	flex-direction: column-reverse;
}
.saveskip .btn {
    margin: 0 auto !important;
}
td.sitebtns .btn {
    margin: 0 auto !important;
}
.mysite .btn-plus-img{
right:10px;
line-height: 19px;
}
.social-con .col-sm-3{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
}

.b {
	color: #41677C;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	font-weight: 300;
}

.block-heading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px
}

.package {
	border: 1px solid rgba(0, 0, 0, .3);
	margin: 20px;
	border-radius: 10px;
}

.package li {
	padding: 2px;
	margin-left: 15px;
	font-weight: 300;
}

.package ul {
	text-align: left;
}

.p-lte {
	color: #93a3aa;
}

#footer-support {
	text-align: left;
}

.slant-faq {
	position: relative;
	height: 250px;
	padding-top: 60px;
	cursor: pointer;
}

/*@LS changed the height of slant green*/

.slant-green {
	position: relative;
	height: 3700px;
	background-image: linear-gradient(#8cbf76, #8cbf76);
	padding-top: 20px
}

.slant-green-svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5vw;
	/* set height to pixels if you want angle to change with screen width */
}

.slant-green-feature-svg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 5vw;
	/* set height to pixels if you want angle to change with screen width */
}

.slant-faq-feature-svg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1vw;
	/* set height to pixels if you want angle to change with screen width */
}

.big-feature {
	height: 800px;
}

.mid-feature {
	height: 600px;
}

.icon-background-marketing {
	color: #ffffff;
}

.b {
	color: #41677C;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	font-weight: 300;
}

.w {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

.background-b {
	background-color: #8cbf76;
	padding-top: 50px
}

.background-g {
	background-color: #8cbf76;
}

.flex-wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between
}

.footer-alignment {
	text-align: center;
}

h1, h2, h3 {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

h1, h2, h3 {
	font-size: 25px;
}

/*
//@LS added h-tags sizes */

.shadowbox {
    padding: 50px;
    text-align: left;
    list-style-type: circle;
    border-radius: 30px;
    box-shadow: 0px 2px 8px #ccc;
    -webkit-box-shadow: 0px 2px 8px #ccc;
}

.shadowbox li {
    list-style: disc;
}

.shadowbox ul {
	padding-left: 18px;
    font-size: 15px;
}

.timebox {
    font-size: 50px;
    color: #72AFCC;
    text-align: center;
    border-radius: 15px;
    width: 55%;
    height: 63px;
    padding: 6px;
    margin: 0 auto;
    box-shadow: 0px 2px 8px #ccc;
    -webkit-box-shadow: 0px 2px 8px #ccc;
    position:relative;
    z-index: 999;
    margin-bottom: -30px;
    font-weight: 500;
    background: #fff !important;
}
.datebox {
    width: 50%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    color: #868686;
    border: 4px solid;
    text-align: center;
    border-radius: 30px;
}

.inline-photo1 {
  opacity: 0;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition-delay: 0s;
  will-change: transform, opacity;
}

.imghov {
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	-webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
} 

.imghov:hover {
    margin-top: 2px;
}

.inline-photo2 {
  opacity: 0;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition-delay: 0.5s;
  will-change: transform, opacity;
}

.inline-photo3 {
  opacity: 0;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition-delay: 1s;
  will-change: transform, opacity;
}

.inline-photo4 {
  opacity: 0;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition-delay: 1.5s;
  will-change: transform, opacity;
}

.inline-photo1.is-visible, .inline-photo2.is-visible, .inline-photo3.is-visible, .inline-photo4.is-visible {
  opacity: 1;
}

.inline-photo {
    opacity: 0;
    transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .8s .25s ease-out;
    will-change: transform, opacity;
    transform: rotate(0deg);
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotate(-30deg);
}

.inline-photo:hover {
    transform: skew(60deg, -30deg) scaleY(.66667);
}

.feedsection #new-content-holder .col-md-3 {
    width: 25%;
    float: left;
}

.account-selection-container {
	cursor: pointer;
	border-bottom: 0px solid #d3d3d3;
	background-color: #d3d3d3;
	opacity: 0.5;
}

.account-selection-container-lg {
	width: 234px;
	border-bottom: 5px solid rgb(160, 204, 58);
    background-color: rgb(250, 250, 250);
    color: rgb(30, 97, 134);
	padding: 5px;
	padding-bottom: 0px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: 1px 1px 4px #bbb;
	border-radius: 0 0 5px 5px;
}

.account-selection-container-sm {
	width: 50px;
	background-color: transparent;
	padding: 10px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	margin-top: 0px;
    margin-bottom: 0px;
}

.btn-uniform {
	width: 100px;
}

.btn-expand {
	min-width: 200px;
}

.footerbg {
	left: 0;
	bottom: 0;
	width: 100%;
	margin-left: 0px !important;
	background-image: url(/img/marketing/footer-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
	color: #41677c;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.preferred-login {
	padding-top: 8px;
	padding-bottom: 11px;
	margin-bottom: 15px;
	background-color: #FFF;
	border-radius: 3px;
	border: 1px solid #8a8a8a;
	color: #535a60;
	text-align: center;
	cursor: pointer;
}

.preferred-login.facebook-login {
	color: #fff;
	background-color: #395697;
	border: none;
}

.preferred-login svg {
	position: relative;
	top: 3px;
}

.logo-icon {
	width: 32px;
}

.logo-text {
	width: 100px;
	margin-left: 10px;
}

.nav-mobile {
	position: fixed;
	top: 100px;
	background-color: white;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	z-index: 9;
	display: none;
}

.nav-tab {
	width: 20%;
	border-radius: 0%;
}

.post-nav-tab {
	width: 25%;
	border-radius: 0%;
}

.has-border-right {
	border-right: 1px solid #C0C0C0;
}

.dropdown-big {
	min-width: 20rem;
}

.dropdown-big li {
	padding: 0;
}

.social-platforms {
	padding: 40px 20px;
	text-align: center;
	display: inline-flex;
	width: 100%;
    border-radius: 7px;
}

@media (max-width: 650px) {
	.hide-text {
		display: none;
	}
	.social-platforms {
		display: block;
	}
	.social-platforms .social-blocks {
		padding: 15px 0;
	}
	.inline-photo1, .inline-photo2, .inline-photo3, .inline-photo4 {
    width: 25%;
    padding: 0;
	}
	.inline-photo1 h3, .inline-photo2 h3, .inline-photo3 h3, .inline-photo4 h3 {
    font-size: 16px;
    padding: 10px 0 0 !important;
	}
	.inline-photo1 img, .inline-photo2 img, .inline-photo3 img, .inline-photo4 img {
    width: 50% !important;
    font-family: 'Source Sans Pro', sans-serif !important;
	}
	.inline-photo1, .inline-photo2, .inline-photo3, .inline-photo4 {
    transition-delay: 0s;
	}
	.mobilereorder {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
	}
	.imgleft img {
    float: left;
	}
	.foursections br {
		display:none;
	}
	.shadowbox {
    padding: 40px !important;
	}
	.sitecreation{
	margin-left: 41px !important;
    vertical-align: bottom;
    margin-top: -50px !important;
    width: 90% !important;
	}
	.contentcreation{
	vertical-align: bottom;
    margin-left: -25px !important;
    margin-top: -60px !important;
	}
	.postfeatures{
	vertical-align: bottom;
    margin-left: 8px !important;
    margin-top: -50px !important;
	}
	.datetime {
    margin-top: 15px !important;
	}
	.nomarg {
	margin: 0px -6px !important;
    width: 100%;
	}
	.big-feature {
    margin-top: 70px !important;
	}
	.bottombg .text-left {
    text-align: center !important;
    padding: 0 !important;
	}
	.bottombg .text-center {
    padding-top: 0 !important;
	}
	.signupbanner{
	min-height: 300px !important;	
	}
	.trial-parent a {
    display: none;
	}
	.imghov {
    margin: 0;
    padding: 0;
	}
	div#blockTrigger {
    display: none;
}
div#blockTrigger1 {
    display: none;
}
div#blockTrigger2 {
    display: none;
}
div#blockTrigger3 {
    display: none;
}
div#blockTrigger4 {
    display: none;
}
div#blockTrigger5 {
    display: none;
}
div#blockTrigger6 {
    display: none;
}
div#blockTrigger7 {
    display: none;
}
.inline-photo {
    display: none;
}
#ipad-feature {
    margin-top: -70px;
}
.bottombgleft{
    margin: 0 !important;
}
.bottombgright{
	padding: 40px 0;
    margin: 0 !important;
}
.signupbanner{
	background-image: url(/img/marketing/signupbannerbg.png) !important;
}
.bottombgleft h4, .bottombgleft h3 {
    text-align: center;
    color: #3c7490 !important;
}
.bottombgright h4{
	text-shadow: 1px 1px 5px #fff;
}
.bottombgleft .p-t-90.p-b-90 {
    padding-bottom: 30px !important;
    padding-top: 36px !important;
}
.bottombgright .p-t-50 {
    padding-top: 0 !important;
    margin-top: -80px;
    padding-bottom: 130px;
}
.m-t-90 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 20px !important;
}
.planemob{
	margin-top:0 !important;
}
.foursections .col-lg-1 {
    display: none !important;
}
.feedsection #new-content-holder .col-md-3 {
    width: 100%;
    float: left;
}
}

@media screen and (max-width:1024px){
	div#blockTrigger, div#blockTrigger1,
	div#blockTrigger2, div#blockTrigger3,
	div#blockTrigger4, div#blockTrigger5,
	div#blockTrigger6, div#blockTrigger7 {
    display: none;
}
a#menu-register {
    margin-right: 0 !important;
    margin-left: 0px !important;
}
.slant-green {
    position: relative;
    height: 460px;
    background-image: linear-gradient(#8cbf76, #8cbf76);
    padding-top: 30px;
}
.member-carousel {
  min-width: 590px !important;
}
}

@media screen and (max-width:768px){
	div#blockTrigger, div#blockTrigger1,
	div#blockTrigger2, div#blockTrigger3,
	div#blockTrigger4, div#blockTrigger5,
	div#blockTrigger6, div#blockTrigger7 {
    display: none;
}
.slant-green {
    position: relative;
    height: 460px;
    background-image: linear-gradient(#8cbf76, #8cbf76);
    padding-top: 30px;
}
.inline-photo {
	display:none;
}
.foursections .col-lg-1 {
    display: none;
}

}

.social-platforms li {
	margin: auto;
}

/*button*/

.custom-btn-block {
	display: block;
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

.btn-loopascoop {
	background: #39728e;
	border: 1px solid #39728e;
	color: white;
}

.btn-orange-loopascoop {
	background: #FFB100;
	border: 1px solid #FFB100;
	color: #65625b;
	font-weight: bold;
	font-weight: 700;
	font-size: 22px;
}

.btn-lightblue-outline-loopascoop {
	background: transparent;
	border: 1px solid #72AFCC;
	color: #72AFCC;
	font-weight: bold;
	font-weight: 700;
	font-size: 22px;
}

.btn-darkblue-outline-loopascoop {
	background: transparent;
	border: 1px solid #41677C;
	color: #41677C;
	font-weight: bold;
	font-weight: 700;
	font-size: 22px;
}

.btn-dark-red-loopascoop {
	background: #d85757;
	border: 1px solid #d85757;
	color: #ffffff;
	font-weight: 700;
	font-size: 22px;
}

.btn-lightblue-loopascoop {
	background: #72AFCC;
	border: 1px solid #72AFCC;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
}

.btn-green {
	background: #a0cc3a;
	border: 1px solid #a0cc3a;
	color: white;
	font-weight: 700;
	font-size: 22px;
}

.btn-green-loopascoop {
	background: #a0cc3a;
	border: 1px solid #a0cc3a;
	color: white;
	max-width: 250px;
	font-weight: 700;
	font-size: 22px;
}

.btn-green-loop-loopascoop {
	background: #8CBF76;
	border: 1px solid #8CBF76;
	color: white;
	max-width: 250px;
	font-weight: 700;
	font-size: 22px;
}

.btn-green-outline-loopascoop {
	background: transparent;
	border: 1px solid #a0cc3a;
	color: #a0cc3a;
	max-width: 250px;
	font-weight: 700;
	font-size: 18px;
}

.btn-red-loopascoop {
	background: #d05655;
	border: 1px solid #d05655;
	color: white;
	max-width: 250px;
	font-weight: 700;
	font-size: 22px;
}

.btn-black-outline-loopascoop {
	background: transparent;
	border: 1px solid #202020;
	color: #41677C;
	max-width: 250px;
	font-weight: 700;
	font-size: 18px;
}

.btn-grey-outline-loopascoop {
	background: transparent;
	border: 1px solid #C0C0C0;
	color: #C0C0C0;
	max-width: 250px;
	font-weight: 700;
	font-size: 18px;
}

.btn-white-loopascoop {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #7aafcd;
	max-width: 250px;
	font-weight: 700;
	font-size: 20px;
}

.btn-pure-white-loopascoop {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #2D78A2;
	max-width: 250px;
	font-weight: 700;
	font-size: 20px;
}

.btn-grey-loopascoop {
	background: #d5d2d7;
	border: 1px solid #d5d2d7;
	color: white;
	max-width: 250px;
	font-weight: 700;
	font-size: 22px;
}

.btn-light-blue-loopascoop {
	background: #57aad8;
	border: 1px solid #57aad8;
	color: white;
	max-width: 250px;
	font-weight: 700;
	font-size: 22px;
}

.btn-light-blue-outline-loopascoop {
	background: transparent;
	border: 1px solid #57aad8;
	color: #C057aad8C0C0;
	max-width: 250px;
	font-weight: 700;
	font-size: 18px;
}

.btn-very-light-blue-loopascoop {
	background: #93A3AA;
	border: 1px solid #93A3AA;
	color: white;
	max-width: 250px;
	font-weight: 700;
	font-size: 22px;
}

.btn-reverse {
	background: white;
	color: #39728e;
	border: 1px solid #39728e;
	font-weight: 700;
	font-size: 22px;
}

.btn-grey {
	background: #d5d2d7;
	color: #606060;
	border: 1px solid #d5d2d7;
}

.btn-red {
	background: #CC6F67;
	border: 1px solid #CC6F67;
	color: white;
}

.btn-loopascoop.disabled {
	background: #39728e;
	border: 1px solid #39728e;
	color: white;
}

.btn-white {
	background: #FFF;
	border: 1px solid #FFF;
	color: #99abb4;
}

.facebook-color {
	color: #3B5998 !important
}

.linked-acc .facebook-color {
    background: #3B5998 !important;
    color: #fff !important;
}

.site-set-social .facebook-color {
    background: #3B5998 !important;
    color: #fff !important;
}

.twitter-color {
	color: #55acee !important
}

.linked-acc .twitter-color {
	background: #55acee !important;
	color: #fff !important;
}

.site-set-social .twitter-color {
	background: #55acee !important;
	color: #fff !important;
}

.linkedin-color {
	color: #007bb5 !important
}

.linked-acc .linkedin-color {
	background: #007bb5 !important;
	color: #fff !important;
}

.site-set-social .linkedin-color {
	background: #007bb5 !important;
	color: #fff !important;
}

.pinterest-color {
	color: #cb2027 !important
}

.linked-acc .pinterest-color {
	background: #cb2027 !important;
	color: #fff !important;
}

.site-set-social .pinterest-color {
	background: #cb2027 !important;
	color: #fff !important;
}

.instagram-color {
	color: #E1306C !important
}

.youtube-color {
	color: #f00 !important
}

.linked-acc .instagram-color {
	background: #E1306C !important;
	color: #fff !important;
}

.site-set-social .instagram-color {
	background: #E1306C !important;
	color: #fff !important;
}

.site-set-social .youtube-color {
	background: #FF0000 !important;
	color: #fff !important;
}

.facebook-bg-color {
	background-color: #3B5998 !important
}

.twitter-bg-color {
	background-color: #55acee !important
}

.linkedin-bg-color {
	background-color: #007bb5 !important
}

.pinterest-bg-color {
	background-color: #cb2027 !important
}

.instagram-bg-color {
	background-color: #E1306C !important
}

.page-titles {
	padding: 0;
	position: fixed;
	top: 60px;
	/*width: calc(100% - 240px);*/
	width: 100%;
}

.post_tabs {
	margin-top: 40px;
}

.container-fluid {
	padding: 10px 30px 25px 30px;
}

.tab-active {
	background-color: #f5f5f5;
	color: #4d4d4d;
}

.type-active {
	background-color: #39728e;
	color: white !important;
}

.top-tab {
	color: #4d4d4d;
}

.type-active i, .type-active a {
	color: white !important;
}

.content-active {
	background-color: #39728e;
}

.sidebar-nav>ul>li>a i {
	color: #607d8b;
}

.sidebar-nav>ul>li>a img {
	width: 36px;
}

.tiny-social-icon {
	position: relative;
	bottom: 23px;
	right: -15px;
	color: #ffffff;
}

.margin-right-7px {
	margin-right: 7px;
}

.padding-8px {
	padding: 8px;
}

.content-active a, .content-active i, {
	color: white;
}

.content-sidebar {
	position: fixed;
	width: 200px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	padding-top: 100px;
	background: #fff;
	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.content-sidebar .scroll-sidebar {
	width: 100% !important;
}

.content-container {
	margin-left: 200px;
}

.nav-tog {
	display: none;
}

.swapping-btn {
	margin: 0 11px;
}

.mini-contentbar .swapping-btn {
	padding: 7px 0px !important;
	width: 40px !important;
}

.swapping-btn i {
	color: #ffffff !important;
	margin-left: -3px;
}

.filter-box select {
	width: 100% !important;
}

@media (min-width: 768px) {
	.mini-contentbar .hide-span {
		display: none;
	}
	.mini-contentbar .content-sidebar {
		width: 60px;
	}
	.mini-contentbar .sidebar-nav #contentbarnav>li>a {
		padding: 9px 20px;
		width: 50px;
	}
	.mini-sidebar .scroll-sidebar {
		width: 100%;
	}
	.mini-contentbar .content-sidebar .contentbartoggler {
		text-align: center;
	}
	.mini-contentbar .content-container {
		margin-left: 60px;
	}
	.mini-sidebar .page-titles {
		/* width: calc(100% - 60px); */
	}
	.mini-contentbar .content-sidebar {
		position: fixed;
		left: 0;
	}
}

@media (max-width: 768px) {
	.mini-contentbar .content-sidebar {
		position: fixed;
		left: 0 !important;
	}
	.mini-contentbar.show-contentbar .content-sidebar {
		left: 0 !important;
	}
	.mini-contentbar.show-contentbar .nav-tog {
		display: block;
	}
	.nav-mobile {
		display: block;
	}
	.content-container {
		margin-left: 0;
	}
	.page-titles {
		/* width: 100%; */
	}
	.container-fluid {
		padding: 10px 30px 25px 30px;
	}
}

.side-bar-footer {
	bottom: 0;
	position: absolute;
	margin-left: 11px;
}

/* Styling for the text format on the profile page */

.rs-detail-section, .rs-detail-section-body, .rs-detail-section-header, .rs-detail-section-body, .rs-detail-key, .rs-detail-value, .rs-detail-list {
	font-size: 13px;
	line-height: 20px;
}

.rs-detail-section-header {
	padding: 30px 30px 20px;
	border-top: 1px solid #fff;
}

.rs-detail-section-title {
	margin-right: 10px;
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
}

.rs-detail-section-body {
	padding: 0 30px;
	margin: 0 0 30px;
}

.rs-detail-key {
	width: 120px;
	clear: left;
	float: left;
	text-align: right;
}

.rs-detail-value {
	margin-left: 140px;
}

.rs-detail-item {
	margin: 0 0 10px;
}

.rs-detail-profile-pic {
	width: 70px;
	border-radius: 100%;
}

/* Styling for the text format on the profile page */

/* Styling for the tippy popover format */

.rs-popover-body {
	padding: 20px 20px 0;
	margin: 0 0 20px;
}

.rs-control-label {
	float: left;
	margin-top: 2px;
	font-size: 13px;
	margin-top: 10px;
}

.rs-controls {
	margin-left: 180px;
}

.rs-popover-footer {
	padding: 10px 20px;
	margin: 0;
}

.rs-error-result {
	font-size: 13px;
	color: red;
}

.rs-detail-value-editable {
	margin-left: 20px;
}

.rs-control-group {
	margin-bottom: 20px !important;
}

/* Styling for the tippy popover format */

/* Schedule page */

html {
	overflow-y: scroll;
}

.profiletime {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
}

.grid-label {
	border: 2px solid #e7e7e7;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	height: 50px;
}

.grid-item {
	width: 500px;
}

.grid-child {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}

.grid-label-content {
	font-size: 8px;
	margin: 5px;
}

.grid-text {
	padding: 0 10px;
	z-index: 1;
	text-align: center;
	overflow: hidden;
	top: auto;
	font-size: 12px;
	position: absolute;
	width: calc(100% - 20px);
	bottom: 28px;
	color: white;
}

.grid {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.grid li {
	display: block;
	float: left;
	padding: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.pinterest-style li::after {
	display: block;
	background-color: rgba(0, 0, 0, .6);
	height: 70px;
	content: '';
	position: absolute;
	bottom: 11px;
	width: calc(100% - 20px)
}

.grid-4-column li {
	width: 25%;
	padding: 10px;
}

.content-focus .grid-4-column li {
	width: 100%;
}

.drill-down {
	border: 2px solid #eeeeee;
}

.close-drill {
	color: #777;
	font: 20px/100% arial, sans-serif;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
}

.close-drill:after {
	content: '✖';
	/* UTF-8 symbol */
}

.form-check .form-check-label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 35px;
	line-height: 26px;
	margin-bottom: 0;
}

.form-check {
	margin-bottom: 12px;
	position: relative;
	border: 2px solid #AAA7A4;
	padding: 20px;
	margin: 10px;
}

.form-check .form-check-label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 35px;
	line-height: 26px;
	margin-bottom: 0;
	width: 100%;
}

.form-check .form-check-sign::before, .form-check .form-check-sign::after {
	content: " ";
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	cursor: pointer;
	border-radius: 3px;
	top: 0;
	background-color: #AAA7A4;
	border: 1px solid #E3E3E3;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.form-check .form-check-sign::after {
	font-family: 'FontAwesome';
	content: "\f00c";
	top: 0px;
	text-align: center;
	font-size: 14px;
	opacity: 0;
	color: #EFE;
	border: 0;
	background-color: inherit;
}

.form-check.disabled .form-check-label {
	color: #9A9A9A;
	opacity: .5;
	cursor: not-allowed;
}

.form-check input[type="checkbox"], .form-check-radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

.form-check input[type="checkbox"]:checked+.form-check-sign::after {
	opacity: 1;
}

.form-check input[type="checkbox"]:checked+.form-check {
	border: 2px solid #a0cc3a;
}

.form-control input[type="checkbox"]:disabled+.form-check-sign::before, .checkbox input[type="checkbox"]:disabled+.form-check-sign::after {
	cursor: not-allowed;
}

.form-check .form-check-label input[type="checkbox"]:disabled+.form-check-sign, .form-check-radio input[type="radio"]:disabled+.form-check-sign {
	pointer-events: none !important;
}

.form-check-radio .form-check-label {
	padding-left: 2rem;
}

.form-check-radio .form-check-label .form-check-sign::after {
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.form-check-radio.disabled .form-check-label {
	color: #9A9A9A;
	opacity: .5;
	cursor: not-allowed;
}

.form-check-radio .form-check-sign::before {
	font-family: 'FontAwesome';
	content: "\f10c";
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	opacity: .50;
	left: 5px;
	top: -5px;
}

.form-check-label input[type="checkbox"]:checked+.form-check-sign:before {
	background-color: #a0cc3a;
}

.form-check-radio input[type="radio"]+.form-check-sign:after, .form-check-radio input[type="radio"] {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	content: " ";
	display: block;
}

.form-check-radio input[type="radio"]:checked+.form-check-sign::after {
	font-family: 'FontAwesome';
	content: "\f192";
	top: -5px;
	position: absolute;
	left: 5px;
	opacity: 1;
	font-size: 22px;
}

.form-check-radio input[type="radio"]:checked+.form-check-sign::after {
	opacity: 1;
}

.form-check-radio input[type="radio"]:disabled+.form-check-sign::before, .form-check-radio input[type="radio"]:disabled+.form-check-sign::after {
	color: #9A9A9A;
}

.form-check-sign {
	bottom: calc(50% + 12px);
	left: 0px;
	position: absolute;
}

.sl-left {
	height: 0;
}

@media screen and (max-width:1200px) {
	.grid-4-column li {
		width: 50%
	}
	.payment-section {
    margin-left: 0 !important;
	}
}

@media screen and (max-width:500px) {
	.grid-4-column li {
		width: 100%
	}
}

@media screen and (max-width:1400px) {
	.profiletimeline .sl-right {
		margin-top: 0px;
	}
}

@media screen and (min-width:1920px) {
 .payment-content{
 	    max-width: 25% !important;
 }
 .payment-section {
    padding: 0 !important;
    margin-left: -55px !important;
}
.payment-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
}
@media screen and (min-width:1600px) and (max-width:1920px) {
 .payment-content{
 	    max-width: 27% !important;
 }
 .payment-section {
    padding: 0 !important;
    margin-left: -10px !important;
}
}

@media screen and (min-width:900px) and (max-width:1024px) {
.payment-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
a#menu-register {
    margin-right: 0 !important;
    margin-left: 0px !important;
}
}

@media screen and (min-width:1025px) and (max-width:1366px) {
.payment-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
}

@media screen and (min-width:1400px) and (max-width: 1520px) {
	.account-selection-container-lg {
    width: 200px;
    }
}

@media screen and (min-width:1521px) and (max-width: 1600px) {
	.account-selection-container-lg {
    width: 220px;
    }
}

.grid li a, .grid li img {
	outline: 0;
	border: none;
	display: block;
	width: 100%
}

.grid li img {
	z-index: -1
}

.news-item-categories {
	position: absolute;
	top: 20px;
	left: 20px;
	right: auto;
	bottom: auto;
	display: block;
	background: #f52626;
	color: white;
	line-height: 15px
}

.news-item-categories .news-item-category {
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	padding: 0 6px
}

/* Schedule page */

/* Post page */

.post-preview {
	width: 600px;
}

.post-preview img {
	width: 100%;
}

.post-preview ul {
	display: inline-flex;
	float: right;
	padding: 10px 0;
}

.post-create ul {
	display: inline-flex;
	padding: 10px 0;
}

.post-create li .post-preview li {
	padding-left: 5px;
}

@media (max-width: 576px) {
	.post-preview {
		width: 100%;
	}
}

.post-side-menu {
	margin-top: auto;
	margin-bottom: auto;
}

.dropzone .dz-preview .dz-remove {
	margin-top: 14px;
	font-size: 12px;
	background: #d5d2d7;
	color: #606060;
	border: 1px solid #d5d2d7;
	border-radius: 60px;
}

.dz-remove {
	display: inline-block !important;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	top: -18px;
	right: -5px;
	z-index: 1000;
	padding-bottom: 4px;
	font-size: 1.2em !important;
	line-height: 0.9em;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray !important;
	border-radius: 1.2em;
	color: gray;
	background-color: white;
}

.dz-remove:hover {
	text-decoration: none !important;
	opacity: 1;
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	bottom: 158px;
	left: -10px;
	width: 140px;
	background: #CC6F67;
	padding: 0.5em 1.2em;
	color: white;
}

.dropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 65px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #CC6F67;
}

.mce-flow-layout .mce-charactercount {
	font-size: inherit;
	text-transform: uppercase;
	padding: 8px 0;
	margin-top: 14px;
}

.mce-path {
	display: none !important;
}

/* Post page */

/* Modal */

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(255,255,255,0.8);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.7rem;
	outline: 0;
	box-shadow: 2px 2px 25px #848484;
}

div#commonLargeModal .modal-content {
    width: 60%;
    margin: 0 auto;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.8;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #eceeef;
}

.modal-footer> :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto;
	}
	.modal-sm {
		max-width: 480px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

/*settings*/

.delete-slot {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
}

.inline-group {
	display: inline-flex;
}

/*edit-post*/

.content-preview {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.content-preview img {
	width: 100%;
}

.content-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}

.content-items img {
	max-height: 50px;
	max-width: 50px;
}

.content-items li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1em;
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}

.content-items a {
	cursor: pointer;
}

/* panel */

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body {
	padding: 15px;
	font-size: 12px
}

.input-group-btn .btn {
	padding: 8px 12px;
}

/*admin*/

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav-tabs>li>h4 {
	margin-top: 10px;
}

/*time-zone*/

.timezone-map polygon {
	fill: #d8dad4;
	stroke-width: .5;
	stroke: #bbb9b9;
}

.timezone-map polygon[data-selected=true] {
	fill: #39728e;
	stroke: #39728e;
}

.timezone-map polygon:hover {
	stroke: #39728e;
	fill: #39728e;
	cursor: pointer;
}

/*Selectable account interface*/

#feedback {
	font-size: 1.4em;
}

#sidebarnav .ui-selected {
	background: #a0cc3a;
	color: white !important;
}

/*MEDIA QUERIES*/

#top-spash {
	max-width: 650px;
	padding-top: 20px
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
	#side-bar-container {
		border-left: 0px;
	}
	.page-titles {
		margin-top: 29px;
	}
	#linked-accounts-container {
		margin-top: 15px;
		padding-top:0 !important;
	}
	.grid-item {
		width: 260px;
	}
	.profile-pic {
		margin-bottom: 15px;
	}
	#top-spash {
		padding-top: 80px
	}
	.big-feature {
		height: 300px;
	}
	.mid-feature {
		height: 1300px;
	}
	#footer-support {
		text-align: center;
	}
	#trial-container {
		display: none;
	}
	.trial-parent {
		width: 0%;
	}
	.pre-space {
		padding-bottom: 30px
	}
	.package-parent {
		margin-top: -52px;
	}
	.package-child {
		padding: 26px;
	}
	.package li {
		text-align: center;
	}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*@LS small devices for 300px and up */

/*@LS added this media query*/

@media only screen and (min-width: 300px) {
	.slant-green {
		position: relative;
		height: 260px;
		background-image: linear-gradient(#8cbf76, #8cbf76);
		padding-top: 0px
	}
	.big-feature {
		height: 200px;
	}
	.mid-feature {
		height: 1350px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	#side-bar-container {
		border-left: 0px;
	}
	.page-titles {
		margin-top: 29px;
	}
	#linked-accounts-container {
		margin-top: 15px;
	}
	.grid-item {
		width: 260px;
	}
	.profile-pic {
		margin-bottom: 15px;
	}
	#top-spash {
		padding-top: 80px
	}
	.big-feature {
		height: 300px;
	}
	.mid-feature {
		height: 1800px;
	}
	#footer-support {
		text-align: center;
	}
	#trial-container {
		display: none;
	}
	.trial-parent {
    width: 58%;
	}
	.pre-space {
		padding-bottom: 30px
	}
	.package-parent {
		margin-top: -52px;
	}
	.package-child {
		padding: 26px;
	}
	.package li {
		text-align: center;
	}
}

/* Medium devices (landscape tablets, 768px and up) */

/*@LS added fetaures the this media entity, the big feature, slant green and mid feature height was changed */

@media only screen and (min-width: 768px) {
	#side-bar-container {
		border-left: 1px solid #e0e0e0;
	}
	.page-titles {
		margin-top: 0px;
	}
	#linked-accounts-container {
		margin-top: 0px;
	}
	.grid-item {
		width: 500px;
	}
	.profile-pic {
		margin-bottom: 0px;
	}
	#top-spash {
		padding-top: 60px
	}
	.slant-green {
		position: relative;
		height: 500px;
		background-image: linear-gradient(#8cbf76, #8cbf76);
		padding-top: 30px
	}
	.big-feature {
		height: 400px;
	}
	.mid-feature {
		height: 1350px;
	}
	#footer-support {
		text-align: center;
	}
	.pre-space {
		padding-bottom: 130px
	}
	.package-parent {
		margin-top: -52px;
	}
	.package-child {
		padding: 26px;
	}
	.package li {
		text-align: center;
	}

	#article-title-col{
		padding-left: 13px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
	.big-feature {
		height: 600px;
	}
	#footer-support {
		text-align: left;
	}
	.package-parent {
		margin-top: -28px;
	}
	.package-child {
		padding: 14px;
	}
	.mid-feature {
		height: 800px;
	}
	.package li {
		text-align: left;
	}
	.video-container {}
	.video-container iframe, .video-container object, .video-container embed {}
}

/*@LS added entity for iPad Pro*/

@media only screen and (min-width: 1000px) {
	.slant-green {
		position: relative;
		height: 500px;
		background-image: linear-gradient(#8cbf76, #8cbf76);
		padding-top: 30px
	}
	.big-feature {
		height: 550px;
	}
	.mid-feature {
		height: 800px;
	}
	#footer-support {
		text-align: left;
	}
	.package-parent {
		margin-top: -28px;
	}
	.package-child {
		padding: 14px;
	}
	.package li {
		text-align: left;
	}
	.pre-space {
		padding-bottom: 30px
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

/*@LS changed size of big feature and added the slant green, as well as the padding at the top*/

@media only screen and (min-width: 1200px) {
	.slant-green {
		position: relative;
		height: 450px;
		background-image: linear-gradient(#8cbf76, #8cbf76);
		padding-top: 30px
	}
	.big-feature {
		height: 700px;
	}
	#trial-container {
		display: block;
	}
	.trial-parent {
		width: 49%;
	}
	.mid-feature {
		height: 800px;
	}
	.video-container {}
	.video-container iframe, .video-container object, .video-container embed {}
	/* @CY controlling spacing of article img and article title at large screen sizes */
	#article-img-col {
		max-width: 14.66%;
	}
}



/* @CY- Add top padding to headers in Settings -> Connect Account */

@media (min-width: 992px) {
	#header-settings-col2 {
		padding-top: 120px;
	}
	.sub-header-settings-col2 {
		padding-top: 25px;
	}

	/* @CY- Add left and right margins at larger screen sizes to settings div row - adding 90px padding on both sides for each status article container at larger screen sizes */
	#settings-row {
		margin-left: -15px;
	}

	.article_container {
		padding-left: 90px;
		padding-right: 90px;
	}

	/* @CY- Add left margin to Settings -> Connect Account -> Social platform Fb */
	#header-acrticles-list {
		padding-left: 90px;
	}

	#social-platforms-fb {
		margin-left: 20px;
	}
	.settingssocial {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 18.666667%;
    max-width: 26.666667%;
}
.settingssocial .social-platforms{
    padding: 10px 5px;
    border: 0px !important;
}
}



/* @CY- (Portrait view) Creates slight gap between Settings -> Create post button || and following content */

@media (max-width: 992px) {
	.sub-header-settings-col2 {
		margin-top: 30px;
	}
	/* @CY- thumbnails in article list (content.php) shortening width for smaller screens */
	.article_img {
		width: 90px !important;
	}

	/* @CY- (Portrait view) Remove margins to social icons in the detail of Team member settings */
	.social-team-icon {
		margin-left: 0px !important;
		margin-right: 0px;
	}
}


/* @CY (Portrait view Galaxy S5 - Iphone 5 SE and down) */

@media (max-width: 550px) {
	/* @CY automatically adjust height of team member block at smallest screen sizes (profile.php) */
	#team-member-container {
		height: auto !important;
	}
	/* @CY adjust alignment of left hand header team member settings block at smallest screen sizes (profile.php) */
	#team-member-header1 {
		padding-left: 45px !important;
	}
	#team-member-header2 {
		padding-left: 0px !important;
	}
	.trial-parent a {
    display: none;
	}
}

/* @CY media query controlling spacing at bootstrap stack point 576px and down */
@media (max-width: 576px){
	.article_img{
		margin-left: 37%;
	}

	#article-title-col{
		margin-bottom: 15px;
		padding-top: 15px !important; 
	}

	.status-buttons{
		margin-top:15px !important
	}
	.trial-parent a {
    display: none;
	}
}

.login-form .form-control {
    border-radius: 6px;
    border-color: #e7e7e7;
}

.login-form .btn-light-blue-outline-loopascoop {
    border-color: #72afcc;
    color: #72afcc;
}

.login-form .btn-light-blue-outline-loopascoop:hover {
    color: #000;
}

.login-links-bot a {
	color: #72afcc;
}

.login-form .register-active {
    box-shadow: 2px 2px 5px #bbb;
}

.login-form .login-active {
    box-shadow: 2px 2px 5px #bbb;
}

.payment-content {
	border-radius: 10px 0 0 10px;
    background: #72AFCC;
    height: 100%;
    padding: 20px;
}

.payment-content p, .payment-content b, .payment-content h3 {
	color: #fff;
}

.payment-section {
	padding: 0 !important;
}

select#invite_role {
    padding-left: 9px;
}

.add-member-btn {
    padding: 0 !important;
}



@media screen and (max-width:650px){
.glider-slide {
    min-width: 300px !important;
    padding: 10px;
    margin-left: 13px !important;
}
.create-team {
    padding-top: 0 !important;
}
.social-linking {
    padding-top: 0 !important;
}
div#commonLargeModal .m-b-30 {
	margin-bottom:5px !important;
}
div#commonLargeModal .m-t-30 {
	margin-top:5px !important;
}
div#commonLargeModal .p-t-20 {
	padding-top:5px !important;
}
div#commonLargeModal .p-b-20 {
	padding-bottom:5px !important;
}
div#commonModal-content br {
    display: block;
}
.website-name td {
    width: 100%;
    float: left;
}
table.domain-table td:first-child {
    width: 15%;
}
.domain-table input#website-url {
    max-width: 290px !important;
}
#paid-site-holder #btn-check-paid {
    min-width: 200px !important;
    padding: 10px 15px;
    font-size: 18px !important;
}
#paid-site-holder #btn-check-free {
    min-width: 200px !important;
}
#free-site-holder a#btn-done {
    max-width: 200px !important;
    margin: 0 auto !important;
}
#free-site-holder button#btn-check-free {
    min-width: 200px !important;
    padding: 10px 15px;
    font-size: 18px !important;
}
table.free-domain {
    width: 100% !important;
    margin: 15px auto 0 !important;
}
.lets-do {
    width: 100% !important;
    float: none;
}
.site-settings-form .formlabel {
    display: block !important;
}
.site-settings-form .formlabel label {
    width: 100% !important;
}

.site-settings-form .formlabel .form-control {
    width: 100% !important;
}
.site-settings-form ::placeholder {
font-style: italic;
font-weight:100;
font-size: 12px;
}
.site-set-social .tiny-social-icon {
    position: relative;
    bottom: -25px;
    right: 25px !important;
}
.settings-section {
	padding-top:0 !important;
}
.profile-team-carousel .mem-individual .card {
    margin-left: -50px;
}
a#menu-register {
    margin-right: 0 !important;
    margin-left: 0px !important;
}
.profileteam .mem-individual {
    margin: 0;
}
div#pause-queue-container .btn:first-child {
    margin-right: 10px !important;
}
div#pause-queue-container .btn {
    width: 47% !important;
    float: left;
    margin: 0 !important;
}
.site-selec {
    padding: 5px;
    margin: 0 !important;
}
.filt-field select#articlestatusselect {
    margin: 5px 0 !important;
}
.filt-field select#websitesallowedselect{
	margin: 5px 0 !important;
}
.col-lg-6.filt-field {
    padding-right: 10px;
}
.setting-social-el {
    float: none !important;
    margin: 10px auto !important;
}
.team-mem-con {
    text-align: center !important;
    padding-right: 20px;
}
button.del-acc {
    width: 45% !important;
    float: left;
    margin-right: 15px !important;
    min-width: 120px !important;
    margin-left: 10px;
}
.dont-del-acc {
    width: 45% !important;
    float: left;
    min-width: 120px !important;
    margin: 0;
}
.mysite .footer-social {
    width: 60% !important;
}
.mysite .footer-logo {
    width: 90% !important;
}
.mysite .footer-description {
    width: 100% !important;
}
.mysite .footer-slogan {
    width: 60% !important;
}
.mysite .loopascoop-logo {
    width: 60% !important;
}
.mysite .col-md-2.header-social {
    width: 50%;
    float: right;
    position: relative;
    right: -70px;
}
.mysite .header-logo {
    margin-bottom: 0px;
}
#colorselect .col-sm-3 {
    width: 50%;
    float: left;
}
#colorselect table td:first-child {
    width: 80% !important;
}
.mysite .whitebg .inner {
    width: 80% !important;
}
.mysite #menu {
    padding: 20px;
    color: #fff;
    background: grey;
}
.mysite #menu a {
    color: #fff !important;
}
table.builder-table td {
    width: 100% !important;
    /* color: black; */
    clear: both;
    display: inline-block;
    margin-bottom: 12px;
}
.mysite div#menuToggle {
    width: 10%;
}
div#social-container {
    position: absolute;
    top: 40px !important;
    right: 70px !important;
    }
div#logo-container {
    position: absolute;
    top: 60px !important;
    left: 70px !important;
}
.mysite .default-logo-p{
	display: block;
}
.footer-logo .editlogo {
    position: absolute !important;
    right: 80px !important;
}
.inner .btn-plus-img {
    right: 0 !important;
}
.mysite .editfooter {
    right: 72px !important;
}
div#footer-container {
    position: absolute;
    background: #fff;
    width: 295px !important;
}
}

.free-domain tr{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

table.free-domain {
    width: 50%;
    margin: 15px auto 0;
}

.domain-table {
    margin: 15px auto 0;
}

.pick-name {
    border: 1px solid #e7e7e7;
    padding: 30px;
    border-radius: 5px;
}

@media screen and (max-width: 400px){
	.linked-top-social {
    width: 90% !important;
    margin-bottom: 15px;
}
div#commonModal-content br {
    display: block;
}
div#commonLargeModal .btn {
    width: 46% !important;
    float: left;
  	margin-right: 4px !important;
    margin-left: 5px !important;
}
table.free-domain td, table.free-domain input {
    font-size: 13px;
}
}

.mem-individual .card {
    min-height: 300px;
}


.glider-slide {
    min-width: 250px !important;
    padding: 10px;
}

.glider {
    padding-top: 40px;
    margin-top: -30px !important
}

.site-settings-form .formlabel {
    display: flex;
}

.site-settings-form .formlabel label {
    display: inline-block;
    width: 20%;
    float: left;
    margin-top: 10px !important;
}

.site-settings-form .formlabel .form-control {
    width: 80%;
    border-radius: 5px;
}

.site-settings-form input#site-url {
    background: #fff;
    color: #57aad8;
}

.site-settings-form ::placeholder {
font-style: italic;
font-weight:100;
}

input#site-color1, input#site-color2, input#site-color3, input#site-color4 {
    max-width: 200px;
    opacity: 0;
    z-index: 99;
}


.site-set-social {
    float: left;
    width: 8%;
}

.social-form {
	float: left;
    width: 90%;
    margin-bottom: 15px;
}

.site-set-social .tiny-social-icon {
    position: relative;
    bottom: -25px;
    right: 0;
}

.social-form .form-control {
    border-color: #ced4da;
    border-radius: 5px;
}

.social-form input::placeholder {
    font-style: italic !important;
    font-weight: 100;
}

label.colorselect {
    max-width: 200px;
    text-align: center;
    border: 1px solid #adadad;
    font-size: 16px;
    font-weight: 400;
    color: #65625B;
    min-width: 150px;
    background: #DDDDDD;
    border-radius: 50px;
    padding: 5px;
    position: absolute;
}

.catsection .form-control {
    width: 80% !important;
    margin-right: 0;
    float: left;
}

.catsection label {
    width: 20% !important;
}

.profile-team-carousel .glider-slide {
    max-width: 300px;
    margin-right: 0;
    float: left;
}

.profile-team-carousel .mem-individual .card {
    min-height: 390px;
    min-width: 280px;
    font-family: 'Source Sans Pro', sans-serif;
}

.settingssocial .card {
    padding: 0;
    margin-left: -15px;
}

.teamformsection .account-selection-container-sm {
    padding: 1px 10px;
}

.teamformsection #social-account-holder td {
    font-size: 14px;
}

.glider.profileglider {
    margin-top: 0 !important;
}

.profileglider .card {
    min-width: 250px;
    max-width: 250px;
    min-height: 430px;
    float: left;
    margin: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.profileglider .glider-slide {
    min-width: 250px !important;
    padding: 5px;
    float: left;
    margin-bottom:40px;
    height:500px;
}

.edsocialform .account-selection-container-sm {
    width: 50px;
    background-color: transparent;
    padding: 0px 10px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-bottom: 5px;
}

#team-members .team-carousel {
    padding: 0;
}

.profileteam {
    margin: 15px 0 50px;
    overflow: auto;
    padding-top:30px;
}

.profileteam .glider-slide{
	padding:0;
}

.profileteam .mem {
    margin-bottom: 10px;
}

.profileteam .account-selection-container-sm {
    width: 50px;
    background-color: transparent;
    padding: 5px 10px;
    float: left;
    margin-right: 5px !important;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
}

.profiletable::-webkit-scrollbar {
    width: 3px !important;
    background:#fff !important;
}
 
.profiletable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background:#fff !important;
}
 
.profiletable::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  outline: 1px solid #eaeaea;
}

.linked-acc {
    margin-bottom: 10px;
}

.prof-social .account-selection-container-sm {
    padding: 0px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.account-selection-container-sm.teampage {
    padding: 0 10px;
}

.featurestable td, .featurestable th {
    border: 0;
    padding: 3px;
}

.sideborders {
    border-right: 1px solid #41677c !important;
    border-left: 1px solid #41677c !important;
}

.rightborders {
    border-right: 1px solid #41677c !important;
}

.leftborders {
    border-left: 1px solid #41677c !important;
}

.featurestable {
    width: 90%;
    border-collapse: inherit;
    margin: 0 auto;
    border-spacing: 0px;
    margin-bottom: 50px;
}

.featurestable th:first-child {
    padding-left: 15px;
}

@media only screen and (max-width: 320px) {
.top-feature-sec td {
    line-height: 15px !important;
    vertical-align: middle;
}
.package-social-img {
    width: auto;
    height: 20px !important;
}
.featurestable {
    width: 90% !important;
}
.featurestable th:first-child {
    padding-left: 5px !important;
    font-size: 10px;
    line-height: 20px !important;
    vertical-align: middle;
    line-break: auto;
    width: 20% !important;
    word-break: inherit;
}
.featurestable .btn-green-loopascoop {
    margin-left: 0 !important;
}
button.del-acc{
	margin-left:0 !important;
}
}

.social-con .col-sm-3 {
   -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
}

.jscolor, .jscolor-active {
	color:transparent !important;
}


.mysite .navbar.navbar-expand-lg.navbar-light {
    padding: 0;
    text-align: right;
    float: right;
}

.mysite a.nav-item.nav-link {
    padding: 5px;
}

.mysite .plusbtn{
	background: #fff;
    height: 22px;
    border-radius: 50px;
    line-height: 19px;
    border: 2px solid #57AAD8;
    color: #57AAD8;
    font-size: 13px;
    position: absolute;
    top: 25px;
    width: 22px;
    left: 80px;
    cursor:pointer;
}
.mysite .plusbtn1{
	background: #fff;
    height: 22px;
    border-radius: 50px;
    line-height: 19px;
    border: 2px solid #57AAD8;
    color: #57AAD8;
    font-size: 13px;
    width: 22px;
    position: absolute;
    margin-left: -16px;
    cursor:pointer;
}

.mysite .editsocial {
    background: #fff;
    height: 22px;
    border-radius: 50px;
    line-height: 18px;
    padding: 0 5px;
    border: 2px solid #57AAD8;
    color: #57AAD8;
    font-size: 11px;
    position: absolute;
    top: 9px;
    width: 22px;
    left: -34px;
    cursor: pointer;
}

.mysite .editfooter {
    background: #fff;
    height: 22px;
    border-radius: 50px;
    line-height: 18px;
    padding: 0 5px;
    border: 2px solid #57AAD8;
    color: #57AAD8;
    font-size: 11px;
    position: absolute;
    top: 41px;
    width: 22px;
    right: 168px;
    cursor: pointer;
}

.mysite .editlogo {
    background: #fff;
    height: 22px;
    border-radius: 50px;
    line-height: 18px;
    padding: 0 5px;
    border: 2px solid #57AAD8;
    color: #57AAD8;
    font-size: 11px;
    position: absolute;
    top: 9px;
    width: 22px;
    right: 0px;
    cursor: pointer;
}

.mysite .whitebg {
    background: #fff !important;
    border: 1px solid #ccc;
    min-height: 450px;
    border-radius: 10px;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.2);
    width: 100%;
    margin: 20px 0;
    background-size: cover !important;
}

.mysite .whitebg .inner{
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 30%;
    text-align: center;
    padding: 80px 0 60px;
}

.mysite .menusection {
    padding: 10px 0;
}

.mysite .underfeatured{
        width: 95%;
    margin: -30px auto;
      }

.mysite .latestnews{
          width:95%;
        margin:0 auto;
        }
.mysite .trendingnow-module1, .trendingnow-module2 {
        width:95%;
        margin:0 auto;
      }
.mysite .trendingnow-module1 .col-md-4, .mysite .trendingnow-module2 .col-md-4, .mysite .trendingnow-module1 .col-md-8, .mysite .trendingnow-module2 .col-md-8, .mysite .trendingnow-module1 .biggersectionright, .mysite .trendingnow-module2 .biggersectionright {
        padding: 0 5px;
      }
 .mysite .article-card .card-body{
        position:absolute;
        bottom:0;
        width: 100%;
        text-align: center;
        padding: 15px 10px;
      }
.mysite .underfeatured .col-md-4 {
      padding: 0 5px;
      }
.mysite .article-image{
        background-image:url('../images/placeholder.jpg');
        background-size:cover;
        height: 225px;
    background-position: center;
    border-radius: 10px;
      }
.mysite .news-image{
        background-image:url('../images/placeholder.jpg');
        background-size: cover;
    height: 120px;
    background-position: center;
    border-radius: 10px;
    width: 120px;
      }
.mysite .biggersection .article-image {
    height: 475px;
}
.mysite .article-title{
        background:rgba(0,0,0,0.5);
        color:#fff;
        border-radius: 0 0 10px 10px;
        font-weight: bold;
      }
.mysite .article-card {
    border-radius: 10px;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.2);
    border: 0;
    padding:0;
}

.mysite .category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e21717;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 12px;
}
.mysite .section-heading{
  font-size:35px;
  font-weight:bold;
  color:#fff;
}
.mysite hr{
  color:#c3c3c3;
  border-top: 1px solid #c3c3c3;
}

.mysite .news-title{
  font-size:15px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left:0;
}

.mysite .latestnews .card-text {
    font-size: 15px;
    line-height: 18px;
        font-weight: 100;
}

.mysite div#menuToggle {
    position: absolute;
    right: 0 !important;
    color: black;
}

.mysite #menuToggle span {
    background: #424242;
}

.btn-plus-img {
	border: 1px solid #59abd9;
    font-size: 14px;
    width: 25px;
    height: 25px;
    font-weight: 400;
    color: #5eabd8;
    background: #ffffff;
    padding: 3px;
    line-height: 20px;
    right: 0;
    border-radius: 50%;
    position: absolute;
    top: 7px;
 }

 div#social-container {
    position: absolute;
    background: #fff;
    width: 300px;
    top: 60px;
    right: 10px;
    padding: 15px 15px 25px 15px;
    box-shadow: 0px 1px 6px #9c9c9c;
        z-index: 99;
}

div#logo-container {
    position: absolute;
    background: #fff;
    width: 300px;
    top: 60px;
    left: 10px;
    padding: 15px 15px 25px 15px;
    box-shadow: 0px 1px 6px #9c9c9c;
    text-align: center;
    z-index: 99;
}

div#footer-container {
    position: absolute;
    background: #fff;
    width: 380px;
    top: 70px;
    right: 50px;
    padding: 15px 15px 25px 15px;
    box-shadow: 0px 1px 6px #9c9c9c;
    text-align: center;
    z-index: 99;
}

#social-container .form-control {
    height: 30px;
    font-size: 13px;
    padding: 5px 8px;
}

#logo-container .form-control {
    height: 30px;
    font-size: 13px;
    padding: 5px 8px;
}

#social-container .form-group {
    margin-bottom: 10px;
    width: 85%;
    float: left;
}

#social-container .site-set-social {
    float: left;
    width: 8%;
    margin-right: 10px;
}

i#updateSocial {
    background: #a0cc3a5c;
    border-radius: 50%;
    padding: 4px;
    color: #a0cc3a;
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    left: 45%;
    padding-bottom: 4px;
    cursor:pointer;
}

i#updateFooter {
    background: #a0cc3a5c;
    border-radius: 50%;
    padding: 4px;
    color: #a0cc3a;
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    left: 45%;
    padding-bottom: 4px;
    cursor:pointer;
}

#footer-container .form-control {
    height: 70px;
    font-size: 13px;
    padding: 5px 8px;
}

#footer-container .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

i#updateLogo {
    background: #a0cc3a5c;
    border-radius: 50%;
    padding: 4px;
    color: #a0cc3a;
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    left: 45%;
    padding-bottom: 4px;
    cursor:pointer;
}

/*.mysite .header-social a {
    float: left;
}*/

.mysite .inner {
	position: absolute;
    padding-top: 150px;
    text-align: center;
    margin: 0 auto;
}

.mysite div#preview_pinv2banner{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.mysite {
    border: 1px solid #eaeaea;
}

.default-logo-p, .default-logo-cen {
    padding: 7px;
    border: 1px dashed #ccc;
    border-radius: 5px;
}

.empty-social .soc-icon {
	border: 1px dashed #ddd;
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 3px;
}

.empty-social {
	margin-left: -8px;
}

.mysite .article-title p.card-text {
    color: #fff;
    font-weight:100;
}

.page-title-mid{
	width:70%;
	margin: 0 auto;
}

.page-title-mid .nav-tab {
    font-size: 14px;
    float: left;
    padding: 3px 10px;
    margin: 15px 0;
}

.container.sml-container {
    width: 70%;
    margin: 0 auto;
}

body{
	font-size:14px;
}

.reconnect-soc .link-acc-title {
    width: 155px !important;
}

.account-selection-container-lg .link-acc-title {
    width: 130px !important;
}

.link-acc-title{
	font-weight: 500;
    width: 175px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    float: right;
}

a#btn-done:focus {
    background: #d5d2d7;
    border: 1px solid #d5d2d7;
}

a#btn-done {
    font-size: 18px;
    padding: 3px 20px;
    min-width: 170px;
}

.social-row {
    width: 90%;
    margin: 0 auto;
}

.green-line {
    border-top: 1px solid rgb(160, 204, 58);
    margin-top: 6px;
}

.row.team-content-section {
    width: 80%;
    margin: 0 auto;
}

.add-member-btn:hover {
    cursor: pointer;
}

.teamformsection .form-control {
    color: #cacaca;
    font-size: 13px;
    height: 30px;
}

.teamformsection input::placeholder {
    color: #cacaca;
}

.teamformsection i.fa.fa-chevron-down {
    color: #cacaca;
    font-size: 10px !important;
    font-weight: 100 !important;
}


#team-container .col-lg-8.team-carousel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.666667%;
    flex: 0 0 68.666667%;
    max-width: 68.666667%;
}

.top-toast-section {
    z-index: 99999 !important;
    top: -18px !important;
}

.site-settings-form .mce-panel {
    border: 1px solid #eaeaea !important;
}

.site-settings-form .mce-panel {
    border: 0 solid #9e9e9e;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top,#fdfdfd,#f1f1f1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fdfdfd,#f1f1f1);
    background-image: -o-linear-gradient(top,#fdfdfd,#f1f1f1);
    background-image: linear-gradient(to bottom,#fdfdfd,#f1f1f1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff1f1f1', GradientType=0);
}

.site-settings-form .mce-btn-group .mce-last, .site-settings-form .mce-btn-group .mce-first {
	border-left: 0 !important;
	border-right: 0 !important;
}

.site-settings-form .mce-btn {
    border: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.site-settings-form .col-lg-12{
	padding:0;
}

.cathover:hover {
 cursor: pointer;
}

.btn-plus-img:hover {
 cursor: pointer;
}

.mysite .footer-logo .btn-plus-img {
    display: none;
    visibility: hidden;
}

.teamsetup .form-group {
	width: 18%;
	float: left;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

.selectacc {
	width: 18%;
	float: left;
	margin-right: 10px;
}

.selectacc1 {
	width: 18%;
	float: left;
	margin-right: 10px;
	margin-top:0;
}

.teamformsection .form-control {
    color: #cacaca;
    font-size: 13px;
    height: 38px;
}

.teamsetup .form-control, .selectacc1, .selectacc {
    border-radius: 5px;
    box-shadow: none;
    border-color: #dfdfdf !important;
    height: 38px !important;
}

.mem-col {
    width: 17%;
    float: left;
    margin-right: 10px;
}

.mem-col1{
	margin-left:50px;
}

.team-section .mem-individual .card{
	min-height: 0;
}

.mem-img {
	position: absolute;
    left: -30px;
    top: 45px;
}

.team-section .mem-individual {
    min-height: 0;
    min-width: 1100px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}

.team-section .glider.draggable {
    cursor: default !important;
}

.team-section .glider {
    overflow-y: visible !important;
}

.teamformsection #site-holder {
	position: absolute;
    background: white;
    right: 30px;
    top: 50px;
    z-index: 999999;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 10px;
    width: 18%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 5px;
}

.teamformsection #social-account-holder {
	position: absolute;
    background: white;
    right: 130px;
    top: 50px;
    z-index: 999999;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 5px;
}

.team-section .glider {
    padding-top: 40px;
    margin-top: -10px !important;
}

.mem-individual .card {
	padding: 0 !important;
}

.team-section .glider-track {
	display: block !important;
}

.mem-col.accs {
    width: 15%;
    margin-right: 20px;
}

.accs button#dropdownMenuButton:hover {
    cursor: pointer;
}

.accs .dropdown-menu {
	padding: 0;
}

.accs .dropdown-item {
	padding: 0px 5px;
}

.profiletable .mem-col {
    width: 15%;
    float: left;
    margin-right: 5px;
}

.profiletable .mem-individual .card {
    min-height: 0;
}

.profiletable .mem-col.accs {
    width: 22%;
    margin-right: 0;
}

.profileteam .mem-col .account-selection-container-sm {
	margin-right: 2px !important;
}

@media screen and (max-width: 775px){
td.profileslide.h-100 {
    width: 260px !important;
    margin-right: 10px;
}
.profiletable .mem-col {
    width: 100%;
    float: left;
    margin-right: 0;
}
.profiletable {
    height: auto;
    min-width: 3700px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
	.mem-col span {
    line-height: 0px !important;
}
.row.team-content-section {
    width: 100%;
    margin: 0 auto;
}
 .team-section .mem-individual {
    min-width: 230px !important;
    max-width: 230px  !important;
    padding: 10px !important;
    left: 0px !important;
}
.mem-col1 {
    margin-left: 0;
}
.mem-col {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
}
.accs{
	clear:both;
}
.mem-col.accs {
    width: 100%;
    margin-right: 20px;
}
.fbcount {
	margin-left:20px;
}
img.social-team-icon {
	margin-top: -50px;
	    position: relative !important;
    left: 0 !important;
}
.team-section .glider {
    overflow-y: hidden !important;
}
.teamsetup .form-group {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 0 !important;
}
.nomarg {
	margin-left: 0 !important;
}
.teamformsection .profileimg img {
	width: 60px !important;
    position: relative !important;
    left: 35% !important;
    top: 0 !important;
    margin-top: -50px;
    text-align: center;
    margin-bottom: 10px;
}
.selectacc {
    width: 100%;
    float: left;
    margin-right: 10px;
}
.selectacc1 {
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
.teamformsection #social-account-holder {
    position: absolute;
    background: white;
    right: 0;
    top: 240px;
    z-index: 999999;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 10px;
}
.teamformsection #site-holder {
    position: absolute;
    background: white;
    right: 0;
    top: 288px;
    z-index: 999999;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 10px;
    width: 100%;
}
.team-section .glider-track {
    display: flex !important;
}
.create-team a#btn-done {
    margin: 15px 10px;
}
.team-table p {
    margin: 15px 0;
}
.profiletable .mem-col.accs {
    width: 100%;
    margin-right: 0;
}
}

@media screen and (min-width: 776px) and (max-width: 800px){
td.profileslide.h-100 {
    width: 260px !important;
}
.profiletable .mem-col.accs {
    width: 100%;
    margin-right: 0;
}
.profiletable .mem-col {
    width: 100%;
    float: left;
    margin-right: 0;
}
.profiletable {
    height: auto;
    min-width: 3700px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
	.teamsetup .form-group {
    width: 16%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.container.sml-container {
    width: 80%;
    margin: 0 auto;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 590px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.selectacc1 {
    width: 18%;
    float: left;
    margin-right: 0px;
    margin-top: 0;
}
.teamformsection .form-control {
    font-size: 11px;
}
.selectacc {
    padding: 5px !important;
}
.selectacc td {
	font-size: 11px !important;
}
.selectacc1 td {
	font-size: 11px !important;
}
.mem-col {
    width: 15%;
    float: left;
    margin-right: 5px;
}
.mem-col.accs {
    width: 21%;
    margin-right: 0px;
}
.mem-individual .account-selection-container-sm{
	margin-right: 0px;
    width: 30px !important;
    padding: 4px 4px 4px !important;
}
.mem-individual i.fa.fa-facebook.tiny-social-icon.facebook-bg-color{
padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;	
}
.mem-individual i.fa.fa-twitter.tiny-social-icon.twitter-bg-color{
	padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;
}
.mem-individual i.fa.fa-linkedin.tiny-social-icon.linkedin-bg-color{
	    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;
}
.mem-individual i.fa.fa-pinterest.tiny-social-icon.pinterest-bg-color{
	    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 10px;
}
}

@media screen and (min-width: 801px) and (max-width:1024px){
.profiletable img.social-team-icon {
    display:none !important;
}
.profiletable .mem-col1 {
    margin-left: 0px !important;
}
.profiletable .mem-col.accs.accs1 {
    width: 22%;
}
.profiletable .mem-col.accs {
    width: 27%;
    margin-right: 5px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 10px;
}
.card.teamformsection{
	padding: 10px 0 10px 10px !important;
}
.teamformsection select#invite_role {
    padding-left: 2px !important;
}
.mem-col.accs {
    width: 19%;
    margin-right: 0px;
}
.mem-col {
    width: 16%;
    float: left;
    margin-right: 5px;
}
.accs button#dropdownMenuButton {
    font-size: 12px;
}
.teamformsection .selectacc {
	    padding: 5px !important;
    line-height: 13px !important;
}
.teamformsection .selectacc td{
	font-size: 12px !important;
}
.teamformsection .form-control{
	font-size: 12px !important;
	padding: 5px 5px !important;
}
.selectacc {
    width: 17%;
    float: left;
    margin-right: 8px;
}
.teamsetup .form-group {
    width: 17%;
    float: left;
    margin-right: 8px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 665px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.mem-individual .account-selection-container-sm{
	margin-right: 0px;
    width: 30px !important;
    padding: 4px 4px 4px !important;
}
.mem-individual i.fa.fa-facebook.tiny-social-icon.facebook-bg-color{
padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;	
}
.mem-individual i.fa.fa-twitter.tiny-social-icon.twitter-bg-color{
	padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;
}
.mem-individual i.fa.fa-linkedin.tiny-social-icon.linkedin-bg-color{
	    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;
}
.mem-individual i.fa.fa-pinterest.tiny-social-icon.pinterest-bg-color{
	    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-size: 12px !important;
}
}

@media screen and (min-width: 1025px) and (max-width:1200px){
.profiletable .mem-col.accs.accs1 {
    width: 20%;
}
.profiletable .mem-col.accs {
    width: 23%;
    margin-right: 0;
}
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 18%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 17%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 790px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 10px;
}
.mem-col.accs {
    width: 21%;
    margin-right: 5px;
}
.mem-col {
    width: 15%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1201px) and (max-width:1280px){
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 18%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 17%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 845px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 10px;
}
.mem-col.accs {
    width: 21%;
    margin-right: 5px;
}
.mem-col {
    width: 15%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1281px) and (max-width:1366px){
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 18%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 17%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 900px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 10px;
}
.mem-col.accs {
    width: 21%;
    margin-right: 5px;
}
.mem-col {
    width: 15%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1366px) and (max-width:1400px){
.profiletable .noheight {
    padding-top: 10px;
}
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 17%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 18%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 930px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 20px;
}
.mem-col.accs {
    width: 18%;
    margin-right: 5px;
}
.mem-col {
    width: 18%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1401px) and (max-width:1440px){
.profiletable .noheight {
    padding-top: 10px;
}
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 17%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 18%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 955px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 20px;
}
.mem-col.accs {
    width: 18%;
    margin-right: 5px;
}
.mem-col {
    width: 18%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1441px) and (max-width:1520px){
.profiletable .mem-col.accs {
    width: 18%;
    text-align: center;
    margin-right: 10px;
}
.profiletable .noheight {
    padding-top: 10px;
}
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 17%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 18%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 1012px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 20px;
}
.mem-col.accs {
    width: 17%;
    margin-right: 5px;
}
.mem-col {
    width: 18%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1521px) and (max-width:1536px){
.profiletable .mem-col.accs {
    width: 18%;
    text-align: center;
    margin-right: 10px;
}
.profiletable .noheight {
    padding-top: 10px;
}
.profiletable .mem-col1 {
    margin-left: 65px;
}
.profiletable .mem-col {
    width: 16%;
    float: left;
    margin-right: 5px;
}
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 17%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 18%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 1020px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 20px;
}
.mem-col.accs {
    width: 17%;
    margin-right: 5px;
}
.mem-col {
    width: 18%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1537px) and (max-width:1600px){
.profiletable .mem-col.accs {
    width: 18%;
    text-align: center;
    margin-right: 10px;
}
.profiletable .noheight {
    padding-top: 10px;
}
.profiletable .mem-col1 {
    margin-left: 65px;
}
.profiletable .mem-col {
    width: 16%;
    float: left;
    margin-right: 5px;
}
.selectacc {
    width: 19%;
    float: left;
    margin-right: 10px;
    padding: 5px !important;
}
.selectacc1 {
    width: 17%;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.teamsetup .form-group {
    width: 18%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.team-section .mem-individual {
    min-height: 0;
    min-width: 1065px !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    right: -10px;
}
.noheight span {
    line-height: 18px !important;
}
.noheight {
    padding-top: 20px;
}
.mem-col.accs {
    width: 17%;
    margin-right: 5px;
}
.mem-col {
    width: 18%;
    float: left;
    margin-right: 10px;
}
}

@media screen and (min-width: 1800px) and (max-width: 1920px){
	.profiletable .mem-col.accs {
    width: 17%;
    text-align: center;
    margin-right: 10px;
}
.profiletable .noheight {
    padding-top: 10px;
}
.profiletable .mem-col1 {
    margin-left: 65px;
}
.profiletable .mem-col {
    width: 17%;
    float: left;
    margin-right: 5px;
}
}