/*	Layout color
/*----------------------------------------------------*/
#layout-color{
  background-color: #eee;
}
.layout-blog2{
  background-color: #fff;
}
.lay-wid{
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
  border: 0;
}
#postblog{
  padding: 15px !important;
}
.pad{
  padding-left: 20px;
}
.pad2{
  padding: 0px 15px 15px 20px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*	FOOTER 1-3
/*----------------------------------------------------*/
.footer-l {
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-l .brand-img {
  width: 180px;
}

.footer-l .socialf {
  margin-top: 20px;
}

.footer-l .address-bold-line {
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.footer-l .address {
  color: #ffffff;
}

.footer-l .footer-text {
  border-top: #ecf0f1 1px solid;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
}

.footer-l .footer-text p {
  color: #ecf0f1;
}

.footer-l .footer-text a {
  color: #a7f9a2;
}

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}




/* =More-link
----------------------------------------------- */
.cat-links{
  margin-right: 10px;
}

.meta2{
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 10px;
  font-size: 15px;
}

.meta3{
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-title{
  font-family: times new roman;
  text-align: center;

}

  /* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
  }
  .bypostauthor {
  }
  #respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
  }
  #respond > p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
  }
  p.logged-in-as {
    padding-bottom: 0px;
  }
  .comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
  }
  .comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    padding-left: 116px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #E8E8E8;
    border-radius: 4px;
  }
  .comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #E8E8E8;
    background-repeat: no-repeat;
    background-position: left 20px;
  }
  .comment-list li.comment > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
  }
  #comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .vcard .avatar {
    position: absolute;
    left: 29px;
    top: 29px;
  }
  .comment-metadata {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .comment-reply-link {
    float: right;
  }
  .form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
  }
  .comment-respond label {
    display: block;
    font-weight: normal;
  }
  .comment-respond .required {
    color: #C7254E;
  }
  #submit{
      width: 100%;
      margin-left: 0px;
  }
  #submit:hover{
    width: 100%;
    margin-left: 0px;
    background-color: #649482;
    color:#eee;
}




  /*----------------------------------------------------------------------------------------------------------------------------------------------------------*/

  /*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.site-content .sidebar{
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}


.widget-title {
  border-bottom: 3px double #406f5d !important;
  color: #3E606F;
  text-align: center;
  padding-bottom: 10px;
}

/* Make sure select elements fit in widgets. */
.widget select, 
.widget-area input[type="search"] {
	width: 100%;
}

.widget_search label {
/*make search field fill 100% of space*/
  display: inline;
  margin-bottom: .5rem;
}
.widget-area .search-field {
    float: left;
    height: 40px;
    text-indent: 10px;
    *color: #919191;
    background: #eee;
    border: 0;
    border-radius: 3px;
    outline: 0;
    width: 100%;
}



/* =Widgets
----------------------------------------------- */

.widget-area .widget ul {
  padding:0;
  margin-bottom:0;
  list-style:none
  background-color: #fff;
 }
 .widget-area .widget ul li {
  border-bottom:1px solid rgba(0,0,0,0.125)
 }
 .widget-area .widget ul li a {
  text-decoration:none
 }
 .widget-area .widget ul li:last-child {
  border-bottom:0
 }
 .widget-area .widget ul li:hover {
  
  background-color: rgba(0, 0, 0, 0.05);
}
/*background-color:#f8f9fa;*/
 }

.widget {
  margin: 0 0 1.5em;
  background-color: #fff;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #c5d6d0;
  position: relative;
  display: block;
  padding: 10px;
}
.widget ul li {
  list-style: none;

}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
  font-family: times new roman;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 6px 0 0 10px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px;
  text-shadow: 2px 2px 4px #ddd;
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #1FA67A;
  margin-left: 5px;
}

.wdg {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
}

.wdg .entry-img {
	background-color: #F4F4F4;
}
.col{
  background-color: #fff;
}

/* =Post styling
----------------------------------------------- */

#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #1FA67A;
}
.entry-meta span {
  margin-right: 5px;
}
.entry-title {
  font-size: 25px;
  color: #444;
  font-family: times new roman;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}

.entry-meta2{
  margin-bottom: 5px;
  margin-left: 15px;
}

.entry-meta2 a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta2 a {
  color: #6B6B6B;
}
.entry-meta2 .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #1FA67A;
}
.entry-meta2 span {
  margin-right: 5px;
}
.entry-title2 {
  margin-left: 15px;
  font-size: 25px;
  color: #444;
  font-family: times new roman;
}
.entry-title2 a {
  color: #444;
}
.entry-title2 a:hover {
  color: #666;
}
.top-section{
  margin-bottom: 40px;
}
.shad{
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
  border: 0;
}


/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #1FA67A;
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 20px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #1FA67A;
}
.cfa-button:hover a {
    color: #1FA67A;
}
/* Layout */
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}

@media (min-width: 992px) {
	.side-pull-left #primary{
		float: left;
	}
	.side-pull-right #primary{
		float: right;
	}
}

/* Recent Post widgets */
.popular-posts-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin: 0px 0px 20px 5px;
}

.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}

.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}

.widget .post-content > span {
  display: block;
}

#secondary .widget .post-content a {
  color: #90323B;
  text-shadow: 2px 2px 4px #ddd;
}

#secondary .widget .post-content a:hover {
  color: #BF2C3A;

}

.widget .post-content span {
  font-size: 14px;
}

.tagcloud {
  margin: 25px 15px 15px 10px;
}

.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF !important;
  background-color: #C29D9D;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px !important;
}

.tagcloud a:hover {
  background-color: #DA4453;
  border-color: #DA4453;
}

/* Top */
.scroll-to-top {
  background: rgba(30, 140, 158, 0.4);
  color: #eee;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: rgba(24, 99, 110, 0.7)!important;
}


/*======================================*/


/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
  display: block;
  text-align: center;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #eee;
  background-color: #649482;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  background-color: #fff;
}
[class*="navigation"] .nav-next {
	float: right;
  text-align: right;
  background-color: #fff;
}
.navbar.navbar-default {
  background-color: #406f5d;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #406f5d;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Times New Roman;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
  font-family: Times New Roman;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

.brand-img {
  width: auto;
  height: 100px;
}

/* Blog
----------------------------------------------- */
.layout-content-t{
  margin-left: 20px;
}
.layout-content{
  padding: 0px 15px 15px 20px;
}
.layout-content-com{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
#search-2{
  background-color: #eee !important;
  box-shadow: none;
}
.pads{
   padding: 30px 0 15px 20px;
}
/*===================================================================================*/
/*	SOCIAL ICONS
/*===================================================================================*/
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}

.social li {
  display: inline-block;
  margin-right: 6px;
}

.social li a {
  display: table;
  position: relative;
}

.social li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  font-size: 18px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.social-light li a i {
  color: #215886;
}

.social-dark li a i {
  color: #666666;
}

.social li a i:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.social li a:hover i {
  color: #f0f0f0;
}

.social li a:hover i:after {
  height: 100%;
}

.social a .fa-youtube-play:after {
  background: #e05043;
}

.social a .fa-facebook:after {
  background: #3b5998;
}

.social a .fa-google-plus:after {
  background: #dd4b39;
}

.social a .fa-twitter:after {
  background: #00aced;
}

.social a .fa-pinterest:after {
  background: #CB2027;
}

.social a .fa-behance:after {
  background: #1769FF;
}

.social a .fa-dribbble:after {
  background: #EA4C89;
}

.social a .fa-instagram:after {
  background: #cc007b;
}

.social a .fa-tumblr:after {
  background: #32506d;
}

/*===================================================================================*/
/*	SOCIAL ICONS Footer
/*===================================================================================*/
.socialf {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 100;
}

.socialf li {
  display: inline-block;
  margin-right: 6px;
}

.socialf li a {
  display: table;
  position: relative;
}

.socialf li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  font-size: 18px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.social-lightf li a i {
  color: #c4cfd8;
}

.social-darkf li a i {
  color: #666666;
}

.socialf li a i:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.socialf li a:hover i {
  color: #f0f0f0;
}

.socialf li a:hover i:after {
  height: 100%;
}

.socialf a .fa-youtube-play:after {
  background: #e05043;
}

.socialf a .fa-facebook:after {
  background: #3b5998;
}

.socialf a .fa-google-plus:after {
  background: #dd4b39;
}

.socialf a .fa-twitter:after {
  background: #00aced;
}

.socialf a .fa-pinterest:after {
  background: #CB2027;
}

.socialf a .fa-behance:after {
  background: #1769FF;
}

.socialf a .fa-dribbble:after {
  background: #EA4C89;
}

.socialf a .fa-instagram:after {
  background: #cc007b;
}

.socialf a .fa-tumblr:after {
  background: #32506d;
}

/* CONTENT BLOCK HOLDERS */
.content-block {
  width: 100%;
  padding: 60px 0 60px 0;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}

.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: #406f5d;

}
/* LINKS */
a {
  color: #337ab7;
}

a:hover {
  color: #16a085;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*===========================================*/




