@charset "UTF-8";
/*
Theme Name: Maker Bros
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Maker Bros is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*###################################
# General Styles
###################################*/
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
input:not([type="checkbox"]):not([type="radio"]), select {height: 42px;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}

/*###################################
## Layouts
###################################*/

/*###################################
## Header
###################################*/
.elementor-editor-active #global-header {background: #1F1F1F !important; position: relative !important;}
#global-header .scroll-logo {display: none;}
#global-header.sticky {background: #F2F4F5; border: none;}
#global-header.sticky nav ul li a {color: #002B41;}
#global-header.sticky .main-logo {display: none;}
#global-header.sticky .scroll-logo {display: block;}
#inner-header.sticky {background: #F2F4F5;}

/*###################################
## Content
###################################*/
#contact-us .image-wrapper .elementor-widget-image {height: 100% !important;}
#projects-featured .swiper-slide .e-con-full {height: 100% !important;}

/*###################################
## Footer
###################################*/

/*###################################
# Projects 
###################################*/
.post-type-archive-project .elementor-pagination .page-numbers {border: 1px solid #002B3F; display: inline-block; padding: 10px 15px;}
.post-type-archive-project .elementor-pagination .page-numbers:hover, .post-type-archive-project .elementor-pagination .current {background: #FC4D1D; border-color: #FC4D1D;}

/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1366px) {
	#contact-us .elementor-field-textual.elementor-size-lg {min-height: 45px !important;}
	#contact-us .elementor-button {padding: 20px 50px !important;}
}

@media screen and (max-width: 880px) {
	#global-header.sticky nav ul .current-menu-item a {color: #FFF;}
}

@media screen and (max-width: 767px) {
	#contact-us .elementor-button {padding: 15px 30px !important;}
	#projects-featured .swiper-slide .e-con-full {height: auto !important;}
}