/*
	Cintron by icyNETS
	icynets.com | @icynets
	Free for personal and commercial use under the GNU General Public License (http://www.gnu.org/licenses/gpl-2.0.html).
	
*/

/*--navigation--*/

.collapse {
    *display: none;
}


/**
 Cintron Theme CSS
**/
.content-area input{
	margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #038764;
	*background:#333;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	padding: 7px 12px;
	outline: none;
	box-sizing: border-size;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
input[type="submit"]{
	display: inline-block;
	color: #fff;
	background-color: #038764;
	padding: .375rem 1rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}
input[type="submit"]:hover{
	color: #fff;
	background-color: #016248;
	border: 1px solid transparent;
}

.container{
	margin-top: 0!important;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.card{
	padding: 10px
}
.content-area{
	padding-top: 40px;
	overflow: hidden;
}
.header-top {
        padding: 30px 0;
		background:#fff;
}
.entry-meta li{
	display: inline-block;
}
.entry-meta ul{
	margin-left: 0;
	padding-left: 0;
}
/*--logo--*/
.site-branding {
  float: left;
}

.logo  a{
 
}
.logo span a {
    font-weight: 800;
    color: #fff;
    background: #038764;
    padding: 5px 10px;
}
.logo  a h1:hover{
 	text-decoration:none;
}
@media only screen and (max-width: 780px){
	.logo-image{
		margin-bottom: 15px;
	}
}
/*--logo--*/

.site-branding .site-description {
     padding-top: 20px;
}
.head-bottom {
    background: #038764;
}

/*--search--*/
.search-bar {
    float: right;
    width: 25%;
    margin: 0.2em 0;
}
.search-bar {
    position: relative;
    border: 2px solid #038764;
    padding: 0.5em 0;
    background: #fff;
}
.search-bar input[type="text"]{
	width: 80%;
	outline: none;
	padding: 0em 0.6em;
	font-size: 1em;
	color: #333333;
	position: relative;
	border: none;
}
.search-bar input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat 0px 2px #fff;
	border: none;
	height: 26px;
	width: 26px;
	display: inline-block;
	position: absolute;
	outline: none;
	cursor: pointer;
	top: 6px;
	right: 2px;
}
/*--search--*/

/*--social--*/
.social {
    float: right;
    *width: 26.33%;
    padding: 0.32em 10px;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
    display: inline-block;
    margin: 0;
}

.social i{
	text-shadow: 1px 3px #000;
}

/***/
.social a{
	height:38px;
	width: 38px;
	margin-left: 1px;
	color: #308FBA;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border-radius: 50%;
	font-size: 18px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.social a:hover{
	color: #FFF;
	background: #038764;
}
.social .facebook{ background: #47639E; color: #fff; }
.social .twitter{ background: #55ACEE; color: #fff; }
.social .gplus{ background: #DC483C; color: #fff; }
.social .youtube{ background: #D2232D; color: #fff; }
.social .instagram{ background: #9B5C3D; color: #fff; }
.social .rss{ background: #F7941D; color: #fff; }
/*--social--*/

/*--banner--*/
.banner{
	min-height: 500px;
	padding: 5em 0 ;
    text-align: center;
    margin-bottom: 20px;
}

.banner a {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    padding: 0.8em 2em;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.32);
}
.banner a:hover {
    border: 2px solid #464646;
    color: #fff;
    background: rgba(70, 70, 70, 0.67);
}
.banner h2 {
    font-size:2.5em;
    font-weight: 600;
    color: #fff;
}

.banner p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em auto 2em;
    width: 70%;
}

.page-header-banner{
	height:380px;
	line-height: 380px;
	background: transparent;
	overflow: hidden;
    -webkit-transition:all .3s ease;
    transition:all 0.3s ease ;
    -ms-transition-duration: 3s;
	-o-transition-duration: 3s;
	transition-duration: 3s;
	-webkit-box-shadow: inset 0px 0px 298px -151px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 298px -151px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 298px -151px rgba(0,0,0,1);
}

.page-header-banner  .inner-meta  {
   text-align: center;

}
.page-header-banner .header-banner-title{
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
}
.page-header-banner h1{
	font-size: 50px;
	font-weight: bold;
	color: #fff;	
	text-shadow: 2px 2px 8px #000;
}
@media only screen and (max-width:680px){
	.page-header-banner h1{
		font-size: 30px;
	}
}
/*--banner--*/

/*--Home Sections--*/
.services-section,
.latest-post-section,
.key-features-section{
	padding-bottom: 20px;
}
.text-quote-section{
	
}
.contact-us-section{
	background: url(../images/office.jpg) no-repeat 0px 0px;
	background-size:cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	*min-height: 350px;
}

.btn-readmore{
	background-color: #038764;
	color: #fff;
}
.btn-readmore:hover{
	color: #fff;
}
.service-heading-title,
.features-heading-title,
.latest-post-heading-title{
	text-align: center;
	padding: 30px;
}
.service-heading-title h1,
.features-heading-title h1,
.latest-post-heading-title h1 {
	*font-weight: bold;
	padding-bottom: 10px;
	
}

.text-quote-section,
.contact-us-section{
    text-align: center;
}
.text-quote-section h2,
.contact-us-section h2 {
    font-size:2.5em;
    font-weight: 600;
    color: #fff;
}

.text-quote-section p,
.contact-us-section p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em auto 2em;
    width: 70%;
}
.overlay{
	background: rgba(0, 0, 0, 0.4);
	padding: 5em 0;
}

/*--Sidebar--*/
.widget-area{
	margin-bottom: 10px;
	clear: both;
}
.widget-title{
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.widget-area ul,
.widget-area ol{
	margin: 0;
	padding:0;
	list-style: none;
}

.widget-area ul li {
	padding-bottom:10px;
}
.widget-area .widget-title{
	*font-size: 25px;
}
/*-- TagClouds--*/
.widget .tagcloud a{
	*word-break: break-all:
}
.widget .tagcloud a{
	display: inline-block;
	padding: 3px;
	margin:2px;
	background: #038764;
	color: #fff;
	font-size: 13px!important;
}
.widget .tagcloud a:hover{
	background: #ddd;
	color: #000;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	padding: 7px;
	*width:100%;
	outline:none;
}
.widget select:focus{
	*box-shadow: 0 0 5px #038764;
	*border: 1px solid #2096da;
}
/*Calendar*/
#wp-calendar caption {
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #038764;
	background: #ddd;
}
#wp-calendar thead {
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	color: #038764;
}
#wp-calendar #today a {
	color: #fff;
}

/*--BlockQuotes--*/
blockquote, 
.content-single q {
	background: #ddd;
	padding: 10px;
	margin: 20px;
	height: 100%;
	display: block;
	color: #000;
	border-left: 7px solid #027052;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
blockquote:before, 
.content-single q:before {
	content: "\f10e";
	font-family: FontAwesome;
	height: 30px;
	width: 30px;
	float: right;
	text-align: center;
	padding: 5px;
	margin-right: -23px;
	margin-top: -25px;
	font-size: 20px;
	background: #ddd;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/*--------------------------------------------------------------
	##	Pagination
--------------------------------------------------------------*/
.pagination{
	*margin-bottom: 20px;
	width: 100%;
}

.page-numbers,
.pagination  {
	clear: both;
	padding-top: 50px;
	border-radius: 10px;
}


.page-numbers a,
.pagination a{
	background: #038764;
	border: 2px solid transparent;
	color: #fff;
	padding: 10px 15px;
	min-width: 42px;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.page-numbers a,
.page-numbers .current,
.pagination a,
.pagination .current{
	display: inline-block;
}

.page-numbers a:hover,
.page-numbers .current,
.pagination a:hover,
.pagination .current{
	background: #fff;
	border: 2px solid #038764;
	color: #038764;
}

.page-numbers .current,
.pagination .current{
	padding: 10px 15px;
}

.page-numbers ul,
.pagination ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.page-numbers ul li,
.pagination ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.page-numbers li,
.pagination li {
	display: inline;
}

/**AUTHOR BOX**/
.postauthor {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.postauthor h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.author-box {

}
.author-box img {
	float: left;
	max-width:100px;
	height:auto;
}

.author-box-content {
	position: relative;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.postauthor .vcard {
	
}
.postauthor .vcard .fa {
	padding-right: 7px;
}

/**Post And Pages**/
.page-header{
	text-align: center;
}
.content-single .entry-content p{
	margin-bottom: 20px;
}

.content-single .fa,
.content-list .fa,
.content-single .entry-content a{
	color: #038764;
}
.content-single .entry-header{
	padding-top: 20px;
}
.content-single .entry-header .entry-title,
.content-list .entry-header .entry-title,
.home-latest .card-block .card-title{
	text-align: center;
}
.content-list .post-image{
	margin-bottom: 20px;
}
.post-image{
	overflow: hidden;
}
.content-list .post-image img,
.home-latest .post-image img{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.content-list .post-image img:hover,
.home-latest .post-image img:hover{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.content-single .entry-header .post-image{
	padding-top: 20px;
	padding-bottom: 10px;
}

.post-meta{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 2px dashed #ddd;
	border-bottom: 2px dashed #ddd;
	font-style: italic;
}
.content-single .entry-title{
	font-size:27px;
}
.content-single .entry-meta{
	*left: 10;
	
}
.home-latest .fa{
	color: #038764;
}
.home-latest .posted-on{
	font-style: italic;
}
.home-latest .time-divider{
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comment-content{
	*padding: 2px;
}
#comment-content h3{
	text-align: center;
	margin-bottom: 10px;
}
#comment-content h4{
	font-size:1.3em;
}
#comment-content h4 small{
	color: #52112F;
}
#comment-content ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
#comment-content ol li{
	background: rgba(23, 23, 24, 0.1);
	padding:10px;
	margin:10px 0;
	*border: 1px solid rgba(32, 150, 218, 0.10);
}
#comment-content ol li ol.children{
	padding:0;
	list-style: none;
	font-size: 0.96em;
}
#leave-comment{
	margin:40px 0 0;
	padding:20px 0 0;
	
}
.comment-content a {
	word-wrap: break-word;
}

#comment-content input,
#comment-content textarea{
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top{
	padding: 20px;
	background: #1A1C1E;
}
.footer-top .footer-column ul{
	margin-left: 0px;
}

.footer-top .widget-title{
	font-size:25px;
}
.footer-top .widget-area ul,
.footer-top .widget-area ol{
	margin: 0;
	padding:0;
	list-style: none;
}
.footer-bottom{
	padding: 10px 0;
	background: #038764;
	color: #fff;
}
.site-info a{
	color: #fff;
}
.site-info a:hover{
	*color: #016248;
}

/*-- responsive-design --*/
@media (max-width: 1024px){
.banner {
    padding: 8em 0 0;
}
.banner h2 {
    font-size: 2em;
}
.banner p {
    font-size: 1em;
}
.banner {
    min-height: 500px;
}
}
/*-- responsive-design --*/
@media (max-width: 966px){

	.search-bar {
	    *width: 23%;
	}
	.social {
	    *width: 36.33%;
	}
	.logo a h1 {
	    font-size: 1.8em;
	}
}
/*-- responsive-design --*/
@media (max-width: 768px){
	.banner {
	    min-height: 440px;
		padding:6em 0 0;
	}
}
/*-- responsive-design --*/
@media (max-width: 736px){
	.social {
	    width: 42.33%;
	}
	.logo a h1 {
	    font-size: 1.4em;
		margin-top:0.2em;
	}
	.banner {
	    min-height: 330px;
	    padding: 4em 0 0;
	}
	.banner h2 {
	    font-size: 1.7em;
	}
	.banner p {
	    font-size: 0.875em;
		width:100%;
	}
}
@media (max-width: 680px){

	.site-branding,
	.search-bar,
	.social,
	.logo {
	  float: none;
	  clear: both;
	}
	.social,
	.search-bar,
	.search-bar input[type="text"] {
	    width: 100%;
	}
	.logo,
	.social {
	    text-align: center;
	}
	.social {
	    margin-top: 1em;
	    padding: 0;
	}
	.logo a h1 {
		margin-top:0;
	    padding: 0.35em 0.5em;
	}
	.banner {
	    padding: 3em 0 0;
	}
}
@media (max-width: 414px){
	.container{
		padding-right: 10px;
		padding-left: 10px;
	}

	.banner h2 {
	    font-size: 1.2em;
	}
	.banner p {
	    font-size: 0.8em;
	    line-height: 1.4em;
	}
	.banner {
	    min-height:280px;
	}
	.banner a {
	    font-size: 0.9em;
	    padding: 0.5em 1em;
	}

}
@media (max-width: 384px){
	.logo a h1 {
	   font-size:1.2em;
	    padding: 0.55em 0.5em;
	}
	.search-bar {
	    margin: 0;
	}
}
