/*
Theme Name:     GOTB Child Theme
Theme URI:      https://geeksonthebeach.ca
Description:    GOTB Master
Author:         Geeks On The Beach
Author URI:     https://geeksonthebeach.ca
Template: Divi
Version:        4.0
*/
/* This file was modified 2020-05-06 by Aspen Grove Studios to customize metadata in header comment */

/* =Theme customization starts here
------------------------------------------------------- */

/**
 * 1. general styles
 *  a. Gravity contact form
 * 2. Header
 * 3. Nav Menu
 * 4. Content
 * 5. Footer
 * 6.  additional-[page name]
**/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}

/* ------------- 1. general styles ------------- */

/* ------------- a. Gravity contact form ------------- */

.gform_wrapper ul.gform_fields li {
    list-style: none;
}

.gform_wrapper ul.gform_fields {
    padding-left: 0 !important;
}

.gform_wrapper .hidden_label label {
    display: none;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 3px !important;
    background-color: transparent;
    color: #222;
    font-family: sans-serif;
    border: 0;
    padding: 15px !important;

    border-bottom: 1px solid darkgray;
}

.gform_wrapper input[type=email]:focus {
    border-bottom: 1px solid black!important;
}

.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: darkgray;
    font-family: sans-serif;
}

.gform_wrapper .gform_footer {
    text-align: right;
}

.gform_wrapper input[type=submit] {
    border: 0;
    background-color: rgba(32, 178, 170, 0.7);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    padding: 20px;
    transition-duration: .3s;
    border-radius: 3px;
}

.gform_wrapper input[type=submit]:hover {
    background-color: rgba(32, 178, 170, 1);
    transition-duration: .3s;
    padding-left: 35px;
    padding-right: 35px;
}

/* grow icons effect */
.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

/* ------------- 2. Header ------------- */

/* logo menu header */
@media (max-width: 980px) {
    #logo {
        max-height: 100%;
    }
}
.home-first {
	padding-top:0px!important;
}
.admin-bar .home-first {
	padding-top:32px!important;
}
@media only screen and (min-width: 981px) {

}
/* secondary top menu bar */
#et-info {
    float: right;
}

/* Change hamburger icon on mobile menu */
.mobile_menu_bar:before {
    position: relative;
    top: 2px;
    color: #212121;
    left: 0;
    font-size: 36px;
    border-radius: 0;
    content: "\61";
}

#main-header .et_mobile_menu .always-visitable {
    position: relative;
}
#main-header .et_mobile_menu .always-visitable .hover-link {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    right: 60px; /* right area continues to expand or collapse */}

/* ------------- 3. Nav Menu ------------- */

.nav li ul {
    visibility: hidden;
}
@media screen and (min-width: 981px) {
	#et-top-navigation nav>ul>li>a {
	    text-shadow: 0px 0px 8px #f28614;
	}
	.et-fixed-header #et-top-navigation  nav>ul>li>a {
    	text-shadow: none!important;
	}
	.nav li ul {
	    /*visibility: visible;
	    opacity: 1;*/
	    transition:all 0.2s linear;
	}
	#top-menu li li {
		padding:0px 10px;
	}
	.first-level ul li a:before {
		content: '';
	    position: relative;
	    width: 20px;
	    height: 20px;
	    display: inline-block;
	    top: 5px;
	    margin-right: 10px;
	    background-size:20px;
	    background-repeat: no-repeat;
    	background-position: center;
    	image-rendering: -webkit-optimize-contrast;
	}
	.first-level ul li a span:after {
		height: 1px;
	    width: 0%;
	    position: absolute;
		background: #989898;
	    content: '';
	    bottom: 0px;
	    left: 0px;
	    transition: all 0.3s ease-in-out;
	}
	.first-level ul li:hover > a span:after {
		width:100%;
	}
	.first-level ul li a span {
		position: relative;
	}
	.first-level-1 > ul > li:nth-of-type(1) > a:before {
	    background-image: url(img/icon_mobile.png);
	}
	.first-level-1 > ul > li:nth-of-type(2) > a:before {
	    background-image: url(img/icon_search.png);
	    background-position: 2px;
	}
	.first-level-1 > ul > li:nth-of-type(3) > a:before {
	    background-image: url(img/icon_check.png);
	}
	.first-level-1 > ul > li:nth-of-type(4) > a:before {
	    background-image: url(img/icon_star.png);
	}
	.first-level-2 > ul > li:nth-of-type(1) > a:before {
	    background-image: url(img/icon_link.png);
	}
	.first-level-2 > ul > li:nth-of-type(2) > a:before {
	    background-image: url(img/icon_click.png);
	}
	.first-level-2 > ul > li:nth-of-type(3) > a:before {
	    background-image: url(img/icon_target.png);
	}
	.first-level-2 > ul > li:nth-of-type(4) > a:before {
	    background-image: url(img/icon_mug.png);
	}
	.first-level-3 > ul > li:nth-of-type(1) > a:before {
	    background-image: url(img/icon_compass.png);
	}
	.first-level-3 > ul > li:nth-of-type(2) > a:before {
	    background-image: url(img/icon_chart.png);
	}
	.first-level-3 > ul > li:nth-of-type(3) > a:before {
	    background-image: url(img/icon_pencil.png);
	}
	.first-level-3 > ul > li:nth-of-type(4) > a:before {
	    background-image: url(img/icon_desktop.png);
	}
	.first-level-4 > ul > li:nth-of-type(1) > a:before {
	    background-image: url(img/icon_comment.png);
	}
	.first-level-4 > ul > li:nth-of-type(2) > a:before {
	    background-image: url(img/icon_mail.png);
	}
	.first-level-4 > ul > li:nth-of-type(3) > a:before {
	    background-image: url(img/icon_blog.png);
	}
	nav#top-menu-nav {
	    position: relative;
	}
	#top-menu-nav ul.sub-menu {
	    position: absolute;
	    width: 100%!important;
	    left: 0px;
	    box-shadow:0px 0px 40px 0px #00000057;
	    border: 1px solid black;
	}
	#top-menu-nav ul.sub-menu:before {
	    position: absolute;
	    width: 16px;
	    height: 16px;
	    content: '';
	    top: -8px;
	    left: calc(50% - 20px);
	    transform: rotateZ(45deg);
	    display: block;
	    background: white;
	    transition:all 0.3s linear;
	    box-shadow: -1px -1px 0px black;
	}
	.show-dropdown{
		z-index:99!important;
	}

	.fade-dropdown {
		z-index:-1!important;
	}
	.hide-dropdown {
		z-index:-1!important;
	}
	li.show-item a {
		left:0px!important;
		opacity:1;
	}
	li.hide-item a {
		left:-50px!important;
		opacity:0;
	}
	.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
	    -webkit-transition: all .2s linear;
	    transition: all .2s linear;
	}
	#top-menu-nav .show-one:before {
		left:35px!important;
	}
	#top-menu-nav .show-two:before {
		left:185px!important;
	}
	#top-menu-nav .show-three:before {
		left:315px!important;
	}
	#top-menu-nav .show-four:before {
		left:408px!important;
	}
	.nav li {
	    position: inherit;
	}
	#top-menu li li a {
	    width: 100%;
	    padding: 4px 12px;
	    text-transform: uppercase;
	    font-weight: 400;
	    letter-spacing: 0.5px;
	    font-size: 13px;
	    transition:all 0.2s ease-in-out;
	    left:-50px;
	}
	#top-menu li li {
	    width: 100%;
	    position:relative;
	    transition:all 0.3s linear;
	    overflow:hidden;
	}
	.full-menu-toggle {
    	float: left;
	    width: 60px;
	    top: -3px;
	    position: relative;
	    margin-left: 12px;
	    overflow:hidden;
	}
	
	
	.full-width-menu .et_pb_posts article {
		margin-bottom:20px;
	}

}
.page-id-238375 #menu-main-menu ul.sub-menu {
	display:none!important;
}
/*** PORTFOLIO CONTROLS ***/

.dv-dropdown,
.dv-dropdown :before,
.dv-dropdown :after {
	box-sizing: border-box
}

.dv-dropdown * {
	font-family: 'Geeks On The Beach Font Regular',Helvetica,Arial,Lucida,sans-serif;
}

.dv-dropdown {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	position: relative;
	user-select: none
}

.dv-dropdown>div.caption {
	border-radius: 15px;
	background: #f4f2f2;
	cursor: pointer;
	font-weight: 600;
	padding: 14px 38px 14px 45px
}

.dv-dropdown>div.list {
	position: absolute;
	background-color: #fafafa;
	width: 100%;
	border-radius: 15px;
	display: none;
	font-weight: 600;
	z-index: 250 !important;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	overflow: hidden
}

.dv-dropdown>div.list>div.item {
	padding: 11px 24px;
	cursor: pointer
}

.dv-dropdown>div.list>div.item:hover {
	color: #fff;
	background-color: #333
}

.dv-dropdown.open>div.list {
	display: block;
	margin-top: 2px
}

.dv-dropdown .caption:after,
.dv-dropdown .caption:before {
	font-family: "ETmodules" !important;
	position: absolute;
	top: 14px;
	width: 13px
}

.dv-dropdown .caption:after {
	right: 14px;
	content: "\33";
	transition: all ease .5s
}

.dv-dropdown.open .caption:after {
	transform: rotate(180deg)
}

.dv-dropdown .caption:before {
	left: 14px;
	content: "\61"
}

.dv-dropdown.map-icon .caption:before {
	content: "\e081"
}

.dv-dropdown.price-icon .caption:before {
	content: "\e0ed"
}

.df-animation {
	animation: dv-animation;
	animation-duration: 1.5s
}

@keyframes dv-animation {
	0% {
		opacity: 0;
		transform: translatey(20px)
	}
	100% {
		opacity: 1;
		transform: translatey(0px)
	}
}

.dv-item img {
	transition: transform ease 1s
}


/*.dv-item {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	transition: box-shadow .4s;
	margin-top: 0;
	margin-bottom: 80px
}*/

/*.dv-item:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)!important
}*/

.df-area .et_pb_column {
	min-height: auto;
}


/**** REALTED PORTFOLIO ITEMS *****/
.yarpp-item {
    width: 29.6667%;
    margin-right: 5.5%;
    float: left;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin-top: 5.5%;
    text-align: center;
    padding: 3%;
}
.yarpp-items > .yarpp-item:nth-of-type(3n) {
	margin-right:0;
}

.checkbox,
.checkbox~p {
	display: inline-block;
	cursor: pointer
}

.checkbox {
	position: relative;
	height: 15px;
	width: 15px;
	border: 1px solid
}

.checkbox:after {
	position: absolute;
	width: 100%;
	line-height: 100%;
	text-align: center
}

.df-activebutton .checkbox:after {
	content: "✓"
}

.df-area .et_pb_image_wrap:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, 0) 100%);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width:980px) {
	.df-area .dv-item.et_pb_column {
		max-width: 500px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 60px !important;
		float: none !important
	}
}

@media (min-width:981px) and (max-width:1500px) {
	.df-area .dv-title {
		padding-left: 15px !important;
		padding-right: 20px !important;
		margin-top: -85px!important
	}
	.df-area .dv-title h3 {
		font-size: 21px
	}
}

html:not(.et-fb-root-ancestor) .df-area:not(.df-loaded) {
	min-height: 900px
}

/***** Portfolio Buttons ******/
.get-link-btn, .get-link-btn-web {
	    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 14px;
    background-image: linear-gradient( 117deg,#ff567b 0%,#f4823d 100%);
    padding: 10px 20px;
    margin-right: 10px;
    transition:all 0.2s linear;
}
.get-link-btn:hover, .get-link-btn-web:hover  {
    background-image: linear-gradient(
305deg
,#ff567b 0%,#f4823d 100%);
    background-color: transparent;
}
input.url-input, input.url-input-web {
    border: 1px solid grey;
    padding: 10px;
    width: 30%;
    margin-right: 7px;
}
.copy-link-btn, .copy-link-btn-web {
	    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 14px;
    background-image: linear-gradient( 117deg,#5956ff 0%,#3decf4 100%);
    padding: 10px 20px;
    margin-right: 7px;
    transition:all 0.2s linear;
}
.copy-link-btn:hover, .copy-link-btn-web:hover  {
    background-image: linear-gradient(
305deg
,#5956ff 0%,#3decf4 100%);
    background-color: transparent;
}
a.copy-link-btn.link-copied, a.copy-link-btn-web.link-copied {
    background-image: linear-gradient( 
305deg
 ,#39f76b 0%,#27b754 100%)!important;
}
/* #####  CALL TO ACTION BUTTON in the menu item  ##### */

/* Desktop & tablet, call to action menu */
.menu_cta {
    background-color: #fff;
    color: #212121;
    border: 1px solid #212121;
    padding: 0 !important;
    border-radius: 25px;
}

.menu_cta a {
    color: #212121 !important;
    padding: 11px 20px 13px 20px !important;
}

/* Mobile call to action menu */
@media (max-width: 980px) {
    .menu_cta {
        margin: 20px 40px 20px;
    }

    .menu_cta a {
        text-align: center;
    }
}

/* ##### SEARCH BAR in menu, add code to a menu item in the backend first ##### */

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 2px;
    border: 2px solid #f4f4f4;
    color: #212121;
    border-radius: 25px 0px 0px 25px;
    padding: 7px 20px 9px;
    background-color: #F4F4F4;
    font-size: 14px;
}

#searchsubmit {
    cursor: pointer;
    padding: 8px 25px 11px;
    margin-left: -4px;
    border-radius: 0px 25px 25px 0px;
    font-size: 15px;
    border: none;
    background: #090909;
    color: #ffffff;
    font-weight: 600;
}

/* ##### DROPDOWN MENU WIDTH ##### */

/*.nav li ul {
    width: 240px !important; 
}

.nav li li ul {
    left: 240px !important; 
}

#top-menu li li a {
    width: 200px;
}
*/

/* remove the hover grey when current on dropdown-menu */
.nav ul li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}

/* fix arrow align with menu title  */
#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    top: 1px;
}



/* *************Mobile menu ************ */

.et_mobile_menu {
    border-top: 1px solid #ededed!important}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    z-index: 9999;
    color: #212121;
}
/* CSS fix to DIVI mobile menu not fitting on screen and not scrollable */
.et_mobile_menu {
overflow: scroll !important;
max-height: 84vh; /*edit this to match your view height*/
box-shadow: 0px 0px 30px rgba(0,0,0,0.3) 
}


/* ------------- 4. Content ------------- */

/* ------------- 5. Footer ------------- */

/* Geeks on the Beach Footer Logo */

div p.credits {
    float: left;
    background: url(/wp-content/uploads/gotb-bw.png) 50% 50% no-repeat transparent;
    width: 89px;
    height: 60px;
    overflow: hidden;
    opacity: .6;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div p.credits:hover {
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

div p.credits a.gotb-link {
    display: block;
    background: url(/wp-content/uploads/gotb-color.png) 50% 50% no-repeat transparent;
    width: 89px;
    height: 60px;
    text-indent: -999em;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div p.credits a:hover.gotb-link {
    opacity: 1;
    moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.gotbcopyright {
    position: absolute;
    right: 60px;
    padding-top: 20px;
    bottom: 15px;
}

@media screen and ( max-width: 980px ) {
    #footer-info {
        position: relative;
        height: 115px;
        text-align: center;
    }

    #footer-info p.credits {
        position: absolute;
        width: 89px;
        height: 60px;
        left: 50%;
        margin-left: -44.5px;

    }

    #footer-info div.gotbcopyright {
    	position: absolute;
    	/*width: 400px;*/
    top: 50px;
    left: 34%;
    right: 0;
	margin-left: -64%;
    }

	#footer-info div.gotbcopyright p {
    		margin-left: 22%;
	}


}

/* ------------- 6. additional-[page name] ------------- */
.page-id-238865 #main-footer {
	display:none;
}

#animated_part svg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#animated_part .scrollElement {
  position: absolute;
  height: 6000px;
  width: 100px;
  top: 0;
  z-index: 0;
}

#animated_part .btn {
  position: fixed;
  bottom: 5%;
  right: 0px;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 0.9rem;
  padding: 0.5rem 0.7em;
  background-color: transparent;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 11;
}

#animated_part .btn_works {
  left: 100px;
  right: unset;
  text-decoration: none;
}

#animated_part .btn:hover {
  background: #ffffff;
  color: #1b1734;
}


/* Celia new code from Dec 1, 2021 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Geeks On The Beach Font Medium',Helvetica,Arial,Lucida,sans-serif;
    }
    p, a, span, body, ol, ul, li, strong {font-family: 'Geeks On The Beach Font Regular',Helvetica,Arial,Lucida,sans-serif;}
    
    .bythetext a {font-size:17px; border-bottom:1px solid; transition: width .3s;}
    .bythetext a:hover { border-bottom:0px solid!important;}


/* New Main header */

#top-header,.full-width-menu.active{
	background: #2e2e30;
	background-color: #2e2e30 !important;
	z-index: 2;
}
#top-header #et-info{
	float: left;
	display: flex;
    align-items: center;
}
#et-info-chat, #et-info-phone, #et-info-email,#et-top-navigation{
	display: flex;
    align-items: center;
    color: #fff;
        font-size: 15px;
}
#et-info-chat img, #et-info-email img{
	margin-right: 10px;
	width: 18px;
}
 #et-info-phone img{
	margin-right: 10px;
	width: 16px;
}
#et-info-phone:before, #et-info-email:before{
	content: '';
}
.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .logo_container{
	opacity: 1;
	height: -webkit-fill-available;
}
#et-top-navigation nav>ul>li>a,#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a,.et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, #page-container .et-fixed-header #top-menu li.current_page_item>a{
	text-shadow: none;
    color: #2e2e30 !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
.hamburger-menu{
	background-repeat: no-repeat;
    background-position: top;
    width: 53px;
    height: 60px;
    margin-top: -70px;
    margin-left: 34px;
}
.hamburger-menu .full-menu-toggle{
	top: 29px;
	margin-left: 2px;
}
.hamburger-menu .full-menu-toggle.active{
	margin-left: 5px;
}
#et-top-navigation{
	padding: 10px;
}
.et_pb_svg_logo #logo{
	margin-top: -65px;
	min-height: 65px;
	width: 60px;
	max-height: 100%;
}
.et_pb_svg_logo .et-fixed-header  #logo{
	margin-top: -35px;
}
.et-fixed-header .hamburger-menu{
	margin-top: -55px;
}
.et_header_style_left #et-top-navigation{
	padding: 20px 10px 0px !important;
}
body.hide-scrolling{
	overflow: hidden;
}
#top-menu-nav.nav-hide{
	visibility: hidden;
}
.full-menu-toggle {
    float: left;
    width: 60px;
    top: -3px;
    position: relative;
    margin-left: 12px;
    overflow: hidden;
}
.full-menu-toggle div {
	height: 2px;
    width: 24px;
    margin: 0px 10px 5px;
    background: black;
    transition:all 0.2s linear;
    opacity:1;
    left:0px;
    position:relative;
    top:0px;
}
.full-menu-toggle .menu-bar-1 {
	transform-origin: left bottom;
}
.full-menu-toggle .menu-bar-3 {
	transform-origin: left top;
}
.full-menu-toggle.active .menu-bar-1 {
	transform: rotateZ(45deg);
}
.full-menu-toggle.active .menu-bar-2 {
	opacity:0;
	left:50px;
}
.full-menu-toggle.active .menu-bar-3 {
	transform: rotateZ(-45deg);
	top: 3px;
}
.full-width-menu {
    background: #fc7a00f0;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    height:100vh;
    max-height:0;
    overflow:hidden;
}
.full-width-menu.active {
    max-height: 100vh;
    overflow-y: auto;
    margin-top: -40px;
    width: 100%;
}
.full-width-menu.active .et_pb_section{
	padding: 0;
}
.mobile-top-header-contact{
	display: none;
}
.desktop-top-header{
	display: block;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a{
	padding: 5px 0;
}
.full-width-menu.active .dsm_icon_list .dsm_icon_list_ltr_direction .dsm_icon_list_child .dsm_icon_list_text{
	line-height: 1em;
}
.full-width-top-right-icons li{
	justify-content: flex-end;
}
.full-width-menu.active .container{
	padding-bottom: 50px;
}
#main-header,#main-header.et-fixed-header{
	background-color: transparent !important;
	box-shadow: none !important;
	background: transparent !important;
}
.et-fixed-header #top-menu-nav{
	display: none;
}
@media(max-width: 1024px){
	.et-top-info{
		display: none;
	}
	.container.top-container{
		width: 100%;
		padding: 10px;
	}
	.mobile-top-header-contact{
		display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    margin-right: 60px;
	    height: 52px;
	    padding-top: 10px;
	}
	.desktop-top-header{
		display: none !important;
	}
	#et-info-phone{
		margin-right: 0;
	}
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header{
		top: 52px !important;
	}
	.et_pb_svg_logo #logo{
		margin-top: -35px;
		width: 100px;
		height: 100px;
	}
	.hamburger-menu{
		width: 40px;
		height: 50px;
		margin-top: -70px;
	}
	.et_fixed_nav #top-header{
		height: 52px;
		background: #2d2e2f;
		position: fixed;
	}
	#et-info-chat img, #et-info-phone img, #et-info-email img{
		margin-right: 15px;
		width: 20px;
		height: 20px;
		object-fit: contain;
	}
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .logo_container{
		margin-top: -100px;
		background: transparent;
		width: fit-content;
	}
	#et_mobile_nav_menu{
		display: none;
	}
	.hamburger-menu .full-menu-toggle{
		top: -45px;
		margin: 0;
		width: 100%;
	}
	.full-menu-toggle div{
		height: 2px;
	    width: 22px;
	    margin: auto;
	    margin-bottom: 4px;
	}
	.hamburger-menu .full-menu-toggle.active{
		margin-left: 5px;
	}
	body.et_fixed_nav.et_secondary_nav_enabled #main-header{
		background: transparent;
		position: fixed;
	}
	.full-width-menu.active{
		margin-top: 0px;
	}
	.full-width-menu-contact-info{
		display: none;
	}
	.full-width-menu.active .container{
		width: 100%;
		height: 150%;
		overflow-y: auto;
	}
	.full-width-menu.active .et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col{
		flex-direction: column;
	}
	.full-width-menu.active .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4{
		width: 100%;
		margin-bottom: 20px !important;
	}
	.full-width-menu-header-info {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-menu-header-info p{
		font-size: 24px;
	}
	.full-width-menu-sub-info{
		padding: 0;
	}
	.full-width-menu-sub-info h3 strong::before{
		content: "";
	    float: right;
	    transition: all 0.5s;
	    background: url(https://geeksonthebeach.gotbdev.com/wp-content/uploads/down-16.svg);
	    width: 20px;
	    height: 20px;
	    background-repeat: no-repeat;
	}
	.full-width-menu-sub-info .collapsible{
		display: none;
		margin-left: 10px;
    padding-bottom: 15px;
	}
	.full-width-menu-sub-info .collapsible.active{
		display: block;
	}
	.et_header_style_left .logo_container{
		width: fit-content;
    	margin: -35px 0;
	}
	.full-width-menu.active .et_pb_row{
		width: 90% !important;
	}	
}
@media(max-width: 767px){
	.full-width-menu.active .et_pb_row_4col>.et_pb_column.et_pb_column_1_4{
		margin-bottom: 10px !important;
	}
    .collapsible p {
    line-height: 1em;
    font-size: 16px;
}
}
.collapsible p { line-height:1em; font-size: 17px;}

.logo-slide-img{
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 40px;
    right: 0;
    color: #ffffff;
    width: 65px;
    opacity: 0;
    transition: all .35s ease;
}
.et_pb_svg_logo #logo:hover + .logo-slide-img{
	left: 55px;
	opacity: 1;
}
@media(min-width: 1470px){
	body .container{
		max-width: 100%;
		width: 85%;
	}
	.full-width-menu.active .et_pb_row{
		width: 85% !important;
    	max-width: 100%;
	}
}

/* New Main header over */


/*  Web portfolio search & filter */
.serch-filt-texonomy ul{
	display: flex;
    justify-content: center;
    align-items: center;
}
.serch-filt-texonomy ul li{
	margin: 0 15px;
	position: relative;
}
.serch-filt-texonomy ul li select{
	background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 40px 10px 40px;
    font-family: 'Geeks On The Beach Font Regular',Helvetica,Arial,Lucida,sans-serif;
font-size:16px;
font-weight:bold;
}
.serch-filt-texonomy ul li label::before{
	height: 20px;
	width: 20px;
	position: absolute;
	left: 10px;
    top: 20px
}
.sf-field-taxonomy-industry label::before{
	content: '';
	background: url('https://geeksonthebeach.gotbdev.com/wp-content/uploads/industries-search-icon.svg');	
}
.sf-field-taxonomy-investment_range label::before{
	content: '';
	background: url('https://geeksonthebeach.gotbdev.com/wp-content/uploads/budget-icon.svg');	
}
.sf-field-taxonomy-feature_set label::before{
	content: '';
	background: url('https://geeksonthebeach.gotbdev.com/wp-content/uploads/features-search-icon.svg');	
}
.et_pb_blog_grid h2{
	text-transform: uppercase;
    font-weight: 700;
}
.serch-filter-result-item-container .et_pb_blog_grid  article.et_pb_post {
	border: none;
}


.portfolio-result-container #port-result-main{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px
}
.portfolio-result-container{
	margin-top: 10px;
}
.port-article .post-img-container img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:6px;
}
.port-article .post-content h2.entry-title{
	font-size: 20px;
    text-transform: uppercase;
    color: #2E2E30;
}
.port-article .post-content h2.entry-title:hover {
text-decoration:underline;
}
.port-article p.post-meta span {
    font-size: 16px;
    color: #2E2E30;
}
.port-article p.post-meta{
	display: -webkit-inline-box;
    flex-wrap: wrap;
}
p.post-meta span:not(:last-child)::after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: #2E2E30;
    display: inline-table;
    margin: 0 6px;
}
.post-content{
	padding: 20px 0px 0px;
    margin-top: 2px;
}
.no-result-found{
	text-align: center;
}


@media(max-width: 980px){
	.portfolio-result-container #port-result-main{
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width: 767px){
	.portfolio-result-container #port-result-main{
		grid-template-columns: 1fr;
	}
}
@media(max-width: 915px){
	.serch-filt-texonomy ul{
		justify-content: space-between;
		overflow: auto;
	}
}

/*  Web portfolio search & filter over */


.serch-filt-texonomy ul li label select{
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://geeksonthebeach.gotbdev.com/wp-content/uploads/down-arrow.png) 95% / 8% no-repeat;
}



/* Single portfolio items */
.single-portfolio-items img{
	object-fit: cover;
}
#main-content a{
	position: relative;
}
#main-content .et_pb_section_23 a::before{
	content: none;
}
#main-content a:hover::before{
	transform: scaleX(1) scaleY(.9);
}
#main-content a::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(253 253 253 / 10%);
    transform: scaleX(0) scaleY(.9);
    transform-origin: left center;
    transition: transform .1s cubic-bezier(.455,.03,.515,.955);
}
.related-post-title{
	font-size: 25px;
	color: #2E2E30;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-link, .btn-link:hover{
color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Geeks On The Beach Font Medium',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-image: radial-gradient(circle at center,#403f41 0%,#2e2e30 100%);
    background-color: #2e2e30;
        padding-top: 12px!important;
    padding-right: 38px!important;
    padding-bottom: 7px!important;
    padding-left: 38px!important;
}
.btn-link:after {display:none;}
.grid__item-img img{
	display: none;
}
.grid__item-img img:first-child{
	display: block;
}
.grid__item-img{
  position:relative;
  background:black;
  display:flex;
  align-items:flex-end;
  border-radius:6px;
  /*align-items:flex-end;*/
}
canvas{
	position:absolute;
  	z-index:0;
    border-radius: 6px;
    border: 1px solid #000;
}
/* Footer img */
.et_pb_gutters2 .main-footer-top-sec .et_pb_column_1_2{
	width: 100%;
}
.main-footer-top-sec .et_pb_row{
	width: 100%;
}
.Landing-fancies-row{
	position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
}
.Landing-fancies-back, .Landing-fancies-front, .Landing-fancies-middle {
    display: block;
    width: 100%;
}
.Landing-fancies-front {
    --slideTranslateY: 4.5rem;
    position: relative;
    -webkit-animation: slideCustom 0.9s;
    animation: slideCustom 0.9s;
    -webkit-animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
    animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
    z-index: 3;
}
.Landing-fancies-back, .Landing-fancies-middle {
    position: absolute;
    bottom: 0;
    left: 0;
}
.Landing-fancies-middle {
    --slideTranslateY: 3.5rem;
    -webkit-animation: slideCustom 0.9s,fadeIn 0.5s;
    animation: slideCustom 0.9s,fadeIn 0.5s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
    animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
    z-index: 2;
}
.Landing-fancies-back {
    display: none;
    -webkit-animation: slideCustom 0.9s,fadeIn 0.5s;
    animation: slideCustom 0.9s,fadeIn 0.5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
    animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
    z-index: 1;
}
@media (min-width: 760px){
	.Landing-fancies {
	    max-width: 65rem;
	}
	.Landing-fancies-back {
	    display: block;
	}
}