
/* ---GLOBAL--- */

body, html {
	overflow-x: hidden;
}

body {
	/*padding-left: 55px;*/
	font-family: 'Open Sans', sans-serif;
}

/*::-webkit-scrollbar { 
    display: none; 
}*/

#container {
  padding-left: 150px;
}

#content {
  padding: 20px;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.relative {
	position: relative;
}

.vpad-50 {
	padding: 50px 0;
}

/* FONTS */
h1 { 
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 600;
	font-size: 2.7rem;
}

h2 {
	font-family: 'Playfair Display', serif;
    font-size: 2.3rem;
    font-weight: 600;
}

h3 {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	font-weight: 300;
	color: #424242;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.1rem;
}

p, li {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #424242;
}

.bold-text {
	font-weight: 600;
}

.indent {
	text-indent: 20px;
}

.blue-divider {
	background: url('../img/bluebg.webp');
	background-size: cover;
	padding: 3px 0;
	margin-bottom: 50px;
}

/* --NAV TWEAKS-- */

.nav-width {
    max-width: 1280px;
}

.nav-shadow {
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.menu-icon {
	max-height: 20px;
	max-width: 20px;
	vertical-align:middle;
	margin: 0 5px 3px 0;
}

.icon-nav {
	margin-bottom: 60px!important;
}

.sidenav .collapsible .collapsible-header {
    height: 44px;
    line-height: 44px;
}

.sidenav {
	/*width:70px;*/
	background-color: #363636;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
	/*-webkit-transition: width 1s;
	transition: width 500ms;*/
	overflow-y: scroll;
}
.sidenav:hover {
	/*width:150px;*/
}

.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    float: none;
}

.sidenav .collapsible {
    text-align: center;
}

.sidenav li>a {
    color: rgb(255, 255, 255);
}

.sidenav .iconLabel {
	color: #444;
}

/*.sidenav .iconLabel {
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 500ms, text-align 200ms linear;
}
.sidenav:hover .iconLabel {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 500ms, text-align 200ms linear;
}
.sidenav .iconTopLabel {
	visibility: hidden;
	opacity: 0;
	transition-property: visibility, opacity;
	transition-duration: 100ms;
	transition-delay: 0s;
}
.sidenav:hover .iconTopLabel {
	visibility: visible;
	opacity: 1;
	transition-property: visibility, opacity;
	transition-duration: 500ms;
	transition-delay: 170ms;
}*/
.menuHover {
	color: #fff;
	transition: color 500ms;
	cursor: pointer;
}
.menuHover:hover {
	color: #3f9ed0;
	transition: color 500ms;
}

.new-tag {
	position: absolute;
    top: -12px;
    left: 5px;
    font-size: 1.3rem;
    color: #4caf50;
}

/* NAV DROP DOWN STYLES */

.dropdown-content {
	margin-left: 10%;
    width: 80%!important;
    left: 0 !important;
    height: auto!important;
}

.dropdown-row {
	padding: 20px 20px;
}

.nav-heading {
	padding: 5px 16px;
	font-weight: bold;
	font-size: 16px;
	color: #444;
}

.iconLabel {
	display: inline!important;
}

.nav-item {
	padding: 6px 12px;
}

.new-icon {
	font-size: 0.7rem;
    color: #4caf50;
    vertical-align: middle;
    position: absolute;
    top: 12px;
}

.transparent-nav {
	color: transparent;
}


.body-nav-trigger {
	width: 250px;
	margin: 50px auto 25px;
}

.mobile-home {
	position: absolute;
	left: calc(50% - 50px);
	width: 100px;
}

@media only screen and (max-width: 992px) {
	.transparent-nav {
		display: none;
	}

	.new-icon {
	    position: relative;
	    top: 5px;
	    display: block;
	}

	.nav-heading {
		padding: 25px 16px;
	}

}


/* TOP */
#top {
	text-align: center;
    background: white url(../img/fav/icon-pattern-fade.jpg) repeat 0 0;
    /*background-size: contain;*/ 
    -webkit-animation: slide 45s linear infinite;
   	display: flex;
}

#top-title {
	margin: 55px auto;
    width: 565px;
    background-color: rgba(255,255,255,0.8);

}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -300px 0; }
}

#top-img {
	background: url("../img/bluebg.webp");
	background-size: cover;
	padding: 7px 0;
}

.main-title {
	margin: 0;
}


/* MAIN */


/* Icon button selector */
.btn-medium {
	height: 45px;
	width: 45px;
}

.icon-colour-wrapper {
	margin-top: 25px;
}

/* Icon Selector */

.select-colour-title {
	margin: 0.65rem 0 2.4rem 0 !important;
}

.selector {
	background: #e2e2e2;
    border-radius: 3px;
    text-align: center;
}

.selector-text {
	margin-top:0;
}

.folder-selector {
	max-height: 40px;
    max-width: 40px;
    vertical-align: middle;
}

/* folder icon style */
.folder-style {
	width: 200px; 
	height: 200px; 
	padding:15px;
	font-size:0;
	/*background-image: url("../img/fav/folder-separator-icon.png");
	background-size: cover;*/
}


/* Custom folder page */
.custom-folder-input {
	margin: 20px 0px;
}


/* USPS */

.usp {
	max-width: 320px;
	margin: 0 auto;
}


@media only screen and (max-width: 600px) {
	.icon-usp {
		background: 
		linear-gradient(
	      rgba(255, 255, 255, 0.65), 
	      rgba(255, 255, 255, 0.65)
	    ),
	    url("../img/fav/icon-pattern-greyscale.jpg");
	}

	.colour-usp {
		background: 
		linear-gradient(
	      rgba(255, 255, 255, 0.65), 
	      rgba(255, 255, 255, 0.65)
	    ),
	    url("../img/fav/icon-pattern-usp-colours.gif");
	}

	.mix-match-usp {
		background: 
		linear-gradient(
	      rgba(255, 255, 255, 0.65), 
	      rgba(255, 255, 255, 0.65)
	    ),
	    url("../img/fav/icon-pattern-usp.jpg");
	}
}



/* How to add icons help section */

.how-to {
	margin: 0px auto 25px auto;
}

.how-to-bg {
	margin: 0 -9999rem;
  	padding: 0.25rem 9999rem;
  	background: #00C1F3;
}

.action-bg {
	background: linear-gradient(
      rgba(255,255,255,0.25), 
      rgba(255,255,255,0.25)
    ),
    url("../img/bluebg.webp");
   	position: absolute!important;
    bottom: 0;
    width: 100%;
}

#main-content > section > div > div.row.flex > div > div > div.card-content.white-text.flex > p {
	padding-bottom: 20px;
}

#main-content > section > div > div > div > div.card-content.white-text.flex > p {
	padding-bottom: 20px;
}

.step-text {
	text-align: center;
	position: relative;
	z-index: 2;
	font-weight: 600;
	width: 100%;
}

.step-num {
	position: absolute;
    font-size: 110px;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0px 20px 0;
    color: rgba(255,255,255,0.2);
}

/* INFO SECTION */

.info-bg {
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
    background: #00C1F3;
}


/* CUSTOM COLOURS */

.eg-bg {
	margin: 0 -9999rem;
  	padding: 0.25rem 9999rem;
  	background: #fff;
}

.pink-2 {
	background-color: #f5218f !important;
}

.grey-2 {
	background-color: #7c7c7c!important;
}

.cyan-2 {
	background-color: #00c1f3!important;
}

.gradient {
	background: -webkit-linear-gradient(left, rgba(230,94,60,1) 0%, rgba(251,46,135,1) 50%, rgba(253,50,111,1) 100%)!important;
}

/* EXAMPLES */





/* FOOTER */

.footer p {
	text-align: center;
}


/* ---MEDIA QUERIES--- */

@media only screen and (max-width: 600px) {
	#top-title {
		width: 290px;
	    padding-left: 30px;
	}
}

@media only screen and (max-width : 992px) {
  #container {
    padding-left: 0px;
  }

  .sidenav.sidenav-fixed {
    transform: translateX(0)!important;
}
}

@media only screen and (min-width: 993px) {
body.has-fixed-sidenav {
    padding-left: 0;
}
.has-fixed-sidenav .navbar-fixed nav.navbar {
    width: calc(100% - 70px);
    left: 70px;
    padding-left: 110px;
}
}


/* 5 COLUMN LAYOUT */

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}

/* END COLUMN LAYOUT */


/* Toast styles */
@media only screen and (max-width: 600px) {
#toast-container {
    bottom: 6%;
}

.mobile-toast {
	    margin-left: 5%!important;
	    word-break: normal!important;
	    max-width: 80%!important;
	    background-color: #2296f5!important;
	}
.mobile-toast span {
		font-size: 1.5rem;
		color: #fff;
	}
.mobile-toast p {
		color: #fff;
	}
}


@media only screen and (max-width: 992px) and (min-width: 601px) {
#toast-container {
    	bottom: 6%;
	    min-width: 94%!important;
	    left:0;
	}

.mobile-toast {
	    margin-left: 13.5%!important;
	    word-break: normal!important;
	    max-width: 90%!important;
	    background-color: #2296f5!important;
	}
.mobile-toast span {
		font-size: 1.5rem;
		color: #fff;
	}
.mobile-toast p {
		color: #fff;
	}
}


@media only screen and (min-width: 993px) {
	#toast-container {
		display: none!important;
	}

	.mobile-home {
		display: none
	}
}

