/*
Theme Name: MayeCreate Theme
Theme URI: http://www.mayecreate.com/
Author: Tyler Ernst, Rebecca Thomas, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Description: Parent Theme built on Bootstrap v3.3.5
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

font-family: 'Open Sans', sans-serif;
font-family: 'big_noodle_titling';
*/


@font-face{ 
	font-family: 'big_noodle_titling';
	src: url('css/Fonts/big_noodle_titling-webfont.woff') format('woff'),
	     url('css/Fonts/big_noodle_titling-webfont.woff2') format('woff2'),
	     url('css/Fonts/big_noodle_titling.ttf') format('truetype')
}

p.left {
	text-align: center;
}

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	margin:0;
	padding:0;
	color: #707070;
	-webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1470px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}
#navbarTop.navbar .container, #navbarBottom.navbar .container {
	min-height: 60px;
}
.mobile_hide {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.mobile_show {
	height: auto;
	overflow: auto;
	visibility: visible;
}
.kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0;
}

nav:after, .row:after { 
	display:block; 
	content:''; 
	clear:both; 
	width:100%; 
}
.has-green-color {
	color: #025203 !important;
}
.has-purple-color {
	color: #42184c !important;
}
.has-blue-color {
	color: #1e3f50 !important;
}

.team_move .has-blue-color {
	color: #52b6d5 !important;
} 
.has-orange-color {
	color: #a75100 !important;
}
.has-hotpink-color {
	color: #8d0261 !important;
}
.row {
	max-width: 100% !important;
}


/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
	h1, h2, h3, h4, h5, h6, p, .page-header {
		margin-bottom: 10px !important;
		color: #000 !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
}
.divider, .wp-block-separator {
	margin: 30px auto;
	border-bottom: 2px solid #444;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden;
	background: #000;
	color: #fff;
} 
 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
} 

/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: #00507e;
	text-decoration: underline; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #960179;
	text-decoration:underline; /* change to none if you don't want links to be underlined wehn hovered */
}



#credit-box a, #credit-box a:link, #credit-box a:visited {
	color: #398fa9;
	text-decoration:none; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
#credit-box a:hover, #credit-box a:active, #credit-box a:focus{
	color: #7bd507;
	text-decoration:underline; /* change to none if you don't want links to be underlined wehn hovered */
}

a.leftmu:hover {
	outline: 2px solid #000;
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}

.pagehead {
	display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px;
    margin-bottom: 50px;
	position: relative;
}

.pagehead-project {
	height: 450px!important;
}

.pagehead-none {
	display: block;
	margin-bottom: 50px;
}

.mini {
	font-size: 15px;
	color: #9B9B9B;
}

#homefeatured {
	position: relative;
}

h3.green {
	color: #044617 !important;
}

.pagehead:after, #homefeatured:after {
	position: absolute;
	background: url(img/img-mask.png) bottom right no-repeat;
	height: 10%;
	width: 100%;
	background-size: contain;
	bottom: -10px;
	right: 0;
	display: block;
	content: '';
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	line-height: 120%;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;
}

h1, h1.entry-title {
	font-family: 'big_noodle_titling';
	color: #562163;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}

h1.entry-title:after {
	background: url(img/h1-deco.png) top left no-repeat;
	background-size: cover;
	height: 15px;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-right: 30%;
	content: '';
}

.centeredh2 {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}


.centeredh2:after {
	background: url(img/h1-deco.png) top left no-repeat;
	background-size: cover;
	height: 15px;
	width: 80%;
	margin: 0 auto 10px auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-right: 30%;
	content: '';
}

h2, .h2 {
	font-family: 'big_noodle_titling';
	color: #1e3f50;
	font-size: 30px;
	font-size: 3.0rem;
}

.centeredgreen {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	color: #04520d !important;
	
}

.centeredgreen:after {
	background: url(img/decorative_header.png) center right no-repeat;
	height: 20px;
	width: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}


h3, .h3 {
	font-family: 'big_noodle_titling';
	color: #4f1e5b;
	font-size: 25px;
	font-size: 2.5rem;
}
h4, .h4 {
	font-family: 'big_noodle_titling';
	color: #222222;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
}

h4:after, .h4:after, h4.alignleft:after, .h4.alignleft:after {
	content: '';
	display: block;
	background: url(img/header-3.png) left bottom no-repeat;
	height: 6px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}

h4.aligncenter:after, .h4.aligncenter:after {
	background: url(img/header-3.png) center bottom no-repeat;
}

.kt-testimonial-columns-3 h4:after {
	display: none;
}

h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-family: 'big_noodle_titling';
	color: #1e3f50;
	font-size: 18px;
	font-size: 1.8rem;
}
h6, .h6 {
	font-family: 'big_noodle_titling';
	color: #2a2a2a;
	font-size: 18px;
	font-size: 1.8rem;
}
.decorative {
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: url("img/decorative_header.png") bottom right no-repeat;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
	color: #373737;
}

.large-text {
	font-size: 19px;
	font-size: 1.9rem;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin-left: 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style: none;
    counter-reset: li;
}

ol li {
    counter-increment: li;
}

ol li::before {
    content: counter(li);
    color: #1e3f50;
    display: inline-block;
	font-weight: 600;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
	
}

li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
}
ul li {
	list-style-image: url(img/bullet.png);
}
#adminmenu ul.wp-submenu, #adminmenu {
	margin: 0;
}
#adminmenu .wp-submenu li {
	list-style: none;
}
#adminmenu li {
	list-style: none;
}


/* BUTTONS: Styles for Custom Button Block
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: #fff;
	border-radius: 0;
	border: 3px solid #3e1648;
	display: block;
	padding: 10px 15px;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	color: #3c1745;
	font-family: 'big_noodle_titling';
}
.wp-block-button.aligncenter {
	display: table;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover {
	background: #95DB06;
	color: #222222;
	border: 3px solid #222222;
	text-decoration: none;
}
.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	display: block;
	background: url(img/btnbackground.png) center -70px no-repeat #fff ;
	color: #1e3f50;
	border: 3px solid #222222;
	padding: 20px 25px;
	margin: 40px 0 0 0;
	position: relative;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
	background: url(img/btnbackground-active.png) center -60px no-repeat #702A82 ;
	color: #fff;
	border: 3px solid #222222;
	text-decoration: none;
}

.btn-mayecreate.large:after {
	content: '';
    display: block;
    height: auto;
    width: 100%;
    background: url(img/btn-hover.png) -30px center no-repeat;
    position: absolute;
    background-size: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: -33px;
    z-index: -9;
}

.btn-mayecreate.large:hover:after {
	content: '';
    display: block;
    height: auto;
    width: 100%;
    background: url(img/btn-hover.png) -30px 0px no-repeat;
    position: absolute;
    background-size: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: -53px;
}

.btn-mayecreate.left:before {
	content: '';
	display: block;
	height: 95%;
	width: 100%;
	border-top: 6px solid #52B6D5;
	border-left: 6px solid #52B6D5;
	position: absolute;
	left: -15px;
	bottom: 0;
	top: -15px;
	margin: 0 auto;
	z-index: -99;
}

.btn-mayecreate.left:hover:before {
	content: '';
	display: block;
	height: 95%;
	width: 100%;
	border-top: 6px solid #222;
	border-left: 6px solid #222;
	position: absolute;
	left: -15px;
	bottom: 0;
	top: -15px;
	margin: 0 auto;
	z-index: -99;
}

.btn-mayecreate.middle:before {
	content: '';
	display: block;
	height: 140%;
	width: 95%;
	border-top: 6px solid #52B6D5;
	border-bottom: 6px solid #52B6D5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -15px;
	margin: 0 auto;
}

.btn-mayecreate.middle:hover:before {
	content: '';
	display: block;
	height: 140%;
	width: 95%;
	border-top: 6px solid #222;
	border-bottom: 6px solid #222;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -15px;
	margin: 0 auto;
	z-index: -99;
}

.btn-mayecreate.right:before {
	content: '';
	display: block;
	height: 95%;
	width: 100%;
	border-bottom: 6px solid #52B6D5;
	border-right: 6px solid #52B6D5;
	position: absolute;
	right: -15px;
	bottom: -15px;
	margin: 0 auto;
	z-index: -99;
}

.btn-mayecreate.right:hover:before {
	content: '';
	display: block;
	height: 95%;
	width: 100%;
	border-bottom: 6px solid #222;
	border-right: 6px solid #222;
	position: absolute;
	right: -15px;
	bottom: -15px;
	margin: 0 auto;
	z-index: -99;
}

span.btn-mayecreate {
	display: table;
}


/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding: 30px 15px;
	width: 70%;
	max-width: 200px;
	background: #fff;
}

#aboveNav #branding-container:before {
	content: '';
    display: none;
    background: url(img/logo-bg-1.png) top right no-repeat;
    width: 290%;
    margin-right: 50px;
    position: absolute;
    height: 100%;
    top: 0;
    right: -120px;
    z-index: -1;
}

#aboveNav #branding-container:after {
	content: '';
    display: none;
    background: url(img/logo-bg-shadow.png) top right no-repeat;
    width: 290%;
    margin-right: 50px;
    position: absolute;
    height: 105%;
    top: 0;
    right: -145px;
    z-index: -9;
}

#branding-container a.brand {
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}
#branding-container a.brand img.site-logo {
	display: block;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
}
#aboveNav {
	position: relative;
}
#aboveNav #branding-container {
	position:absolute;
	top: 0;
	left: 0;
	width: 75%;
	max-width: 165px;
	margin: auto;
	z-index: 1100;
}

#aboveNav .col-md-12 {
	min-height: 0px
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}
div#homefeatured {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#homefeatured #myCarousel {
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
	height: 75vh;
	display: none;
}
div#homefeatured #myCarousel:hover {
	box-shadow: none;
}
div#homefeatured .carousel {
	width: 100%;
}
div#homefeatured .carousel-inner>.item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img {
	width: 100%;
}
div#homefeatured .slideDesc {
	position: absolute; 
	z-index: 4000;
	top:0;
	bottom: 0;
	margin: auto;
	height: 200px;
	width: 100%;
	text-align: center;
	padding: 50px 0; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
div#homefeatured .slideDesc .slideTitle {
	display: none;
	font-size: 45px;
	font-size: 4.5rem;
	color: #ffffff;
}
div#homefeatured .slideDesc .slideText {
	display: none;
	font-size: 20px;
	font-size: 2rem;
	color: #ffffff;
}			
div#homefeatured .slideDesc .btn.btn-mayecreate {
	margin-top: 5vh;
	width: 200px;
	color: #fff;
}
div#homefeatured .carousel-control {
	display: block;
	height: 75px;
	width: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
}
div#homefeatured .carousel-control.left {
	background: url(img/left.png) no-repeat;
	background-size: contain;
	left: 3%;
}
div#homefeatured .carousel-control.right {
	background: url(img/right.png) no-repeat;
	background-size: contain;
	right: 3%;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}


/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background: #222222;
	border: none;
}
#main_nav{
	display: none;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 4%;
    top: 0;
	bottom: 0;
	margin: auto;
}
#mobile_menu a{
/* use this rule to add a border around the menu togle button */
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.navbar-header{
}
.nav-button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-button:focus {
	outline: none;
}
.nav-button span {
	display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    right: 7px;
    height: 2px;
    width: 20px;
    background: #95DB06;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #95DB06;
	content: "";
}
.nav-button span::before {
	top: -7px;
}
.nav-button span::after {
	bottom: -7px;
}
.nav-button-x{
	background-color: transparent;
}
.nav-button-x span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-button-x span::before,
.nav-button-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-button-x span::before {
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
}
.nav-button-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform;
}

/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.mm-opened .nav-button-x {
	background-color: transparent;
}
.mm-opened .nav-button-x span {
	background: none;
}
.mm-opened .nav-button-x span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-opened .nav-button-x span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-opened .nav-button-x span::before,
.mm-opened .nav-button-x span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.mm-menu {
 	background: #ffffff;
 	color: #702A82;
	font-family: 'Open Sans', sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    white-space: normal;
}
.mm-listview > li.active{
	background: #702A82;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	text-transform: uppercase;
}

/* NAVIGATION:: Slide Out Drawer Searcch Box
==========================================  */
.mm-menu > .mm-panel {
    /*You can add padding-top here to make space 
    for the search box at the top of the dawer menu */
}
#drawer-menu .form-group {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px 10px 10px 20px;
}

#drawer-menu .form-group .form-control {
    width: 80%;
    float: left;
    margin-right: 1%;
}

/* NAVIGATION: SCROLL STICK 
==========================================  */
@keyframes affixFadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

#navigation.affix-top{
	z-index: 100;
	position: absolute;
	width: 100%;
}
#navigation.affix{
	animation: affixFadeIn 1s  ease-in;
	-webkit-animation: affixFadeIn 1s;
	z-index: 100;
	width: 100%;
}

/* NAVIGATION: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
}


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 0px;
}
#contentWrap, #page {
    padding-top: 40px;
    padding-bottom: 0px;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:240px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 25px;
	padding-bottom: 25px;
}

/* CALLOUTS
==========================================  */
#callouts{

}
#callouts a[role="button"]{
    position: relative;
    display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#callouts a[role="button"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .5);
}
#callouts a[role="button"] h2{
    position: absolute;
    color: blue;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	bottom: 0;
    left: 5%;
    right: 5%;
    color: #ffffff;
}
#callouts a[role="button"]:hover h2{
	color: #000000;
}
#callouts a[role="button"] p{
	/* Style the callout body text here */
}
#callouts a[role="button"]:hover p{
	/* Style the hover state of the callout body text here */
}
#callouts a[role="button"] img{
	position: relative;
	width: 100%;
	padding: 0;
}


/* BLOG
==========================================  */
.img_wrapper:hover .project_title {
     background: #000;
}

.img_wrapper:hover:before {
    background: url(img/learnmore.png) top right no-repeat;
	top: 0;
	right: 0;
	height: 50px;
    width: 50px;
	position: absolute;
	display: block;
	content: '';
	z-index: 999;
}

.img_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34,.6);
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

.project_title {
    background: rgba(34,34,34,.75);
	color: #fff;
	width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.img_wrapper:hover .project_title {
    text-decoration: none;
}

.project_title h3 {
    top: 0;
	bottom: 0;
}

.hover-content {
	position: absolute;
    top: 0;
    bottom: 0;
	width: 100%;
	z-index: 1;
	
}

.hover-content span p {
	opacity: 0;
	padding-left: 50px;
	color: #fff;
}

.img_wrapper:hover .hover-content span p {
	opacity: 1;
	color: #fff;
}

.height5 {
	height: calc(100% / 5);
}

/* SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarSection .sidebarTitle{
	margin: 0;
	padding:  5%;
	background: #6d9e42;
	color: #fff;
}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	margin: 0;
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;
}
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;
}

/* FOOTER
==========================================  */
footer.site-footer {
	background-color: #eee;
	padding-top: 10px;
	margin-top: 40px;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}

#credits {
	padding: 30px 0 0 0;
}

#credits p {
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

#text-4 .textwidget {
	max-width: 250px;
}

#footer_nav{
	display: none;
	float: right;
} 

/* Social Media Icon Links
============================================*/
ul.social{
	margin: 10px;
	padding: 0;
	display: block;
	    float: right;
}
ul.social li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
ul.social li a .fab {
    font-size: 25px;
    color: #8ECF0B;
}

ul.social li a .fab.fa-youtube-square-1{
	    background: url(img/yt.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 25px;
    width: 25px;
}

ul.social li a:hover .fab.fa-youtube-square-1{
	    background: url(img/yt-hover.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 25px;
    width: 25px;
}

ul.social li a:hover .fab {
    font-size: 25px;
    color: #52B6D5;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 16px auto;
}
img {
	max-width: 100%;
	height: auto;
}

.wp-block-image {
	position: relative;
}

.kt-testimonial-style-card .kt-testimonial-media-inner-wrap .kt-testimonial-image {
	height: 100%;
}

.first.wp-block-image:before {
	content: '';
	display: block;
	height: 95%;
	width: 100%;
	border-top: 6px solid #52B6D5;
	border-left: 6px solid #52B6D5;
	position: absolute;
	left: -15px;
	bottom: 0;
	top: -15px;
	margin: 0 auto;
	z-index: -99;
}

.middle.wp-block-image:before {
	content: '';
	display: block;
	height: 100%;
	width: 95%;
	border-top: 6px solid #52B6D5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -15px;
	margin: 0 auto;	
}

.middle.wp-block-image:after {
	content: '';
	display: block;
	height: 109%;
	width: 95%;
	border-bottom: 6px solid #52B6D5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -15px;
	margin: 0 auto;	
}

.last.wp-block-image:after {
	content: '';
	display: block;
	height: 95%;
	width: 100%;
	border-bottom: 6px solid #52B6D5;
	border-right: 6px solid #52B6D5;
	position: absolute;
	right: -15px;
	bottom: -15px;
	margin: 0 auto;
	z-index: -99;
}

.wp-block-image figcaption {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Text meant only for screen readers.
==========================================	*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Collapsing Content
==========================================  */
.collapsingContent h2{
	position:relative; 
	padding-left: 30px;
}
.collapsingContent h2::before{
	position:absolute; 
	width: 100px; 
	height: 100%; 
	content: '\f056'; 
	font-family: FontAwesome; 
	left: 0; 
	color: #6c9e41;
}
.collapsingContent h2.collapsed::before{
	position:absolute; 
	content: '\f055'; 
	font-family: FontAwesome; 
	color: #6c9e41;
}

/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

/* FEATURE POSTS
==========================================  */
#featuredPosts{
	/* Place to customize the home page featured posts */
}

/* HOME PAGE: FEATURE BOXES
==========================================  */
#callouts{
	/* Place to customize the home page callouts */
}
 
/* PAGE OF PAGES: NAVIGATION
==========================================  */
#childpageNav {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 175px;
	width: 50px;
	outline: 1px solid #000;
	background: #ffffff;
}
#childpageNav li a {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid #6c9d30;
}
#childpageNav li a:hover {
	text-decoration: none;
	border: 2px solid #000000;
	background: #000000;
}
#childpageNav li a:active, #childpageNav li a:focus {
	text-decoration: none;
	background: #6c9d30;
}

/* Featured Image Slider
==========================================	*/
#featuredPostsSlider {
	margin-top: 5vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
}
#featuredPostsSlider h2 {
	padding-bottom: 2vh;
}

#featuredPostsSlider #lightSlider li {
	height: auto;
}

.lSSlideWrapper.usingCss {
	position: relative;
}

.lightSlider.lsGrab.lSSlide li {
	padding: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
    float: left;
    list-style: none;
}

.lSAction .lSPrev {
	background: url(img/left.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    left: 1%;
    bottom: 0;
    margin: auto;
}
.lSAction .lSNext {
	background: url(img/right.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    right: 1%;
    bottom: 0;
    margin: auto;
}

#goToPrevSlide, #goToNextSlide {
    position: absolute;
    height: 40px;
    width: 55px;
    margin: auto;
    border: 0 none;
    text-indent: -999em;
    opacity: .7;
	top: 0;
	bottom: 0;
}

#goToPrevSlide {
    background: url(img/left.png) no-repeat;
    background-size: contain;
    left: -60px;
}

#goToNextSlide {
    background: url(img/right.png) no-repeat;
    background-size: contain;
    right: -60px;
}

/* PROJECTS
====================================  */
/*-=-=-=OPTION ONE=-=-=-*/
.post_link_wrapper {
	display: block;
	margin-bottom: 30px;
}
.post_link_wrapper.wide {
	margin-bottom: 50px;
}
.post_link_wrapper p {
	color: #222222;
}
.post_link_wrapper h3 + p {
	color: #000000;
}
.post_link_wrapper:hover p {
	color: #666666;
}
.post_link_wrapper:hover h3 + p {
	color: #000000;
}
.img_wrapper {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
}
.img_wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
/*.img_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(108,157,48,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}*/
.post_link_wrapper:hover .img_wrapper:after {
	opacity: 1;
}
/*.post_link_wrapper.wide p {
	margin-bottom: 39px;
}*/
.post_link_wrapper:hover h3 {
	text-decoration: underline;
}

/* PAGEBREAK STYLES
======================================== */
.center {
	text-align: center !important;
}
.pagebreak {
	padding: 50px 0;
	background: #222222;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pagebreak_grey {
	padding: 50px 0;
	margin: 0 0 30px 0;
	background: #F6F6F6;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.texture {
	position: relative;
}

.pagebreak.texture:before {
	content: '';
	display: block;
	background-image: url("img/pagebreak_before.png");
	background-repeat: no-repeat;
	background-size: 75%;
	height: 6%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	position: absolute;
	
}
.pagebreak.texture:after {
	content: '';
	display: block;
	background-image: url("img/pagebreak_after.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
}
.pagebreak .pagebreak_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .65;
}
.pagebreak .container {
	position: relative;
	z-index: 2; 
    max-width: 1470px;
    width: 90%;
	margin: 0 auto;
}
.pagebreak .row {
	position: relative;
	z-index: 2; 
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}
.pagebreak_left, .pagebreak_right {
	padding: 0;  
} 
.pagebreak_fix {
	padding: 30px 0;
}
.pagebreak_fix:first-child {
	padding-top: 0;
}
.page > .pagebreak_fix:last-child, .page > .pagebreak:last-child {
	
}
.pagebreak_right_content, .pagebreak_left_content {
	padding: 50px 0;
}
.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGEBREAK COLORS: USE THESE STYLES TO CHANGE THE PAGEBREAK TEXT COLORS IF NEEDED
=========================================  */
.pagebreak h1, .pagebreak h2, .pagebreak h3, .pagebreak h4, .pagebreak h5, .pagebreak h6, .pagebreak p, .pagebreak li, .pagebreak a:link, .pagebreak a:visited {
	color: #fff;
}
.pagebreak a, .pagebreak a:link, .pagebreak a:visited {
	color: #95DB06;
}

.pagebreak a:hover, .pagebreak a:active {
	text-decoration: underline;
}

.pagebreak .divider {
	color: #fff;
}

.pagebreak .wp-block-kadence-testimonials {
	color: #fff;
}

.pagebreak .btn-mayecreate.left:hover:before {
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
}

.pagebreak .btn-mayecreate.middle:hover:before {
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

.pagebreak .btn-mayecreate.right:hover:before {
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
}


/* PAGE ITEMS
====================================  */
.frm_forms .frm_fields_container > br, .frm_forms .frm_fields_container .form-field > br, .frm_forms .frm_fields_container .form-field label > br, .frm_forms .frm_fields_container > p > br {
	display: none;
}
.frm_forms .frm_fields_container .form-field > p, .frm_forms .frm_fields_container > p {
	margin: 0;
}
.frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	color: #000;
}

.col-sm-6:nth-child(odd) {
	clear: left;
}

/* PROCESS TIMELINE
======================================== */

.cool-timeline .timeline-post .timeline-content h2.content-title-2, .cool-timeline .timeline-post .timeline-content h3.content-title-simple, .cool-timeline .timeline-post .timeline-content .content-details p {
	color: #333;
}

.timeline-main-title.center-block {
	display: none;
}

#story-1885.timeline-post.odd > .timeline-content, #story-1890.timeline-post.odd > .timeline-content {
	border-left: 6px solid #52b6d5 !important;	
}

#story-1885.timeline-post .icon-color-white, #story-1890.timeline-post .icon-color-white {
	background: #52b6d5;
}

#story-2052.timeline-post.even > .timeline-content, #story-2055.timeline-post.even > .timeline-content, #story-2057.timeline-post.even > .timeline-content {
	border-left: 6px solid #95db06 !important;
}

#story-2052.timeline-post .icon-color-white, #story-2055.timeline-post .icon-color-white, #story-2057.timeline-post .icon-color-white {
	background: #95db06;
}

#story-1885.timeline-post.odd > .timeline-content:before, #story-1890.timeline-post.odd > .timeline-content:before {
	border-right-color: #52b6d5;
}

#story-2052.timeline-post.even > .timeline-content:before, #story-2055.timeline-post.even > .timeline-content:before, #story-2057.timeline-post.even > .timeline-content:before {
	border-right-color: #95db06;
}

#story-2059.timeline-post.even > .timeline-content, #story-2061.timeline-post.even > .timeline-content, #story-2063.timeline-post.even > .timeline-content, #story-2065.timeline-post.even > .timeline-content {
	border-left: 6px solid #702a82;
}

#story-2059.timeline-post .icon-color-white, #story-2060.timeline-post .icon-color-white, #story-2061.timeline-post .icon-color-white, #story-2062.timeline-post .icon-color-white, #story-2063.timeline-post .icon-color-white, #story-2064.timeline-post .icon-color-white, #story-2065.timeline-post .icon-color-white {
	background: #702a82;
}

#story-2060.timeline-post.odd .timeline-content, #story-2061.timeline-post.even .timeline-content, #story-2062.timeline-post.odd .timeline-content, #story-2063.timeline-post.even .timeline-content, #story-2064.timeline-post.odd .timeline-content, #story-2065.timeline-post.even .timeline-content {
	border-left: 6px solid #702a82;
}

#story-2060.timeline-post.odd .timeline-content:before, #story-2062.timeline-post.odd .timeline-content:before, #story-2064.timeline-post.odd .timeline-content:before, #story-2059.timeline-post.even > .timeline-content:before, #story-2061.timeline-post.even > .timeline-content:before, #story-2063.timeline-post.even > .timeline-content:before, #story-2065.timeline-post.even > .timeline-content:before {
	border-right-color: #702a82;
}

.page-id-1442 .cool-timeline-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}
/* PROJECT SLIDER
=======================================  */
.project_carousel {
	clear: both;
	margin-bottom: 50px;
}
.project_carousel .item {
	background-size: cover !important;
}
.project_carousel .project_slide_content {
	position: relative;
	float: right;
	width: 100%;
	background: rgba(255,255,255,.9);
	padding: 65px 0;
}
.project_carousel .project_slide_content:before {
	width: 200px;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	left: -200px;
	top: 0;
	background: url("img/project_slide_left.png") top right no-repeat;
	background-size: 100% 100%;
}
.icon_blue, .icon_green, .icon_grey, .icon_purple {
	position: relative;
	display: block;
	padding: 5px 0 5px 70px;
}

.project_carousel .icon_blue, .project_carousel .icon_green, .project_carousel .icon_grey, .project_carousel .icon_purple {
	margin-bottom: 10px;
}

.hover-content .icon_blue, .hover-content .icon_green, .hover-content .icon_grey, .hover-content .icon_purple {
	position: relative;
	display: block;
	padding: 5px 0 5px 30px;
}

.hover-content .icon_blue:before, .hover-content .icon_green:before, .hover-content .icon_grey:before, .hover-content .icon_purple:before {
	opacity: .75;
}

.img_wrapper:hover .hover-content .icon_blue:before, .img_wrapper:hover .hover-content .icon_green:before, .img_wrapper:hover .hover-content .icon_grey:before, .img_wrapper:hover .hover-content .icon_purple:before {
	opacity: 1;
}

.icon_blue:before, .icon_green:before, .icon_grey:before, .icon_purple:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 100%;
	display: block;
	text-align: center;
	content: '';
}

.icon_blue:before {
	background: url("img/icon_blue.png") center center no-repeat #52B6D5;
}
.icon_green:before {
	background: url("img/icon_green.png") center center no-repeat #95DB06;
}
.icon_grey:before {
	background: url("img/icon_grey.png") center center no-repeat #7A7A7A;
}
.icon_purple:before {
	background: url("img/icon_purple.png") center center no-repeat #A153B5;
}

/*.myCarousel p, #myCarousel p {
	display: none;
}*/

.project_slide_content .container p {
	display: block !important;
	
}

/*TEAM 2022
============================ */
.team_move {
	max-width: 725px;
	position: relative;
}
.team_move img {
	margin: 0 auto 30px auto;
	display: block;
}
.class_img_wrapper {
	max-width: 45px;
	height: auto; 
	display: block;
}
.team_project_logo_wrapper {
	max-width: 150px;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.team_project_logo_wrapper img {
	display: inline-block;
	margin: 0;
}
.team_content:after {
	display: none !important;
}
.team_nav {
	position:absolute;
	top: 20%;
	display: block;
	width: 68px;
	height: 46px;
	text-indent: -999em;
}
.team_nav.team_nav_back {
	left: -20px;
	background: url('../mayecreate-theme/img/team_nav_back.png') center center no-repeat;
}
.team_nav.team_nav_forward {
	right: -20px;
	background: url('../mayecreate-theme/img/team_nav_forward.png') center center no-repeat;
}
.team_wrapper {
	background: #C5C5C5;
	display: block;
	max-width: 215px;
	overflow: hidden;
	margin-bottom: 20px;
	clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
	border:1px solid #222222;
	position: relative;
	height: 215px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.team_wrapper:hover {
	padding: 10px;
}
.team_wrapper img {
	position: relative;
	z-index: 2;
	clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
	transition: all 0.14s ease-in-out;
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	width: auto;
	max-width: none;
}
.team_wrapper:hover img {
	z-index: 1;
	clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
}
.team_wrapper.term_wrapper_developer {
	background: #FFB300;
}
.team_wrapper.term_wrapper_producer {
	background: #52B6D5;
}
.team_wrapper.term_wrapper_artist {
	background: #8ECF0B;
}
.team_wrapper.term_wrapper_designer {
	background: #702A82;
}
.team_wrapper:before {
	z-index: 3;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	background: #C5C5C5;
	top: 0;
	right: 0;
	mix-blend-mode: color;
	transition: all 0.14s ease-in-out;
}
.team_wrapper.term_wrapper_developer:before {
	background: #FFB300;
}
.team_wrapper.term_wrapper_producer:before {
	background: #52B6D5;
}
.team_wrapper.term_wrapper_artist:before {
	background: #8ECF0B;
}
.team_wrapper.term_wrapper_designer:before {
	background: #702A82;
}
.team_wrapper.no_image_wrapper:before {
	z-index: 3;
	width: 24px;
	height: 27px;
	content: '';
	display: block;
	position: absolute;
	background: url('../mayecreate-theme/img/no_image.png') center center no-repeat;
	background-size: contain;
	top: 7px;
	right: 15px;
	mix-blend-mode: normal;
}
.team_wrapper:hover:before {
	opacity: 0;
}
.team_wrapper .team_name {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 10px;
	z-index: 1;
	opacity: 0;
	transition: all 0.14s ease-in-out;
	text-align: right;
	padding-right: 60px;
	background: #222;
	font-family: 'big_noodle_titling';
}
.team_wrapper.term_wrapper_developer .team_name {
	background: #FFB300;
}
.team_wrapper.term_wrapper_producer .team_name {
	background: #52B6D5;
}
.team_wrapper.term_wrapper_artist .team_name {
	background: #8ECF0B;
}
.team_wrapper.term_wrapper_designer .team_name {
	background: #702A82;
}
.team_wrapper:hover .team_name {
	z-index: 2;
	opacity: 1;
}


		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			
			#aboveNav #branding-container:before {
				display: block;
			}

			#aboveNav #branding-container:after {
				display: block;
			}

			div#homefeatured {
				display: block;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 30px;
			}
			
			div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
				height: 75vh;
				display: block;
			}

		    /* TYPOGRAPHY: HEADINGS
			==========================================  */
			/* TYPOGRAPHY: PARAGRAPHS
			==========================================  */
			/* TYPOGRAPHY: LIST ITEMS
			==========================================  */
			/* TYPOGRAPHY
			===========================================  */
			body {				
			}
			h1, h1.entry-title {
			}
			h2, .h2 {
			}
			h3, .h3 {
			}
			h4, .h4 {
			}
			h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
			}
			h6, .h6 { 
			}
			p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
			}
			
	
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 15px;
				padding-bottom: 15px;
				width: auto;
				max-width: 200px;
			}
			#branding-container a.brand {
				font-size: 30px;
				color: #000000;
			}
			
			/* HOME SLIDER
			==========================================  */
			
		  	/* NAVIGATION
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation {
				margin-top:0;
				margin-bottom:35px;
			}
			#navigation.affix {
				margin-top:0;
				width: 100%;
			}
			#navigation.affix #branding-container {
				max-width: 200px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			
			#navigation.affix #branding-container:before {
				content: '';
				display: block;
				background: url(img/logo-bg-1.png) top right no-repeat;
				width: 290%;
				margin-right: -10px;
				position: absolute;
				height: 100%;
				top: 0;
				right: -120px;
				z-index: -1;
			}

			#navigation.affix #branding-container:after {
				content: '';
				display: block;
				background: url(img/logo-bg-shadow.png) top right no-repeat;
				width: 290%;
				margin-right: -10px;
				position: absolute;
				height: 105%;
				top: 0;
				right: -145px;
				z-index: -9;
			}
			
			
			#navigation .navbar {
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: rgba(0,0,0,.8);
				border: none;
			}
			#navigation.affix #main_nav a {
		    	font-size: 17px;
		    	padding: 15px 10px;
		    }
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}
			
			#contentWrap, #page {
				padding-top: 0px;
				padding-bottom: 0px;
			}

			/* IMAGES
			==========================================	*/

			img.alignleft{
				float:left;
				display:block;
				margin: 15px 15px 15px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 15px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:15px 0 15px 15px;
			}
			.wp-caption.alignright{
				float:right;
				display:block;
				margin: 5px 0 15px 15px;
			}
			img.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 15px auto 15px auto;
			}
			
			
			/* PAGE ITEMS
			====================================  */


		}
			@media (min-width: 861px) { 
				/* Place to add stylesheets if you want to target monitors 
				bigger than 992px but smaller than 861px. */

				#story-1885.timeline-post.odd > .timeline-content, #story-1890.timeline-post.odd > .timeline-content {
					border-right: 6px solid #52b6d5 !important;	
				}

				#story-2052.timeline-post.even > .timeline-content, #story-2055.timeline-post.even > .timeline-content, #story-2057.timeline-post.even > .timeline-content {
					border-left: 6px solid #95db06 !important;
				}

				#story-1885.timeline-post.odd > .timeline-content:before, #story-1890.timeline-post.odd > .timeline-content:before {
					border-left-color: #52b6d5;
				}

				#story-2052.timeline-post.even > .timeline-content:before, #story-2055.timeline-post.even > .timeline-content:before, #story-2057.timeline-post.even > .timeline-content:before {
					border-right-color: #95db06;
				}

				#story-2059.timeline-post.even > .timeline-content, #story-2061.timeline-post.even > .timeline-content, #story-2063.timeline-post.even > .timeline-content, #story-2065.timeline-post.even > .timeline-content {
					border-left: 6px solid #702a82;
				}

				#story-2060.timeline-post.odd .timeline-content, #story-2062.timeline-post.odd .timeline-content, #story-2064.timeline-post.odd .timeline-content {
					border-right: 6px solid #702a82;
				}

				#story-2060.timeline-post.odd .timeline-content:before, #story-2062.timeline-post.odd .timeline-content:before, #story-2064.timeline-post.odd .timeline-content:before {
					border-left-color: #702a82;
				}

				#story-2059.timeline-post.even > .timeline-content:before, #story-2061.timeline-post.even > .timeline-content:before, #story-2063.timeline-post.even > .timeline-content:before, #story-2065.timeline-post.even > .timeline-content:before {
					border-right-color: #702a82;
				}
			}

				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {

					p.left {
						text-align: left;
					}

					.mobile_show {
						height: 0;
						overflow: hidden;
						visibility: hidden;
					}
					.mobile_hide {
						height: auto;
						overflow: auto;
						visibility: visible;
					}
					
					.pagehead {
						display: block;
						background-repeat: no-repeat;
						background-size: cover;
						background-position: center center;
						height: 275px;
						margin-bottom: 50px;
					}
					
					.pagehead-project {
						height: 450px!important;
					}
					#aboveNav #branding-container {
						position:absolute;
						top: 0;
						left: 0;
						width: 75%;
						max-width: 180px;
						margin: auto;
						z-index: 1100;
					}
					
					#aboveNav #branding-container:before {
						content: '';
						display: block;
						background: url(img/logo-bg-1.png) top right no-repeat;
						width: 290%;
						margin-right: 40px;
						position: absolute;
						height: 100%;
						top: 0;
						right: -120px;
						z-index: -1;
					}

					#aboveNav #branding-container:after {
						content: '';
						display: block;
						background: url(img/logo-bg-shadow.png) top right no-repeat;
						width: 290%;
						margin-right: 40px;
						position: absolute;
						height: 105%;
						top: 0;
						right: -145px;
						z-index: -9;
					}
					
					/* BUTTONS
					===========================================  */
					a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large {
						display: table;
						margin: 70px 0 20px 0;
					}
					
					a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button {
						display: table;
						margin: 20px 0 20px 0;
					}
					
					
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-4 a.btn-mayecreate:link, .col-md-4 a.btn-mayecreate:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate:link, .col-md-3 a.btn-mayecreate:visited, .col-md-4 .wp-block-button, .col-md-3 .wp-block-button  {
						margin: 0 auto 20px auto;
					}
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 .wp-block-button.large, .col-md-4 .wp-block-button.large {
						display: block;
					}	
					a.btn-mayecreate.block:link, a.btn-mayecreate.block:visited {
						display: block !important;
					}
					a.btn-mayecreate.center:link, a.btn-mayecreate.center:visited {
						margin: 0 auto 20px auto !important;
					}
				    
					/* TYPOGRAPHY
					===========================================  */
					body {
						font-size: 18px;
						font-size: 1.8rem;
					}
					h1, h1.entry-title {
						font-size: 50px;
						font-size: 5.0rem;
					}
					
					h1.entry-title:after {
						width: 50%;
					}
					
					.centeredh2:after {
						width: 50%;
					}
					
					h2, .h2 {
						font-size: 40px;
						font-size: 4rem;
					}
					h3, .h3 {
						font-size: 30px;
						font-size: 3rem;
					}
					h4, .h4 {
						font-size: 25px;
						font-size: 2.5rem;
					}
					h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
						font-size: 20px;
						font-size: 2.0rem;
					}
					h6, .h6 { 
						font-size: 20px;
						font-size: 2.0rem;
					}
					p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
						font-size: 18px;
						font-size: 1.8rem;
					}
					.large-text {
						font-size: 22px;
						font-size: 2.2rem;
					}

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 345px;
				    }
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control {
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left {
						left: 7%;
					}
					div#homefeatured .carousel-control.right {
						right: 7%;
					}
				    

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav {
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar {
				    	border-radius: 0px;
						background: #222;
					}
				    #navbarTop.navbar .container, #navbarBottom.navbar .container {
				    	position: relative;
						display: block;
				    }					
					#top_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #top_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
				    #top_nav a:link, #top_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	font-size: 1.7rem;
				    	padding: 15px 10px;
				    	text-transform: uppercase;
				    	color: #666;
				    	font-weight: 400;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
				    	color: #000000;
				    	text-decoration:none;
				    	/* if you have different color for Nav link hover state, change it here */
				    }  


				    /* MAIN NAVIGATION
				    ==========================================  */
				    #main_nav {
				    	display: block;
				    }
				    #main_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    }
				    #main_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: block;
				    	position: relative;
				    }
					#main_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: #f8f8f8;
				    	margin: 0;
				    	padding: 0;
				    	width: 250px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 1px solid #e7e7e7;
				    	border-top: none;
				    }
					#main_nav ul li:hover ul, #main_nav ul li:hover ul #main_nav ul ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
					}
					
					#main_nav ul ul ul.sub-menu {
				    	display: none;
				    	position: absolute;
						right: -250px;
						top: 0;
				    } 
					#main_nav ul li ul li:hover ul.sub-menu {
						display: block;
					}
					
					#main_nav ul ul li {
				    	float: none;
						display: block;
						position: relative;
				    }
					
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	padding: 25px 10px;
				    	text-transform: uppercase;
				    	color: #ffffff;
				    	font-weight: 100;
					}
					#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #95DB06;
				    	text-decoration:none;
				    }
				    #main_nav ul ul li a:link, #main_nav ul ul li a:visited {
				    	padding: 5px 15px;
				    	width: 100%;
				    } 
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
				    #footer_nav {
				    	display: table;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #footer_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					#footer_nav a:link, #footer_nav a:visited {
				    	display:inline-block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 20px;
				    	font-size: 2rem;
				    	padding: 10px 13px 0 13px;
						color: #fff;
						text-transform: uppercase;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
				    	text-decoration:none;
						color: #95DB06;
						
				    	/* if you have different color for Nav link hover state, change it here */
				    }

					
					/* PAGEBREAKS
					====================================  */
					.pagebreak_left_content, .pagebreak_left_img {
						float: left;
						width: 50%;
					}
					.pagebreak_right_content, .pagebreak_right_img {
						float: right;
						width: 50%;
					}
					
					/* PAGE ITEMS
					====================================  */
					.col-sm-6:nth-child(odd) {
						clear: none;
					}
					.col-md-4:nth-child(3n+1){
						clear:left;
					}
					
					.project_carousel .project_slide_content {
						position: relative;
						float: right;
						width: 75%;
						background: rgba(255,255,255,.9);
						padding: 65px 0;
					}
					/*TEAM
					============================ */
					.team_wrapper {
						margin-right: -75px;
					}
					.team_wrapper_outer {
						max-width: 200px;
					}
					.margin_next + .team_wrapper_outer {
						margin-left: 50px !important;
					}
					.margin_back + .team_wrapper_outer {
						margin-left: -20px !important;
					}
				}

						@media (min-width: 1025px) { 
							/* Place to add stylesheets if you want to target monitors 
							bigger than 992px but smaller than 1200px. */
							
						}

							/* Large devices (large desktops, 1200px and up) */
							@media (min-width: 1200px) { 

								/* TYPOGRAPHY
								===========================================  */
								body {
										font-size: 20px;
										font-size: 2.0rem;
									}
									h1, h1.entry-title {
										font-size: 55px;
										font-size: 5.5rem;
									}
									h2, .h2 {
										font-size: 50px;
										font-size: 5.0rem;
									}
									h3, .h3 {
										font-size: 40px;
										font-size: 4rem;
									}
									h4, .h4 {
										font-size: 30px;
										font-size: 3rem;
									}
									h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
										font-size: 25px;
										font-size: 2.5rem;
									}
									h6, .h6 { 
										font-size: 25px;
										font-size: 2.5rem;
									}
									p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
										font-size: 20px;
										font-size: 2.0rem;
									}
								
									.large-text {
										font-size: 26px;
										font-size: 2.6rem;
									}

								/* HEADER
								==========================================  */
								#branding-container {
								  max-width: 400px;
								}
								#branding-container a.brand{
								  font-size: 38px;
								}
								
								#aboveNav #branding-container {
									position:absolute;
									top: 0;
									left: 0;
									width: 75%;
									max-width: 250px;
									margin: auto;
									z-index: 1100;
								}
								
								#aboveNav #branding-container:before {
									content: '';
									background: url(img/logo-bg-1.png) top right no-repeat;
									width: 290%;
									margin-right: -10px;
									position: absolute;
									height: 100%;
									top: 0;
									right: -120px;
									z-index: -1;
								}

								#aboveNav #branding-container:after {
									content: '';
									background: url(img/logo-bg-shadow.png) top right no-repeat;
									width: 290%;
									margin-right: -10px;
									position: absolute;
									height: 105%;
									top: 0;
									right: -145px;
									z-index: -9;
								}

								/* HOME SLIDER
								==========================================  */
								div#homefeatured .carousel-control {
									height: 125px;
									width: 35px;
								}
								div#homefeatured .carousel-control.left {
									left: 10%;
								}
								div#homefeatured .carousel-control.right {
									right: 10%;
								}
								
										
								/* PAGEBREAKS
								=========================================== */
								.pagebreak_left_content, .pagebreak_right_content {
									width: calc(100% / 3 * 2);
								}
								.pagebreak_left_img, .pagebreak_right_img {
									width: calc(100% / 3);
								}
								.pagebreak_left_content .container {
									float: left;
									max-width: 1100px;
									padding: 0 60px;
								}
								.pagebreak_right_content .container {
									float: right;
									max-width: 1100px;
									padding: 0 60px;
								}


								/* PAGE ITEMS
								====================================  */
								.project_carousel .project_slide_content {
									width: 50%;	
								}


							}
								@media (min-width: 1366px) {
									/* TYPOGRAPHY
									===========================================  */
									body {
										font-size: 20px;
										font-size: 2rem;
									}
									h1, h1.entry-title {
										font-size: 70px;
										font-size: 7rem;
									}
									h2, .h2 {
										font-size: 60px;
										font-size: 6rem;
									}
									h3, .h3 {
										font-size: 50px;
										font-size: 5rem;
									}
									h4, .h4 {
										font-size: 40px;
										font-size: 4rem;
									}
									h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
										font-size: 30px;
										font-size: 3rem;
									}
									h6, .h6 { 
										font-size: 30px;
										font-size: 3rem;
									}
									p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
										font-size: 20px;
										font-size: 2rem;
									}
									
									.large-text {
										font-size: 28px;
										font-size: 2.8rem;
									}

								}

									@media (min-width: 1550px) {

										/* Place to add stylesheets if you want to target monitors 
										bigger than a desktop. */
										
										#aboveNav #branding-container {
											position:absolute;
											top: 0;
											left: 0;
											width: 75%;
											max-width: 300px;
											margin: auto;
											z-index: 1100;
										}
										
									}

										@media (min-width: 1700px) {

											/* Place to add stylesheets if you want to target monitors 
											bigger than a desktop. */
										}




