  
  /*---------------------------------------------------------------

    Project Name: Shades of Texas | Customized Wordpress Template
    File Name: style.css
    Author: Anthony Espinoza
    Author URI: http://www.anthonyespinoza.net
    Version: 1.0.0

  ------------------------------------------------------------------*/
  /*----------------------------------------------------------------

  // Table of contents //

    - BODY
    - TYPOGRAPHY
    - GENERAL
    - BUTTONS
    - PRE LOADER
    - MENU BAR
    - HOME
    - ABOUT
    - BLOG 
    - WORK
    - CONTACT
    - FOOTER
    - RESPONSIVE STYLES

  ------------------------------------------------------------------*/

  body {
    background: #ffffff;
    font-family: canada-type-gibson, sans-serif;
    overflow-x: hidden;
	  text-align: left;
  }

.clear { clear: both; }


svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
}

.padbot40 {
	padding-bottom:40px;
}
/*
::selection {
  background: #27918f;
  color: #fff;
}
::-moz-selection {
  background: #27918f; 
  color: #fff;
}
*/

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: inherit;
  }

  h1 {
    color: #fff;
	font-family: canada-type-gibson, sans-serif;
    font-size: 50px;
    margin-bottom: 30px;
  }

 #home h1 {
    color: #fff;
	font-family: canada-type-gibson, sans-serif;
    font-size: 50px;
    margin-bottom: 30px;
  }
  #home h1 span {
    color: #fff;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 700;
    font-size: 20px;
	display: block;
	text-transform: uppercase;  
	letter-spacing: 2px;  
  }

  h2 {
    color: #034655;
    font-family: canada-type-gibson, sans-serif;
    text-align: left;
    font-size: 30px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 3px;
  }

  h3 {
    color: #505050;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    color: #444;
    font-size: 30px;
    line-height: normal;
  }

  p {
    color: #000;
    font-size: 20px;
    font-weight: 300;
  }

  p.big {
	color: #034655;
    font-family: canada-type-gibson, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
	padding: 30px 0;
  }

.location-bucket p, .item-container p {
	font-size: 16px;
}

  strong {
    font-family: canada-type-gibson, sans-serif;	font-weight:600;
  }

article p {
	/*width:80%;*/
	margin: 0 auto;
	padding-bottom: 25px;
}

p:empty {
    display: none;
}

ul {
	font-size: 20px;
}

#main-menu2 .fa-caret-down {
	font-size: 12px;
}

  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
	color: #034655;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    outline: none;
	text-decoration: underline;
  }
/*
  body.single .overlay, body.archive .overlay, .overlay {
    background: rgba(10,10,10,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
  }
section#home .overlay, body.blog .overlay, body.post-type-archive-jetpack-portfolio .overlay, body.page .overlay {
	background: rgba(34,120,116,0.7);
}*/

  section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
	outline: none;
  }

.entry-content {
	padding: 40px 0;
}

ul.no-bullet {
	list-style: none;
	text-align: left;
	padding-inline-start: 0px;
    margin-bottom: 30px;
	font-size: 16px;
}

/* Kad Gallery Styles */
.kad-wp-gallery .grid_item {
	margin: 5px 0 15px;
	border: 1px solid #555;
}

.kt-gallery-column-4 .g_item {
	width:25%;
    float: left;
	padding: 5px;
}

.g_item img {
	width: 100%;
	height: 100%;
}

.kt-gallery-column-5 .g_item {
	width:20%;
    float: left;
	padding: 5px;
}

.kt-gallery-column-6 .g_item {
	width:16%;
    float: left;
	padding: 5px;
}

/*testimonials*/
.easy-t-slideshow-wrap {
    float: unset;
    clear: both;
}
.testimonial-client {
	color: #1fa677 !important;
}
.easy-t-cycle-pager span.cycle-pager-active {
	color: #034655;
}

  /*---------------------------------------
     BUTTONS              
  -----------------------------------------*/

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-title .line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
  }

  .section-btn {
    background: #393939;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #27918f;
    border-color: transparent;
    color: #ffffff;
  }

.banner-cta {
	font-family: canada-type-gibson, sans-serif;
    padding: 5px 0 0 0;
    margin-bottom: -11px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    font-size: 25px;
    font-style: italic;
    color: #fff;
}


a.banner-cta:hover {
    color: #fff;
	border-top: 2px solid white;
    border-bottom: 2px solid white;
	font-weight:auto;
}

.about-cta a {
	font-family: canada-type-gibson, sans-serif;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border: 1px solid #034655;
	background: #fff;
	color: #034655 !important;
	border-radius: 0;
}

.about-cta a:hover {
	background: #034655;
	color: #fff !important;
}

.grant-cta a:hover {
	border: 1px solid #034655;
	background: #fff;
	color: #034655 !important;
}

.grant-cta a {
	background: #034655;
	color: #fff !important;
	font-family: canada-type-gibson, sans-serif;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border-radius: 0;
}

.other-services {
    padding: 10px 20px;
    background: #17a476;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    margin: 5px;
}


.other-services:hover {
    background: #26b989;
	color: #fff;
}

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/
/*.menu-container {
	width: 1300px
}*/

.menu-item-has-children {
	cursor: pointer;
}
 .navbar-fixed-bottom, .navbar-fixed-top {
	z-index:99999;
}
.navbar-header {float:none;}

  .dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 5px 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .175);
    box-shadow: 0px 12px 10px 0 rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-item:hover {
	color: inherit;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

li.inline-block {
	display: inline-block;
}.navbar-header .header-search {	float: right;    margin: 30px 30px 0 0;}.header-search .search-form input.search-field {	background-color: #ebebeb;    border: 0;    width: 230px;    height: 30px;}
.search-form .search-submit {	background-color: inherit;	border: none;	margin-left: -30px;	color: #a1a8ad; width: 30px;}
li.nav-item label.assistive-text {
	display:none;
}

li.search-icon {
	background: #0068b3;
    color: #fff;
    margin-top: 7px;
}

li.search-icon a {
	color: #fff !important;
    padding: 5px 10px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
	
	/*.menu-item-has-children:hover ul.dropdown-menu {display:block;}*/
}

#main-menu2 {
	position:relative;
	/*right: -38px;*/
}

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
	background: #fff;	width: 85%;    margin: 0 auto;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
	margin-top: -7px;
  }

  .navbar-brand img {
	display: inline-block;
	margin-right: 10px;
  }
.mobile-logo {
	display: none;
}

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 3em;
  }    .navbar-nav>li {    float: left;    margin: 0 5px 0 0;  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .section-btn {
    background: #e66b1b;
    padding: 15px;
    margin-left: 2em;
  }

  .custom-navbar .section-btn:hover {
    background: #393939;
  }

  .custom-navbar .section-btn a {
    padding: 0;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #56565a;		padding: 10px 5px;
  }

  .custom-navbar .nav li:not(#menu-item-143) a:hover {
    background: transparent;
	color: #034655;  
	  
  }

    .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;		font-weight: 500;
  }

  .custom-navbar .nav li.active > a {
	font-size:16px;
    background-color: transparent; 	font-weight: 500;
	  color: #034655;
  }

  .custom-navbar .navbar-toggle {
	background-color: transparent;
    border: none;
    padding-top: 10px;
	z-index: 9999;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
    }
	  
	 .navbar-nav>li {
		float: left;
		margin: 0 15px 0 0;
	  }
	 

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 25px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li:not(#menu-item-143) a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
	.navbar-collapse.collapse {
		display: inline-block!important;
		float: right;
	}
	
}


  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    /*background: url('../images/home-bg.jpg') no-repeat center center;*/
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 98vh;
    position: relative;
    overflow: hidden;
    padding-top: 15em;
    text-align: left;
  }

  #home h1 {
    color: #ffffff;
  }  
body.home p.lead-paragraph {
	font-size: 23px;
	color: #034655;	
	padding:50px 0;	
	width:90%;
	margin-bottom:50px;
}

  .social-sidebar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(90deg);
  }

  .social-sidebar ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 5px;
  }

  .social-sidebar ul li:first-child:after {
    background: #d9d9d9;
    content: "";
    width: 2px;
    height: 48px;
    position: absolute;
    top: 1px;
    left: -35px;
  }

  .social-sidebar ul li:first-child:after,
  .social-sidebar ul li a {
    transform: rotate(-90deg);
  }  

  .social-sidebar ul li a {
    display: block;
    font-size: 14px;
  }

.capabilities-bucket {
	text-align: center;
}

.contact-us-block {
	background: #034655;
	text-align: center;
	margin: 40px 0;
    padding: 20px 0 40px 0;
}

.contact-us-block h2, .contact-us-block p, .contact-us-block a {
	color: #fff;
	text-align: center;
}

.contact-us-block h2 {
	position: relative;
    display: inline-block;
}

.contact-us-block h2:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    display: block; 
}
.home-info-container, .internal-info-container {	width: 100%;    background: rgba(3, 70, 85, 0.6);	position: absolute; 	bottom: 0;}
.home-info, .internal-info { 
 text-align: center;
 margin: 0 auto;
}
.location-col-headline {	background: #034655;    text-transform: uppercase;    padding: 10px 0;    margin-bottom: 10px;    color: #fff;    font-weight: 400;	text-align: center;}
span.address {	text-transform: uppercase;    font-weight: 600;    display: block;    color: #034655;}
span.gm-name {	font-weight: 600;}
.home .wp-block-column {	text-align: left;}
.home-bar { width: 100vw; position: relative; margin: 25px 0 50px -50vw; left: 50%; background: #d0e7df; text-align: center;}
/*.home-bar:before {    content: url(/wp-content/uploads/2020/01/tree-logo.png);    position: relative;    z-index: 99998;    top: -95px;    margin-bottom: -65px;}*/
.home-bar img {margin-top: -75px;}
.home-bar h2 {text-transform: uppercase;font-weight: 800;font-size: 30px;font-style: normal;border: 0; text-align: center;}
.home-bar p {font-size: 18px; padding-bottom: 50px;}
.home figure.wp-block-image img {width: 100%;}

div[class*="col-md-3"] img {
	width: 100%;
}

.bar-wrapper {
	margin-top: 60px;
}

/*Popup*/
.popup {
  margin: 70px auto;
  /*padding: 20px;*/
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
	margin: 20px 0 10px 0;
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}
.popup .close {
  position: absolute;
    display: block;
    top: 5px;
    right: 10px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
  color: #c2953a;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.w3-modal{z-index:9999999;display:none;padding-top:40vh;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4); }
.w3-modal-content{margin: auto;
    background-color: #fff;
    position: relative;
    /*padding: 10px;*/
    outline: 0;
    width: 50%;
    text-align: center;
    border-radius: 5px;}

.modal-container {
  display: table;
  width: 100%;
}

.popup .left-half {
  background-color: #1fa677;
  position: absolute;
  left: 0px;
  width: 50%;
}

.popup .right-half {
  background-color: #034655;
  position: absolute;
  right: 0px;
  width: 50%;
}

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    text-align: left;
  }

  #about .about-info:first-child {
    margin-right: 40px;
  }

  .about-info .section-title {
    margin: 40px 0 20px 0;
  }

  .about-info {
    margin-top: 40px;
  }

  .about-image img {
    border-radius: 100%;
  }

  .skill-thumb strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .skill-thumb .progress {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    height: 3px;
    margin-bottom: 15px;
  }

  .skill-thumb .progress-bar {
    background: #1f1f1f;
    box-shadow: none;
  }

.fest-ultra-blocks_block_timeline_block .fest-ultra-blocks_common_paragraph_paragraph img {
	float: left;
	margin: 0 10px 10px 0;
}
.fest-ultra-blocks_block_timeline_block h2 {
	font-family: canada-type-gibson, sans-serif;
	font-size: 25px;
	font-style: normal;
	color: #034655 !important;		font-weight: 700;
    margin-block-start: 0;
    margin-block-end: 0;
}

.fest-ultra-blocks_block_timeline_block h2:nth-child(2) {
	display:none;
}

.fest-ultra-blocks_block_timeline_block h2:after {
	display:none;
}

.fest-ultra-blocks_block_timeline_content p {
	font-size: 14px;
}

.fest-ultra-blocks_block_timeline_stage:nth-child(2) {
	margin-top: -100px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(2) div.fest-ultra-blocks_block_timeline_heading-wrapper {
	display:none;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(3) {
	margin-top: -100px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(4) {
	margin-top: -60px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(5) {
	margin-top: -75px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(6) {
	margin-top: -140px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(7) {
	margin-top: -190px;
}

.fest-ultra-blocks_block_timeline_stage .fest-ultra-blocks_block_timeline_content .fest-ultra-blocks_block_timeline_heading-wrapper {
	overflow: visible;
}

.div-lines:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 10px;
  left: 0;
  display: block;
}

.div-lines:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 10px;
  right: 0;
  display: block;
}

.contact-us-block img {
	text-align: center;
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}

.contact-us-block h2 {
	margin: 0;
}

.contact-us-block h2:after {
	background: none;
}

/*trustees*/
#post-84 h2 {
	display:block;
}
#post-84 h2:after {
	background: none;
}

  /*---------------------------------------
      GUIDELINES             
  -----------------------------------------*/
body.page-id-21 p,body.page-id-21 ol, body.page-id-21 ul  {
	text-align:left;
}

body.page-id-21 ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

body.page-id-21 ol > li {
  margin: 0;
  padding: 0 0 10px 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  color: #000;	
}

body.page-id-21 ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: 700;
  text-align: right;
  content: counter(item) ".";
}

body.page-id-21 h1, body.page-id-21 h2 {
	text-align:center;
}

body.page-id-21 h3 {
	text-align: left;
	font-family: canada-type-gibson, sans-serif;		font-weight: 700;
	font-size: 20px;
	color: #034655;
	text-transform: uppercase;
}

body.page-id-21 h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: #000;
	
}

body.page-id-21 article p {
	width: 100%;
}

.gray-bg {
  margin: 0 -9999rem 38px;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #e1e1e1;
}

#post-21 {
	margin: 0 auto;
	width: 80%;
}

#post-19 span.deadline{
	display: block;
    padding: 7px 0;
}

#post-19 span.deadline strong{
	font-family: canada-type-gibson, sans-serif;		font-weight: 700;
	color:#034655;
	text-transform: uppercase;
}

#post-19 .locations ul {
	display: inline-block;
}

#post-19 .locations ul li {
	list-style: none;
}

#post-19 h2:after {
    content: '';
    background: #034655;
    width: 30%;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.trees-sidebar {
	text-align: left;
	margin-top: 75px;
}
.trees-sidebar h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #034655;
	font-weight: 600;
}
.trees-sidebar h4, .item-container h4, article.type-portfolio h4 {
	color: #000;
	font-weight: 500;	
}

.trees-sidebar h3, .trees-sidebar h4, .item-container h4, article.type-portfolio h4 {
	font-family: canada-type-gibson, sans-serif;
	font-size: 14px;
	margin: 5px 0 5px 0;
}

article.type-portfolio h4 {
	font-size: 16px;
}

article.type-portfolio div.entry-content div.col-md-6 img {
	max-width: 100%;
	height: auto;
}

.row-norightmargin {
	margin-right: 0;
}

.item-container {
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 15px;
	height: 425px;
}

.item-container img {
	width: 100%;
	height: 227px;
}

.item-container a.understrap-read-more-link {
	display:none;
}

.item-container .heading-container, article.type-portfolio .heading-container {	
	height: 50px;
	margin: 0;
	background: #034655;
}

article.type-portfolio .heading-container {
	margin-bottom: 20px;
}

.item-container h3, article.type-portfolio h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
	font-weight:300;
}

.item-container a.learn-more-btn {
	
}

a.learn-more-btn {
	font-family: canada-type-gibson, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #034655;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
}

.image-box-container {
	background: #eee;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.image-box {
	display: inline-block;
	float: left;
	margin:5px;
	width: 48%;
}
.image-box-25 {
	display: inline-block;
	float: left;
	margin:5px;
	width: 23%;
}
.image-box img {
	width: 100%;
}

  /*---------------------------------------
      BLOG             
  -----------------------------------------*/

  #blog {
    background: #f0f0f0;
  }

  #blog-header,
  #blog-detail {
    text-align: left;
  }

  #blog-header {
    /*background: url('../images/home-bg.jpg') no-repeat center center;*/
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 98vh;
    position: relative;
    overflow: hidden;
    padding-top: 15em;
    text-align: left;
  }

  #blog-header h1 {
	  color: #fff;
    /* margin: 0; */
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }

  #blog-header h2 {
    color: #ffffff;
  }

.internal-info {
	height: 200px;
}

  .blog-thumb {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 30px;
  }

  .blog-thumb small {
    color: #27918f;
    font-weight: 500;
    display: block;
  }

  .blog-thumb small .fa {
    margin-right: 5px;
  }

  .blog-thumb small,
  .blog-thumb small + span {
    display: inline-block;
    vertical-align: middle;
  }

  .blog-thumb small + span {
    color: #595959;
    font-size: 10px;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 2px;
  }

  .blog-thumb h4 {
    margin-top: 2px;
    margin-bottom: 0px;
  }
  
.blog-image {
	overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 200px;
}

  #blog-detail h2 {
    padding: 25px 0 10px 0;
  }

  .blog-info {
    padding: 45px 35px;
  }

  .blog-info h3 {
    margin: 0;
    padding: 8px 0 6px 0;
    text-transform: capitalize;
	height:70px;
  }

  .blog-info .section-btn {
    margin-top: 15px;
  }

  .blog-detail-thumb blockquote {
    margin: 20px 0 20px;
  }

  .blog-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .blog-detail-thumb ul li {
    list-style: square;
    font-weight: normal;
    line-height: 20px;
    padding: 4px 12px 4px 0px;
  }

  .blog-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .blog-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    margin: 20px 6px;
    padding: 10px 16px;
  }

  .blog-social-share .btn-primary {
    background: #3b5998;
  }

  .blog-social-share .btn-success {
    background: #1da1f2;
  }

  .blog-social-share .btn-danger {
    background: #dd4b39;
  }

  .blog-social-share a .fa {
    padding-right: 4px;
  }

  .blog-ads {
    background: #f9f9f9;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .blog-ads h4 {
    font-size: 18px;
  }

#categories-2 {
	padding: 0;
}
#categories-2 h4 {
	margin: 0;
	padding: 30px 50px;
}

#categories-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories-2 li {
	margin: 0 0 10px 0;
	padding: 10px 0px 10px;
	position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
	border-radius: 5px;
}
#categories-2 li a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration:none !important;
	width: 85%;
	display:inline-block;
}

article.post img.wp-post-image{
	width: 100%;
	height: auto;
}


  /*---------------------------------------
      CONTACT           
  -----------------------------------------*/


#post-23 {
	width: 80%;
    margin: 0 auto;
}

div.wpcf7 {
	margin-top: 45px;
}

div.wpcf7 label {
	width:100%;
	text-align: left;
	text-transform: uppercase;
	font-size:11px;
	margin-bottom:15px;
	font-weight: 500;
	
}


.wpcf7-submit {
	margin-top:50px;
	font-family: canada-type-gibson, sans-serif;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border: 1px solid #034655;
	background: #fff;
	color: #034655;
	border-radius: 0;
}

.wpcf7-submit:hover {
	background: #034655;
	color: #fff;
}

  input[type=text], input[type=email], textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #000;
    outline: none;
  }
  
textarea {
	height: 150px
}

span.file-size {
	display:block;
	font-family: canada-type-gibson, sans-serif;
}

.codedropz-upload-handler {
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}
.codedropz-upload-inner h3 {
	font-size: 11px;
	font-family: canada-type-gibson, sans-serif;
	color: #000;
}

.codedropz-upload-inner span, .codedropz-upload-inner a {
	display:none;
}

.codedropz-upload-inner h3:after {
	content: '';
    background: url(/wp-content/uploads/2019/07/paper-icon.png) no-repeat;
    height: 34px;
    display: inline-block;
    width: 23px;
    margin-left: 15px;
    vertical-align: middle;
}

div.codedropz-upload-container {
	padding: 5px 15px;
}

.col-md-3 label {
	font-family: canada-type-gibson, sans-serif;		font-weight: 700;
}

div.contact-us-block input[type=text], div.contact-us-block input[type=email], div.contact-us-block textarea {
	background: #034655;
	border: 1px solid white;
}

div.contact-us-block div.wpcf7 label {
	color: #fff;
}

div.contact-us-block .wpcf7-submit {
	margin-top:0;
	font-family: canada-type-gibson, sans-serif;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border-radius: 0;
	background: #034655;
	color: #fff;
	border: 1px solid white;
}
div.contact-us-block .wpcf7-submit:hover {
	background: #fff;
	color: #034655;
}


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #034655;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
	margin-top: 40px;
  }

  footer a {
    color: #757575;
  }

  footer h4 {
    color: #ffffff;
  }

  footer p {
    color: #fff;
    display: inline-block;
	font-size: 14px;
  }

  .copyright-text {
    text-align: center;
  }

  .footer-info {
    text-align: right;
  }

  .copyright-text h4 {
    font-size: 30px;
  }

  .entry-footer {
	background: none;	
  }
.page-footer {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
  
  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }  footer .social-icon {	display: inline;}

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;	background: #1fa677;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 5px 2px;
  }

  .social-icon li a:hover {
    background: #fff;
    color: #1fa677;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {

    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
	  
	
	  
  }

  @media screen and (max-width: 991px) {

    #home {
      text-align: center;
    }

    .custom-navbar .nav li a {
      font-size: 13px;
      padding-right: 11px;
      padding-left: 11px;
    }
	  
	
	  .navbar-nav>li {
		float: left;
		margin: 0 0px 0 0;
	  }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .blog-info {
      padding: 45px 25px;
    }

    .footer-info {
      margin-top: 30px;
    }
	  
	li#menu-item-143 {
		position: relative;
		right: 0;
		margin: 0 120px;
	} 
  }


  @media screen and (max-width: 920px) {
    .social-sidebar {
      top: 80%;
      left: 40%;
      transform: rotate(0deg);
    }

    .social-sidebar ul li a {
      transform: rotate(0deg);
    }
  }

  @media only screen and (min-width: 640px) and (max-width: 767px) {

    #blog-header {
      height: 100vh;
    }
  }

  @media screen and (max-width: 767px) {

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      position:relative;
    }
	  
	  ul.dropdown-menu {
		  width: 100%;
    display: block !important;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
	  }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }
	  
	  .navbar-nav>li {
		  float: none;
	  }
	  div.header-search {display: none;}
	  .desktop-logo {display:none;}
	  .mobile-logo {display: inline-block;}

    .custom-navbar .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    #about .about-info:first-child {
      margin-right: 0;
    }

    .about-info {
      margin: 40px 0 60px 0;
    }

    .footer-info {
      text-align: center;
    }
	  #blog-header {
		  height: 100%;
		  padding: 0;
	  }
  }

  @media screen and (max-width: 639px) {
	  
	  .popup .left-half {
		  position:relative;
		  width: 100%
	  }
	  .popup .right-half {
		  position:relative;
		  width: 100%
	  }
	  
	  .w3-modal {
		  padding-top:10vh;
	  }
	  
	  .w3-modal-content {
		  width: auto;
	  }
	  
	  .popup {
		  width: auto;
		  background:none;
		  padding:0px;
	  }

    h1 {
      font-size: 1.9em;
    }

    h2 {
      font-size: 1.5em;
    }
    
  }

@media screen and (max-width: 639px) {

    h1 {
      font-size: 1.9em;
    }

    h2 {
      font-size: 1.5em;
    }
	
	.entry-content img {
	  width:100%;
	}
	
	    
  }
