/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.check li {
background: url('https://gempartners.net/wp-content/uploads/2018/06/Asset-132.png') no-repeat left 8px;
height: auto;
padding-left: 44px;
padding-top: 0px;
margin-bottom: 10px;
padding-bottom: 10px; 
display: block;
line-height: 2em;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.checkdark li {
background: url('https://gempartners.net/wp-content/uploads/2018/06/Asset-232.png') no-repeat left 8px;
height: auto;
padding-left: 44px;
padding-top: 0px;
margin-bottom: 30px;
padding-bottom: 10px; 
display: block;
line-height: 1.75em;
border-bottom: 0px solid rgba(0, 0, 0, 0.09);
}


/*Portfolio list titles*/
.blog-shortcode .entry-title a, .portfolio-shortcode .entry-title a, .owl-carousel.blog-carousel-shortcode .entry-title a {font-weight: 400!important;}

/*Button on Micro-widgets*/
a.buttongreen {
	display:block;
 	color: #fff;
	text-transform: none;
 	text-align:center;
        text-decoration: none;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	border: 2px solid #427e13;
	font: normal 400 17px / 21px "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif;
 	background-color: #369542;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.buttongreen:hover {
  background-color: #427e13;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #427e13;;
}


a { color: #61a567; text-decoration: none;}

a:hover {color: #1b7022}

/*Font Spacing Menu*/
.main-nav > li > a .menu-text { letter-spacing: 2px;}


/*HomeTitle-Desktop*/

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .hometitle h1 {
    font-size: 72px;
    line-height: 1.5em
    letter-spacing: 3px;
  }
}