/*
Theme Name: Spicy Broccoli 2022
Theme URI: https://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: https://spicybroccoli.com/
Version: 2.0
License: Comercial
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */




html, body, div, span, applet, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* BODY - FALLBACK VALUES */
body {
	font-family: sans-serif;
	background-color: #fff;
	color: #333333;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	overflow-x: hidden;
	scroll-padding-top: 100px;
}
/* END BODY - FALLBACK VALUES */

/* FONTS */
.font-fontname{
	font-family: 'FontName', sans-serif;
}
/* END FONTS */

/* TITLE HEADERS */
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
.title-header.small {
	font-size: 25px;
	line-height: 30px;
}
.title-header.xsmall {
	font-size: 18px;
	line-height: 22px;
}
.title-header.xxsmall {
	font-size: 15px;
	line-height: 22px;
}
.title-header span,
.title-header strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-size: 30px;
	display: block;
	text-transform: capitalize;
	font-weight: 300;
}
/* PAGE CONFIG */
#page .content h1,
#page .content h2,
#page .content h3,
#page .content h4,
#page .content h5,
#page .content h6 {
	text-align: left;
	font-size: 25px;
	line-height: 30px
}
#page .content h3 { font-size: 23px; line-height: 30px; }
#page .content h4 { font-size: 21px; line-height: 28px; }
#page .content h5 { font-size: 19px; line-height: 26px; }
#page .content h6 { font-size: 17px; line-height: 24px; }
/* END PAGE CONFIG */
/* END TITLE HEADERS */

/* PARAGRAPHS AND LISTS */
p {
	line-height: 25px;
	margin-bottom: 20px;
}
p.large {
	font-size: 20px;
	line-height: 30px;
}
p:last-child {
	margin-bottom: 0px;
}
article .content p:last-child {
    margin-bottom: 0;
}
ol, ul {
	list-style: none;
}
article ul > li,
article ol > li {
    padding-left: 0px;
    line-height: 24px;
}
article ol{
	list-style: decimal;
}
article ul {
	list-style: square;
}
article ol,
article ul {
	list-style-position: outside;
	margin-bottom: 30px;
	margin-left: 18px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
/* END PARAGRAPHS AND LISTS */
/* LINKS */
a {
	text-decoration: none;
	color: inherit;
}
a:active, a:hover {
	color: var(--secondary);
}
a, a:before, a:after,
.btn {
	-webkit-transition: all .3s ;
	-moz-transition: all .3s ;
	-o-transition: all .3s ;
	transition: all .3s ;
}
/* END LINKS */

/* IMAGES */
figure img {
	vertical-align: bottom;
	display: block;
}

img{
	max-width: 100%;
	height: auto;
}
.img-responsive, .img-fluid {
	display: block;
	width: 100%;
	height: auto;
}
figure > img {
	max-width: 100%;
	height: auto;
}
figure.circle {
    border-radius: 50%;
    overflow: hidden;
}
.content-wrap img { margin-bottom: 30px; }
/* END IMAGES */

/* TEXTS */
.txt-upper {
	text-transform: uppercase;
}
.no-transform {
	text-transform: initial;
}
/* END TEXTS */

/* ALIGNMENTS */
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center > p, 
.align-center { text-align: center; }
.img-center,
.aligncenter, 
img.aligncenter,
.img-center img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END ALIGNMENTS */

/* PADDINGS & MARGINS */
.no-padding { padding: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
/* END PADDINGS & MARGINS */

/* BACKGROUND & COLOURS */
.bg-cover {
	background-size: cover;
	background-position: center center;
}
/* END BACKGROUND & COLOURS */

/* COLUMNS CONFIGURATION
 * Theme uses Bootstrap Grid configuration, it is imported on <header> just before this file
 * includes/scripts[php] file MUST be used to queue this file on WP.
 * See instruction at https://getbootstrap.com/docs/4.3/layout/grid/;
 */

/* DEFINES/OVERRIDES THE GLOBAL CONTAINER SIZE */
@media (min-width: 1300px) {
    .container {
    	width: 1280px;
		max-width: 1280px;
    }

}
 /* END COLUMNS CONFIGURATION */

 /* ########################
  * START OF CUSTOM CSS 
  * ######################## */




/* SINGLE PORTFOLIO */
.header.header-portfolio:not(.scroll) {
	box-shadow: 0px 13px 10px -15px #000;
	padding: 15px 0;
	background-color: #fff;
}

.header.header-portfolio:not(.scroll) .desktop-header .logo a, 
.header.header-portfolio:not(.scroll) .desktop-header .navigation #menu a:not(.btn) {
	/* filter: invert(1); */
	color: var(--primary);
}
.header.header-portfolio:not(.scroll) .desktop-header .logo img{
	filter: sepia(100%) hue-rotate(90deg) saturate(900%) brightness(0.2);
}


section.portfolio-main {
    padding-top: 0px;
}


.portfolio.page-banner {
	height: 240px;
	margin-top: 135px;
}


.portfolio-main .breadcrumbs a {
	font-weight: 600;
}
.portfolio-main .breadcrumbs {
	margin: 15px 0px 50px;
}

.portfolio-main .title {
	margin-bottom: 40px;
}

.portfolio-main h2 {
	font-size: 20px;
	font-weight: unset;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-main h3 {
	border-bottom: 2px solid #7cbfc6;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-main h3.total-property-value {
    background-color: #9f9167;
    border: none;
    color: #fff;
    padding: 5px 10px;
}

.portfolio-main p {
	margin-bottom: 15px;
}

.portfolio-main .content .left-column {
	padding-right: 8.33%;
}

.portfolio-main .left-column ul{
	padding-right: 20px;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-main .left-column ul li{
	margin: 0px 0 5px 25px;
  	padding-left: 5px;
	position: relative;
}

.portfolio-main .left-column ul li::before{
	content: "";
	position: absolute;
	left: -22px;
	top: 3px;
	height: 15px;
	width: 15px;
	background-image: url(./images/icon-check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
}





section.call-to-action {
	background-color: #7cbfc6;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-top: 60px;
}

.call-to-action img {
    margin-right: 20px;
	transition: all .2s ease-in-out;
}

.call-to-action a {
    font-size: 20px;
    color: #fff;
	display: flex;
    align-items: center;
}

.call-to-action a:hover {
    color: var(--primary);
}

.call-to-action a:hover > img {
    filter: sepia(100%) hue-rotate(90deg) saturate(900%) brightness(0.25);
}


	/* LightBox */
	div#slb_viewer_slb_default {
		height: 100vh !important;
		width: 100vw !important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout {
		max-width: 90% !important;
		height: 100% !important;
		min-height: unset !important;
		margin: 0 5% !important;
		position: fixed !important;
		display: flex !important;
		top: 0 !important;
		overflow: hidden !important;
		align-items: center !important;
		justify-content: center !important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_container {
		max-width: 100% !important;
		max-height: 85vh !important;
		height: auto !important;
		min-height: unset !important;
		position: unset !important;
		overflow: hidden !important;
		display: flex !important;
	}
	.slb_details {
		display: none !important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content {
		max-width: 100% !important;
		height: auto !important;
		width: 100%;
	}

	#slb_viewer_wrap .slb_theme_slb_baseline .slb_loading{
		background: url(https://sbmdevtest.spicybroccoli.com/initium/wp-content/uploads/2022/09/ajax-loading.gif) center center no-repeat !important;
		background-size: 30px !important;
		filter: drop-shadow(0px 0px 1px #003345) drop-shadow(0px 0px 0px #003345 !important);
		text-align: center;
	}

	/* END LightBox */


/* END SINGLE PORTFOLIO */




/* STATS */

.progress-animation .progress .progress-right .progress-bar {
	animation: loading-1 1.8s linear forwards
}

.progress-animation .progress.blue .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}

.stats h2{
	line-height: 25px;
    font-size: 16px;
    font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.stats h3 {
    margin-bottom: 40px;
}

.stats p {
    font-size: 20px;
    margin-bottom: 40px;
}

.stats h5 {
    font-size: 25px;
    line-height: 55px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    font-weight: bold;
    color: #FAF8F5;
    text-shadow: -1px -1px 1px var(--primary), 1px 1px 1px var(--primary), -1px 1px 1px var(--primary), 1px -1px 1px var(--primary);
}

.stats h5 span.counter-count {
    font-size: 35px;
	margin-right: 3px;
}

.stats h5 span.title-small {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px !important;
    font-weight: 500;
    color: var(--primary);
    text-shadow: none;
    padding-left: 20px;
    padding-top: 5px;
}

.stats h5 span.title-small.statistics_items_description {
    position: absolute;
    top: -17px;
    left: 8.5%;
    font-size: 12px !important;
}

.stats .data {
    min-height: 60px;
    border-bottom: 2px solid var(--secondary);
    padding: 20px 0px;
    margin-right: 16.66%;
    margin-left: 16.66%;
}

.stats .data:last-child {
    border-bottom: none;
}

/* END STATS */





/* QUOTES  */

.quote .background-effect img{
    position: relative;
    z-index: 1;
  }

.quote .left-side.background-effect::before {
  content: '';
  background-color: #1c4959;
  width: 92%;
  height: 80%;
  top: 10%;
  position: absolute;
  left: -70%;
  z-index: 0;
}

.quote .right-side.background-effect::before {
	content: '';
    background-color: #1c4959;
    width: 90%;
    height: 75%;
    top: 24%;
    position: absolute;
    right: 5%;
    z-index: 0;
	transition: .3s all;
}

.quote .right-side:hover::before {
    transform: scalex(1.1);
}

.quote img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.quote .content{
/* 	padding-right: 8.33%; */
}

.quote .right-side{
	position: relative;
}

.quote .floating-img{
	position: absolute;
	
}

.quote .floating-img.bottom {
    bottom: -78px;
    left: 60px;
}

.quote .floating-img.left {
    bottom: 60px;
    left: -55px;
}

#img-section{
	padding: 75px 0;
}

#img-section img{
	width: 59%;
}

/* QUOTES END   */






/* ANIMATIONS */

@-webkit-keyframes floatHigh {
	0% {
	  -webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	}
	50% {
	  -webkit-transform: translate(0, 5px);
			  transform: translate(0, 5px);
	}
	100% {
	  -webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	}
  }
  @keyframes floatHigh {
	0% {
	  -webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	}
	50% {
	  -webkit-transform: translate(0, 5px);
			  transform: translate(0, 5px);
	}
	100% {
	  -webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	}
  }

  @keyframes float {
	0% {
	  transform: translatey(0px);
	}
	50% {
	  transform: translatey(-20px);
	}
	100% {
	  transform: translatey(0px);
	}
  }

.dark-blue-button-with-red-hover{font-family: var(--secondary-family);
    font-size: 16px;
    border-radius: 50px;
    padding: 20px;
    border: 1px solid #202A43;
    width: 25%;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
    margin: 0 auto;
    background-color: var(--primary);
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-align: center;
	display: block;
}
.dark-blue-button-with-red-hover:hover {
    background-color: var(--btn);
    color: white;
	border:1px solid var(--btn);
}

.light-red-with-light-blue-hover{letter-spacing: 1px;
    font-size: 15px;
    line-height: 12px;
    font-weight: 500;
    padding: 18px 50px;
    background-color: var(--btn);
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    border: 2px solid var(--btn);
    text-shadow: 0 0 2px var(--btn);
}
.light-red-with-light-blue-hover:hover {
    background-color: var(--btn-primary);
    border: 2px solid var(--btn-primary);
}

.light-blue-with-light-red-hover{letter-spacing: 1px;
    font-size: 15px;
    line-height: 12px;
    font-weight: 500;
    padding: 18px 50px;
    background-color:var(--btn-primary);
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    border: 2px solid var(--btn-primary);
}
.light-blue-with-light-red-hover:hover {
    background-color: var(--btn);
    border: 2px solid var(--btn);
	color:#fff;
}

.grecaptcha-badge { right: -300px !important; }

