/*

	Theme Name: Green Vistas Landing Page

	Theme URI: 

	Description: This css file is for light template layout alignments

	Version: 1.0

	Author: Responsive Experts

	Author URI: http://themeforest.net/user/responsiveexperts

	Tags:

	

	---------------------------

	MAIN TEMPLATE STYLES

	---------------------------

	

	TABLE OF CONTENTS

	---------------------------

	 01. Global Content Styles

	 02. Preloader Content Styles

     03. Header Content Styles

	 04. Main Content Styles

	 05. Media Query 

*/



/* ===================================================================================================== */

/* Fonts                                                                             */

/* ===================================================================================================== */



@font-face {

	font-family: 'FontAwesome';

	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');

	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');

	font-weight: normal;

	font-style: normal;

}





/* ===================================================================================================== */

/* 01. Global Content Styles                                                                             */

/* ===================================================================================================== */





html, body {

    font-family: 'Arsenal', sans-serif;

	height: 100%;

	width: 100%;

	line-height:25px;

	font-size: 21px;

	letter-spacing:0.30px;

	color: #000;

	background:#ffffff;

}

/* Link Styling */



a, a:hover, a:active, a:visited, a:link {

	outline: none;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-ms-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	text-decoration: none;

}



/* Headings */



h1 {

}

h2 {

}

h3 {

}

h4 {

    font-family: 'Arsenal', sans-serif;

    font-size: 24px;

    font-weight: 700;

    line-height: 1.4em;

    margin: 0;

    padding: 0;

    color: #c6161d;

    letter-spacing: 14px;

    text-transform: uppercase;

	position: relative;

	overflow: hidden;

}

.line-after:after {

    content: '';

    background: #c6161d;

    height: 2px;

    width: 100%;

    font-size: 20px;

    position: absolute;

    bottom: 7px;

}

h5 {

}

h6 {

}



p {

	padding:10px 0 15px 0;

	margin:0 0 0 0;

}

.container {

	width: 100%;

	max-width: 910px;

}



.img-full {

	width:100%;

}

.img-max-width {

	max-width:100%;

}









/* ===================================================================================================== */

/* 02. Banner Area Content Styles                                                                        */

/* ===================================================================================================== */



.banner-area img {

    width: 100%;

}



h6 {

    font-size: 24px;

    font-weight: 700;

}



.feature-blk {

    text-align: center;

}



section.features-sec {

    padding: 40px 0;

}

section.banner-area {

    max-width: 1366px;

    margin: 0 auto;

}



.img-left {

    width: 50%;

    float: left;

}



.img-left img {

    width: 100%;

}



.form-right {

    width: 50%;

    float: left;

    background-color: #e6e7e8;

    padding: 11px 12px;

}

.overview-content-rt {

    display: inline-block;

    width: 50%;

    vertical-align: top;

    padding-left: 10px;

    float: left;

    font-size: 22px;

}

.overview-content-rt ul li {

    border-bottom: 2px solid #e68f92;

	line-height: 1.5em;

    padding: 5px 0;

}



.overview-content-rt ul li span.li-title {

    display: inline-block;

    width: 30%;

    color: #2188c9;

    vertical-align: top;

    font-weight: 400;

    margin-right: 0;

    line-height: inherit;

}



.overview-content-rt ul li span.li-detail {

    display: inline-block;

    width: 70%;

    font-weight: 600;

    vertical-align: top;

    padding-left: 20px;

	line-height: inherit;

}



p.on-condition {

    font-size: 13px;

    font-style:  italic;

    line-height: 16px;

}



.overview-content-rt ul li:last-child {

    border-bottom:  none;

}



ul li {

    list-style: none;

}



ul {

    padding: 0;

    margin: 0;

}

.location-content-rt {

    display: inline-block;

    width: 50%;

    vertical-align: top;

    max-height: inherit !important;

    overflow: hidden;

}

.links-to-site {

    text-align: right;

	padding-top: 13px;

}



.links-to-site a {

    font-size: 28px;

    font-weight: 700;

    color: #fff;

    display: inline-table;

    line-height: 1.6em;

    padding: 0 20px;

}



.links-to-site a:nth-child(2) {

    background-color: #2188c9;

    margin-left: 5px;

}



.links-to-site a:nth-child(1) {

    background-color: #e41010;

}

section.loc-sec {

    padding-top: 20px;

}



section.gal-sec {

    padding: 20px 0 80px;

}

form .label {

    color: #000;

    font-weight: 300;

    width: 24%;

    display: inline-block;

    vertical-align: middle;

    padding: 0;

    text-align: left;

}



form input, form textarea {

    height: 42px;

    border: none !important;

    outline: none !important;

    width: 100%;

}



.wpcf7-form-control-wrap {

    display: inline-block;

    width: 76%;

    vertical-align: middle;

}



.contact-field {

    margin-bottom: 13px;

}



form textarea {

    height: 58px;

}



input.wpcf7-form-control.wpcf7-submit {

    width: auto;

    float: right;

    padding: 0 30px;

    display: table;

    height: inherit;

    line-height: 1.5em;

    background-color: #2188c9;

    color: #fff;

}

form p {

    padding: 0;

}

form h4 {

    margin-bottom: 7px;

}

span.wpcf7-not-valid-tip {

    display: none;

}



input.wpcf7-not-valid {

    border: 1px solid red !important;

}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    margin: 0;

    border: none;

    color: red;

    margin-left: 13%;

    padding-left: 0;

}

span.wpcf7-not-valid-tip {

    display: none;

}



input.wpcf7-not-valid {

    border: 1px solid red !important;

}

textarea.wpcf7-not-valid {

    border: 1px solid red !important;

}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    margin: 0;

    border: none;

    color: red;

    margin-left: 13%;

    padding-left: 0;

}



div.wpcf7-mail-sent-ok {

    color: #398f14;

    margin:  0;

    padding-left: 0;

    border: none;

    margin-left: 13%;

}

div.wpcf7 .ajax-loader {

	display: none;

}

section.gal-sec img {

    width: 100%;

}

iframe {

    width: 100%;

	height: 100%;

}

.gal-wrap {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

	overflow: hidden;

}
a.phone-fixed {
    display: block;
    position: fixed;
    left: -5px;
    bottom: 15%;
    background: rgba(228,16,16,1);
    background: -moz-linear-gradient(45deg, rgba(228,16,16,1) 0%, rgba(255,77,61,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,16,16,1)), color-stop(100%, rgba(255,77,61,1)));
    background: -webkit-linear-gradient(45deg, rgba(228,16,16,1) 0%, rgba(255,77,61,1) 100%);
    background: -o-linear-gradient(45deg, rgba(228,16,16,1) 0%, rgba(255,77,61,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(228,16,16,1) 0%, rgba(255,77,61,1) 100%);
    background: linear-gradient(45deg, rgba(228,16,16,1) 0%, rgba(255,77,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41010', endColorstr='#ff4d3d', GradientType=1 );
    color: #fff;
    z-index: 999;
    padding: 15px 37px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.15);
}

a.phone-fixed h1 {
    font-size: 1.2em;
    margin: 0;
}
a.phone-fixed img {
    width: 33px;
    margin-right: 15px;
    margin-top: -4px;
}

/* ===================================================================================================== */

/* 12. Footer Area Content Styles                                                                        */

/* ===================================================================================================== */









/* ===================================================================================================== */

/* 13. Media Query                                                                                       */

/* ===================================================================================================== */





@media (max-width: 1100px) {

	

}



@media (max-width: 991px) {

	

}



@media (max-width: 767px) {
a.phone-fixed {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 261px;
    padding: 13px;
    text-align: center;
}

a.phone-fixed h1 {
    font-size: 20px;
}

a.phone-fixed img {
    width: 26px;
}
.feature-blk img {

    width: 100%;

    max-width: 90px;

    margin: 0 auto;

}



h6 {

    font-size: 18px;

}



.feature-blk {

    margin-bottom: 25px;

}



.img-left {

    width: 100%;

}



.form-right {

    width: 100%;

}



html, body {

    font-size: 18px;

}



input.wpcf7-form-control.wpcf7-submit {

    line-height: 2em;

}



form input {

    height: 35px;

}



.overview-content-rt {

    width: 100%;

    font-size: inherit;

    padding-left: 0;

}



.location-content-rt {

    width: 100%;

    max-height: 380px !important;

}



.links-to-site a {

    font-size: inherit;

    line-height: 2em;

    display: table;

    margin: 0 auto !important;

}



.links-to-site a:nth-child(1) {

    margin-bottom: 10px !important;

}



section.gal-sec {

    padding: 20px 0 54px;

}



h4 {

    font-size: 21px;

    letter-spacing: 11px;

}



section.features-sec {

    padding: 40px 0 30px;

}

.gal-wrap {

    display: block !important;

}

}



@media (max-width: 479px) {

	

}



@media (max-width: 400px) {

	

}

