/*
Theme Name: Sunergy
Theme URI: https://livewp.site/wp/md/sunergy/
Author: GT3themes
Author URI: gt3themes.com
Description: GT3themes team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0.7.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sunergy

*/


 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /*body{background-color: red !important;}*/
	
  .home-cta h2, .home-cta h2 span {
  	font-size: 1.2rem;
  	line-height: 1.4rem;
  }


  .home-cta .vc_cta3-content-header {
  	padding-bottom: 4px !important;
  	margin: 0;
  }
	
	.home-cta .vc_btn3.vc_btn3-style-outline-custom {
  	padding: 10px !important;
  	letter-spacing: 0 !important;
	}

	.home-cta .vc_column-inner.vc_custom_1523865226992 {
  	padding: 15px 15px !important;
	}
	
	.pum-theme-lightbox .pum-title {
	font-size: 1rem !important;
	line-height: 1.4rem !important;
	}
	.pum-overlay p, .pum-overlay p label {
	font-size: 12px;
	font-weight: normal;
}
	.pum-overlay input.wpcf7-form-control.wpcf7-text {
	font-size: 13px;
	padding: 3px 12px;
	font-weight: 300;
}
	
	.pum-overlay .popmake {
	width: 100% !important;
	max-width:100% !important;
	left: 0 !important;
}
	.page h1 {
	font-size: 1.2rem !important;
	line-height: 1.4rem;
}
	

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /*body{background-color: blue !important;}*/

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /*body{background-color: green !important;}*/
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /*body{background-color: grey !important;}*/
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /*body{background-color: orange !important;}*/
}