/*
Theme Name: Tu Tam Hoa Tam
Theme URI: https://moldothuy.com
Author: Mol Do
Author URI: https://moldothuy.com


*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url(http://weloveiconfonts.com/api/?family=entypo);


/* =Global
----------------------------------------------- */
.blockcont {
	margin-top: 50px;
	display: block;
	width: 1px
}
html{
 height:100%;
 min-height:100%;
 }
body{
 min-height:100%;
 }

body {
  color: #3d4438;
  /*background: #f9f7f2 url('images/bg2.jpg') no-repeat top center;*/
  background: #f9f7f2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-attachment: fixed;
  word-wrap: break-word;
  font-family: 'Montserrat', Arial;
	font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
}

a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
a:hover,
a:focus {
  color: #607d47;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.single .entry-content a{
    color: #607d47;
}
.single .entry-content a:hover{
    background: #607d47;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #696969;
  font-weight: 400;
  /*font-family: 'Montserrat', sans-serif;*/
  margin: 30px 0;
}

.container {
  max-width: 1090px;

  margin: 0 auto;
  position: relative;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

p {
  margin: 15px 0;
}

* > p:first-child {
  margin-top: 0;
}

* > p:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  border: 0;
  padding: 0 0 0 50px;
  font-style: italic;
  line-height: 1.6;
}
blockquote:before {
  content: "\201D";
  color: #607d47;
  font-size: 80px;
  position: absolute;
  left: 5px;
  top: 0;
  line-height: 1;
}
blockquote p {
  margin: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
	.videologo {
		display: none;
	}
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
	.imglogo {
		display: none;
	}
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery: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,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.single article.post {
  margin-bottom: 50px;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 20px 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {
  margin-top: 105px;
  margin-bottom: 40px;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}



/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
}
.entry-meta {
  margin-bottom: 20px;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
  margin-bottom: 30px;
}
.page .entry-title {
  margin-bottom: 30px;
}
.entry-title a {
  color: #444;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
	border-bottom: 1px solid #F2F2F2;

}
.post-inner-content {
  /*border-bottom: 1px solid #dedede;*/
  padding: 50px 0;
}
.archive .post-inner-content {
  margin-bottom: 50px;
}
.page .post-inner-content {
  border: 0;
        padding: 0;
}
article.post:first-child .post-inner-content {
    padding-top: 0;
}
.entry-header {
  text-align: center;
}
.entry-title {
  /*font-family: "Lora", serif;*/
  font-family: Montserrat, serif;
  font-size: 34px;
  line-height: 1;
  /*font-style: italic;*/
  margin-top: 0;
  margin-bottom: 15px;
}
.entry-footer {
  margin-top: 20px;
  text-align: center;
}
.entry-footer > *,
.entry-footer a {
  color: #696969;
  margin: 0 6px;
}
.more-link,
.says {
  display: none;
}
.read-more {
  text-align: center;
}
.read-more a {
  border-left: 2px solid #696969;
  border-right: 2px solid #696969;
  color: #696969;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
.comment-author .fn {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-style: normal;
}
.cat-title {
  border-bottom: 1px solid #dedede;
  margin: -30px 0 50px 0;
  padding-bottom: 20px;
  text-align: center;
}
.cat-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-title ul li {
  display: inline;
}
.cat-title a {
  color: #8e6193;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
article.post .post-categories, .post-inner-content .cat-item {
  position: relative;
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
  list-style: none;
}
article.post .post-categories:after,
.post-inner-content .cat-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  background: #607d47;
}
article.post .post-categories a, .post-inner-content .cat-item a{
  color: #696969;
  /*font-family: 'Montserrat', sans-serif;*/
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
article.post {
  width: 100%;
  margin: 0;
  /*padding-right: 10px;*/
}
article.grid {
  padding: 0;
  width: 325px;
}
article.grid .post-inner-content {
  border: 0;
  padding-bottom: 0;
}
article.grid iframe {
  max-width: 325px;
  max-height: 164px;
  width: 100%;
}
/* Masonary style */
@media (min-width: 768px) {
    .article-container{
        overflow: hidden;
    }
    .blog.home article.post {
        width: 50%;
        margin: 0;
        padding-right: 10px;
        display: inline-block;
        float: left;
    }
    .blog.home article.post .read-more, .blog.home article.post .entry-footer{
        display: none;
    }
    .blog.home article.post .post-inner-content{
        border: 0;
        padding: 0 0 30px;
    }
    .blog.home .page-1 article.post:first-child, .blog.home .page-1 article.post:nth-child(2) {
        width: 100%;
        padding: 0!important;
    }
    .blog.home .page-1 article.post:first-child .post-inner-content, .blog.home .page-1 article.post:nth-child(2) .post-inner-content{
        border-bottom: 1px solid #dedede;
    }
    .blog.home .page-1 article.post:first-child .post-inner-content{
        padding: 0 0 50px;
    }
    .blog.home .page-1 article.post:nth-child(2) .post-inner-content{
        padding: 50px 0;
        margin-bottom: 30px;
    }
    .blog.home .page-1 article.post:first-child .read-more, .blog.home .page-1 article.post:nth-child(2) .read-more,
    .blog.home .page-1 article.post:first-child .entry-footer, .blog.home .page-1 article.post:nth-child(2) .entry-footer{
        display: block;
    }
    .blog.home article.post:nth-child(odd){
        clear: left;
        padding-right: 25px;
    }
    .blog.home article.post:nth-child(even){
        padding-left: 25px;
    }
}
.site-main {
  max-width: 100%;
}

@media (max-width: 767px) {
  .site-main {
    width: 100% !important;
  }
  .post-inner-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #secondary {
    padding: 30px 15px 0!important;
  }
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #607d47;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: #f2f2f2;
  border: none;
  color: #696962;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #607d47;
  border: none;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #607d47;
}
.pagination li:hover a {
  color: #607d47;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #607d47;
  border-color: #607d47;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.thumbnail .caption {
  color: #696969;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}

#secondary .widget {
  margin-bottom: 50px;
  overflow: hidden;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #636467;
  font-weight: bold;
}
#secondary .widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#secondary .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background: #607d47;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}
@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}
ul#menu-social-items,
#secondary .widget .social-icons {
  margin-bottom: 0;
}
/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.recent-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.recent-posts-wrapper .post .post-image {
  width: 80px;
  height: 80px;
  float: left;
  display: block;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.recent-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.recent-posts-wrapper .post .post-content {
  margin-left: 100px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  font-style: italic;
  font-size: 16px;
}
#secondary .widget .post-content a:hover {

}
.widget .post-content span {
    font-size: 12px;
}
.tagcloud:before{
	content: "\f02c";
    font-family: "FontAwesome";
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 0 3px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  /*background-color: #f2f2f2;*/
  letter-spacing: 1px;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 10px !important;
  text-transform: uppercase;
}
/*.tagcloud a:hover {
  color: #ffffff!important;
  background-color: #607d47;
  border-color: #607d47;
}*/
#instafeed {
  margin: -5px;
}
#instafeed a {
  float: left;
  margin: 5px;
  height: 80px;
  width: 80px;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default,
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, .btn.btn-default, button,
.input-group-btn:last-child>.btn,
input[type=submit] {
    background: #f2f2f2;
    border-color: transparent;
    color: #696969;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, button:hover,
.input-group-btn:last-child>.btn:hover,
input[type=submit]:hover {
  background-color: #607d47;
  border-color: transparent;
  color: #fff;
}
.input-group-btn:last-child>.btn {
  font-size: 12px;
  opacity: 1;
  padding: 8px 20px;
  line-height: 16px;
}
#subscription-toggle {
    float: right;
}
.bt,.bt:active, .bt:visited {
	color:#607d47;
	border: 1px solid #607d47;
	padding: 10px 30px;
	border-radius: 20px;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
}
.bt:hover,.bt:focus {
	background: #607d47;
	color: #fff;
}
.bt .icon {
	with: 20px;
	height: 20px;
}
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  width: 100%;
  text-align: center;
  line-height: 20px;
}
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce button.button,
input[type=submit] {
  padding: 0 80px;
  text-align: center;
  line-height: 35px;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #607d47;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #607d47;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
#logo {
  /*padding: 50px 0 45px 0;
  text-align: center;*/
  float: left;
  padding: 5px 0;

}

#logo img{
	max-width: 120px;
	height: auto;
}
#line {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.tagline {
  color: #1c202a;
  /*font-family: 'Montserrat', sans-serif;*/
  margin-top: 10px;
  letter-spacing: 1px;
}
.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;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

button, html input[type=button],
input[type=reset],
input[type=submit],
.comment-form #submit {
  -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
        transition: all 0.5s;
}

article.post .post-categories a:hover,
.entry-title a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.read-more a:hover,
.flex-caption .post-categories a:hover,
.flex-caption .read-more a:hover,
.flex-caption h2:hover,
.comment-meta.commentmetadata a:hover,
.post-inner-content .cat-item a:hover  {
  color: #607d47;
}

button, html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.comment-form #submit:hover  {
  background: #607d47;
  color: #fff;
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.paging-navigation a {
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-navigation a:hover,
.paging-navigation a:hover {
  text-decoration: none;
}
.paging-navigation {
  margin-top: 1.5em;
  text-transform: uppercase;
}
.post-navigation .nav-previous,
.paging-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next,
.paging-navigation .nav-next  {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
.nav>li>a {
  text-transform: uppercase;
}
.navbar.navbar-default {
  background: #ffffff /*#cadec6 url('images/bg.png')*/;
  /*font-family: 'Montserrat', sans-serif;*/
  margin-bottom: 0;
  font-weight: 400;
  min-height: auto;
  padding: 0;
   box-shadow: 0 0 2px #e3e3e3;
}
.navbar-default .navbar-nav > li > a {
  color: #1c202a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
padding: 20px 0;
/*margin-right: 25px;*/
margin-left: 25px;
line-height: 2.6;
letter-spacing: 1px;
}

.navbar-brand {
    display: inline-block;
    float: none;
    color: #DADADA;
    font-size: 30px;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  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 {
  color: #607d47;

}

.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 {
  background-color: transparent;
}
.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: #607d47;
}
.navbar-collapse {
  /*float: left;*/
  float: right;
  padding: 0;
}
.nav-search {
  /*float: right;*/
  float: left;
  padding: 18px 0;
}
.nav-search input {
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #607d47;
  }
  .navbar-collapse {
    /*background: #ffffff;
    float: none;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 15px;
	z-index: 999; */
    width: 100% !important;
	border: 0;

  }
  .navbar-nav {
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a{
	  margin-left: 0;
  }
}
.dropdown-menu {
  box-shadow: none;
  border: 1px solid #eeeeee !important;
  font-size: 13px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #607d47;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.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: 10px 15px;
  color: #636467;
  border-bottom: 1px solid #eeeeee;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #607d47;
  color: #fff;
}
.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 {
  /*float: left;*/
  float: right;
  margin-top: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  /*float: left;*/
  float: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-header {
    /*float: left;*/
  float: right;
  }
  .navbar-toggle {
    border: 0;
    border-radius: 0;
    margin: 0;
  }
}

/* =Featured Posts
----------------------------------------------- */

.flexslider {
  background-color: #f5f5f5;
}

.flexslider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-caption h2 {
  -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
}

/* =Comments
----------------------------------------------- */

.comment-content {
  margin-top: 10px;
}
.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-list li .comment-body {
  position: relative;
}
.comment-list li .comment-body:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 40px;
  background: #607d47;
  margin-left: -20px;
}
.comment-list > li:last-child .comment-body:after {
  content: none;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  min-height: 100px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comments-title,
.comment-reply-title {
  font-size: 12px;
  margin: 0 0 50px 0;
  padding-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.comment-author.vcard {
  font-size: 12px;
  margin-bottom: 10px;
}
.vcard .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-metadata {
  display: none;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  background: #f2f2f2;
  border-radius: 2px;
  color: #000000;
  font-size: 10px;
  margin-left: 20px;
  display: inline-block;
  padding: 4px 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.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 {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-form input[type="text"] {
  border: 1px solid #eeeeee;
  border-radius: 0;
  height: 35px;
  margin-bottom: 30px;
  padding: 0 10px;
  width: 100%;
}
.comment-form textarea {
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 30px;
  min-height: 100px;
}
.comment-form #submit {
  height: 35px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  padding: 0 80px;
  text-transform: uppercase;
}
.comment-form .form-submit {
  margin: 0;
}

.comment-meta.commentmetadata a {
  color: #999;
  font-style: italic;
}

@media(max-width:767px){
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #607d47;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #fff;
  color: #999;
  border-top: 1px solid #efefef;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
.copyright,
.copyright a {
  color: #696969;
}
#colophon {
  padding: 20px 0;
  text-align: center;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #607d47;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #607d47;
  color: #FFF;
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #fff;
  color: #607d47;
}

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}



/* =Elements when no javaScript is present
----------------------------------------------- */
.widget_rss ul,
.postform,
table#wp-calendar {
  display: none;
}
.no-js .widget_rss ul,
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}


/* Woocommerce */
.woocommerce .woocommerce-info {
    border-top-color: #607d47;
}
.woocommerce .woocommerce-info:before {
    color: #607d47;
}

/* Layout */

.has-sidebar-left #secondary {
  padding-right: 40px;
}
.no-sidebar {
    float: none;
    margin: 0 auto;
}
.full-width {
  width: 100%;
}


/*LOADING*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	display: none;
}

.page-template-homepage #loader-wrapper{
	display: block;
}

@-webkit-keyframes sprite {
    from { background-position: 0px; }
    to { background-position: -400%; }
}

@-moz-keyframes sprite {
    from { background-position: 0px; }
    to { background-position: -400%; }
}

@keyframes sprite {
    from { background-position: 0px; }
    to { background-position: -400%; }
}


.alm-btn-wrap button, #load-more, .ajax-load-more-wrap.infinite.fading-circles button.alm-load-more-btn, #jqlb_spinner {
    width: 80px !important;
    height: 80px !important;
	background-image: url("images/loader.png") !important;
	background-size:100% !important;
	-webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
	background-position: left center !important;
    background-repeat: none !important;


}

 #jqlb_spinner {
	 position: relative;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
 }
.ajax-load-more-wrap.infinite button.alm-load-more-btn.done{
	display: none;
}
#loader{
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    z-index: 1001;

background-image: url("images/loader.png") !important;
background-size:100% !important;
-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
background-position: lcenter !important;
	background-repeat: none !important;
}


    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #f9f7f2;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

	.loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }



/*HOMEPAGE*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.sectionpoint{
	position: relative;
	top: -65px;
}

.content{
	margin-top: 30px;
}
.header {
	/*margin-bottom: 1.5em;
	position: relative;
	background: #cadec6 url('images/bg.png') /* #d5d9b1 url('images/bglight.png');
	padding: 5px 0;*/
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;


}


.header .container {
	z-index: 11;
}


.hideme{
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.doanim.hideme{
	opacity:1;
	filter: alpha(opacity=100);
}


.leftside, .rightside {
width: 45%;
margin: 5% 5% 5% 0;
padding: 0;
box-sizing:border-box;
float: left;
min-height: 100%;
}

.rightside{
	float: right;
	margin: 5% 0 5% 5%;
}

.leftside img, .rightside img{
	max-width: 100%;
	height: auto
}

.homesection{
	position: relative;
}

.bg1{
	background: #eeefc6;
}
.bg2{
	background: #fdfae7;
}

.bg3 {
background: #fdfae7; /* Old browsers */
background: -moz-linear-gradient(top,  #eeefc6 0%, #eeefc6 50%, #fdfae7 50%, #fdfae7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeefc6 0%,#eeefc6 50%,#fdfae7 50%,#fdfae7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeefc6 0%,#eeefc6 50%,#fdfae7 50%,#fdfae7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefc6', endColorstr='#fdfae7',GradientType=0 ); /* IE6-9 */
}
.bgleft {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bgright {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;

}

.bigtitle{
	color: #607d47;
	font-size: 65px;
	line-height: 60px;
	 font-weight: normal;

	margin: 0;
	margin-bottom: 15px;
	font-family: "Arsenal";
	font-weight: 400;
	font-style: normal;

}

.bigtitle .light{
	font-family:  Montserrat, Arial;
	font-size: 0.6em;
	text-transform: uppercase;
	margin-left: 10px;
}

.bigtext{
	color: #607d47;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	margin-bottom: 15px;
}

#aboutdetail .bigtext, .hellotext{
	margin-left: 35px;
}

.notecatch{
	  margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    margin-left: -70px;
    margin-top: 5%;
    top: 160px;
    left: 0;
	z-index: 2;

}
video {
	background: transparent !important
}
.notecatch a, .notecatch a:active, .notecatch a:visited{
	color: #ceac68;
}

.notecatch a:hover{
	color: #607d47;
}
.notecatch a:after{
	content:"\f054";
	font-family: 'FontAwesome';
	font-size: 20px;
	margin-left: 6px;
}
.note .green {
	color: #607d47
}
.poem {
	font-style: italic;
	display: block;
	position: relative;
	padding-left: 30px;
}
.poem:before {
	content: "\201A";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1.5em;

}
@media (min-width: 768px) {
	.drcitem {
		display: flex;
	align-items: flex-start;
	}
	.drcitem > div {
	  align-self: center;
	}
}
.note, a.note{
	margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
	color: #ceac68;
}
.borderbox {
	border: 2px solid #c4712f;
	border-radius: 30px;
	padding: 20px;
	font-weight: bold;
 color:#c4712f;
}
a.note:hover{
	color: #607d47;
}

.a.note{
}


.page-template-homepage .main-content-area, .post-type-archive-portfolio  .main-content-area, .tax-portfoliotype .main-content-area, .single-portfolio .main-content-area, .page-template-drc .main-content-area{
	display: none;
}
.page-template-homepage .container{
	width: 65%;
}
.welcome{
	background: #35411b;
	text-align: center;
	position: relative;
}

.welcome h1{
	position: absolute;
	top: 50%;
	margin-top: -248px;
	width: 100%;
	text-align: center;
	z-index: 11;

  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;

}


.welcome h1 img{
	width: 300px;
	max-width: 70%;
	height: auto;

}

.corner{
  background-size: contain !important;
  position: absolute;
  /*-ms-transform: -ms-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transform: transform 1s;*/
  -webkit-transform: all 1s ease-in-out;
  -moz-transform: all 1s ease-in-out;
  -ms-transform: all 1s ease-in-out;
  -o-transform: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: fixed;
  pointer-events: none;
  z-index: 11;
  height: 100%;
  width: 50%;
  /*opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}

.corner1{
	background: url('images/corner1.png') no-repeat left bottom;
	bottom: 0;
	left: 0;
}
.corner2{
	background: url('images/corner2.png') no-repeat right bottom;
	bottom: 0;
	right: 0;

}



.page-template-homepage .header{
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.header.showheader{
	opacity: 1;
	filter: alpha(opacity=100);

}

.smallclovers .welcome h1{
	opacity: 0;
  filter: alpha(opacity=0);
}

.smallclovers .welcome h1:after{
	display: none;
}

.smallclovers .corner{
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}


.smallclovers .corner1 {
  left: -25%;
}
.smallclovers .corner2 {
  right: -25%;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.welcome h1:after{
	content: "\f078";
	font-family: 'FontAwesome';
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -17px;
	color: #dfb980;
	font-size: 40px;
	text-align: center;
	-moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/*ABOUT*/


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.aboutkey{
	width: 100%;
	height: 0;
	padding-bottom: 120%;
	position: relative;
	overflow: hidden;
}



.abbot {
	background:url("images/about02.png") no-repeat bottom center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.abtop {
	background:url("images/about01.png") no-repeat bottom center;
	background-size: 100%;
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	position: absolute;
	top: 5%;
	left: 10%;
	overflow: hidden;

}

.doanim .abtop{
	-webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

.signature {
  width: 80%;
  margin-left: 20%;
  margin-top: 20px;
  display: inline-block;
  height: 0;
  padding-bottom: 16%;
  vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.signature svg{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}


.signature path,
.signature line {
  fill: none;
  stroke: #607d47;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.doanim .signature .stroke-1 {
  stroke-dasharray: 1000;
  -webkit-animation: write1 3.5s 1 ease-in;
          animation: write1 3.5s 1 ease-in;
}

.doanim .signature .stroke-2 {
  stroke-dasharray: 200;
  -webkit-animation: write2 3.5s 1 ease-in;
          animation: write2 3.5s 1 ease-in;
}


@-moz-keyframes write1 {
  0% {
    stroke-dashoffset: 1000;
  }
  80% {
    stroke-dashoffset: 0;
  }
}



@-webkit-keyframes write1 {
  0% {
    stroke-dashoffset: 1000;
  }
  80% {
    stroke-dashoffset: 0;
  }
}

@keyframes write1 {
  0% {
    stroke-dashoffset: 1000;
  }
  80% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes write2 {
  0%, 81% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes write2 {
  0%, 81% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes write2 {
  0%, 81% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


/*SERVICES*/

.servicekey{
	width: 80%;
	height: 0;
	padding-bottom: 110%;
	position: relative;
	overflow: hidden;
	margin: 0 10%;
}

.svbot {
	background:url("images/service01.png") no-repeat top center;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 84.65%;
	position: absolute;
	top: 0%;
	left: 0%;
}

@-webkit-keyframes slidy {
0% { bottom: 100%; }
14% { bottom: 0%; }
28% { bottom: 0%; }
42% { bottom: -100%; }
56% { bottom: -100%; }
70% { bottom: -200%; }
84% { bottom: -200%; }
100% { bottom: -300%; }
}
@-moz-keyframes slidy {
0% { bottom: 100%; }
14% { bottom: 0%; }
28% { bottom: 0%; }
42% { bottom: -100%; }
56% { bottom: -100%; }
70% { bottom: -200%; }
84% { bottom: -200%; }
100% { bottom: -300%; }
}

@keyframes slidy {
0% { bottom: 100%; }
14% { bottom: 0%; }
28% { bottom: 0%; }
42% { bottom: -100%; }
56% { bottom: -100%; }
70% { bottom: -200%; }
84% { bottom: -200%; }
100% { bottom: -300%; }
}

.svtop{
	width: 72.71%;
	height: 0;
	padding-bottom: 66.7377%;
	position: absolute;
	bottom: 0%;
	left: 13.64%;
	overflow: hidden;
}

.svlist{
	background:url("images/service.png") repeat-y top center;
	background-size: 100%;
	width: 100%;
	padding-bottom: 275.37%;
	bottom: 100%;
	left: 0%;
	position: absolute;

}

.doanim .svlist {
	-webkit-animation: slidy 5s infinite;
  -moz-animation: slidy 5s infinite;
  -ms-animation: slidy 5s infinite;
  -o-animation: slidy 5s infinite;
  animation: slidy 5s infinite;
}




/*CONTACT*/


.contactkey {  width: 100%;
	position:relative;
	padding-bottom: 83.72%;
	margin: 0;
	top: 0;
	margin-top: 60px;
		-webkit-transition: all 1s ease-in-out .3s;
		-moz-transition: all 1s ease-in-out .3s;
		-o-transition: all 1s ease-in-out .3s;
		transition: all 1s ease-in-out .3s;
}

.contactkey:before{
	content:"";
	width: 100%;
	height: 0;
	padding-bottom: 83.72%;
	background:url("images/contact01.png") no-repeat bottom center;
	background-size: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	-webkit-transition: all 1s ease-in-out .3s;
		-moz-transition: all 1s ease-in-out .3s;
		-o-transition: all 1s ease-in-out .3s;
		transition: all 1s ease-in-out .3s;

}

.contactkey:after {
	content:"";
	background:url("images/contact02.png") no-repeat bottom center;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 52.52%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	-webkit-transition: all 1s ease-in-out .3s;
		-moz-transition: all 1s ease-in-out .3s;
		-o-transition: all 1s ease-in-out .3s;
		transition: all 1s ease-in-out .3s;

}

.contactform {
	width: 90%;
	margin: 0 5%;
	padding: 5%;
	background: #fdfae7;

	position: absolute;
	bottom: 0%;
	left: 0%;
	-webkit-transition: all 1s ease-in-out .3s;
		-moz-transition: all 1s ease-in-out .3s;
		-o-transition: all 1s ease-in-out .3s;
		transition: all 1s ease-in-out .3s;
}
.doanim .contactkey{
	padding-bottom: 100%;
}

.doanim .contactform {
	padding-bottom: 52.52%;

}



/* =Contact form 7
----------------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d4cda4;
  height: 35px;
  padding: 3px 0;
  width: 100%;
}
.wpcf7 textarea {
  height: 100px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 8px;
  position: relative
}
.wpcf7 .wpcf7-submit {

  background: none;
  border: 0;
  border-radius: 0;
  font-size: 30px;
	font-family: "Arsenal";
	font-weight: 700;
	font-style: normal;
  color: #607d47;
  text-transform: capitalize;
  padding: 0;
}
.wpcf7 .wpcf7-submit:hover{
  background: none;
  border: 0;
  color: #d4cda4;
}
.wpcf7 p {
  margin: 0;
}

span.wpcf7-not-valid-tip{
	color: #607d47;
}

div.wpcf7-response-output{
	padding: 0;
	margin: 0;
	margin-top: -35px;
	margin-left: 100px;
	text-align: right;
	color: #607d47;
	border: none;
	line-height: 1.2;
}

/*PORTFOLIO*/

.pageintro{
	text-align: center;
	margin: 30px auto;
	float: none;
	clear: both
}
.portfo_menu{
	text-align: right;
	margin-top: 20px;
}
.portgal {
	margin-top: 100px;
}

.portfo_menu .btn{
	color: #607d47;
	background: #fff;
}
.portfo_menu .btn.focus, .portfo_menu .btn:hover{
	color: #fff;
	background: #607d47;
}
.progallery{
	margin-bottom: 30px;
}

.portgal .progallery{

}
.portfo_thumb {
	background: #ffffff;
	padding: 1px 1px 20px 1px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
}

.portthumbwrap{
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-size: cover;
	margin-bottom: 10px;
}

.portlink:hover .portthumbwrap{
	opacity: 0.7;
}


.cap{

	height: 50px;
	overflow: hidden;
}

.cap .porttitle{
	color: #607d47;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.portlink:hover .porttitle{
	color: #393939;
}

.protop{
	margin-bottom: 30px;
}

.project{
	margin: 100px auto 40px auto;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
	padding: 0;
}
#project {
	background: #3a2b1b;
}
.project p{
	margin: 0;
}
.shortfilmcover {
	border-radius: 150px;
	border: 3px solid #c4712f;
	overflow: hidden;
	display: block;
}
.shortfilmcover-wrap {
	border-radius: 150px;
	border: 1px solid #e0ba80;
	padding: 10px;
}
.thedetail{
	padding: 5%;
	border-bottom: 1px solid #f2f2f2;
}

.smalltitle{
	color: #607d47;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin: 0 0 20px 0;

}

.prolabels{

	border-left: 1px solid #f2f2f2;
}

.prolabels a, .prolabels a:active, .prolabels a:visited{
	color: #696969;
}

.prolabel{
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	display: inline-block;
	color: #607d47;;
}

.prosnsshare a.snsbut, .prosnsshare a.snsbut:active, .prosnsshare a.snsbut:visited {
	background: none;
    border-radius: 0;
    padding: 0;
    margin: 5px;
    color: #696969;
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prolabels a:hover, .prosnsshare a.snsbut:hover{
	background: none;
	color: #607d47;
}

.prourl{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #959595;
	background: #f2f2f2;
	-webkit-border-bottom-left-radius: 100%;
-moz-border-radius-bottomleft: 100%;
border-bottom-left-radius: 100%;
padding: 5px 0 0 5px;
font-size: 20px;
text-align: center;
}

.prourl:hover{
	color: #fff;
	background: #607d47;
}

.profooter{
	padding: 20px;
	text-align: center;
	border-top: 1px solid #f2f2f2;
}

.profooter .nav-links{
	margin: 0;
}
.prosnsshare a.snsbut:first-child{
	margin-left: 0;
}

.thegallery {
	text-align: center;
}

.thegallery img{
	display: block;
	padding: 0;
	margin: 0 auto;
	line-height: 50%;
}

.withmargin img{
	margin-bottom: 30px;
}

.withheadermargin {
	padding-top: 30px;
}

.thegallery:after{
	content: "";
	display: table;
}

/*MOL elements*/

.pagetitle{
	text-align: center;
	padding: 35px 0;
	background: #fdfae7 url('images/bg2.jpg') no-repeat top center;
	background-size: cover;
	color: #607d47;
	font-size: 45px;
}

.snsshare {
	text-align: center;
	margin: 40px 0 20px 0;
}

a.snsbut {
	background: #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    padding: 13px;
    margin: 3px;
    color: #696969;
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

a.snsbut:hover{
	background: #607d47;
	color: #ffffff;
}

.itemlist{
	list-style: none;
	margin: 0;
	padding: 0;
}

.itemlist li{
	list-style: none;
	border-top: 1px dashed #607d47;
	padding: 15px 0;
	margin: 0;
	font-size: 1.5em;
}

.itemlist li:first-child{
	border: 0;
}

.itemlist li .fa{
	color: #607d47;
	font-size: 30px;
	width: 35px;
	text-align: center;
}

#contactdetail a.snsbut{
	background: #ffffff;
	color: #607d47;

}

#contactdetail a.snsbut:hover{
	background: #607d47;
	color: #ffffff;
}

.wp-polls h2{
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0;
	font-weight: bold;
}

.wp-polls-ul{
	margin: 0;
}

.wp-polls .pollbar{
	background: #607d47;
	border: none;
}

.slickr-flickr-gallery ul li{
	width: 30.33%;
	margin: 1.5% !important;
}

.slickr-flickr-gallery img{
	border: 1px solid #f2f2f2 !important;
    width: 100% !important;
	height: auto !important;
}

.single .entry-content .slickr-flickr-gallery a{
	color: #ffffff;
	background: #fff;
}

.slickr-flickr-gallery img:hover{
	border: none !important;
	background: #f2f2f2 !important;
}
@media all and (max-aspect-ratio: 1/1) {

	.corner {
		width: 100%;
		height: 50%;
	}

	.corner1{
	background-image: url('images/corner1-md.png');
	background-position: bottom left;
	bottom: 0;

	}
	.corner2{
	background-image: url('images/corner2-md.png');
	background-position: top right;
	top: 0;
	}

}
@media all and (max-width: 1200px) {




	.itemlist{
		font-size: 0.8em;
	}

	.snsmol a{
		padding: 10px;
		width: 44px;
    height: 44px;
	}

	.doanim .contactkey{
		    padding-bottom: 100%;
	}
}

@media all and (max-width: 900px) {

.page-template-homepage .container{
		width: 80%;
	}
}

@media all and (max-width: 1023px) {


	.bgleft, .bgright{
	width: 100%;
	margin: 0;
	padding: 0;

	}
.hidden-sm {
	display: none;
}
	.leftside, .rightside {
	width: 100%;
	margin: 0;
	padding: 5% 0;
	box-sizing:border-box;
	float: none;
	}

	.lgonly{
		display: none;
	}

	#aboutdetail .rightside, #servicedetail .rightside, #contactdetail .rightside{
		padding-top: 0;

	}

	.bigtitle .light{
		font-size: 0.5em;
		display: block;
		margin: 0;
	}

}



@media all and (max-width: 767px) {
.notecatch {
	top: 120px
}
.corner {-webkit-transform: all 1.5s ease-in-out;
  -moz-transform: all 1.5s ease-in-out;
  -ms-transform: all 1.5s ease-in-out;
  -o-transform: all 1.5s ease-in-out;
  transform: all 1.5s ease-in-out;
  }

	.smallclovers .corner1 {
	  left: -50%;
	}

	.smallclovers .corner2 {
	  right: -50%
	}

	.page-template-homepage .container{
		width: 92%;
	}


	.main-content-area {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #ffffff;
  padding: 30px 20px;
  padding-top: 80px;
  width: 100%;
	}

	.project{

	border: 0;
	margin: 0 auto;
  padding: 60px 15px 0 15px;
	}

	.prolabels{
		border: 0;
	}
	.bigtitle{
	font-size: 45px;
	line-height: 35px;
	margin-bottom: 5px;
	}

		.hideme{
	opacity:1;
	filter: alpha(opacity=100);
	}

	#logo img{
		max-width: 100px;
	}

	.navbar-default .navbar-toggle{
		margin-top: 10px;
	}

	.sectionpoint{
		    top: -54px;
	}

	.portgal{
		margin-top: 60px;
		text-align: center;
	}

	.portfo_menu{
		display: none;
	}

	.pageintro{
	margin-top: 0;
	}

	.portgal h1{
		    font-size: 55px;
		margin: 10px auto;}




.contactkey, .doanim .contactkey{
	padding-bottom: 120%;
	-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
}

.contactform, .doanim .contactform {
	-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		padding-bottom: 52.52%;

}


}

@media all and (min-width: 600px) and (max-width: 1023px) {
	.aboutkey{
	width: 75%;
	padding-bottom: 90%;
	margin: 0 12.5%;
	}
	.servicekey {
    width: 60%;
    padding-bottom: 82.5%;
    margin: 0 20%;
	}

	.contactkey{
		margin-top: 0;
	}
	.doanim .contactkey{
	padding-bottom: 100%;
	}

	.doanim .contactform {
		padding-bottom: 52.52%;

	}

}

@media all and (max-width: 414px) {
	.col-xs-6{
		width: 100%;
		margin: 0;
	}
	.slickr-flickr-gallery ul li{
	width: 47%;
	margin: 1.5% !important;
    }

}

@media all and (max-width: 380px) {


	.contactkey,.doanim .contactkey{
		    padding-bottom: 110%;
	}

	#contactdetail a.snsbut{
	    padding: 10px;
    margin: 2px;
    font-size: 20px;
    line-height: 20px;
    width: 44px;
    height: 44px;
}

.itemlist li{
	font-size: 1.2em}

}

@media all and (max-height: 600px) {


	.welcome h1{
		margin-top: -170px;
	}

	.welcome h1 img {
    max-width: 240px;
    height: auto;
	}

	.welcome h1:after{
		bottom: 10px;
	}




}

@media all and (max-height: 414px) {

	.welcome h1{
		margin-top: -120px;
	}

	.welcome h1 img {
    max-width: 180px;
    height: auto;
	}
	.welcome h1:after{
		bottom: 2px;
	}

}


/*IE FIX*/

.iecss #loader-wrapper{
	display: none;
}

.iecss .hideme{
	opacity:1;
	filter: alpha(opacity=100);
}

.iecss .smallclovers .corner{
	display: none;
}
.iecss .page-template-homepage .header{
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.iecss  #aboutdetail .bigtext, .iecss .hellotext{
	margin-left: 0px;
}

.iecss .notecatch{
	display: none;
}
