/*
Theme Name: Strategy Energy
Theme URI: http://www.emeacsoft.com
Author: the EmenacSoft team
Author URI: http://www.emeacsoft.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: Strategy Energy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

/*#########################################################
				Fonts
#########################################################*/

@font-face {
 font-family: mf-really-awesome;
 
 src:url(fonts/mf-really-awesome.ttf) format("opentype");

}
@font-face {
 font-family: thin-lines-and-curves;
 
 src:url(fonts/thin-lines-and-curves.ttf) format("opentype");

}
@font-face {
 font-family: bookantiqua;
 
 src:url(fonts/bookantiqua.ttf) format("opentype");

}
@font-face {
 font-family: raavi;
 
 src:url(fonts/raavi.ttf) format("opentype");

}
@font-face {
 font-family: Lato-Regular;
 
 src:url(fonts/Lato-Regular.ttf) format("opentype");

}


*{
	margin:0;
	padding:0;
}
img{
	max-width:100% !important;
	display:block;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.full{
	width:100%;
}
.container{
	max-width:1100px;
	width:95%;
	margin:auto;
}

.current-menu-item a{
	color:#f4cf00 !important;
}

div.wpcf7-response-output {
  border: medium none !important;
  margin: 2em 0.5em 1em !important;
  padding: 16.2em 0 !important;
}
/*#################################*/

/******* Header ********/

/*#################################*/
.tp-caption.slider-head.tp-fade.tp-resizeme.start > p {
        font-family: Lato-Regular;
	font-size:24px;
	color:#fff;
        line-height: 35px;
	
}
.tp-caption.slider-head.tp-fade.tp-resizeme.start {
    padding: 10px !important;
}

.header-top{
	border-top:1px solid #383838;
	background-color:#2c2c2c;
	box-sizing:border-box;
}
.header-top-in{
}
.header-top-left {
  background-image: url("images/top-email.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 2px;
  padding: 10px 0;
  width: 25%;
}
.header-top-left a{
    color: #fff;
    font-family: Lato-Regular;
    font-size: 14px;
    text-decoration:none;
}
.header-top-left a:hover{
     color: #f4cf00;
}
.header-top-left p{
    font-family: Lato-Regular;
	font-size:14px;
	color:#fff;
	padding-left:35px;
}
.header-top-right{
	width:40%;
	padding-right:2px;
}
.header-social {
    border-left: 1px solid #0cbbed;
    padding: 10px 0;
    width: 35%;
}
.header-social li {
    float: right;
    list-style: outside none none;
    margin-left: 10px;
    width: 18%;
}
.header-social li a{
	display:block;
	text-decoration:none;
	height:24px;
	width:24px;
}
.fb{
	background-image:url(images/fb.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.fb:hover{
	background-image:url(images/fb-h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.twiter{
	background-image:url(images/twitter.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.twiter:hover{
	background-image:url(images/twitter-h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.gplus{
	background-image:url(images/gplus.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.gplus:hover{
	background-image:url(images/gplus-h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.in{
	background-image:url(images/in.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.in:hover{
	background-image:url(images/in-h.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.header-phone {
  background-image: url("images/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 13px 30px 10px 0;
  width: 30%;
}
.header-phone p{
	font-family: Lato-Regular;
	font-size:14px;
	color:#fff;
	padding-left:35px;
}
.main-menu{
	padding:5px 0;
}
.logo{
	width:20%;
}

.my-menu {
    padding: 15px 0;
    width: 49%;
}

.my-menu li {
    border-left: 1px solid #0cbbed;
    float: right;
    list-style: outside none none;
    width: 24%;
}
.my-menu li a {
    color: #2b2b2b;
    display: block;
    font-family: thin-lines-and-curves;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
}
.my-menu li a:hover {
	color:#f4cf00;
}
.menu-image {
    padding-right: 15px;
    padding-top: 10px;
    width: 4%;
}
.slider{
	
}
.welcome{
	background-color:#f3f2f2;
}
.welcome-note{
	width:68.63%;
	padding:25px 0;
	
}

.welcome-note h1 {
    color: #7daf06;
    font-family: raavi;
    font-size: 36px;
    line-height: 45px;
    width: 60%;
}
.welcome-note p {
	font-family: Lato-Regular;
	font-size:14px;
	color:#757575;
	line-height:24px;
	margin-top:15px;
}
.welcome-image{
	width:28.63%;
	padding:25px 0;
}

.home-about {
    margin-top: 50px;
    padding-bottom: 30px;
}
.home-insulation{
	width:65.90%;
}
.home-insulation h2{
	color: #7daf06;
    font-family: raavi;
    font-size: 32px;
    line-height: 24px;
}
.home-insulation-in{
	width:100%;
	margin-top:15px;
}
.home-insulation-in-image{
	width:47.31%;
}
.home-insulation-in-content{
	width:49.65%;
}
.home-insulation-in-content h2{
	font-family: Lato-Regular;
	font-size:18px;
	color:#7daf06;
	line-height:24px;
        margin-bottom: 20px;
}
.home-insulation-in-content p{
	font-family: Lato-Regular;
	font-size:14px;
	color:#757575;
	line-height:24px;
}
.testimonial{
	width:30.90%;
}
.testimonial h2{
	color: #7daf06;
    font-family: raavi;
    font-size: 32px;
    line-height: 24px;
}
.testimonial-in{
	width:100%;
	margin-top:15px;
}
.footer{
	background-color:#f3f2f2;
}
.footer-main{
	padding:50px 0;
}
.footer-in{
	width:33.33%;
}
.footer-in-image{
	width:20.49%;
}
.footer-in-content{
	width:78.68%;
}
.footer-in-content p{
    font-family: bookantiqua;
	font-size:18px;
	color:#262626;
	padding-top:13px;
}
.footer-mail{
	padding-top:7px;
}
.footer-bottom{
	border-bottom:1px solid #353535;
	background-color:#262626;
	padding:25px 0;
}
.footer-text{
	width:28%;
}
.footer-text p{
	font-family: Lato-Regular;
	font-size:13px;
	color:#fff;
}
.footer-text span{
	font-family: Lato-Regular;
	font-size:13px;
	color: #f4cf00;
}
.footer-text a{
	font-family: Lato-Regular;
	font-size:13px;
	color: #f4cf00;
	text-decoration:none;
}
.footer-text a:hover{
    color:#00b8ec;
}
.footer-text-right{
	text-align:right;
}
.amazingcarousel-item-container a{
	display:none;
}
.footer-pp{
        position:absolute;
        top:0;
        bottom:0;
        right:0;
        left:0;
        display:block;
        margin:0 auto;
        text-align: center;
        width: 40%;
}
.footer-me{
        position:relative;
}
.wel-image{
        margin-top: 15px;
}
/**
#wonderplugincarousel-1 .amazingcarousel-description {
    height: auto !important;
color:#757575 !important;
}

#wonderplugincarousel-1 .amazingcarousel-title {
    color: #f4cf00 !important;
    font: bold 24px/16px "Open Sans",sans-serif !important;
    height: 26px !important;
}
#wonderplugincarousel-1 .amazingcarousel-item-container {
	border:none !important;
	box-shadow:none !important;
}

#wonderplugincarousel-1 .amazingcarousel-description {
    color:#757575 !important;
    font-size:14px !important;
	line-height:24px !important;
   
}
.amazingcarousel-list-container{
	height:auto !important;
}
.amazingcarousel-image a{
	display:none;
}****/



/********INNER PAGES**************/


.inner-pages {
    margin-top: 40px;
}

.entry-title {
    display: none;
}

.about_image {
    float: left;
    margin-right: 2%;
    padding-top: 20px;
    width: 25%;
}
.page_title {
    width: 100%;
	color: #7daf06;
    font-family: raavi;
    font-size: 32px;
    line-height: 24px;
}

.main_pge_txt {
    margin-bottom: 3%;
    margin-top: 10px;
}

.main_pge_txt p {
    color: #757575;
    font-family: Lato-Regular;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

/*********Contact Us ***********/


.contact_form1 {
    float:left;
    text-align: center;
    width: 55%;
}

div.wpcf7 .screen-reader-response {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.contact_form1 p {
    float: left;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 4%;
    text-align: left;
    width: 46%;
	color: #757575 !important;
    font-family: Lato-Regular;
    font-size: 14px;

}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    padding:5px;
}

.contact_form1 p {
    float: left;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 4%;
    text-align: left;
    width: 46%;
	color: #757575 !important;
    font-family: Lato-Regular;
    font-size: 14px;
}

textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    height: 150px;
    width: 96%;
    padding:5px;
}
.contact_form1_text {
    text-align: left !important;
    width: 100% !important;
}

.wpcf7-form-control.wpcf7-submit {
    background: none repeat scroll 0 0 #757575;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    font-family: Lato-Regular;
    font-weight: bold;
    margin: 13px 0 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 125px;
}
.contact_map {
    float: right;
    margin-top: 35px;
    width: 45%;
}
.google-map-placeholder {
    border: 1px solid #cccccc !important;
	border-radius: 5px !important;
}
.wpcf7-form-control.wpcf7-submit:hover{
     color:#f4cf00;
}


/*#################################*/

/******* Responsive ********/

/*#################################*/







@media screen and (min-width: 120px) and (max-width: 420px){


.header-top-left {
    background-position: 35px center;
    width: 100%;
}
.header-top-left p {
    text-align: center;
}
.header-top-right {
    width: 100%;
}
.header-social {
    width: 100%;
	border:none;
}

.header-phone {
    background-position: 70px center;
    padding: 13px 0 10px;
	float:left;
	width:100%;
}

.header-phone p {
    padding-left: 35px;
    text-align: center;
	
}

.logo {
    float: none;
    width: 100%;
}
.logo img{
	margin:0 auto;
}

.my-menu {
    margin-top: 10px;
    padding: 4px 0;
    width: 46%;
}

.my-menu li {
    float: right;
    width: 82%;
}

.my-menu li a {
    font-size: 13px;
    line-height: 24px;
    padding: 5px 15px;
}

.menu-image {
    float: none;
    padding-right: 0px;
    padding-top: 50px;
    width: 49%;
}
.menu-image img{
	margin:0 auto;
}

.welcome-note {
    padding: 25px 0;
    width: 100%;
}

.welcome-note h1 {
    color: #00b8ec;
    font-family: raavi;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.welcome-note p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.welcome-image {
    float: left;
    padding: 25px 0;
    width: 100%;
}
.welcome-image img{
	margin:0 auto;
}
.home-insulation {
    width: 100%;
}

.home-insulation-in {
    margin-top: 15px;
    width: 100%;
}
.home-insulation-in-image {
    width: 100%;
}
.home-insulation-in-image img{
	margin:0 auto;
}
.home-insulation-in-content {
    margin-top: 15px;
    width: 100%;
}

.testimonial {
    margin-top: 25px;
    width: 100%;
}
.footer-in {
    margin-top: 10px;
    width: 100%;
}

.footer-in-content p {
    color: #262626;
    font-family: bookantiqua;
    font-size: 15px;
    padding-top: 13px;
}

.footer-text {
    text-align: center;
    width: 100%;
}

.footer-text-right {

    text-align: center;
}

.about_image {
    float: none;
    margin-right: 0px;
    padding-top: 20px;
    width: 100%;
}
.about_image img{
	margin:0 auto;
}


.page_title {
    margin-top: 20px;
}
.contact_map {
    float: left;
    margin-top: 35px;
    width: 95%;
}
.contact_form1 {
    float: left;
    text-align: center;
    width: 100%;
}

.contact_form1 p {
    width: 95%;
}
.footer-pp {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;

}

.footer-text p {
    color: #fff;
    font-family: Lato-Regular;
    font-size: 13px;
    margin-top: 14px;
}

}



@media screen and (min-width: 421px) and (max-width: 676px){


.header-top-left {
    width: 100%;
}

.header-top-right {
    width: 100%;
}


.header-social {
    border: medium none;
    float: right;
    padding: 10px 0;
    width: 38%;
}


.header-phone {
    float: left;
    padding: 13px 30px 10px 0;
    width: 35%;
}
.logo {
    float: none;
    width: 100%;
}
.logo img{
	margin:0 auto;
}

.my-menu {
    margin-top: 20px;
    padding: 4px 0;
    width: 90%;
}


.my-menu li {
    float: right;
    width: 24%;
}



.my-menu li a {
    font-size: 11px;
    line-height: 24px;
    padding: 5px 10px;
}


.menu-image {
    float: right;
    padding-right: 0;
    padding-top: 19px;
    width: 10%;
}
.menu-image img{
	margin:0 auto;
}

.home-insulation h2 {
    color: #2f2f2f;
    font-family: raavi;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
}
.welcome-note {
    padding: 25px 0;
    width: 100%;
}

.welcome-note h1 {
    color: #00b8ec;
    font-family: raavi;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.welcome-note p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.welcome-image {
    float: left;
    padding: 25px 0;
    width: 100%;
}
.welcome-image img{
	margin:0 auto;
}
.home-insulation {
    width: 100%;
}

.home-insulation-in {
    margin-top: 15px;
    width: 100%;
}
.home-insulation-in-image {
    width: 100%;
}
.home-insulation-in-image img{
	margin:0 auto;
}
.home-insulation-in-content {
    margin-top: 15px;
    width: 100%;
}

.testimonial h2 {
    color: #2f2f2f;
    font-family: raavi;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
}
.testimonial {
    margin-top: 25px;
    width: 100%;
}
.footer-in {
    margin-top: 10px;
    width: 100%;
}

.footer-text {
    text-align: center;
    width: 100%;
}

.footer-text-right {

    text-align: center;
}
.about_image {
    float: none;
    margin-right: 0px;
    padding-top: 20px;
    width: 100%;
}
.about_image img{
	margin:0 auto;
}

.page_title {
    margin-top: 30px;
}

.contact_map {
    float: left;
    margin-top: 35px;
    width: 77%;
}
.contact_form1 {
    float: left;
    text-align: center;
    width: 100%;
}
.footer-pp {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position:  relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.footer-text p {
    color: #fff;
    font-family: Lato-Regular;
    font-size: 13px;
    margin-top: 14px;
}


}



@media screen and (min-width: 677px) and (max-width: 800px){
	
.header-top-left {
    width: 100%;
}

.header-top-right {
    width: 100%;
}


.header-social {
    border: medium none;
    float: right;
    padding: 10px 0;
    width: 38%;
}


.header-phone {
    float: left;
    padding: 13px 30px 10px 0;
    width: 35%;
}

.logo {
    width: 25%;
}
.my-menu {
    padding: 15px 0;
    width: 65%;
}

.my-menu li {
    border-left: 1px solid #0cbbed;
    float: right;
    list-style: outside none none;
    width: 24%;
}

.my-menu li a {
    color: #2b2b2b;
    display: block;
    font-family: thin-lines-and-curves;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    text-decoration: none;
}

.menu-image {
    padding-right: 15px;
    padding-top: 18px;
    width: 4%;
}

.welcome-note h1 {
    color: #00b8ec;
    font-family: raavi;
    font-size: 28px;
    line-height: 45px;
    width: 100%;
}
.home-insulation {
    width: 100%;
}
.testimonial {
    float: left;
    margin: 0 auto;
    width: 100%;
}

.footer-in {
    margin-top: 10px;
    width: 50%;
}
.footer-text {
    width: 45%;
}



	
	
}


@media screen and (min-width: 801px) and (max-width: 1000px){
	
.header-top-right {
    padding-right: 2px;
    width: 65%;
}
.my-menu {
    padding: 15px 0;
    width: 59%;
}

.my-menu li {
    border-left: 1px solid #0cbbed;
    float: right;
    list-style: outside none none;
    width: 24%;
}

.my-menu li a {

    font-size: 15px;

}

.menu-image {
    padding-right: 15px;
    padding-top: 14px;
    width: 4%;
}

.footer-in-content p {
    color: #262626;
    font-family: bookantiqua;
    font-size: 14px;
    padding-top: 13px;
}
.footer-text {
    width: 36%;
}	
	
	
}
@media screen and (min-width: 1001px) and (max-width: 1155px){
	
.header-top-right {
    padding-right: 2px;
    width: 54%;
}

.my-menu {
    padding: 15px 0;
    width: 59%;
}

.my-menu li {
    border-left: 1px solid #0cbbed;
    float: right;
    list-style: outside none none;
    width: 24%;
}

.menu-image {
    padding-right: 15px;
    padding-top: 14px;
    width: 4%;
}
.footer-in-content p {
    color: #262626;
    font-family: bookantiqua;
    font-size: 15px;
    padding-top: 13px;
}
.footer-text {
    width: 36%;
}	
	
	
}