/*
Theme Name: Galicia Green General Contractor
Theme URI: http://www.galiciagreengeneralcontractor.com/
Author: EACanales
Author URI: http://topfloormarketing.net/
Description: 
Version: 1.0
*/


/*******************************
** TYPOGRAPHY ******************
*******************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Dosis);

/*******************************
**** MEDIA QUERIES *************
*******************************/
.page {
    padding-bottom: 40px;
}
body{
	background: #f5f5f5;
	max-width: 1440px;
	margin:auto;
}
.wrapper{
	padding-top: 0px;
	position: relative;
}

/*******************************
**** HEADER ********************
*******************************/
#top-header{
	background: #2c660f;
	padding:10px 0;
}
#top-header a{
	color: #fff;
	font-size: 16px;
}
#top-header a:hover{
	color: #333;
	text-decoration: none;
}
#top-header .right a{
	margin-right: 10px;
}
header{
	background: #f5f5f5;
}
.logo-img{
	width:100%;
}
.right{
	text-align: right;
	position: relative;
}
.left-menu{font-size: 22px;}
@media(max-width: 1007px){
	.left{
		text-align: center;
	}
	.right{
		text-align: center;
		position: relative;
		margin: 5px 0;
	}
}
header .col-md-12{background: #fff;}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color:#fff;
}
.navbar-nav {
    list-style: none;
    text-align: center;
    float:right;
}

.navbar-nav li{
    text-align: center;
     float:left;
}

.current-menu-item a{
	background: #f5f5f5;
	color:#000 !important;
}
.navbar-nav li a{
	color:#000;
	font-size: 20px;
	-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}
.navbar-nav li a:hover{
	background: #f5f5f5;
	color:#000 !important;
}
.navbar-nav ul.sub-menu{
    display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 43px;
	left: 0px;
	background: #fff;
	z-index: 99999999;
}
/* display second level menu on hover */
.navbar-nav li:hover > ul{ display: block;}
 
.navbar-nav ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
 
.navbar-nav ul li a {font-size:15px;
font-weight:normal;
display:block;
color:#000;
border-left:3px solid #ffffff;
background:#fff;
padding: 10px;
z-index: 999999;
}
 
.navbar-nav ul li a:hover, .navbar-nav ul li:hover > a{
background:#f5f5f5;
color:#000;
z-index: 999999;
text-decoration: none;
}
@media (max-width: 780px){
	header{
		padding-bottom: 0px;
	}
}
@media (max-width: 767px){
	.navbar-nav {
		list-style: none;
	    text-align: left;
	    float: left;
		left:0%;
		 margin:0 auto;
		 padding:0;
		 position:relative;
		 width: 100%;
	}
	.navbar-nav li{
	     text-align: left;
	     float:left;
		 position:relative;
		 right:0%;
		 width: 100%;
		 display:block;
	}
	.navbar-nav li a{
		display: block;
	    float: none;
	    color: #333;
	    padding: 15px 15px;
	    border: 0;
	    outline: 0;
	    list-style-type: none;
	    font-size: 14px;
	    font-weight: bold;
	    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36);

	}

	.navbar-nav ul.sub-menu{
	    display: block;
		margin: 0;
		padding-left: 20px;
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		background: transparent;
		overflow: hidden;
	}
}
/*******************************
**** slider ***************
*******************************/
.bg-white{background: #fff;}
.carousel-indicators .active {
    background-color: #2c660f;
}
.carousel-caption h2,.carousel-caption p{
	background: rgba(44,102,15,0.6);
	padding: 5px;
}
.carousel-caption h2{
	font-size: 50px;
	font-family: 'Dosis', sans-serif;
}
.carousel-caption p{
	font-size: 24px;
	line-height: 30px;
}
/*******************************
**** Services Home Section ***************
*******************************/
#services{
	background: #f5f5f5;
    width: 100%;
    position: relative;
    padding: 30px 0 0 0;
    margin: 0;
}
#services h2{
	font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
	color: #50b443;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	text-align: center;
}
#services h3{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
	color: #000;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	text-align: center;
}
#services img.img-circle{
	border: 3px solid #2c660f;
}
#services a:hover{text-decoration: none;}
#services a:hover h3{color: #50b443;}
#services a:hover img{opacity: 0.6;}
/*******************************
**** About Us Home Section ***************
*******************************/
#about{
	background: #f5f5f5;
    width: 100%;
    position: relative;
    padding: 30px 0 0 0;
    margin: 0;
    color: #8f8f8f;
}
#about h2{
	font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
	color: #50b443;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	text-align: center;
}
.img-rounded {
    border-radius: 10px;
}
#about p{color: #333;font-size: 18px;line-height: 23px;}

/*******************************
**** Photos Home Section ***************
*******************************/
#photos{
	background: #f5f5f5;
    width: 100%;
    position: relative;
    padding: 30px 0 35px 0;
    margin: 0;
    color: #8f8f8f;
}
#photos h2{
	font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
	color: #50b443;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	text-align: center;
}
#photos p{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
	color: #333;
}
#photos a{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
	color: #333;
}
#photos a:hover{
	text-decoration: none;
	color: #50b443;
}
.btn{margin-top: 10px;}
.btn-info {
    background-color: #2c660f;
    color: #fff !important;
}
.btn-info:hover {
    background-color: #000;
    color: #fff !important;
}
p{font-size: 16px;line-height: 20px;}
.margin-bottom{
	margin-bottom: 20px;
}
@media(max-width: 700px){
	.welcome-title,#about h2,#character h2{
	font-size: 30px;
	}
	.welcome-text{
		font-size: 16px;

	}
}
/*******************************
**** Find us Section ***************
*******************************/
#find-us{
	background: #f5f5f5;
    width: 100%;
    position: relative;
    padding: 30px 0 60px 0;
    margin: 0;
    color: #8f8f8f;
}
#find-us h2{
	font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
	color: #50b443;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	text-align: center;
}
/*******************************
**** Page ***************
*******************************/
/* page */
.page-title h2{
	font-size: 36px;
	color: #fff;
	padding-top: 10px;
	font-family: 'Dosis', sans-serif;
}
@media(max-width: 1000px){
	.page-title{margin:0;}
	.page-title h2{
		font-size: 30px;
		color: #e5ad13;
	}
}

#page{padding-bottom: 30px;padding-top: 50px;}
#page img{box-shadow:none;margin-bottom: 30px;}
#page a{color: #0a1a61;}
.about-img{box-shadow: none !important;margin-bottom: 20px;}
#page h2,#page h3{
	color:#50b443;
}
#page .title{font-size: 30px;}
#page ul{margin-bottom: 50px;}
#page ul li,#page ol li{font-size: 16px;margin-bottom: 5px;}

.page-content{margin-bottom: 30px;}
#page ul.specials-list li{font-size: 20px;}
/*******************************
**** SIDEBAR ********************
*******************************/
#sidebar{
	padding: 10px; 
	background: #fff;
	border-radius: 10px;
}
#sidebar .title_widget{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000; 
	color:#50b443;
}
#sidebar p{color:#000;}

/* contact form page */
.info-contact p{font-size: 22px;line-height: 30px;}
.contact-map{width: 100%;height: 250px;}
.btn-primary{background: #000;}
/*******************************
**** FOOTER ********************
*******************************/
footer{
  background: #7dbd48;
  padding: 50px 0 40px 0;
}
footer .widget{
  margin-bottom: 20px;
  padding: 20px;
}
footer .widget .title_widget{
  font-size: 1.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
   color: #000;
}
.left-image{
	float: left;
	padding: 0 10px 10px 0;
}
footer .footer-map{width: 100%;height: 200px;}
footer .widget .title_widget + div{}
footer h3{color:#000;font-size: 20px;}
footer p{margin-bottom:10px;font-size: 16px;color: #fff;}
footer a{color:#fff;font-size: 16px;}
footer a:hover{color:#000;}
footer #menu-main-1{
	list-style: square;
}
footer #menu-main-1 .current-menu-item a{
	background: transparent;
}
#copy{
  background: #2c660f;
  padding: 20px 0;
}
#copy a{
  color: #ceb549;
  margin: 0;
}
#copy p{
  color: #fff;
  margin: 0;
  text-align: center;
}
#back-top-wrapper{
	position: fixed;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 99;
}

#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a {
	width:auto;
	height:auto;
}
#back-top-wrapper p#back-top a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#e2a212;
}
#back-top-wrapper p#back-top a:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:39px;
	font-family:FontAwesome;
	font-size:39px;
	color:#000;
	content:'\f077';
}
#back-top-wrapper p#back-top a span { display:none; }
#back-top-wrapper p#back-top a:hover { text-decoration: none; }
.visible-desktop {
    display: inherit !important;
}
.contact-info{background: #448eb8;text-align: center;padding: 100px 0;border:3px solid #000;}
.contact-info p{font-size: 30px !important;}
.contact-info  p a{font-size: 20px !important;color: #fff !important;}
.contact-image{box-shadow: 5px 5px #448eb8 !important;}
.portfolio-img{opacity: 1;}
.portfolio-img:hover{opacity: 0.6;}
.white{color: white !important;}