/*
Theme Name: Aequity Child
Theme URI: http://themeforest.net/user/themexshaper/portfolio/
Author: themexshaper
Author URI: http://themeforest.net/user/themexshaper
Description: Aequity – Consulting Business WordPress Theme
Template:	aequity
Version: 1.0.0
Text Domain: aequity-child
*/

/* ---------------------------------------------
# general styling
--------------------------------------------- */
:root {
	--rl-color-blue     : #6698c6;
	--rl-color-black    : #151717;
	--rl-color-text     : #738187;
	--rl-color-headline : #355a7a;
}
body {
	font-family: "Arial", "Lato", sans-serif;
	
	--wp--preset--spacing--xs: 15px;
	--wp--preset--spacing--sm: 30px;
	--wp--preset--spacing--md: 50px;
	--wp--preset--spacing--lg: 75px;
	--wp--preset--spacing--xl: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
}
.page-wrapper a {
	font-weight: bold;
}
.back-to-top {
	border-color: var(--rl-color-black);
}

/* ---------------------------------------------
# title area
--------------------------------------------- */
.breadcrumbs {
	display: none;
}

/* ---------------------------------------------
# header
--------------------------------------------- */
@media (max-width: 991px) {
	.site-header #navbar {
		right: -370px;
		width: 320px;
	}
}
.site-header .navbar-brand img {
	max-width: 200px;
}

/* ---------------------------------------------
# footer
--------------------------------------------- */
.site-footer .upper-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 992px) {
	.site-footer .upper-footer .col {
		width: 50% !important;
		max-width: 400px;
	}
}
.site-footer .lower-footer a:hover,
.site-footer .lower-footer a:focus {
	color: var(--rl-color-blue);
}
.site-footer .widget-title {
	margin: 0;
}
.site-footer .widget h3,
.site-footer .widget-title h3,
.site-footer .contact-widget .newsletter h4 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 24px;
}
.site-footer .widget_text p {
	color: #fff;
}
.site-footer .widget_nav_menu .menu {
	padding: 0;
}
.site-footer .widget_nav_menu .menu li {
	border: 0;
}
.site-footer .widget_nav_menu .menu li a {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 26px;
	font-weight: normal;
	font-size: .9em;
}
.site-footer .widget_nav_menu .menu li a::before {
	top: 6px;
	display: inline-block;
	padding: 2px 4px 2px;
	width: 1.35em;
	height: 1.4em;
	content: "\003E";
	color: #444;
	font-weight: 300;
	font-size: .8em;
	line-height: 1;
	border: 1px solid #444;
}

/* ---------------------------------------------
# menus
--------------------------------------------- */
@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
		display: block;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.6;
	}
	.site-header #navbar > ul > li > .sub-menu a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
	
/* ---------------------------------------------
# blocks
--------------------------------------------- */
*[class*="block-"].alignfull,
.metaslider.alignfull {
	margin-left: 50%;
	width: calc(100vw - var(--scrollbar-width));
	min-width: calc(100vw - var(--scrollbar-width));
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	*[class*="block-"].alignfull,
	.metaslider.alignfull {
		width: calc(750px + ((100vw - 1170px) / 2));
	}
}
@media (min-width: 992px) {
	*[class*="block-"].alignfull,
	.metaslider.alignfull {
		width: calc(970px + ((100vw - 1170px) / 2));
	}
}
@media (min-width: 1200px) {
	*[class*="block-"].alignfull,
	.metaslider.alignfull {
		width: calc(1170px + ((100vw - 1170px) / 2));
	}
}

/*
 * separator
 */
hr,
.wp-block-separator {
	display: block;
	margin: 30px 0;
	height: 0;
	background: none !important;
	border: #dddddd 1px solid;
	border-width: 1px 0 0;
}

/* ---------------------------------------------
# layout
--------------------------------------------- */
@media screen and (min-width: 1200px) {
	.layout-boxed.page-wrapper {
		max-width: none !important;
	}
}

.page-title {
	height: auto;
	word-break: normal;
}
.page-title .page-title-container {
	position: static;
}
.page-title .page-title-container h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 48px;
	font-size: 3rem;
}
@media (max-width: 767px) {
  .page-title .page-title-container h2 {
	font-size: 35px;
	font-size: 2.1875rem;
  }
}
@media (max-width: 979px) {
	.page-title .col[style] {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}
.container.full-width .page-wraper > .wp-block-image.alignfull:first-child,
.container.full-width .page-wraper > .metaslider.alignfull:first-child {
	margin-top: -100px;
	margin-bottom: 50px;
}
.container.full-width .page-wraper > .wp-block-image.alignfull:first-child img {
	/* aspect-ratio: 16 / 3; */
	/* object-fit: cover; */
}

/* ---------------------------------------------
# form elements
--------------------------------------------- */
.wpcf7-form p {
	margin-bottom: 5px !important;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	border: #dddddd 1px solid !important;
	padding: 9px 15px !important;
	width: 100%;
	color: #666666 !important;
	margin-bottom: 15px !important;
	border-radius: 0 !important;
}
.wpcf7-form .wpcf7-textarea {
	height: 85px !important;
	margin-top: -1px !important;
}
@media (min-width: 980px) {
	.wpcf7-form .wpcf7-text,
	.wpcf7-form .wpcf7-textarea {
		max-width: 70% !important;
	}
}
.wpcf7-form span.placeholder {
	display: none;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-submit {
	margin: 20px 0 0 !important;
	padding: 0 20px !important;
	width: auto !important;
	height: 40px !important;
	color: #FFFFFF !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 38px !important;
	background: var(--rl-color-blue);
	border: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	text-transform: uppercase !important;
	transition: background-color 250ms;
	-webkit-transition: background-color 250ms;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background: var(--rl-color-black);
}

/* ---------------------------------------------
# misc
--------------------------------------------- */
/*
 * slider
 */
@media (max-width: 767px) {
	.home .metaslider img {
		height: 30vh !important;
		width: 100% !important;
		object-fit: cover;
	}
}