/*
Theme Name:   BOB GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Mitko Kochkovski
Author URI:   https://webpigment.com
Template:     generatepress
Version:      0.1
*/


.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}


.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

p {
	color: #443F3E;

}

.half-width {
	width: 50%;
}

.btn-dark, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	color: #FFDD00!important;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 34.5px;
	background-color: #2A2A2A;
	padding: 18px 43px;
	text-transform: uppercase;
}

.btn-white {
	color: #2A2A2A!important;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 34.5px;
	background-color: #fff;
	border: 1px solid #2A2A2A;
	padding: 18px 43px;
	text-transform: uppercase;
	letter-spacing: 5px;
}



.tech-specs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tech-specs .row{
	margin-bottom: 50px;
}


.accordion {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.accordion-title {
	border-top: 1px solid #dbdbdb;
	margin: 0;
	padding: 20px 0;
	cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

.gform_wrapper .gfield_required {
	display: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.large, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
	border: 1px solid #CACACA;
	border-radius: 6px; }

.gform_wrapper.gf_browser_chrome select {
	padding: 8px 0 8px 3px;
}


.who-we-are-content p {
	color: #47425D;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.entry-header {
	display: none;
}

.main-navigation ul ul{
	background: transparent;
}
.main-navigation .main-nav ul ul li a{
	color: #000;
	border-bottom: 1px solid #000000;
	background: #fff;
}
.main-navigation .main-nav ul ul li a:hover{
	color: #fff;
	background: #FFDE02;
}
.page-hero h3{
	margin-bottom: 0;
}
.header-wrap{
	position: relative;
}
.page-hero{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.page-hero-logo{
	padding: 64px 0 20px 0;
}
.inside-header{
	padding: 0 36px 0
}
.main-navigation{
	padding: 90px 0 0 0;
}


.wp-block-gallery .blocks-gallery-item figcaption {
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;

}

.wp-block-gallery .blocks-gallery-item figcaption:before{
	content: "";
	width: 80px;
	height: 3px;
	display: block;
	background: #fff;
	margin-bottom: 30px;
}

.blocks-gallery-grid .blocks-gallery-item:nth-child(odd) figcaption, .wp-block-gallery .blocks-gallery-item:nth-child(odd) figcaption {
	position: absolute;
	bottom: 10%;
	width: 50%;
	right: 0;
	max-height: 50%;
	background: none;
	font-size: 30px;
	text-align:left;
}

.blocks-gallery-grid .blocks-gallery-item:nth-child(even) figcaption, .wp-block-gallery .blocks-gallery-item:nth-child(even) figcaption {
	position: absolute;
	bottom: 10%;
	width: 50%;
	max-height: 50%;
	left: 0;
	background: none;
	font-size: 30px;
	text-align:left;
}



#use-cases h4 {
	color: #443F3E;
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
}




.main-navigation a {
	font-weight: 500;
	text-transform: none;
	font-size: 19px;
}

.main-navigation .main-nav ul li a {
	padding-left: 29px;
	padding-right: 29px;
	line-height: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn-dark-menu a  {
	color: #FFDD00!important;
	border-radius: 16.5px;
	background-color: #000000;
	padding-left: 23px;
	padding-right: 23px;
	letter-spacing: 0.6px;

}

.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li.btn-dark-menu:hover > a   {
	color: #FFDD00!important;
	border-radius: 16.5px;
	background-color: #000000;
	letter-spacing: 0.6px;

}


.inside-page-hero h3 {
	color: #000000;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
}

.separator:before {
	content: "";
	width: 144px;
	height: 10px;
	display: block;
	background: #ffdd00;
	margin-bottom: 30px;
}

/* sections */

.hero-home-banner h1 {
	font-size: 50px;
	color: #000;
}


#bobs-talents p {
	font-size: 20px;
	line-height: 34px;

}

#bobs-talents .col-6 p {
	font-size: 20px;
	line-height: 30px;

}

#technical-specs ul li {
	color: #47425d;
	font-weight: 500
}

.new {
	position: relative
}
.new:before{
	content: 'NEW!';
	position: absolute;
	top: -25px;
	font-weight: 700;
	color: #FFDD00;
	font-style: italic;
}

.inside-footer-widgets .footer-widget-1 #text-2 {
	float: left;
}


.inside-footer-widgets .footer-widget-1 #text-3,  .inside-footer-widgets .footer-widget-1 #text-4 {
	float: right;
	margin-right: 47px;
}

.inside-footer-widgets .footer-widget-2 #text-5 {
	text-align: right;
}

.footer-widgets{
	background: #000000;
	color: #fff;

}

.footer-widgets p {
	color: #fff;
	font-size: 12px;
	line-height: 14px;


}

.footer-widgets h4 {
	color: #fff;
}

.footer-widgets a {
	color: #FFDD00;
	font-size: 17px;
	line-height: 20px;
}

.widget ul li  {
	display: inline; }


.site-footer #nav_menu-2 {
	text-align: right!important;

}

.widget ul li a {

	color: #FFFFFF!important;
	font-size: 12px!important;
	line-height: 14px!important;


}

.widget ul li:not(:last-child) {
	margin-right: 22px
}

.site-info {
	display: none;
}


.mb-92 {
	margin-bottom: 92px;
}

.mb-74 {
	margin-bottom: 74px;
}


.footer-widget-1 {
	width: 60%;
}

.footer-widget-2 {
	width: 40%
}

#text-2 p {
	margin-bottom: 10px;
}

.accordion-content { display: none; }



@media only screen and (max-width: 767px) {
	.col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}


	.col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width:100%;
	}
	.half-width {
		width: 100%;
	}
	.blocks-gallery-grid .blocks-gallery-item:nth-child(odd) figcaption, .wp-block-gallery .blocks-gallery-item:nth-child(odd) figcaption, 	.blocks-gallery-grid .blocks-gallery-item:nth-child(even) figcaption, .wp-block-gallery .blocks-gallery-item:nth-child(even) figcaption{
		font-size: 14px;
		width: 100%;
		max-width: 100%;
	}

	.wp-block-gallery .blocks-gallery-item figcaption:before{
		content: "";
		width: 30px;
		height: 1px;
		display: block;
		background: #fff;
		margin-bottom: 10px;
	}
	.page-hero{
		padding: 10px;
	}
	.page-hero h3{
		font-size: 17px;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.half-width {
		width: 100%;
	}

	.blocks-gallery-grid .blocks-gallery-item:nth-child(odd) figcaption, .wp-block-gallery .blocks-gallery-item:nth-child(odd) figcaption, 	.blocks-gallery-grid .blocks-gallery-item:nth-child(even) figcaption, .wp-block-gallery .blocks-gallery-item:nth-child(even) figcaption {
		width: 100%;
		max-width: 100%
	}
}

@media only screen and (max-width: 1025px) {
	.inside-footer-widgets .footer-widget-1 #text-2 {
		float: none;
		text-align: center;
		margin-right: 0;
	}


	.inside-footer-widgets .footer-widget-1 #text-3,  .inside-footer-widgets .footer-widget-1 #text-4 {
		float: none;
		text-align: center;
		margin-right: 0;

	}
	button.menu-toggle{
		color: #000;
	}

	.inside-footer-widgets .footer-widget-2 #text-5 {
		text-align: center;
	}

	.site-footer #nav_menu-2 {
		text-align: center;
	}
	.mb-92, .mb-74{
		margin-bottom: 0;
	}
	.inside-page-hero{
		padding: 10px;
	}
	#site-navigation.toggled{
		padding-bottom: 20px;
	}
	.nav-float-right .inside-header .main-navigation {
		float: none!important;
		clear: none;
		background: #fff!important;;
		padding-top: 0;
	}
	.main-navigation .main-nav ul li a{
		color: #000;
	}
	.main-navigation button.menu-toggle:hover,
	.main-navigation button.menu-toggle:focus {
		color: #000;
	}
	.main-navigation .main-nav ul li[class*="current-menu-"] > a{
		background: transparent;
		color: #000;
	}

	.page-hero-logo {
		padding: 90px 0 0px 0;
	}

	.main-navigation {
		padding: 60px 0 0 0;
	}

	.site-footer #nav_menu-2 {
		text-align: center!important;

	}
}


.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a{
	color:#000;
	background-color: #fff;
}
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{
	color:#000;
	background-color: #fff;
	border-bottom: 1px solid #000;
}
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a{
	background: #ffdd00;
}
.accordion-title:before{
	content: '+';
	display: inline-block;
	position: relative;
	top: 0;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: #443f3f;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-width: 700;
}
.h4-active.accordion-title:before{
	content: '-';
}