/* 
Theme Name: Rosewood Marketing Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: This project was managed by Jared Nolt (jared@rosewood.us.com), designed by Derlyn Musser (derlyn@rosewood.us.com), writing by Cari Nolt (cari@rosewood.us.com), SEO by Dwain Martin (dwainmartin@rosewood.us.com) and built by Jared Nolt (jared@rosewood.us.com).
Author: Rosewood Marketing Teamby  
Author URI: https://www.rosewood.us.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*****===== Global styles =====*****/
.elementor-widget.margin-bottom-0:not(:last-child) {
    margin-bottom: 0;
}
.full-width-wrapper > div.margin-top-0 {
    margin-top: 0;
}
a:hover {
    opacity: .85;
}
body a.elementor-button-link, body .menu-item a {
    text-decoration: none;
}

ul.elementor-nav-menu .sub-arrow {
    padding: 14px 0 10px 13px;
    font-size: 15px;
    font-weight: 400;
}
i.fa-external-link-alt {
	position: relative;
}
i.fa-external-link-alt:before {
    position: absolute;
    bottom: 1px;
    font-size: 12px;
}

/*****===== END Global styles =====*****/
/*****===== Widths, Margin, Padding =====*****/
.miin-height-45{
	min-height:45vh;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
    width: 100%;
}

.full-width-wrapper > div, .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), .full-width-wrapper.subcategories, .full-width-wrapper.landscape-post {
    max-width: 1016px;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
}
body:not([class*=elementor-page-]) .site-main {
    padding-right: 0;
    padding-left: 0;
}
.full-width-wrapper:not(.no-padding), .full-width-wrapper.subcategories, .full-width-wrapper.landscape-post, .selections-section-text-and-gallery {
    padding-right: 2em;
    padding-left: 2em;
	margin-right: auto;
    margin-left: auto;
}
.extra-padding-3em > div, .elementor-1153{
	padding-top: 3em;
	padding-bottom:3em;
}
body:not([class*=elementor-page-]) .site-main > section:not() > div.image-text-repeater-row, .full-width-wrapper:not(.no-padding) > div.image-text-repeater-row{
	padding-right:0;
	padding-left:0;
}
body:not([class*=elementor-page-]) .site-main > section.cat-hero {
    box-sizing: content-box;
    max-width: 100%;
    padding: 0;
}
.full-width-wrapper > div, .full-width-wrapper > article{
	margin-top: 4em;
    margin-bottom: 4em;
}

.full-width-wrapper.subcategories, .full-width-wrapper.landscape-post {
    margin-top: 7em;
    margin-bottom: 7em;
}
body:not([class*=elementor-page-]) .site-main > section.get-started.full-width-wrapper > div:first-child, .full-width-wrapper > div.cat-hero-text, .full-width-wrapper > div.margin-bottom-0 {
	margin-bottom: 0;
}
body:not([class*=elementor-page-]) .site-main > section.get-started.full-width-wrapper > div:nth-of-type(2), .full-width-wrapper > div.elementor-2096, .full-width-wrapper > div.cat-hero-text {
	margin-top:0;
	overflow: hidden;
}
.full-width-wrapper {
	position: relative;
    box-sizing: border-box;
}
.display-flex h2{
    margin: 0;
    padding: 2em;
}


@media (min-width:767px){
.max-width-425-left.e-con > .e-con-inner{
    max-width: 425px;
    margin-right: 0;
    margin-left: auto;
}
.full-width-wrapper.subcategories .subcategory{
	padding:0;
}
}/*min 767px*/

@media (min-width:1016px){
body:not([class*=elementor-page-]) .site-main > section:not() > div.image-text-repeater-row, .full-width-wrapper:not(.no-padding) > div.image-text-repeater-row{
/*    box-sizing: content-box;
    max-width: 937px;*/
}
}
/*****=====END Widths, Margin, Padding =====*****/

/*****===== Colors =====*****/
body .cat-hero-text h1, body .cat-hero-text h2, body .display-flex h2 a, .display-flex h2.sub-post-title {
	color: #fff;
}
.display-flex{
	background-color:var( --e-global-color-e4c3a86 )
}
body .display-flex svg .st0{
	fill:var( --e-global-color-e4c3a86 )
}
.image-text-repeater-row:not(.selections-section){
	background-color: var(--e-global-color-secondary );
}

/*****===== END Colors =====*****/

/*****===== Fonts =====*****/
body .cat-hero-text h1 {
	font-size: 2.1em;
}
body .cat-hero-text h2{
	font-size:1.6em;
}
/*****===== END Fonts =====*****/

/*****===== Linear gradient sections.
 * Use .linear-gradient-container for the container and .linear-gradient-item for the items =====*****/
/**Green to Red colors**/
.linear-gradient-container  {
	
}
.linear-gradient-item {
	margin-right: auto;
	margin-left: auto;
}
.linear-gradient-item .elementor-widget-container, .linear-gradient-item > div {
    background-color: transparent;
	border-radius: 8px;
	color: #fff;
}
.linear-gradient-item.max310 .elementor-widget-container, 
.linear-gradient-item.max310 div {
max-width: 310px;
margin: 0 auto;
}
/**green**/
.linear-gradient-item.first .elementor-widget-container {
    background-image: linear-gradient(137deg, #1E4F55 47%, #70C0BD 100%);
	padding: 25px;
}
/*Grean top to bottom*/
.cat-hero-text > div{
    background-image: linear-gradient(180deg, #1e4f55e0 23%, #70c0bdcf 84%);
	padding: 25px;
}
/**green to red**/
.linear-gradient-item.second .elementor-widget-container{
    background-image: linear-gradient(39deg, #70C0BD 10%, #781229 69%);
	padding: 25px;
}
/**red**/
.linear-gradient-item.third .elementor-widget-container, .elementor-main-swiper .swiper-slide {
background-image: linear-gradient(123deg, #781229 36%, #E3503D 100%);
	padding: 25px;
}
.linear-gradient-item .elementor-widget-container h2{
	color: #fff;
	text-align: center;
}
@media only screen and (max-width:1024px) and (min-width:768px){
.linear-gradient-item {
}
}/**save for min768-max1024**/
/**END Green to Red colors**/

/**Waves left and right**/
.waves-left ~ div.elementor-element{
	z-index: 2;
}
/**END Waves left and right**/
/*****===== Linear gradient sections =====*****/

/*****===== Category page =====*****/
/*cat teaser*/
.type-landscape-projects .teaser-cat-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	height: 6em;
}
.project-teaser-block svg {
    height: 100%;
    display: block;
    width: 30px;
}
.project-teaser-block .elementor-icon{
    display: block;
    margin-left: -20px;
}
.project-teaser-block .st0 {
    fill: var(--e-global-color-e4c3a86 );
}


body .cat-hero-text h1, body .cat-hero-text h2 {
	margin:0;
}
body .cat-hero-text h2{
	margin-bottom:1em;
}
.cat-hero img {
    object-position: center center;
    object-fit: cover;
    height: calc(70vh);
    width: 100%;
}
.cat-hero-text {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 99.5%;
    margin: 0 auto;
}

.cat-hero-text > div{
    max-width: 420px;
    height: 101%;
    margin: 0;
    padding: 2em 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

article.landscape-projects, article.subcategory, body .article .e-con-inner .elementor-widget.landscape-projects, div.elementor-element.e-con-full.landscape-projects, .article .landscape-projects {
    max-width: 430px;
    margin: 0 auto;
	margin: 0 auto;
    width: 100%;
}
article.landscape-projects .display-flex, article.subcategory .display-flex, article.landscape-projects, article.subcategory, body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container {
	border-radius: 8px;
}
article.landscape-projects .display-flex img, article.subcategory .display-flex img, body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container img{
	border-radius: 8px 0 0 8px;
}
body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container img{
    margin-bottom: -5px;
}
body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container .elementor-image-box-title{
	margin:0;
	padding:1em;
}
section.get-started .elementor-element-40d8b51{
    display: flex;
    flex-direction: column;
    padding: 0;
	column-gap: 2em;
}
.get-started .elementor-element .e-con-inner{
    display: block;
}
.project-teaser-block{
    display: block;
    width: 100%;
}

/**sub cats**/
.display-flex{
    display: flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.display-flex, section.get-started .elementor-element-40d8b51 {
    flex-direction: row;
}
article.landscape-projects .display-flex, article.subcategory .display-flex {
    height: 200px;
}
.display-flex a{
	width: 100%;
}
.display-flex h2.sub-post-title {
    margin: 0;
    padding: 1em;
    line-height: 1.3;
}
.display-flex h2.sub-post-title{
	    font-size: 24px;
}
.display-flex img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 55%;
    object-fit: cover;
}
body .display-flex .elementor-icon{
	display: block;
    margin-left: -20px;
}
body .display-flex svg{
    height: 100%;
    display: block;
    width: 34px;
}
.image-text-repeater-row {
    display: grid;
    grid-template-columns: 100%;
    overflow: hidden;
}
.image-text-repeater-row > div.text-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
}
.selections-section .image-gallery {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
}
.image-text-repeater-row img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center center;
	height:26em;
}
.image-text-repeater-row.selections-section img {
    width: auto;
    object-fit: contain;
    aspect-ratio: revert;
    height: 9em;
}
.selections-section .image-gallery {
    padding: 0 2em;
    text-align: right;
}
.project-gallery .elementor-widget-image-carousel .swiper-slide {
	margin-top: auto;
    margin-bottom: auto;
}

.project-gallery .elementor-widget-image-carousel .swiper-slide.swiper-slide-active figure, .project-gallery .elementor-widget-image-carousel .swiper-slide:not(.swiper-slide-next) figure {
    width: 78% !important;
    margin: auto 0 auto auto !important;
}
.project-gallery .elementor-widget-image-carousel .swiper-slide.swiper-slide-active figure {
    margin: auto auto auto 0 !important;
}
.full-width-wrapper.subcategories, .full-width-wrapper.landscape-post{
    display: flex;
    justify-content: space-between;
	column-gap: 3em;
    row-gap: 3em;
	flex-wrap: wrap;
}

.image-text-icon {
    position: relative;
    display: block;
}
.image-text-icon .elementor-icon{
	display: none;
}

@media (min-width:768px){
.image-text-icon .elementor-icon{
    position: absolute;
    right: -2px;
    height: 100%;
	display: inline-block;

}
.image-text-icon .elementor-icon svg{
    fill: var(--e-global-color-secondary );
    height: 100%;
    max-height: 100%;
    display: block;
	width: 100%;
}

article.landscape-projects, article.subcategory {
	max-width: 430px;
	margin: 0;
	width: 45%;
}

.cat-hero-text {
    height: 99.35%;
}

.display-flex a{
	width: 55%;
}
.display-flex .title{
	width:45%;
}
body .display-flex svg{
    display: block;
}

article.landscape-projects .display-flex, article.subcategory .display-flex, article.landscape-projects, article.subcategory, body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container {
	border-radius: 8px;
}
article.landscape-projects .display-flex img, article.subcategory .display-flex img, body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container img{
	border-radius: 8px 0 0 8px;
}

.image-text-repeater-row {
    grid-template-columns: 50% 50%;
}
.image-text-repeater-row > div.text-section {
}
.image-text-repeater-row img {
    height: 100%;
}
.selections-section .image-gallery {
    padding: 0;
}
.image-text-repeater-row.selections-section img {
    height: 7em;
}
}/**save for 768px**/

@media (min-width:1025px){
.project-teaser-block svg {
    width: 30px;
}
.image-text-repeater-row.selections-section img {
    height: 8em;
}
}/*width1025*/

@media (max-width:767px){
.elementor-grid-mobile-1 .elementor-grid {
    justify-items: center;
}
.cat-hero-text > div {
    display: inline-flex;
}
.type-landscape-projects .teaser-cat-image, body .article .e-con-inner .elementor-widget.landscape-projects .elementor-widget-container img {
    min-height: 13em;
    max-height: 13em;
    width: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.type-landscape-projects .elementor-heading-title {
	text-align: center;
}
}/*max 767*/


@media (height: 701px){
.cat-hero img {
    margin-bottom: 1px;
}
}/*for 701px*/
@media (height: 810px){
.cat-hero img {
    margin-bottom: 2px;
}
}/*for 810px*/
@media (height: 971px){
.cat-hero img {
    margin-bottom: 3px;
}
}/*for 971px*/
@media (height: 1115px){
.cat-hero img {
    margin-bottom: 4px;
}
}/*for 1115px*/
@media (height: 1230px){
.cat-hero img {
    margin-bottom: 5px;
}
}/*for 1230px*/
@media (height: 1475px){
.cat-hero img {
    margin-bottom: 6px;
}
}/*for 1475px*/
@media (height: 1580px){
.cat-hero img {
    margin-bottom: 7px;
}
}/*for 1580px*/
/*****=====END Category page =====*****/



/*****=====Skip links- this is for the hidden links that skip blocks for accessibility=====*****/
.skip-link, .display-hidden {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}
a.skip-link:active, a.skip-link:focus, a.skip-link:hover {
    left: 0;
    top: 0;
    width: auto;
    height: 1.5em;
    overflow: visible;
    border: .5px dashed;
    display: block;
    z-index: 2;
    background: #fff;
    color: #111;
}
/*****=====END Skip links=====*****/
/*****=====New window =====*****/
a[target="_blank"], .new-tab, .external-link{
	position: relative;
}
a[target="_blank"]:after {
	content: "";
	position: absolute;
    background-repeat: no-repeat;
	background-size: 11px;
    width: 15px;
    height: 15px;
    top: 7px;
    left: unset;
    right: -19px;
}
a:not(.elementor-icon)[target="_blank"]:after, .red-icon a[target="_blank"]:after, .new-window-r a:after {
	background-image: url(/images/24c9b55838.png);
}
.white-icon a[target="_blank"]:after, .new-window-w a:after {
	background-image: url(/images/7572a2a839.png);
}
.green-icon a[target="_blank"]:after, .new-window-g a:after {
	background-image: url(/images/d0b95fff2d.png);
}
/*****=====EMD New window =====*****/
/*****===== Make form placeholder text darker =====*****/
/*****===== Placeholder text =====*****/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: .6; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  opacity: .6;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
  opacity: .6;
}
/*****===== END Placeholder text =====*****/



