/*
	Theme Name: Name of theme
	Theme URI: What is the final domain?
	Description: Custom created for Clients First Name
	Version: 1.0
	Author: Kelowna Website Design
	Author URI: https://kelownawebsitedesign.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.orange-box {
    background: #fe6637;
    padding: 12px;
    border-radius: 12px;
}
.banner-home{
	overflow: hidden;
}
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #0A0A0B 60%, #000 60%);
  bottom:0;
  left:-50%;
  opacity:.6;
  position: absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}



h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.grayscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.grayscale:hover {
  filter: grayscale(0%);
}
.bird50{
	height: 50px;
}

.banner-box{

	border: 2px solid #fe6637;
	border-radius: 13px;
	padding: 20px;
	background: #29282B;
	margin: 10px;
	transition: all ease-in-out 0.2s;
}

.banner-box:hover{
	margin: 0px;
}


.large-icon{
	font-size: 40px;
}

.copyright, .copyright a{
	color: #AEAAB5;
}


.circuit-bg{
	  background-image: url('images/red-circuit-banner-1.webp');
		background-size: cover;
}

.uk-modal.uk-open {
    opacity: 1;
    z-index: 9999;
}

.blog-image {
    height: 260px;
    overflow: hidden;
}
.blog-image img {
    min-height: 100%;
}

.ontop {
    z-index: 9999;
    position: relative;
}

.blog-box, .outline-box{
	box-shadow: 0px 3px 22px #00000014;
	overflow: hidden;
}

.small{
	font-size: 12px;
}

.reviews-bg {
    background-image: url(images/reviews-line-1@2x.webp);
    background-repeat: no-repeat;
    background-size: 189px auto;
    background-position: top center;
}

.red-bar{
	background: #FD3737;
	border-radius: 12px;
	display: block;
	height: 12px;
	width: 100%;
}

.white-bar{
	background: #fff;
	border-radius: 12px;
	display: block;
	height: 12px;
	width: 100%;
}
.uk-transition-toggle:hover .testimonail-box.white-bg{
	background: #F9F7FD;
}

.testimonail-box .rating{
    font-size: 20px;
		margin-right: 5px;
}

.rating{
    font-size: 28px;
}

.yellow{
	color: #FDB837;
}

.white-over-bg{
	background: #ffffffed;
}
.audit-bg{
	background-image: url('images/web-developers-in-creative-meeting-1.webp');
	background-size: cover;
	background-position: right;
}


.industry-item {
		color: #000;
    background: #FFFCEB;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    padding: 5px 15px;
    margin-bottom: -13px;
    z-index: 99;
    box-shadow: 0px 0px 12px #00000033;
    margin-top: 10px;
		text-decoration: none;
		transition: all ease-in-out 0.2s;
}

.industry-item:hover {
    background: #febe34;
		text-decoration: none;
}

.about-us-icons{
	max-height: 60px;
}

a.tags {
    text-decoration: underline !important;
    font-size: 16px;
}

.borders{
	 border-radius: 15px;
}

.trending {
    position: absolute;
    background: #fe6637;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: -13px;
    left: 38%;
		z-index: 99;
}
.trending-fire {
    position: absolute;
    margin-top: -26px;
    left: 35px;
    z-index: 999;
    width: 19px;
}
.uk-margin-xxlarge-bottom {
	margin-bottom: 350px!important;
}

.huge-text{
	color: #29282B;
	font-size: 200px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	line-height: 200px;
}

.huge-text2{
	color: #29282B;
	font-size: 120px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	line-height: 100px;
}

.grey{
	color: #EBEBEB;
}

.red{
	color: #FD3737;
}

.white-bg{
	background: #fff;
}

.industry-arrow {
    width: 26px;
    margin-left: 20px;
    position: relative;
    top: -2px;
}

.about-icons{
	max-width: 60px;
}

.industry-box{
	background: transparent linear-gradient(0deg, #29282B 0%, #0A0A0B 100%) 0% 0% no-repeat padding-box;
	border-radius: 13px 13px 0px 0px;
	padding: 40px 20px;
}

.industry-outer-box {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #ffffff4a;
}

.service-icons{
	max-height: 100px;
}
a.side-logo{
	opacity: 0;
	position: absolute;
}
a.side-logo.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed{
	opacity: 1!important;
}
.side-logo img {
    height: 150px;
}

a.full-menu {
	opacity: 0;
	position: absolute;
}
a.full-menu.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed{
	opacity: 1!important;
}
a.full-menu {
    top: 40px;
    right: 40px;
    position: absolute;
    display: inline-block;
    z-index: 1000;
    background: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 2px;
    transition: all ease-in-out 0.2s;
    font-size: 30px;
    border: 2px solid #fc6637;
    border-radius: 100%;
}




.outer-btn{
	background: linear-gradient(270deg, #FF003B 0%, #FD6637 100%);
	padding: 2px;
	border-radius: 30px;
	display: inline-block;
}

.outline-btn {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	padding: 15px 45px;
	color: #fff;
	font-weight: 600;
	background: #000;
  display: inline-block;
	overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.outline-btn.white-bg {
	background: #fff;
	color: #000;
}

.outline-btn:hover {
	text-decoration: none;
}
.outline-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background: linear-gradient(270deg, #FF003B 0%, #FD6637 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.outline-btn:hover, .outline-btn:focus, .outline-btn:active {
  color: white;
}
.outline-btn:hover:before, .outline-btn:focus:before, .outline-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.uk-modal-close-full {
    background: none;
    color: #fff;
}



.gform-theme.gform-theme--framework.gform_wrapper
  button,
.gform-theme.gform-theme--framework.gform_wrapper
  input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper
  input[type=button],
.gform-theme.gform-theme--framework.gform_wrapper
  input[type=reset] {
    display: inline-block;
    border-radius: 30px!important;
		font-size: 16px!important;
    padding: 15px 50px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background: linear-gradient(270deg, #FF003B 0%, #FD6637 100%);
    background-size: 120% 100%;
    background-position: left center;
    transition: all ease-in-out 0.2s;
}

.gform-theme.gform-theme--framework.gform_wrapper
  button:hover,
.gform-theme.gform-theme--framework.gform_wrapper
  input[type=submit]:hover,
.gform-theme.gform-theme--framework.gform_wrapper
  input[type=button]:hover,
.gform-theme.gform-theme--framework.gform_wrapper
  input[type=reset]:hover {
		text-decoration: none;
		color: #fff;
		background-size: 200% 100%;
		background-position: right center;
}



.orange-btn {
	display: inline-block;
	border-radius: 30px;
	padding: 15px 50px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background: linear-gradient(270deg, #FF003B 0%, #FD6637 100%);
	background-size: 120% 100%;
	background-position: left center;
	transition: all ease-in-out 0.2s;
}

.orange-btn:hover {
	text-decoration: none;
	color: #fff;
	background-size: 200% 100%;
	background-position: right center;
}


.white-btn {
	display: inline-block;
	border-radius: 30px;
	padding: 15px 50px;
	color: #FD3737;
	font-weight: 600;
	text-decoration: none;
	background: #FFFCEB;
	transition: all ease-in-out 0.2s;
}

.white-btn:hover {
	text-decoration: none;
	color: #fff;
	background: #FD6637;
}

.grey-bg{
	background: #29282B;
}
.cool-grey-bg{
	background: #F9F7FD;
}



.black-bg{
	background: #0A0A0B;
}

.cream{
	color: #FFFCEB;
}

.orange, .has-orange-color{
	color: #FD6637;
}

.orange-hov, .orange-hov:hover h4{
	transition: all ease-in-out 0.2s;
}

.orange-hov:hover, .uk-transition-toggle:hover h4.orange-hov, .orange-hov:hover h4{
	color: #FD6637;
	text-decoration: none;
}

.black, .has-black-color{
	color: #0A0A0B;
}

.banner-bird{
	height: 80px;
}
/*
.banner-home {
    background: #0A0A0B;
}*/
.white, .has-white-color{
  color: #fff;
}
.banner-home h1{
  font-size: 60px;
	font-weight: 700;
}
h1{
  font-size: 46px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;

}
h2{
  font-size: 38px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;

}

h3{
  font-size: 26px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;

}
h4{
  font-size: 22px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

h5{
  font-size: 18px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}


em {
    color: #444!important;
}
form#user-login-form{
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	max-width: 400px;
	width: 100%;
}
select.orderby {
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #6d6d6d;
    background: #fbfbfb;
    font-size: 12px;
    padding: 5px 10px;
}
a.btn {
    display: inline-block;
    background: #222;
    padding: 10px;
    margin: 6px 0;
    border-radius: 3px;
    color: #fff;
    transition: ease-in-out all .2s;
}

a.btn:hover {
    text-decoration: none;
    background: #717171;
}
.banner{
    width: 100%;
}

a.uk-float-right.uk-hidden-large.menu_pointer {
    color: orange!important;
}
.uk-offcanvas-bar  {
    padding: 0px;
		background: #0A0A0B;
}
.uk-offcanvas-bar ul li.current-menu-item > a {
    border-left: 10px solid #fff;
}
.uk-offcanvas-bar ul li a {
    padding: 9px 20px;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    background: #FD6637;
    color: white;
}
.uk-offcanvas-bar ul li a:active, .uk-offcanvas-bar ul li a:hover {
    background: #222;
	color: #fff;
    text-decoration: none;
}
.uk-offcanvas-bar ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.uk-offcanvas-bar ul li {
    margin: 0;
    padding: 0;
}

.uk-offcanvas-bar .sub-menu li a {
	background-color: #4c4c4c;
    font-size: 13px;
    padding: 6px 30px;


}
.uk-offcanvas-bar .sub-menu {
    width: 100%;
    display: block;
    position: relative;
	background-color: #000;
}

.uk-offcanvas-bar .sub-menu li {
    float: none!important;
    text-align: left;
}

a.page-numbers:hover {
    background-color: #D6D6D6;
    color: #666;
    outline: 0;
    background-image: none;
}
a.page-numbers {
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
span.page-numbers.current {
    background: #009dd8;
    color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
.pagination {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}
.gform_wrapper form {
	overflow: hidden;
}
.gform_wrapper input, .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    padding: 14px 10px!important;
    border-radius: 4px;
    border: none;
		background: #F9F7FD;
		height: 50px;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px!important;
	}
.gform_wrapper textarea {
    padding: 14px 10px!important;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.gform-footer.gform_footer.top_label {
    width: 100%;
}

.gform_footer.top_label input {
    color: white;
    background: #55a94f;
    border: none;
    padding: 20px 40px!important;
    font-size: 22px!important;
    margin: 0!important;
    transition: ease-in-out all .2s;
	text-decoration: none;
	display: inline-block;
}
.gform_footer.top_label input:hover {
    opacity: .8;
		text-decoration: none;
}
.gform_footer.top_label {
    float: right;
    margin: 0;
}
.menu_pointer{
	cursor: pointer;
}




/*TOP LEVEL NAV START*/
.nav {
    float: right;
}
.nav li {
    float: left;
    list-style: none;
}
.nav > ul > li > a {
    color: #fff;
    font-size: 16px;
    padding: 11px 9px;
    display: block;
    font-family: "Poppins", serif;
    font-weight: 400;
    text-decoration: none;
    margin: 0 2px;
}
li.menu-item-has-children > a {
    cursor: default;
}
.nav .current_page_item > a, .nav .current-menu-item > a{
	color:#FD6637;
}
.nav li:hover > a{
  color: #FD6637;
}

/*TOP LEVEL NAV END*/

/*Style General Submenus*/
.sub-menu {
    position: absolute;
    background: white;
    width: 215px;
    margin: 0;
    padding: 0;
	    z-index: 99;
}
.sub-menu li {
    float: none;
}
.sub-menu li a {
    color: #222;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.sub-menu li a:hover {
    background: #222;
    color: #fff;
}
/*this one styles the sub highlighted page nav*/
.sub-menu li:hover > a {
    color: #797979;
    background: #eaeaea;
}
/*Style General Submenus*/

/*First Dropdown*/
.nav > ul > li > .sub-menu {
    display: none;
}
.nav > ul > li:hover > .sub-menu {
    display: block;
}

/*2nd Tear Dropdwn*/
.nav > ul > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > ul > li > .sub-menu li:hover > .sub-menu {
    display: block;
}

/*3rd level Dropdown*/
.nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > ul > li > .sub-menu > li >.sub-menu li:hover > .sub-menu {
    display: block;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "Poppins", serif;
	color:#444;
    font-size: 16px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	display: inline-block;
}
section a {
    color: #1e87f0;
    text-decoration: underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3{
	margin: 20px 0!important;
	font-family: "Poppins", serif;
}
h4, h5, h6{
	margin: 15px 0!important;
	font-family: "Poppins", serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}

.top-header{
	padding: 10px 0;
}

.top-header i{
	font-size: 25px;
}
.header {
    position: relative;
		background-color: #0A0A0B;
}


/* logo */
.logo {
	max-width: 170px;
	padding: 10px 0;
}

.footer .logo {
	max-width: 250px;
}

.footer{
	background-image: url('images/bird-logo-graphic-1@2x.webp');
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: top center;
}

.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.portfolio-logos img {
    padding: 30px;
}
.ginput_container.ginput_container_radio input {
    width: 30px !important;
    height: 30px !important;
    margin: 4px;
}
main section h1{
	    color: #ff6538;
}
.uk-offcanvas-bar {
	background-image: url('images/bird-logo-graphic-1@2x.webp');
	background-repeat: no-repeat;
	background-size: auto 30%;
	background-position: bottom center;
}
.slider-arrows a {
    margin: 3px;
}
/*------------------------------------*\
    SMALL
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px){

	.grey {
    color: #f2f2f2;
}
	.portfolio-logos img {
    padding: 5px;
}
	.blog-image {
    height: auto;
    overflow: hidden;
}
    .huge-text {
        font-size: 54px;
        line-height: 54px;
    }

    .huge-text2 {
        font-size: 36px;
        line-height: 46px;
        margin: 0px !important;
    }


	.ginput_container_text input {
		-webkit-appearance: none!important;
		-moz-appearance:    none!important;
		appearance:         none!important;
	}
	.banner-home h1{
	  font-size: 36px;
	}

	.banner-bird{
		height: 40px;
	}

	.bird50{
		height: 30px;
	}

  h1{
    font-size: 36px;

  }
  h2{
    font-size: 26px;
  }

  h3{
    font-size: 20px;

  }
  h4{
    font-size: 18px;

  }

}
@media only screen and (min-width:768px) and (max-width: 959px){

}
@media only screen and (min-width:960px){

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
