/*
Theme Name: GreenRiseTech
Author: Efishinsea
Author URI: http://www.efishinsea.com
Description: The7 is the parent theme, this is the child theme.
Version: 1.0.0
Template: dt-the7
*/

body {
	background:#fff;
}


.clear {
    clear:both;
}

a, a:visited {
	text-decoration:none;
	color:#799cb2;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
	

.white > *,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.footer .textwidget .footer-address a {
	color:#fff;	
}

.shadow * {
	text-shadow: 0 0 4px #666;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ccc; /* old IE */
    background-color: #ccc; /* Modern Browsers */
}   

ul.double {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.transparent .masthead:not(.side-header) {
  background: transparent;
}


.branding a img,
.mobile-branding a img{
	-webkit-transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
}
.sticky-on .branding a img {
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.sticky-mobile-on .popup-search .submit i, 
.sticky-mobile-on .overlay-search .submit i,
.sticky-mobile-on  .icomoon-the7-font-icon-gallery-011-2:before {
   color: #fff !important;
}


/* top bar */

.mini-contacts i.fa.icon-email {
	font-size: 16px !important;
	color:#b1b4b8 !important;
}


.inline-header .branding {
	position:absolute;
}


.banner h1 {
    font-size: 75px;
    line-height:85px;
}

.banner p {
    font-size: 20px;
    line-height: 30px;
}

#main {
	
}

/* news post page */
.grid-post-title {
	min-height:75px;
}


.clear {
	clear:both;
}


/* Classic Green colored button */
.vc_btn3.vc_btn3-color-success, 
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
	color: #fff;
	background-color: #80c243;
	border:2px solid  #80c243;
 	font-weight: bold;
 	font-size: 16px;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus, 
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover, 
.vc_btn3.vc_btn3-color-success:focus, 
.vc_btn3.vc_btn3-color-success:hover {
	color: #80c243;
	background-color: rgba(114,176,57,0.07);
	border:2px solid transparent;
}


/* Custom Button override for classic blue/primary/green  */
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat,
.vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
    color:#fff !important;
    background-color: transparent !important;
    border-color: #9C0 !important;
} 

.vc_btn3.vc_btn3-color-primary:hover, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-info:hover, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
    background-color: #9C0 !important;
}

/* btn green solid */
.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    color:#fff !important;
    background-color: #9C0 !important;
    border-color: #9C0 !important;
}
.vc_btn3.vc_btn3-color-green:hover, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover {
 	background-color: #6dab3c !important;
    border-color: #6dab3c !important;
}

/*make arrow look better */
.vc_btn3-size-lg.vc_btn3-shape-round .fa-arrow-circle-right::before {
  top: -3px !important;
  position: relative !important;
  font-size: 16px !important;
}
/* full width btn */
.vc_btn3-size-lg.vc_btn3-shape-round.vc_btn3-block .fa-arrow-circle-right::before {
  top: 1px !important;
 }


/*outline to child-columns */
.boxes .wpb_content_element {
	border:1px solid #ccc;
	padding:10px 15px;
	box-shadow: 0px 0px 6px #ccc;
}


/* footer */

.custom-global-footer.vc_row {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
}

.custom-global-footer #hs-form-iframe-0 .hs-button.primary.large,
.hs-form-52e31b8a-b226-4509-9a1c-db148435f3c5_48902374-b54b-48f6-8552-745226d40fe0 .hs-button {
	  background: transparent;
	  border: 2px solid #fff;
	  color: #ffffff;
	  font-size: 16px;
	  line-height: 12px;
	  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
	  border-radius: 25px;
	  padding: 15px 30px;
} 

#footer.solid-bg {
	
}

#footer-fade{
	padding: 80px 0px 300px 0px;
	background: linear-gradient(to top, rgba(117,205,214,.5),  rgba(127,195,75,.9)),
		url(https://greenrisedev.wpengine.com/wp-content/uploads/2022/09/bg-nashville-tennessee-downtown-skyline.jpg) no-repeat center center;
	background-size:cover;
}
.footer-contact {
	font-size:20px;
	line-height:100%;
	font-weight:bold;
}
.footer-header {
	font-size:24px;
	line-height:125%;;
	font-weight:bold;
	margin-bottom:15px;
}

.custom-global-footer i.fa {
  color: #7fc34b !important;
}
#instalink:hover {
    cursor:pointer;
    opacity:.7;
}

.custom-global-footer .menu li {
	padding:0px;
	border: 0px;
}
.custom-global-footer .menu li a {
	font-size:20px;
	line-height:100%;
	font-weight:bold;
}
.custom-global-footer .menu  li a:hover,
.footer-contact a:hover,
.custom-global-footer .menu .current-menu-item > a {
	color:#fff !important;
}

#footer .widget-title,
#footer .custom-nav li a span {
    text-shadow: 0px 0px 3px #000;
}

#footer .custom-nav {
	list-style-type:none;	
	margin-top:30px;
}
#footer .custom-nav li {
	display:inline-block;
	margin:0 8px 0 0;
}	

.bottom-text-block p {
	font-size:16px;
}



.mobile-break {
	display:inline;
}
.left-then-center {
	text-align:left;
}
.right-then-center {
	text-align:right;
}



/* forms */

.wpcf7-form .wpb_content_element {
	margin-bottom:15px;
}
.wpcf7-form  textarea {
    height:125px;
    width:100%;
}

.wpcf7-form input:not(.wpcf7-submit),
.wpcf7-form input[text],
.wpcf7-form textarea {
    color: #666;
    border-top-width: 0px!important;
    border-right-width: 0px!important;
    border-bottom-width: 1px!important;
    border-left-width: 0px!important;
    padding: 5px 15px 5px 15px;
    border-color: rgba(51,51,51,.4)!important;
    background-color: rgba(0,0,0,.01) !important;
    border-radius: 2px !important;
}

.wpcf7-form input:active,
.wpcf7-form input:focus,
.wpcf7-form input[text]:active,
.wpcf7-form input[text]:focus,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    color: #000;
    border-color: rgba(51,51,51,.6)!important;
    background-color: rgba(0,0,0,.03) !important;

}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
	border-color:  red !important;
}

/* shows error message below form field

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 13px;
	font-weight: normal;
	display: block !important;
}
*/

input[type="text"], .widget_search input[type="text"].searchform-s, input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number, .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
    border-top-width: 0px!important;
    border-right-width: 0px!important;
    border-bottom-width: 1px!important;
    border-left-width: 0px!important;
}


h3.news {
    display:inline-block;
    font-size: 40px;
}

.newsletter-form .col1 {
    float:left;
    width:250px;
}
.newsletter-form .col2 {
    float:left;
    width:75px;
}

.newsletter-form input#subscribe {
    border-bottom:1px solid #fff !important;
    color: #fff  !important;
}

.newsletter-form input#subscribe:focus,
.newsletter-form input#subscribe:active {
    background:transparent;
    background-color:transparent;
}

.newsletter-form  #btn-subscribe,
.newsletter-form  #btn-subscribe:focus, 
.newsletter-form  #btn-subscribe:active {
    background:transparent;
    border-color:#fff;
    color:#fff;
    padding: 10px 40px;
	
}
.newsletter-form  #btn-subscribe:hover {
    background: #75cdd7 !important;
    color:#fff;
}

.newsletter-form input#subscribe::placeholder { 
    color: #fff  !important;
    opacity: 1;
}

.newsletter-form input#subscribe:-ms-input-placeholder {
    color: #fff !important;
}

.newsletter-form input#subscribe::-ms-input-placeholder {
    color: #fff !important;
}

.newsletter-form input#subscribe::-webkit-input-placeholder{
    color: #fff !important;
}




/*sidebar */


.sidebar-content .textwidget .vc_btn3-container  a {
	color:#fff !important;
}

.hide {display:none;}

.project-highlights {
	padding-right: 20% !important;
	padding-left: 20% !important;
}
.project-title {
	padding-right: 15% !important;
	padding-left: 15% !important;
}


@media (max-width: 1280px) { 

}


@media (max-width: 1080px) { 
	
	.left-then-center,
	.right-then-center {
		text-align:center;
	}
}
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 

    
}

@media (max-width: 779px) { 

	.mobile-break {
		display:contents !important;
	}

}

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}


@media (max-width: 767px) { 

	.left-then-center,
	.right-then-center {
		text-align:center;
	}	
	
	.banner h1 {
		font-size: 45px;
		line-height:55px;
	}
	
	.banner p {
		font-size: 16px;
		line-height: 25px;
	}
	
	
	ul.double {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}
	
	.partner-logos .vc_single_image-img {
		max-width:175px;
		height:auto;
	}

	
	.project-title {
		padding-right: 0% !important;
		padding-left: 0% !important;
	}	 
	.project-highlights {
		padding-right: 5% !important;
		padding-left: 5% !important;
	}	

	.custom-global-footer.vc_row {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: -20px;
	}
	
	#footer .custom-nav {
		margin-top:0px;
	}
	#footer .custom-nav li {
		display:block;
		margin:0px;
	}

	.newsletter-form {
		margin: 0 auto;
		width: 400px;
		max-width: 100%;
	}
	
	h3.news {
		font-size: 30px;
	}


}

@media (max-width: 400px) { 
	h3.news {
		font-size: 20px;
	}
	.newsletter-form {
		margin: 0 auto;
		width: 250px;
		max-width: 100%;
	}
	.newsletter-form .col1 {
	  float: left;
	  width: 170px;
	}
	.newsletter-form #btn-subscribe {
	  padding: 10px;
	}	


}