/*
	Theme Name: Mooloo Theme
	Theme URI: http://mooloocreative.co.uk/
	Description: A mobile responsive theme for the Genesis Framework.
	Author: Mooloo
	Author URI: http://mooloocreative.co.uk/
	
	Template: genesis
*/

/* HTML5 Reset
------------------------------*/

/* Baseline Normalize
----------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-family: 'AvertaBold';}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
------------------------------*/

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/* Float Clearing
------------------------------*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Column Classes
------------------------------*/

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Fonts
------------------------------*/

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;

}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg') format('svg');
   	font-weight: normal;
    font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}

@font-face {
    font-family: 'AvertaBold';
    src: url('fonts/AvertaBold.eot');
    src: url('fonts/AvertaBold.eot') format('embedded-opentype'),
         url('fonts/AvertaBold.woff2') format('woff2'),
         url('fonts/AvertaBold.woff') format('woff'),
         url('fonts/AvertaBold.ttf') format('truetype'),
         url('fonts/AvertaBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}

/* Defaults
------------------------------*/

body {
	background-color: #f1f1f1;
	color: #acb5b5;
	font-family: 'latoregular';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection,
::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #02cea1;
	text-decoration: none;
}

a:hover {
	color: #acb5b5;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-family: 'AvertaBold';
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #231b25;
	font-family: 'AvertaBold';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Object
-----------------------------*/

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Buttons
------------------------------*/

/* Forms
------------------------------*/

.gform_footer input[type="submit"] {}

body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error label:before {
		border:solid 1px #ff0000;
}
	
body .gform_wrapper .gform_body .gform_fields .validation_message {}

p.error-text {
	color:#ff0000;
}

.hideme {
	display:none;
}

.gform_confirmation_message {
	text-align:center !important;
	line-height:2 !important;
	color:#333 !important;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 16px;
	width: 100%;

}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'latoregular';
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #F15A3E;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
}

/* Wordpress
------------------------------*/

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0;
}

/* Structure
------------------------------*/

.site-container {
	background-color:#fff;
	max-width:100%px;
	margin:0 auto;
	overflow:hidden;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	background-color:#fff;
	margin:140px auto 0;
	clear: both;
}

.mooloo-home .site-inner {
	max-width: 100%;
	margin: 0 auto 0;
	padding:0;
}

/* Header
------------------------------*/

.site-header {
	background-color: #fff;
	position: fixed;
	width:100%;
	max-width:100%px;
	margin:0 auto;
	z-index: 999;
	padding:70px 0 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home .site-header {
	background-color:transparent;
}

.header-scrolled{
	background-color: #fff !important;
	padding:20px 0 !important;
	border-bottom: 1px solid #e8e5e5;
}

.admin-bar .site-header {
	top: 32px;
}

.title-area {
	float: left;
	opacity:0;
}

.loaded .title-area{
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s!important;
    animation-duration: 0.3s!important;
    will-change: transform;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
    animation-delay: 0.1s;
}

.site-title {
	font-family: 'latoregular';
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.title-area figure{
	width:130px;
	height:28px;
	float:left;
	background-image:url(images/logo.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 80px;
	text-indent: -9999px;
	max-width: 200px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-header .widget-area { 
	float: right;
	text-align: right;
}

#custom_html-2{
	opacity:0;
}

.loaded #custom_html-2 {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s!important;
    animation-duration: 0.3s!important;
    will-change: transform;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
    animation-delay: 0.1s;
}

#custom_html-2 a{
	font-size:18px;
	color:#09cfa3;
	display:inline-block;
	border-bottom:2px solid #09cfa3;
	vertical-align:middle;
	font-family: avertabold;
}

#custom_html-2 br{
	display:none;
}

.nav-menu{
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	margin-left:35px;
}

.nav-menu span{
	float:left;
	width:20px;
	height:4px;
	clear:both;
	float:right;
	background-color:#231b25;
}

.nav-menu span:nth-of-type(2){
	width:30px;
	margin:5px 0;
}

#custom_html-4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	width:100%;
    height: 100vh;
    z-index: 1;
    color: #1d1d1b;
	text-align:left;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition-delay: 0.1s;
	visibility: hidden;
}


.active-menu {
    visibility: visible !important;
    transition-delay: 0s !important;
}

#custom_html-4:before {
    background:#02cea1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition-delay: 0.25s;
}

.active-menu:before {
    -moz-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    transition-delay: .1s !important;
}

#custom_html-4 .textwidget{
	display:table;
	width:100%;
	height:100vh;
	position:relative;
	z-index:9;
}

.menu-wrap{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#custom_html-4 .wrap{
	position:relative;
}

.close-menu{
	color:#fff;
	cursor:pointer;
	font-size:40px;
	top:0;
	right:0;
	position:absolute;
	z-index:99;
	-webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.active-menu  .close-menu{
	-webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.mainmenu{
	font-size:40px;
	font-family: 'AvertaBold';
	line-height:1.1;
	margin-bottom:150px;
}

.mainmenu li{
	-webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
	margin-bottom:15px;
}

.active-menu .mainmenu li{
	-webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.mainmenu li {
    animation-delay: .1s;
}

.mainmenu li a,
.contact-details div a{
	color:#fff;
}

.mainmenu li a:hover,
.contact-details div a:hover{
	color:#005a46;
}

#custom_html-4 figure{
	width:130px;
	height:28px;
	background-image:url(images/logo-white.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 0 20px;
	-webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
	animation-delay: .1s;
}

.active-menu figure{
	-webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    animation-direction: alternate !important;
	-webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}

.contact-details{
	font-family: avertabold;
}

.contact-details div{
	font-size:19px;
	display:inline-block;
}

.contact-details div:first-of-type{
	margin-right:100px;
}

.contact-details div a{
	-webkit-animation-duration: 0.3s!important;
    animation-duration: 0.3s!important;
	-webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
	display:inline-block;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.active-menu .contact-details div a{
	-webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    animation-direction: alternate !important;
	-webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}

.contact-details div a{
	animation-delay: 0.1s;
}

/* Keyframes
------------------------------*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOutUp {
	
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
		 -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
	
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
}
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInUp {
	animation: fadeInUp .3s ease forwards .2s;
    opacity: 0;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

/* Navigation
------------------------------*/

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'latoregular';
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: 'latoregular';
	padding: 27px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #666;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

.site-header .sub-menu {
	background-color: #000;
}

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #000;
}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

/* Homepage
------------------------------*/

.block {
	clear: both;
	overflow: hidden;
	padding:190px 0;
}

.block .widget {
	margin-bottom: 40px;
}

.block p:last-child,
.block .widget:last-child {
	margin-bottom: 0;
}

.block .featured-content .entry-title a:hover {
	color: #F15A3E;
}

.block p:last-child {
	margin-bottom: 0;
}

.block {
	background-color: #fff;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}


/* Home Section 1
------------------------------*/

.home-section-1{
	padding:0 !important;
	position:relative;
}

.home-section-1 .wrap{
	max-width:100%;
	padding:0;
	position:relative;
	height:100%;
}

#particles-js{
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero-content{
	position:absolute;
	z-index:9;
	width:1170px;
	margin:0 auto;
	top:50%;
	left:0;
	right:0;
	font-family: 'AvertaBold';
	font-size:45px;
	color:#02cea1;
	text-align:left;
	line-height:1.2;
	opacity:0;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loaded .introfade{
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
	-webkit-animation-duration: 0.3s!important;
    animation-duration: 0.3s!important;
    will-change: transform;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
	animation-delay: 0.1s;
}

.loaded .introfade2{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	-webkit-animation-duration: 0.3s!important;
    animation-duration: 0.3s!important;
    will-change: transform;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
	animation-delay: 0.1s;
}

.hero-content span{
	color:#231b25;
}

#custom_html-13{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:#02cea1;
	text-align:center;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition-delay: 0s;
    will-change: transform;
	cursor: progress!important;
}

.loaded #custom_html-13 {
    transition-delay: .2s;
    -moz-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
}

#custom_html-13 figure{
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	width: 130px;
    height: 28px;
	background-image:url('images/logo-white.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	position:absolute;
	-webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate;
	opacity: 0;
    filter: alpha(opacity=0);
    will-change: transform;
	-webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

.first-load #custom_html-13 figure{
	-webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUpSmall;
}

/* Custom circle cursor (REMOVED)

body{ 
	cursor:none; 
}

.cursor {
  	transform-origin: center center;
    pointer-events: none;
    mix-blend-mode: exclusion;
    opacity: 0;
    filter: alpha(opacity=0);
    will-change: transform;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    display: flex;
    mix-blend-mode: difference;
    background: #fff;
    z-index: 100000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
	transition-duration: 0ms;
  	transition-timing-function: ease-out;
  	position: fixed;
  	transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
    line-height: 1;
    opacity: 1;
    filter: alpha(opacity=0);
	margin:0;
}

.cursor.visible {
    opacity: 1;
    filter: alpha(opacity=100);
}

.cursor .inner {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
	
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 1;
    top: 2px;
    position: relative;
}

.cursor.hover {
    will-change: transform;
    backface-visibility: hidden;
    width: 30px;
    height: 30px;
}
------------------------------*/


/* Home Section 2
------------------------------*/

.home-section-2{
	font-size: 45px;
    color: #02cea1;
	line-height:1.2;
	font-family: 'AvertaBold';
}

.home-section-2 span{
	color:#231b25;
}

/* Home Section 3
------------------------------*/

.what-we-build .wrap{
	padding-left:180px;
}

.what-we-build h2{
	margin-bottom:40px;
}

.what-we-build .one-half{
	color: #acb5b5;
	margin-bottom:110px;
	width: -moz-calc(50% - 25px);
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
	margin-left:50px;
}

.what-we-build .first{
	margin-left:0 !important;
}

.what-we-build .one-half:last-of-type{
	margin-bottom:0;
}

.what-we-build .one-half i{
	width:40px;
	height:40px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#02cea1;
	display:inline-block;
	margin-bottom:10px;
}

.what-we-build .one-half h3{
	color:#02cea1;
}

/* About
------------------------------*/

.page-template-about .site-inner{
	max-width:100%;
	padding:0;
}

.page-section{
	width:100%;
	float:left;
	padding:130px 0;
	
}

.page-title{
	color:#09cfa3;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
}

.sub-content{
	font-size: 45px;
    color: #02cea1;
    line-height: 1.2;
	margin-bottom:30px;
	font-family: avertabold;
}

.about-section-1 .sub-content{
	margin-bottom:120px;
}

.sub-content span{
	color: #231b25;
}

.page-section p:last-of-type{
	margin-bottom:0;
}

.about-contents{
	width:820px;
}

.about-section-2{
	position:relative;
	padding:0 !important;
}

.about-section-2 .content-wrap{
	padding:130px 0;
	position:relative;
	background-color:#fef7ef;
	float:left;
	width:100%;
}

.about-section-2 .content-wrap:before{
	background-color:#fef7ef;
	position:absolute;
	top:0;
	right:0;
	width:3000px;
	height:100%;
	content:"";
	z-index:1;
}

.content-wrap-inner{
	position:relative;
	z-index:5;
	width:900px;
	color:#231b25;
	font-family: 'latoregular';
	font-size:16px;
}

.content-wrap-inner h2{
	margin-bottom:40px;
}

.content-wrap-inner .one-half {
    width: -moz-calc(50% - 75px);
    width: -webkit-calc(50% - 75px);
    width: calc(50% - 75px);
	margin-left:150px;
	color:#78707a;
}

.content-wrap-inner .first{
	margin-left:0 !important;
}

.content-wrap-inner figure{
	width:100%;
	height:430px;
	background-size:cover;
	background-position:top center;
	margin:0 0 20px;
}

.content-wrap-inner p{
	margin-bottom:10px;
}

.content-wrap-inner strong{
	font-size:22px;
	color: #231b25;
}

.content-wrap-inner .one-half i{
	font-size:30px;
	margin-top:20px;
}

/* Portfolio
------------------------------*/

.page-id-30 .entry-header{
	display:none;
}

/* Services
------------------------------*/

.services-section-3{
	padding:0 !important;
}

.wwb-wrap{
	float:left;
	width:100%;
	background-color:#fbf6f1;
	position:relative;
	padding:110px 0;
}

.wwb-wrap:before {
    background-color: #fef7ef;
    position: absolute;
    top: 0;
    left: -90px;
    width: 3000px;
    height: 100%;
    content: "";
    z-index: 1;
}

.wwb-wrap-content{
	position:relative;
	z-index:5;
}

.wwb-wrap span,
.services-section-4 span{
	display:inline-block;
	text-transform:uppercase;
	font-size:18px;
	color:#09cfa3;
	margin-bottom:10px;
	font-family: avertabold;
}

.wwb-wrap-content h2{
	margin-bottom:140px;
}

.wwb-wrap-content .one-half{
	margin-bottom:0;
}

/* Projects
------------------------------*/

.single-project-section-1{
	padding-bottom:75px !important;
}

.project-title{
	font-size:45px;
	margin-bottom:50px;
}

.sub-heading{
	color: #09cfa3;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
	display:inline-block;
}

.single-project-section-1 .three-fourths{
	padding-right:135px;
	padding-bottom:80px;
	border-right:2px solid #f5f5f5;
}

.single-project-section-1 .one-fourth{
	font-size:16px;
	padding-left:20px;
}

.single-project-section{
	float:left;
	width:100%;
	padding:90px 0;
}

.single-project-section p:last-of-type{
	margin-bottom:0;
}

.full-width-image{
	text-align:center;
}

.content-and-image .one-half{
	display:inline-block;
	float:none;
	vertical-align:middle;
}

.content-and-image .first{
	padding-right:50px;
}

.content-and-image .one-half:last-of-type{
	text-align:center;
}

.testimonial-section{
	padding-top:200px !important;
	background-image:url(images/quote-bg.png);
	background-size:314px 231px;
	background-position:top 70px right 140px;
	background-repeat:no-repeat;
}

.testimonial-section img{
	width:106px;
	border-radius:50%;
	float:left;
	margin-top:40px;
}

.testimonial-section div{
	width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
	float:right;
	padding-right:140px;
	font-size:20px;
	line-height:1.2;
}

.testimonial-section div span{
	display:inline-block;
	margin-top:20px;
	font-size:18px;
}

.nav-project-section{
	float:left;
	width:100%;
	padding:80px 0;
	font-size:18px;
}

.nav-project-section a{
	float:left;
	font-family: avertabold;
}

.nav-project-section a:last-of-type{
	float:right;
}

.nav-project-section a i{
	font-size:30px;
	vertical-align:middle;
	margin-right:5px;
	position:relative;
	top:2px;
}

.nav-project-section a:last-of-type i{
	float:right;
	margin-left:10px;
	margin-right:0;
	top:-5px;
}

/* Contact
------------------------------*/

.content-section-1 .two-thirds{
	width: -moz-calc(66.6666666% - 50px);
    width: -webkit-calc(66.6666666% - 50px);
    width: calc(66.6666666% - 50px);
}

.contact-content-left{
	margin-bottom:30px !important;
}

.contact-form form{
	font-size:15px;
}

.contact-form form label{
	display:none;
}

.contact-form form li {
    float: left;
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
	clear: both;
}

.contact-form form li li{
	margin-bottom:0;
}

.contact-form form li.form-right {
	margin-left:30px;
	clear: none;
}

.contact-form form li.form-wide {
	width:100%;
	margin-left:0;
	clear:both;
}

.contact-form form li.gsection {
	width:100%;
	margin-bottom: 0px;
}

.contact-form form li.gsection h2 {
	font-size: 30px;
}

.contact-form form li.form-vert-spacer {
	margin-top: 45px;
}

.contact-form form input[type="text"], 
.contact-form form input[type="email"], 
.contact-form form textarea {
    height: 67px;
    color: #231b25;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
	background:#f5f5f5;
	font-family: 'AvertaBold';
}

.contact-form form textarea{
	height:270px;
	padding:20px;
}

.contact-form form input[type="text"]:focus, 
.contact-form form input[type="email"]:focus, 
.contact-form form textarea:focus {
	border: 1px solid #231b25;
}

.contact-form form li ul.gfield_checkbox li {
	width: 100%;
	width: 100%;
    margin-bottom: 10px;
}


.contact-form ::-moz-placeholder {
	color: #898989;
	opacity: 1;
	font-weight: 400;
}

.contact-form  ::-webkit-input-placeholder {
	color: #898989;
	font-weight: 400;
}

.contact-form form input[type="text"]:focus::-moz-placeholder,
.contact-form form input[type="email"]:focus::-moz-placeholder,
.contact-form form textarea:focus::-moz-placeholder {
	color:#231b25;
}

.contact-form form input[type="text"]:focus::-webkit-input-placeholder,
.contact-form form input[type="email"]:focus::-webkit-input-placeholder,
.contact-form form textarea:focus::-webkit-input-placeholder{
	color:#231b25;
}

.contact-form form input[type="checkbox"] {
    display: none;
}

.contact-form form .gfield_checkbox label {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}

.contact-form form input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    background: #eeeeee;
    content: "";
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.contact-form form input[type="checkbox"]:checked + label:before{
	background:#02cea1;
}

.contact-form form .gfield_list td {
	border: 6px solid white;
}

.contact-form form input[type="submit"] {
    width: 165px;
    height: 47px;
    background: #02cea1;
    text-transform: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    padding: 0;
    display: block;
	clear: both;
}

.contact-form form input[type="submit"]:hover{
	background:#231b25;
}

.content-section-1 .one-third{
	color:#02cea1;
	width: -moz-calc(33.3333333% - 50px);
    width: -webkit-calc(33.3333333% - 50px);
    width: calc(33.3333333% - 50px);
	margin-left:100px;
}

.content-section-1 .one-third a:hover{
	color: #acb5b5;
}

/* Flexible Content
------------------------------*/

.page-template-flexible-content .site-inner{
	max-width: 100%;
	padding: 0;
}

.flexible-content-section{
	padding: 90px 0;
	float: left;
	width:100%;
	font-family: 'latoregular';
	color: #969696;
}

.flexible-content-section p:last-child{
	margin-bottom: 0;
}

.title-with-sub-title{
	padding-top: 130px !important;
}

.title-with-sub-title h2{
	margin-bottom: 5px;
}

.title-with-sub-title h3{
	margin-bottom: 0;
	color:#02cea1;
	font-size: 45px;
}

.wide-wrap{
	max-width: 1300px;
	margin: 0 auto;
}

.wide-wrap-content{
	float: left;
	width:100%;
	padding: 40px 0;
	display: flex;
	align-items: center;
}

.content-image .wrap{
	display: flex;
	align-items: center;
}

.right-position-content .wrap{
	flex-direction: row-reverse;
}

.content-image .wrap .first{
	display: flex;
	align-content: center;
}

.right-position-content .last{
	margin-left: 0;
	margin-right: 2.564102564102564%;
}

.site-btn{
	display: inline-block;
	line-height: 1;
	padding: 15px 25px;
	background: #02cea1;
	color:#fff;
	font-size: 18px;
	font-family: 'latobold';
	border-radius: 4px;
}

.site-btn:hover{
	background: #231b25;
}

.left-img{
	text-align: left;
}

.right-img{
	text-align: right;
}

.center-img{
	text-align: center;
}

.content-image .last img{
	max-height: 550px;
	display: inline-block;
}

.form-wrap{
	float: left;
	padding: 90px 0;
	width:100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.form-wrap2{
	width:765px;
	margin: 0 auto;
}

.form-title-wrap{
	text-align: center;
	margin-bottom: 60px;
	display: inline-block;
	width:100%;
}

.testimonials-section h2{
	margin-bottom: 0;
	text-align: center;
}

.testimonials-wrap {
    padding-top: 140px !important;
    background-image: url(images/quote-bg.png);
    background-size: 314px 231px;
    background-position: top 40px right 100px;
    background-repeat: no-repeat;
	position: relative;
}

.testimonial-wrap{
	width:900px;
	height:450px;
	margin: 0 auto;
	position: relative;
}

.testimonial-wrap li{
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.testi-flex{
	display: flex;
	width:100%;
}

.testi-flex figure{
	margin: 0;
	display: flex;
	align-items: center;
	float: left;
}

.testi-flex figure img{
	width:106px;
	border-radius: 100%;
}

.testi-flex div{
	width: -moz-calc(100% - 106px);
	width: -webkit-calc(100% - 106px);
   	width: calc(100% - 106px);
	padding-left: 40px;
	font-size: 20px;
	float: left;
}

.testi-flex div p{
	margin-bottom: 20px;
}

.testi-flex div span:first-of-type{
	display: inline-block;
    font-size: 18px;
	font-family: 'latobold';
	color:#02cea1;
}

.testi-flex div span:last-of-type{
	display: inline-block;
    font-size: 18px;
	font-family: 'latobold';
	color: #231b25;
}

.testimonials-wrap .rslides_tabs{
	display: inline-block;
	width:100%;
	text-align: center;
	margin-top:50px;
	z-index: 9;
	position: relative;
}

.testimonials-wrap .rslides_tabs li{
	display: inline-block;
	margin: 0 8px;
}

.testimonials-wrap .rslides_tabs li a{
	float: left;
	text-indent: -9999px;
	width:18px;
	height:18px;
	border-radius: 100%;
	border:1px solid #959595;
	background-color: #fff;
}

.testimonials-wrap .rslides_tabs li.rslides_here a{
	border:1px solid #21d3ab;
	background-color: #21d3ab;
}

.testimonials-wrap .prev:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    content: "\f3d2";
    font-family: "Ionicons";
	font-size: 50px;
	color:#21d3ab;
}

.testimonials-wrap .next:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    content: "\f3d3";	
    font-family: "Ionicons";
	font-size: 50px;
	color:#21d3ab;
}

/* Maintenance Forms (Blank Page)
------------------------------*/

.page-template-blank .site-inner {
	margin-bottom: 140px;
}

.page-template-blank form {
	padding: 30px;
	border: 1px solid #f5f5f5;
}

.page-template-blank form{
	font-size:15px;
}

.page-template-blank form label{
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
}

.page-template-blank form input[type="text"], 
.page-template-blank form input[type="email"], 
.page-template-blank form input[type="url"], 
.page-template-blank form textarea {
    height: 67px;
    color: #231b25;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
	background:#f5f5f5;
	margin-bottom:30px;
	margin-top: 10px;
}

.page-template-blank form textarea{
	height:200px;
	padding:20px;
}

.page-template-blank form input[type="text"]:focus, 
.page-template-blank form input[type="email"]:focus, 
.page-template-blank form input[type="url"]:focus,
.page-template-blank form textarea:focus {
	border: 1px solid #231b25;
}

.page-template-blank ::-moz-placeholder {
	color: #898989;
	opacity: 1;
	font-weight: 400;
}

.page-template-blank  ::-webkit-input-placeholder {
	color: #898989;
	font-weight: 400;
}

.page-template-blank form input[type="text"]:focus::-moz-placeholder,
.page-template-blank form input[type="email"]:focus::-moz-placeholder,
.page-template-blank form input[type="url"]:focus::-moz-placeholder,
.page-template-blank form textarea:focus::-moz-placeholder {
	color:#231b25;
}

.page-template-blank form input[type="text"]:focus::-webkit-input-placeholder,
.page-template-blank form input[type="email"]:focus::-webkit-input-placeholder,
.page-template-blank form input[type="url"]:focus::-webkit-input-placeholder,
.page-template-blank form textarea:focus::-webkit-input-placeholder{
	color:#231b25;
}

.page-template-blank .gform_drop_instructions {
	display:none;
}

.page-template-blank form input[type="button"] {
	width: 165px;
	background: #fff;
	color:#000;
	border: 1px solid #adadad;
	margin-bottom: 30px;
	margin-top:10px;
	text-transform:capitalize;
}

.page-template-blank form input[type="button"]:hover {
	background: #f9f9f9;
}

.page-template-blank .ginput_preview {
	margin-bottom: 30px;
}

.page-template-blank .ginput_preview strong, .page-template-blank .ginput_preview b {
	margin-bottom: 30px;
	color: #000;
	font-family: 'latoregular' !important;
	font-weight: 400 !important;
}

.page-template-blank form input[type="submit"] {
    width: 165px;
    height: 47px;
    background: #02cea1;
    text-transform: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    padding: 0;
    display: block;
	margin-top: 30px;
}

.page-template-blank form input[type="submit"]:hover{
	background:#231b25;
}

.wrap750{
	max-width: 750px;
	margin: 0 auto;
}

.pricing-section .wrap750{
	text-align: center;
}

.pricing-section .wrap750 p:last-of-type{
	margin-bottom: 50px !important;
}

.table-pricing-wrap{
	display: flex;
}

.table-pricing-wrap .one-third{
	width:33.3333333%;
	margin-left: 0;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	padding: 60px 30px 150px;
	position: relative;
}

.tp-price-wrap{
	width:100%;
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 20px;
	color:#231b25;
	line-height: 1;
}

.tp-price-wrap span:first-of-type{
	font-size: 30px;
}

.tp-price-wrap span:nth-of-type(2){
	font-size: 60px;
	font-family: 'AvertaBold';
	margin: 0 5px;
}

.tp-price-wrap span:last-of-type{
	color:#969696;
}

.tp-lists{
	display: flex;
	justify-content: center;
	width:100%;
}

.table-pricing-wrap .one-third ul{
	text-align: left;
}

.table-pricing-wrap .one-third ul li{
	position: relative;
	padding:5px 0 5px 40px;
}

.table-pricing-wrap .one-third ul li:before{
	background-image: url(images/check.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width:25px;
	height:25px;
	content:"";
	position: absolute;
	top:9px;
	left:0;
}

.plan-btn-wrap{
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
	bottom: 60px;
}

/* Content & Inner Pages
------------------------------*/

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.content-sidebar {
	background-color: #f6f6f6 !important;
}

.content-sidebar .content {
		background-color:#fff;
		padding:30px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0;
	width: 100%;
}

.full-width-content.mooloo-home .content {
	padding: 0;
}

.entry {
	margin-bottom: 100px;
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
------------------------------*/

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header {
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
------------------------------*/

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'latoregular';
	font-size: 14px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #F15A3E;
	color: #fff;
}

/* Comments
------------------------------*/

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/*
Sidebar
------------------------------*/

.sidebar {
	background-color:#fff;
	float: right;
	width: 360px;
	padding:30px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Top
------------------------------*/

#custom_html-11{
	font-size: 30px;
    color: #02cea1;
    line-height: 1.2;
	padding:110px 0 100px;
	font-family: 'AvertaBold';
}

#custom_html-11 span{
	color: #231b25;
}

#custom_html-11 a{
	border-bottom:5px solid #02cea1;
	padding-bottom:2px;
}

#custom_html-11 a:hover{
	border-bottom:5px solid #231b25;
}

#custom_html-12{
	padding:110px 0;
}

#custom_html-12 h4{
	font-size:45px;
	margin-bottom:0;
}

#custom_html-12 span,
.psub-title{
	color:#02cea1;
	font-size:45px;
	display:inline-block;
	font-family: 'AvertaBold';
}

.project-list{
	margin-top:70px;
}

.project-list .one-half{
	width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
	margin-left:80px;
}

.project-list .one-half:first-of-type,
.project-list .one-half:nth-of-type(2n+1){
	margin-left:0;
}

.project-list .one-half:nth-of-type(2),
.project-list .one-half:nth-of-type(2n){
	margin-top:70px;
}

.project-list .one-half figure{
	width:100%;
	height:480px;
	margin:0 0 20px;
	background-size:cover;
	background-position:center center;
}

.project-list .one-half h3{
	margin-bottom:5px;
}

.project-list p:last-of-type{
	margin-bottom:0;
}

/*
Footer Widgets
------------------------------*/
.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 19px;
	padding: 80px 0;
	text-align: left;
	font-family: 'AvertaBold';
}

.footer-widgets,
.footer-widgets a {
	color: #acb5b5 !important;
}

.footer-widgets a:hover {
	color: #02cea1 !important;
}

.footer-widgets-1, 
.footer-widgets-3 { 
	float:left;
	width: 23.076923076923077%;
}

.footer-widgets-2{
	width: 16.076923076923077%;
	float:left;
}

.footer-widgets-4 { 
	float:left;
	width: 30.076923076923077%;
	float:left;
	line-height:1.3;
	text-align:right;
}

.footer-widgets-2, 
.footer-widgets-3,
.footer-widgets-4 {
	margin-left: 2.564102564102564%;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-4 i{
	width: 45px;
    height: 33px;
	display:inline-block;
    background-image: url(images/icon.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
   	margin: -8px 0px 0;
}

/* Media Queries
------------------------------*/

@media (orientation: portrait){
	#custom_html-4:before {
    	right: -75vh;
	}
}

@media only screen and (max-width: 1380px) {
	
	.wwb-wrap:before{
		left:-20px;
	}
}

@media only screen and (max-width: 1380px) {
	
	.wide-wrap{
		max-width:100%;
		padding: 0 20px;
	}
	
	.wide-wrap .wrap{
		max-width: 100%;
		padding: 0 40px;
	}
}


@media only screen and (max-width: 1210px) {

	.site-inner,
	.wrap {
		max-width: 100%;
		padding:0 20px;
	}
	
	.close-menu{
		right:20px;
	}
	
	.hero-content{
		width:100%;
		padding:0 20px;
	}
	
	.services-section-2 .wrap{
		padding-right:0;
	}

}

@media only screen and (max-width: 1140px) {
	
	.table-pricing-wrap .one-third{
		font-size: 17px;
	}
	
	.table-pricing-wrap .one-third ul li {
    	position: relative;
    	padding: 5px 0 5px 30px;
	}
	
	.table-pricing-wrap .one-third ul li:before{
		width:20px;
		height:20px;
	}
}


@media only screen and (max-width: 1080px) {
	
	.footer-widgets{
		font-size:16px;
	}
	
	.testimonial-section div,
	.testi-flex div,
	.testi-flex div span:last-of-type,
	.testi-flex div span:first-of-type{
		font-size:18px;
	}
}

@media only screen and (max-width: 1000px) {
	
	.mainmenu{
		font-size:32px;
		margin-bottom:80px;
	}
	
	.close-menu{
		font-size:30px;
	}
	
	.what-we-build .wrap{
		padding-left:140px;
	}
	
	.services-section-2 .wrap{
		padding-left:120px !important;
	}
}

@media only screen and (max-width: 960px) {
	
	body{
		font-size:21px;
	}

	.content,
	.sidebar{
		width: 100%;
	}
	
	.hero-content,
	.home-section-2,
	#custom_html-12 h4,
	#custom_html-12 span,
	.psub-title,
	.sub-content{
		font-size:35px;
	}
	
	#custom_html-11{
		font-size:26px;
	}
	
	.block{
		padding:150px 0;
	}
	
	h1 {
		font-size: 40px;
	}

	h2,
	.project-title,
	.title-with-sub-title h3{
		font-size: 35px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}
	
	.what-we-build .wrap{
		padding-left:90px;
	}
	
	.services-section-2 .wrap{
		padding-left:70px !important;
	}
	
	#custom_html-12,
	#custom_html-11{
		padding:80px 0;
	}
	
	.project-list .one-half figure{
		height:300px;
	}
	
	.project-list .one-half {
    	width: -moz-calc(50% - 25px);
    	width: -webkit-calc(50% - 25px);
    	width: calc(50% - 25px);
    	margin-left: 50px;
	}
	
	.footer-widgets{
		font-size:15px;
		padding:50px 0;
	}
	
	.footer-widgets-1, 
	.footer-widgets-3{
		width: 20.076923076923077%;
	}
	
	.footer-widgets-2{
		width: 14.076923076923077%;
	}
	
	.footer-widgets-4{
		width: 35.076923076923077%;
	}
	
	.page-section{
		padding:90px 0;
	}
	
	.title-with-sub-title{
		padding-top: 90px !important;
	}
	
	.about-contents,
	.content-wrap-inner{
		width:100%;
	}
	
	.about-section-2 .content-wrap{
		padding:100px 20px 100px 0;
	}
	
	.about-section-1 .sub-content{
		margin-bottom:90px;
	}
	
	.content-wrap-inner .one-half {
    	width: -moz-calc(50% - 40px);
    	width: -webkit-calc(50% - 40px);
    	width: calc(50% - 40px);
    	margin-left: 80px;
	}
	
	.content-wrap-inner figure{
		height:350px;
	}
	
	.content-section-1 .two-thirds{
		width: -moz-calc(66.6666666% - 25px);
   	 	width: -webkit-calc(66.6666666% - 25px);
    	width: calc(66.6666666% - 25px);
	}
	
	.content-section-1 .one-third {
    	width: -moz-calc(33.3333333% - 25px);
   	 	width: -webkit-calc(33.3333333% - 25px);
    	width: calc(33.3333333% - 25px);
    	margin-left: 50px;
	}
	
	.wwb-wrap-content h2 {
    	margin-bottom: 100px;
	}
	
	.wwb-wrap{
		padding:90px 0;
	}
	
	.single-project-section-1 .three-fourths{
		padding-right:60px;
	}
	
	.single-project-section-1 .one-fourth{
		padding-left:0;
	}
	
	.testimonial-section,
	.testimonials-wrap{
		background-position: top 70px right 70px;
	}
	
	.testimonial-section div{
		padding-right:70px;
		font-size:17px;
	}
	
	.testi-flex div,
	.testi-flex div span:last-of-type,
	.testi-flex div span:first-of-type{
		font-size:17px;
	}
	
	.testimonial-wrap{
		width:100%;
		height:400px;
		padding: 0 50px;
	}
	
	.tp-price-wrap span:nth-of-type(2){
		font-size: 50px;
	}
	
	.tp-price-wrap span:first-of-type {
    	font-size: 25px;
	}

}

@media only screen and (max-width: 850px) {
	
	.form-wrap2{
		width:100%;
		padding: 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	
	body{
		font-size:19px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mainmenu{
		font-size:21px;
		margin-bottom:60px;
	}
	
	.mainmenu li{
		margin-bottom:10px
	}
	
	.close-menu{
		top:-40px;
		font-size:20px;
	}
	
	#custom_html-4 figure {
    	width: 90px;
    	height: 19px;
	}
	
	.contact-details div{
		font-size:14px;
	}
	
	.contact-details div:first-of-type {
    	margin-right: 40px;
	}
	
	.hero-content,
	.home-section-2,
	#custom_html-12 h4,
	#custom_html-12 span,
	.psub-title,
	.sub-content{
		font-size:25px;
	}
	
	#custom_html-11{
		font-size:19px;
	}
	
	#custom_html-11 a {
    	border-bottom: 2px solid #02cea1;
	}
	
	#custom_html-2 a{
		font-size:12px;
	}
	
	.block{
		padding:60px 0;
	}
	
	h1 {
		font-size: 30px;
	}

	h2,
	.project-title,
	.title-with-sub-title h3{
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 17px;
	}

	h6 {
		font-size:15px;
	}
	
	.what-we-build .wrap{
		padding-left:20px;
	}
	
	.what-we-build .one-half{
		width:100%;
		margin-left:0;
		margin-bottom:40px;
	}
	
	.what-we-build .one-half:last-of-type{
		width:100%;
		margin-bottom:40px;
	}
	
	.what-we-build .one-half i{
		width:30px;
		height:30px;
	}
	
	#custom_html-12,
	#custom_html-11{
		padding:30px 0;
	}
	
	.project-list .one-half {
    	width:100%;
		margin-bottom:40px;
		margin-left:0;
	}
	
	.project-list .one-half:last-of-type{
		margin:0;
	}
	
	.project-list{
		margin-top:35px;
	}
	
	.footer-widgets{
		font-size:13px;
		padding:40px 0 30px;
	}
	
	.footer-widgets-1, 
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4{
		width: 100%;
		text-align:center;
		margin-left:0;
		margin-bottom:15px;
	}	
	
	.footer-widgets-4{
		margin-bottom:0;
	}
	
	.footer-widgets-4 i{
		margin:0;
	}
	
	.page-section{
		padding:50px 0;
	}
	
	.title-with-sub-title{
		padding-top: 50px !important;
	}
	
	.about-section-1 .sub-content{
		margin-bottom:50px;
	}
	
	.about-section-2 .content-wrap {
    	padding: 50px 20px 50px 0;
	}
	
	.content-wrap-inner .one-half{
		width:100%;
		margin-left:0;
	}
	
	.content-wrap-inner .first{
		margin-bottom:40px;
	}
	
	.content-wrap-inner figure {
		width:200px;
    	height: 250px;
	}	
	
	.content-wrap-inner strong {
    	font-size: 18px;
	}
	
	.content-wrap-inner .one-half i {
    	font-size: 24px;
	}
	
	.site-inner{
		margin: 90px auto 0;
	}
	
	.content-section-1 .two-thirds{
		width:100%;
	}
	
	.content-section-1 .one-third{
		margin-top:40px;
		margin-left:0;
		width:100%;
	}
	
	.contact-form form,
	.contact-form form .gfield_checkbox label{
		font-size:12px;
	}
	
	.contact-form form li, .contact-form form li.form-right {
		width:100%;
		margin-left:0;
		margin-bottom:20px;
	}
	
	.contact-form form input[type="text"], 
	.contact-form form input[type="email"], 
	.contact-form form textarea{
		font-size:12px;
		height:45px;
	}
	
	.contact-form form textarea{
		height:150px;
	}
	
	.contact-form form input[type="checkbox"] + label:before{
		top:-2px;
	}
	
	.contact-form form input[type="submit"]{
		width:140px;
		height:45px;
		font-size:12px;
		margin-top:20px;
	}
	
	.services-section-2 .wrap{
		padding:0 !important;
	}
	
	.wwb-wrap{
		padding:50px 0;
	}
	
	.wwb-wrap-content h2 {
    	margin-bottom: 50px;
	}
	
	#custom_html-13 figure{
		width:120px;
		height:26px;
	}
	
	.single-project-section{
		padding:40px 0 !important;
	}
	
	.single-project-section-1{
		padding-bottom:40px !important;
	}
	
	.single-project-section-1 .three-fourths{
		padding-right:0;
		padding-bottom:40px;
		margin-bottom:40px;
		border-right: 0;
		border-bottom: 2px solid #f5f5f5;
	}
	
	.content-and-image .first{
		padding-right:0;
		margin-bottom:30px;
	}
	
	.testimonial-section {
    	padding-top: 50px !important;
    	background-image: url(images/quote-bg.png);
    	background-size: 100px 74px;
    	background-position: top 100px right;
    	background-repeat: no-repeat;
	}
	
	.testimonials-wrap{
		padding-top: 50px !important;
    	background-image: url(images/quote-bg.png);
    	background-size: 100px 74px;
    	background-position: top 40px right;
    	background-repeat: no-repeat;
	}
	
	.testimonial-section img{
		width:70px;
		margin-top:0;
	}
	
	.testimonial-section div{
		width:100%;
		padding-right:0;
		margin-top:20px;
		font-size:16px;
	}
	
	.testi-flex div,
	.testi-flex div span:last-of-type,
	.testi-flex div span:first-of-type{
		font-size:16px;
	}
	
	.testimonial-section div span{
		font-size:13px;
	}
	
	.wide-wrap-content,
	.content-image .wrap{
		display: inline-block;
		width:100%;
	}
	
	.content-image .wrap .first{
		margin-bottom: 50px;
	}
	
	.right-position-content .last{
		margin-right: 0;
	}
	
	.content-image .last img{
		max-height: 350px;
	}
	
	.flexible-content-section,
	.form-wrap{
		padding: 50px 0;
	}
	
	.form-title-wrap{
		margin-bottom: 40px;
	}
	
	.left-img,
	.right-img,
	.center-img{
		text-align: center !important;
	}
	
	.site-btn{
		font-size: 13px;
		padding: 10px 25px;
	}
	
	.testi-flex{
		display: inline-block;
	}
	
	.testi-flex figure img{
		width:70px;
	}
	
	.testi-flex div{
		width:100%;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.testimonial-wrap{
		width:100%;
		height:500px;
		padding: 0;
	}
	
	.testimonials-wrap .prev:before,
	.testimonials-wrap .next:before{
		display: none;
	}
	
	.testimonials-wrap .rslides_tabs li a{
		width:14px;
		height:14px;
	}
	
	.table-pricing-wrap{
		display: inline-block;
		width:100%;
	}
	
	.table-pricing-wrap .one-third{
		width:100%;
		padding: 40px 20px 80px;
		font-size: 15px;
	}
	
	.tp-price-wrap span:nth-of-type(2){
		font-size: 40px;
	}
	
	.tp-price-wrap span:first-of-type{
		font-size: 20px;
	}
	
	.table-pricing-wrap .one-third ul li {
    	line-height: 1.3;
	}
	
	.table-pricing-wrap .one-third ul li:before{
		width: 16px;
    	height: 16px;
		top:7px;
	}
	
	.plan-btn-wrap{
		bottom: 30px;
	}
	
	.wrap750{
		max-width: 100%;
		padding: 0 20px;
	}

}

@media only screen and (max-width: 600px) {
	
	body{
		font-size:13px;
	}
	
	.site-header{
		padding:30px 0 20px;
	}
	
	.header-scrolled{
		padding:5px 0 10px!important;
	}
	
	.title-area{
		margin-top:20px;
	}
	
	.hero-content,
	.home-section-2,
	#custom_html-12 h4,
	#custom_html-12 span,
	.psub-title,
	.sub-content{
		font-size:22px;
	}
	
	#custom_html-11{
		font-size:15px;
	}
	
	.hero-content br{
		display:none;
	}
	
	.hero-content span + br{
		display:block;
	}
	
	.nav-menu{
		margin-top:10px;
		margin-right:0;
	}
	
	#custom_html-2 br{
		display:block;
	}
	
	.nav-menu span{
		height:3px;
	}
	
	.title-area figure{
		width:110px;
		height:24px;
	}
	
	h1 {
		font-size: 26px;
	}

	h2,
	.project-title,
	.title-with-sub-title h3{
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}

	h6 {
		font-size:14px;
	}
	
	.project-list .one-half figure{
		height:220px;
	}
	
	.footer-widgets{
		font-size:12px;
	}
	
	.footer-widgets-4 i{
		width:35px;
		height:26px;
	}
	
	.content-wrap-inner{
		font-size:12px;
	}
	
	.content-wrap-inner figure {
		width:150px;
    	height: 200px;
	}	
	
	.content-wrap-inner strong {
    	font-size: 15px;
	}
	
	.page-title,
	.wwb-wrap span,
	.services-section-4 span,
	.sub-heading{
		font-size:15px;
	}
	
	#particles-js canvas{
		width: 100% !important;
    	height: 100vh !important;
	}
	
	.single-project-section-1 .one-fourth{
		font-size:13px;
	}
	
	.nav-project-section{
		font-size:13px;
		padding-top:30px;
	}
	
	.nav-project-section a i{
		font-size:24px;
	}
	
	.nav-project-section a i{
		top:1px;
	}
	
	.nav-project-section a:last-of-type i {
    	top: -6px;
	}
	
	.cursor{
		display:none;
	}
	
	.content-image .last img{
		max-height: 250px;
	}
	
	.form-wrap2{
		width:100%;
		padding: 0 20px;
	}
	
	.testi-flex div, 
	.testi-flex div span:last-of-type, 
	.testi-flex div span:first-of-type {
    	font-size: 14px;
	}

}

.news-feature {
	margin-top: 30px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #acb5b5;
}