/*------------------------------
[Master Stylesheet]
Project: Movement Creative Wordpress Theme

[Table of contents]
1.  General
2.  Preloader
3.  Header
4.  Footer
5.  Content
6.  Widgets
  6.1  Instagram Widget
  6.2  Widget Search
  6.3  Widget Contacts
  6.4  Widget Posts
  6.5  Widget Flickr
  6.6  Widget Categories
  6.7  Widget Meta
  6.8  Widget Archive
  6.9  Widget Tags
  6.10 Widget Calendar
  6.11 Widget Custom Menu
  6.12 Widget Recent Comments
  6.13 Widget RSS
  6.14 Widget Text
7.  Comments
8.  About Page
9.  Contacts Page
10. Page 404 Error
11. Blog Listing Page
12. Single Post
13. Search Listing
14. Single Portfolio
15. Portfolio Listing
16. AJAX Listing 
17. Grid item 
18. GT3 Photo & Video Gallery
19. Pesponsive

------------------------------*/


@import url('reset.css');
/* General */
html,
body {
/*  height: 100%;*/
  overflow-x: hidden;
}

html.user_menu_on {
  margin-top: 0 !important;
}

body {
  position: relative;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .4s;
  transition: all .4s;
  max-width: 1920px;
}

.bypostauthor {

}

*:focus {
  outline: none;
}

.site_wrapper {
  min-height: 100%;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

p {
  margin: 0 0 20px;
  word-spacing: -.3px;
}
img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.alignleft {
  margin: 0 15px 10px 0;
  float: left;
}

.alignright {
  margin: 0 0 10px 15px;
  float: right;
}

.aligncenter {
  float: none;
  text-align: center;
}

.gt3_content img.aligncenter, .gt3_content .aligncenter img, .gt3_content .alignnone img {
  margin: 15px 0 15px 0 !important;
}

.alignnone {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.alignright img {
  margin-right: 0 !important;
}

.wp-caption {
  max-width: 100% !important;
  margin: 20px 0;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-bottom: 30px;
}

ol li ul,
ul li ol,
ul li ul,
ol li ol,
ol li ul li ol {
  padding-left: 30px;
  margin-bottom: 0;
}

table,
table th,
table td {
  border: solid 1px #dddddd;
}

table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px 10px;
}

dl {
  margin-bottom: 20px;
}

dl dt {
  font-weight: 600;
  text-decoration: underline;
}

dl dd {
  margin-bottom: 20px;
}

.wp-caption-text, .sticky, .gallery-caption {
  text-align: center;
  padding-top: 20px;
}

input {
  transition: border-color .4s;
  -webkit-transition: border-color .4s;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}

textarea {
  transition: border-color .4s;
  -webkit-transition: border-color .4s;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}
textarea, input {
  border: 1px solid #dfe3e8;
}
input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
iframe {
  max-width: 100%;
  width: 100%;
}

/*---------------Preloader------------*/
.preloader_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  height: 100%;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #2f8be6;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  } 35% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  } 35% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  } 
}
/*------header------*/
.main_header,
.main_header * {
  outline: none !important;
}
.admin-bar .main_header {
  top: 32px;
}
.main_header {
  display: block;
  width: 310px;
  height: 100%;
  position: fixed;
  text-align: left;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 40px 30px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity 300ms, left 300ms;
  overflow-x: hidden;
}
.temp_height {
  min-height: 0;
  transition: all .15s;
  -webkit-transition: all .15s;
}
.logo_link {
  display: block;
  text-align: center;
  height: 150px;
  margin-bottom: 15px;
}

.logo_link img {
  display: inline-block;
}
.menu ul {
  margin-bottom: 0;
}
.menu ul, .menu li {
  list-style: none;
}

.menu > li > a {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  padding: 19px 0; 
  border-top: 1px solid rgba(255,255,255,.1);
  letter-spacing: .1em;
}
.menu > li:last-child:not(.menu-item-has-children) > a {
  border-bottom: 1px solid rgba(255,255,255,.1); 
}
.menu > li {
  position: relative;
}

.menu > li.menu-item-has-children:before,
.menu > li.menu-item-has-children:after {
  position: absolute;
  display: block;
  content: '';
  transition: transform .3s;
  -webkit-transition: transform .3s;
}

.menu > li.menu-item-has-children:before {
  top: 30px;
  right: 30px;
  width: 8px;
  height: 2px;
}
.menu > li.menu-item-has-children:after {
  top: 27px;
  right: 33px;
  width: 2px;
  height: 8px;
}
.menu > li.menu-item-has-children:before,
.menu > li.menu-item-has-children:after {
  transition: background-color .3s;
  -webkit-transition: background-color .3s;
}
.menu > li.menu-item-has-children.is_open:before {
  transform: rotate(45deg);
}
.menu > li.menu-item-has-children.is_open:after {
  transform: rotate(45deg);
}

.menu > li > a:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: -1px;
  left: -30px;
  width: 310px;
  height: 60px;
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  height: calc(100% + 1px);
  height: -webkit-calc(100% + 1px);
  z-index: -1;

}
.sub-menu {
  display: none;
}
.menu > li { 
  padding: 0 30px;
}
.menu > li:last-child > .sub-nav {
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.menu .sub-menu {
  padding: 12px 0 12px 30px; 
}

.menu .sub-menu a {
  font-weight: 400;
  display: inline-block;
  padding: 7px 0; 
}

.left_static_zone {
  width: 310px;
  padding: 20px 30px 35px 30px;
}
.socials_wrapper {
  text-align: center;
}
.socials_wrapper a:hover, .socials_wrapper a:focus {
  color: #ffffff;
}
.socials_wrapper ul {
  list-style: none;
  margin-bottom: 20px;
}
.socials_wrapper li {
  display: inline-block;
  padding: 0 21px 0 4px;
}
.socials_wrapper li:first-child {
  padding-left: 0;
}
.socials_wrapper li:last-child {
  padding-right: 0;
}
.socials_wrapper li a {
  font-size: 15px;
  color: #ffffff;
}
.socials_wrapper i {
  transition: all .3s;
  -webkit-transition: all .3s;
}
.socials_wrapper a:hover .fa-facebook-square {
  color: #3b5998;
}
.socials_wrapper a:hover .fa-twitter {
  color: #55acee;
}
.socials_wrapper a:hover .fa-pinterest {
  color: #bd081c;
}
.socials_wrapper a:hover .fa-google-plus {
  color: #dc4e41;
}
.socials_wrapper a:hover .fa-flickr {
  color: #ff0084;
}
.socials_wrapper a:hover .fa-youtube {
  color: #cd201f;
}
.socials_wrapper a:hover .fa-instagram {
  color: #3f729b;
}
.socials_wrapper a:hover .fa-dribbble {
  color: #ea4c89;
}
.socials_wrapper a:hover .fa-linkedin {
  color: #0077b5;
}
.socials_wrapper a:hover .fa-tumblr {
  color: #35465c;
}
.socials_wrapper a:hover .fa-vimeo {
  color: #1ab7ea;
}
.footer_wrapper {
  padding-top: 5px;
}
.copyright {
  text-align: center;
  font-size: 12px;
  color: #7c818b;
  letter-spacing: -.6px;
}

.left_sidebar_widget_area .widget h6,
.left_sidebar_widget_area .widget p {
  color: #ffffff;
}
.mobile-navigation-toggle {
  display: none;
}

/*--------content--------*/
.site_wrapper {
  margin-left: 310px;
}
.fl-container {
  padding: 33px 30px 40px 30px;
  overflow-y: hidden 
}
.fl-container.hasRS {
  float: left;
  width: 70%;
  width: calc(100% - 310px);
  width: -webkit-calc(100% - 310px);
}
.right-sidebar-block {
  width: 310px;
  float: right;
  padding: 30px 30px 0;
}
.page_title {
  text-align: center;
}
.page_title.left {
  text-align: left;
}
.page_title h1 {
  margin-bottom: 40px;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0!important;
  letter-spacing: .05em;
  overflow-wrap: break-word;
  max-width: 100%;
}
.headings {
  display: inline-block;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 600;
  letter-spacing: .05em;
}
h1.headings:before, 
h2.headings:before, 
h3.headings:before, 
h4.headings:before, 
h5.headings:before,
h6.headings:before,
.comment-reply-title:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
}
h1:before {
  width: 21px;
  height: 21px;
}
h2:before {
  width: 20px;
  height: 20px;
  top: 4px!important;
}
h3:before {
  width: 18px;
  height: 18px;
  top: 5px!important;
}
h4:before, .comment-reply-title:before {
  width: 15px;
  height: 15px;
  top: 3px!important;
}
h5:before {
  width: 15px;
  height: 15px;
  top: 2px!important;
}
h6:before {
  width: 9px;
  height: 9px;
  top: 2px!important;
}
h1.headings {
  padding-left: 31px;
}
h2.headings {
  padding-left: 30px;
}
h3.headings {
  padding-left: 28px;
}
h4.headings, .comment-reply-title {
  padding-left: 25px;
}
h5.headings {
  padding-left: 25px;
}
h6.headings {
  padding-left: 19px;
}
h1 {
  margin-bottom: 23px;
}
h2 {
  margin-bottom: 22px;
}
h3 {
  margin-bottom: 24px;
}
h4 {
  margin-bottom: 25px;
}
h5 {
  margin-bottom: 25px;
}
h6 {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.left_sidebar_widget_area .widget h6 {
  margin-bottom: 12px;
}
.widget h6 {
  margin-bottom: 30px;
}
h6.typography {
  padding-top: 33px;
}
.higlighter_light {
  background-color: #b2bcc5;
  color: #ffffff;
}
.higlighter_dark {
  background-color: #666666;
  color: #ffffff;
}
.higlighter_color {
  color: #ffffff;
}
.dropcap {
  display: block;
  float: left;
  font-size: 30px;
  font-weight: 700;
  padding-top: 7px;
  margin-right: 19px;
}
blockquote {
  border-left: solid 5px;
  padding-left: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

blockquote p {
  font-style: italic;
  letter-spacing: 0;
}
.contentarea p img {
  margin-bottom: 10px;
}
.headings.instagram {
  margin-top: 30px!important;
  margin-bottom: 40px;
}
.post-password-form input[type="password"] {
  height: 40px;
  line-height: 20px;
  padding: 10px 15px; 
  margin-right: -5px;
  margin-bottom: 0;
  position: relative;
  top: -1px;
}
.mb30 h1 {
  margin-bottom: 30px
}
/*------Widgets------*/
.widget {
  margin-bottom: 30px;
}
.widget option {
  max-width: 220px;
}
/* Widget Instagram */
.widget #sb_instagram {
  margin-left: -5px;
  width: calc(100% + 5px)!important;
  width: -webkit-calc(100% + 5px)!important;
  padding-top: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.widget #sbi_load {
  display: none;
}
.widget #sbi_images {
  padding: 0!important;
}
.sbi_photo_wrap {
  overflow: hidden;
}
.sbi_photo_wrap a {
  transition: transform .4s;
  -webkit-transition: transform .4s;
  opacity: 1!important;
}
.sbi_photo_wrap:hover a {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 1!important;
}
.widget #sb_instagram #sbi_images .sbi_item.sbi_type_image {
  padding-left: 5px!important;
  padding-bottom: 5px!important;
  padding-right: 0!important;
  padding-top: 0!important;
}
/* Widget Search */
.widget_search input[type="text"] {
  border: solid 1px transparent;
  font-size: 13px;
  line-height: 18px;
  color: #939393;
  padding: 10px 35px 10px 15px;
  margin: 0;
  box-shadow: none;
  width: 100%;
  height: 40px;
}
.widget_search .search_form_block {
  position: relative;
}
.widget_search {
  margin-bottom: 32px;
}
.widget_search .search_form_block:after {
  position: absolute;
  top: 9px;
  right: 16px;
  content: "\f002";
  display:inline-block;
  font-family: 'FontAwesome';
  font-weight:normal;
  font-size: 13px;
}

.widget_search input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.widget_search input[type="text"]::-webkit-input-placeholder {
    color: #666666;
}
.widget_search input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.widget_search input[type="text"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.widget_search input[type="text"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.widget_search input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.widget_search input[type="submit"] {
  display: none;
}
input[type="submit"] {
  top: 0;
}

/* Widget Contacts */
.widget_gt3_contacts .contact_description {
  margin-bottom: 19px;
}

.widget_gt3_contacts .widget_text p a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.widget_gt3_contacts .footer_socials {
  position: relative;
  padding: 1px 0 0 94px;
}

.widget_gt3_contacts .footer_socials span {
  position: absolute;
  top: 0;
  left: 0;
}

.widget_gt3_contacts .footer_socials ul {
  display: inline-block;
  list-style: none;
}


.widget_gt3_contacts .footer_socials ul li {
  float: left;
  margin-right: 4px;
}

.widget_gt3_contacts .contact_address,
.widget_gt3_contacts .contact_phone,
.widget_gt3_contacts .contact_email {
    position: relative;
    padding: 0 0 23px 100px;
}

.widget_gt3_contacts .contact_address,
.widget_gt3_contacts .contact_phone,
.widget_gt3_contacts .contact_email {
    border-bottom: solid 2px #e5e5e5;
}

.widget_gt3_contacts .contact_address span,
.widget_gt3_contacts .contact_phone span,
.widget_gt3_contacts .contact_email span {
    position: absolute;
    top: 0;
    left: 0;
}

/* Widget Posts */
.sidepanel.widget_posts {
  margin-bottom: 31px;
}

.widget_posts .sidebar_header {
  margin-bottom: 28px;
}

.widget_posts .recent_posts {
  list-style: none;
}

.widget_posts .recent_posts li {
  margin-bottom: 20px;
}
.widget_posts .recent_posts_container {
  position: relative;
  min-height: 70px;
}
.widget_posts .with_img .recent_posts_container {
  padding-left: 90px;
}
.widget.widget_posts ul {
  margin-bottom: 0;
} 
.widget.widget_posts {
  margin-bottom: 30px;
}
.widget_posts .recent_posts_container .recent_post_img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.widget_posts .recent_posts_container .recent_post_img img {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.widget_posts .recent_posts_container .recent_post_img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.widget_posts .recent_posts_container .post_title {
  margin: 0 0 1px;
}

.widget_posts .recent_posts_container .post_title {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  top: -3px;
}
.widget_posts .recent_posts_container .featured_items_meta {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .3px;
  margin: 8px 0 0 2px;
}
.featured_items_meta i {
  margin-right: 10px;
}
.widget_posts .recent_posts_container .featured_items_meta,
.widget_posts .recent_posts_container .featured_items_meta a {
  color: #939393;
}

/* Widget Flickr */
.widget_flickr .flickr_widget_wrapper {
  margin-left: -5px;
}

.widget_flickr .flickr_badge_image {
  width: 33.3333%;
  float: left;
}

.widget_flickr .flickr_badge_image a {
  padding-left: 5px;
  padding-bottom: 5px;
  display: block;
}

.widget_flickr .flickr_badge_image a .flickr_bage_image_wrapper {
  position: relative;
  overflow: hidden;
}

.widget_flickr .flickr_badge_image a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.widget_flickr .flickr_badge_image a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Widget Categories */
.sidepanel.widget_categories {
  margin-bottom: 42px;
}

.widget_categories .sidebar_header,
.widget_meta .sidebar_header,
.widget_pages .sidebar_header,
.widget_recent_entries .sidebar_header {
  margin-bottom: 6px;
}
.widget_pages li li {
  border-bottom: none!important;
}
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul {
  list-style: none;
  margin-top: -8px;
}

.widget_categories .cat-item,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_recent_entries li {
  border-bottom: solid 1px #dfe3e8;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.widget_categories .cat-item a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_recent_entries li a {
  line-height: 39px;
}

.widget_categories .cat-item:after,
.widget_archive li:after,
.widget_meta li:after,
.widget_pages li:after,
.widget_recent_entries li:after {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 11px;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.widget_categories select {
  margin-top: 25px;
}
.widget_categories li li {
  border-bottom: none!important;
}
.widget_categories li ul li,
.widget_pages li ul li {
  border-top: solid 1px #dfe3e8;
}
.widget_categories li ul.children,
.widget_pages li ul.children {
  margin-top: 0px;
}
/* Widget Meta */
.widget_meta abbr {
  text-decoration: none;
  border: none;
}

/* Widget Archive */
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive select,
.widget_categories select {
  width: 100%;
  height: 40px;
  border: solid 1px transparent;
}

/* Widget Tags */
.sidepanel.widget_tag_cloud {
  margin-bottom: 30px;  
}

.widget_tag_cloud .tagcloud a {
  font-size: 11px !important;
  line-height: 16px;
  display: inline-block;
  text-transform: lowercase;
  margin: 0 2px 5px 0;
  padding: 5px 10px 5px 20px;
  height: 26px;
  background-color: #b2bcc5;
  color: #ffffff;
  position: relative;
}
.widget_tag_cloud .tagcloud a:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 10px;
  background-color: #ffffff;
  border-radius: 50%; 
  -webkit-border-radius: 50%; 
}
.widget.widget_tag_cloud {
  margin-bottom: 25px;
}
/* Widget Calendar */
.widget_calendar .calendar_wrap table {
  width: 100%;
}

.widget_calendar .calendar_wrap table,
.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
  border: none !important;
}

.widget_calendar .calendar_wrap table tbody tr td {
  text-align: center;
  line-height: 26px;
}

.widget_calendar .calendar_wrap table tfoot a {
  font-size: 14px;
}

#today a {
  color: #ffffff;
}

/* Widget Custom Menu */
.widget_nav_menu ul {
  list-style: none;
  margin-top: -18px;
}

.widget_nav_menu ul li {
  position: relative;
  padding: 0; 
}

.widget_nav_menu ul li a {
  display: block;
  line-height: 16px;
  padding: 7px 0;
}

.widget_nav_menu ul li:after {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  bottom: 6px;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.widget_nav_menu ul li .sub-menu {
  margin-left: 20px;
  display: none;
  padding: 16px 0 0;
}

.widget_nav_menu ul li.menu-item-has-children:after {
  content: "+";
  font-weight: 400;
  right: 6px;
  top: 6px;
}
.widget_nav_menu ul li.menu-item-has-children:before {
  content: none;
}
.widget_nav_menu ul li.menu-item-has-children.open_item:after {
  content: "-";
  right: 4px;
}
.widget_nav_menu .menu > li.menu-item-has-children.current-menu-ancestor:before {
  transform: none;
}
.widget_nav_menu .menu > li.menu-item-has-children.current-menu-ancestor:after {
  transform: none;
}
.widget_nav_menu .menu > li.menu-item-has-children::after,
.widget_nav_menu .menu > li.menu-item-has-children.hovered:after {
  background-color: transparent;
}

/* Widget Recent Comments */
.widget_recent_comments ul {
  list-style: none;
}

.widget_recent_comments a {
  font-size: 14px;
}

.footer_divider {
  width: 100%;
  height: 1px;
  background: #40444a;
}

/* Widget RSS */
.widget_rss cite {
  display: block;
  text-align: right;
  margin: 20px 0;
}
.widget_rss ul {
  list-style: none;
}
/* Widget Text */
.widget_text select {
  width: 100%;
  height: 46px;
  border: solid 2px #e5e5e5;
}

/*----------comments----------*/
#comments .comment-respond textarea {
  height: 110px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  resize: none;
  vertical-align: top;
}
textarea, input[type='text'], input[type='email'] {
  margin-bottom: 10px;
}
#comments .comment-respond input[type='text'],
#comments .comment-respond input[type='email'] {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 10px 15px;
  vertical-align: top;
}
input[type='submit'] {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
  padding: 10px 15px; 
  font-weight: 600;
  letter-spacing: .1em;
  transition: all .3s;
  -webkit-transition: all .3s;
}
input[type='submit']:hover,
input[type='submit']:focus {
  background-color: #b2bcc5;
  border-color: #b2bcc5;
}
#comments h3 {
  margin-bottom: 37px;
}
#comments ol.commentlist,
#comments ol.commentlist ul.children {
  list-style: none;
}
#comments ol.commentlist li.comment {
  border-bottom: solid 1px #dfe3e8;
  padding-top: 40px;
  margin: 0;
}
#comments ol.commentlist li.comment li.comment{
  border-top: solid 1px #dfe3e8;
  border-bottom: none;
}
#comments ol.commentlist li:first-child {
  padding-top: 0;
}
#comments .stand_comment {
  min-height: 100px;
  padding-left: 100px;
  margin-bottom: 20px;
  position: relative;
}
#comments .stand_comment .thiscommentbody {
  padding-top: 3px;
}
#comments .thiscommentbody .comment_author {
  margin-bottom: 10px;
}
#comments .thiscommentbody .comment_meta {
  font-size: 11px;
  line-height: 24px;
  margin-left: 3px;
  margin-bottom: 17px;
}
#comments .comment_author h5 {
  margin-bottom: 0;
}
#comments .comment_author h5 .comment-edit-link {
  font-size: 14px;
}
#comments .commentava {
  position: absolute;
  top: 0;
  left: 0;
}
.comment_text p {
  margin-bottom: 7px;
}
#comments img {
  border-radius: 50%;
}

#comments .reply_button {
  position: absolute;
  bottom: -1px;
  right: 0;
}
#comments .reply_button a {
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 11px 13px 9px;
}
#comments h4.headings {
  margin-bottom: 0;
}
#comments ol.commentlist {
  padding-top: 35px;
  margin-bottom: 60px;
}
#comments ol.commentlist ul.children {
  padding-left: 100px;
}
#comments ol.commentlist ul.children li {
  border-top: solid 2px #e5e5e5;
  border-bottom: none;
  padding-top: 40px;
}
#comments .comment-respond h3 {
    margin-bottom: 30px;
}
.author {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #333333;
}
.comment_text {
  font-size: 14px;
}
.date {
  margin-right: 25px;
}
.date i {
  margin-right: 3px;
}
.comment_reply i {
  margin-right: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.mt35 > #comments > .row{
  margin-top: 35px;
}
/*-----About Page-----*/
.fullwidth img {
  width: 100%;
  height: auto;
}
.comment-reply-title {
  letter-spacing: .05em;
}
/*-----Contact Page-----*/
.wpcf7 textarea {
  height: 110px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'] {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 10px 15px; 
}
div.wpcf7 {
  padding-top: 15px;
}
.contentarea .left_width {
  margin-bottom: 10px;
}
/*-------404 page------*/
.site_wrapper {
  position: relative;
}
.error404_block {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}
.error404_block h1 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 45px;
}
.error404_block p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 35px;
}
.search_form .field_search {
  width: 475px;
  height: 40px;
  line-height: 20px;
  padding: 10px 15px; 
  margin-right: -5px;
  margin-bottom: 0;
  position: relative;
  top: -1px;
}
/*--------blog listing-------*/
.featured_item_title h5 {
  max-width: 100%;
}
.as_thumb {
  width: 390px;
  height: 290px;
  border: 1px solid #dfe3e8;
}
.featured_item_meta_cont {
  text-align: center;
  padding: 15px 15px 0;
}
.featured_item_image_cont {
/*  max-width: 780px;*/
  margin: 0 auto;
  text-align: center;
}
.featured_item_categories {
  margin-bottom: 15px;
}
.featured_item_categories a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}
.featured_item_title h5 a {
  color: #333333;
  letter-spacing: .1em;
  line-height: 24px;
}
.post_excerpt {
  margin-bottom: 14px;
}
.featured_item_postmeta i {
  margin-right: 2px;
}
.featured_item_postmeta span {
  margin-right: 30px;
}
.featured_item_postmeta span:last-child {
  margin-right: 0;
}
.module_blog .featured_item,
.module_blog_ajax .featured_item {
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
  margin-bottom: 10px;
}
.module_blog .featured_item:hover,
.module_blog_ajax .featured_item:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
          box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}
.featured_item_title h5 {
  margin-bottom: 15px;
}
.featured_item_postmeta {
  margin-bottom: 15px;
}
.featured_item {
  padding-bottom: 5px;
}
.screen-reader-text {
  display: none;
}
.navigation.pagination {
  padding-top: 20px;
}
.pagination {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 54px;
}

.pagination .screen-reader-text {
  display: none;
}
.nav-links a {
  font-weight: 600;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-right: 24px;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}
.loading {
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
}
.module_blog_ajax > .col-xs-12 {
  transition: opacity .3s, transform .6s;
  -webkit-transition: opacity .3s, transform .6s;
}

/* Single Page */
.post_wrapper .post_container {
    padding: 1px 0px 0;
}

.post_wrapper .fl-container {
    padding-bottom: 0;
}

.post_wrapper .post_title {
    text-align: center;
}

.post_wrapper .post_title h1 {
    margin-bottom: 21px;
}

.post_wrapper .post_meta {
    font-size: 11px;
    text-align: center;
    margin-bottom: 34px;
}

.post_wrapper .post_meta span {
    margin-right: 27px;
}

.post_wrapper .post_meta span:last-child {
    margin-right: 0;
}

.post_wrapper .post_meta i {
    font-size: 12px;
    margin-right: 3px;
}

.post_wrapper .media_putput_cont {
    margin-bottom: 34px;
}

.post_wrapper .media_putput_cont {
    text-align: center;
}

.post_wrapper .media_putput_cont.without_image {
    margin-bottom: 0;
}

.post_wrapper .post_divider {
    width: 100%;
    height: 1px;
    background: #dfe3e8;
    margin: 34px 0 17px;
}

.post_wrapper .post_bottom {
    margin-bottom: 47px;
}

.post_wrapper .post_bottom .tag_share {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.3px;
    font-weight: 600;
    text-transform: uppercase;
}

.post_wrapper .post_bottom .blogpost_share {
    text-align: right;
    position: relative;
    top: -2px;
}

.post_wrapper .post_bottom .blogpost_share a {
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}

.post_wrapper .post_bottom .blogpost_share a:first-child {
    margin-left: 0;
}

.post_wrapper .post_bottom .blogpost_share a:hover {
    opacity: .5;
}

.post_wrapper .post_bottom .blogpost_share a.share_facebook {
    color: #3b5999;
}

.post_wrapper .post_bottom .blogpost_share a.share_pinterest {
    color: #bd081c;
}

.post_wrapper .post_bottom .blogpost_share a.share_tweet {
    color: #55acee;
}

.post_wrapper .post_bottom .blogpost_share a.share_gplus {
    color: #dd4b39;
}

.post_wrapper .featured_posts_container {
    position: relative;
    overflow: hidden;
}

.post_wrapper .featured_posts_container .posts_slider_fader {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post_wrapper .featured_posts_container h4 {
    margin-bottom: 38px;
}

.post_wrapper .featured_posts_container .featured_posts_nav {
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
}

.post_wrapper .featured_posts_container .featured_posts_nav a {
    width: 10px;
    height: 14px;
    display: inline-block;
}

.post_wrapper .featured_posts_container .featured_posts_nav a:hover {
    opacity: .5;
}

.post_wrapper .featured_posts_container .featured_posts_nav a.prev_nav_button {
    background: url("../img/arrow_left.png") no-repeat center;
    background-size: 7px 14px;
    margin-right: 11px;
}

.post_wrapper .featured_posts_container .featured_posts_nav a.next_nav_button {
    background: url("../img/arrow_right.png") no-repeat center;
    background-size: 7px 14px;
    margin-left: 11px;
}

.post_wrapper .featured_posts_container .featured_posts_nav a.inactive {
    opacity: .5;
    cursor: default;
}

.post_wrapper .featured_posts_container .featured_posts_slider {
    margin-left: -30px;
}

.post_wrapper .featured_posts_container .featured_posts_wrapper {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.post_wrapper .featured_posts_container .featured_item {
    float: left;
    box-sizing: border-box;
}

.post_wrapper .featured_posts_container .featured_item .featured_item_wrapper {
    padding-left: 30px;
}

.post_wrapper .featured_posts_container .featured_item .featured_item_image_cont {
    margin-bottom: -3px;
}

.post_wrapper .featured_posts_container .featured_item .featured_item_categories {
    margin-bottom: 8px;
}

.post_wrapper .featured_posts_container .featured_item .featured_item_title h5 {
    line-height: 24px;
    margin-bottom: 9px;
}

.post_wrapper .featured_posts_container .featured_item .featured_item_postmeta {
    font-size: 11px;
}

.post_wrapper .post_nav_cont {
    position: relative;
    border-top: solid 1px #dfe3e8;
    padding: 52px 0 55px;
    margin-top: 40px;
}

.post_wrapper .post_nav_cont:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #dfe3e6;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post_wrapper .post_nav_cont .prev_post_nav {
    width: 50%;
    float: left;
    text-align: left;
    padding-right: 30px;
}

.post_wrapper .post_nav_cont .next_post_nav {
    width: 50%;
    float: right;
    text-align: right;
    padding-left: 30px;
}

.post_wrapper .post_nav_cont .post_nav_category {
    margin-bottom: 10px;
}

.post_wrapper .post_nav_cont .post_nav_category a {
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.post_wrapper .post_nav_cont .post_nav_title h5 {
    margin-bottom: 18px;
    line-height: 24px;
}

.post_wrapper .post_nav_cont a.post_nav_link {
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.post_wrapper .post_nav_cont .prev_post_nav a.post_nav_link:before,
.post_wrapper .post_nav_cont .next_post_nav a.post_nav_link:after {
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
}

.post_wrapper .post_nav_cont .prev_post_nav a.post_nav_link:before {
    content: "\f100";
    margin-right: 6px;
}

.post_wrapper .post_nav_cont .next_post_nav a.post_nav_link:after {
    content: "\f101";
    margin-left: 6px;
}

/* Slider */
.slider_wrapper {
    position: relative;
}

.slider_wrapper ul.slider_listing {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0;
    list-style: none;
}

.slider_wrapper ul.slider_listing li {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.slider_wrapper ul.slider_listing li.current_slide {
    opacity: 1;
}

.prev_button,
.next_button {
    width: 11px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 50%;
    -weblit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.slider_wrapper:hover .prev_button,
.slider_wrapper:hover .next_button {
    opacity: 1;
}

.prev_button:hover,
.next_button:hover {
    opacity: .5 !important;
}

.prev_button {
    background: url("../img/slide_left.png") no-repeat center;
    background-size: 7px 14px;
    left: 30px;
}

.next_button {
    background: url("../img/slide_right.png") no-repeat center;
    background-size: 7px 14px;
    right: 30px;
}

.post_wrapper.post_format_link .pf_output_container .link_wrapper,
.post_wrapper.post_format_quote .pf_output_container .quote_wrapper {
    text-align: left;
    padding: 49px 98px;
    position: relative;
}

.post_wrapper.post_format_link .pf_output_container .link_wrapper:before,
.post_wrapper.post_format_quote .pf_output_container .quote_wrapper:before {
    content: "\f064";
    font-family: "FontAwesome", sans-serif;
    font-size: 150px;
    color: #f8f8f6;
    opacity: .1;
    position: absolute;
    top: 95px;
    left: 40px;
    z-index: 0;
}

.post_wrapper.post_format_quote .pf_output_container .quote_wrapper:before {
    content: "\f10d";
}

.post_wrapper.post_format_link .pf_output_container .link_wrapper h1,
.post_wrapper.post_format_quote .pf_output_container .quote_wrapper h1 {
    line-height: 40px;
    color: #ffffff;
    margin-bottom: -3px;
    position: relative;
    z-index: 5;
}

.post_wrapper.post_format_link .pf_output_container .link_wrapper a,
.post_wrapper.post_format_quote .pf_output_container .quote_wrapper h1 cite {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    z-index: 5;
}

.post_wrapper.post_format_link .pf_output_container .link_wrapper a:hover {
    opacity: .5;
}

.post_wrapper.post_format_quote .pf_output_container .quote_wrapper h1 p {
    margin-bottom: -8px;
}

.post_wrapper.post_format_quote .pf_output_container .quote_wrapper h1 cite {
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
}

.post_wrapper.post_format_quote .pf_output_container .quote_wrapper h1 cite:before {
    content: "-";
    margin-right: 6px;
}

/*------Search Listing--------*/
.search_listing_container h5 {
  margin-bottom: 10px;
}
.search_listing_container .featured_item_postmeta {
  margin-bottom: 10px;
}
.blog_post_preview.search {
  margin-bottom: 30px;
}
.block404 {
  text-align: center;
}

/* Single Portfolio */
.single-portfolio .post_wrapper .post_bottom .blogpost_share {
    text-align: center;
}

.single-portfolio .post_wrapper .featured_posts_container {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-portfolio .featured_posts_container .post_category {
    display: inline-block;
    margin-bottom: 9px;
}

.single-post .comments_module,
.single-portfolio .comments_module {
    border-top: solid 1px #dfe3e8;
    margin-top: 10px;
    padding-top: 56px;
}

/* Portfolio Listing */
.page-template-page-portfolio .promo_text_cont {
    background-size: cover !important;
    margin: 7px 0 54px;
    padding: 170px 200px 178px;
    text-align: center;
    position: relative;
}

.page-template-page-portfolio .promo_text_cont .promo_text_fader {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-page-portfolio .promo_text_cont p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.65px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
    position: relative;
    z-index: 5;
}

.page-template-page-portfolio .promo_text_cont .port_promo_button {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 29px 15px;
    position: relative;
    z-index: 5;
}

.page-template-page-portfolio .page_title h1 {
    font-size: 26px;
    margin-bottom: 17px;
}

.page-template-page-portfolio .filter_cont {
    margin-bottom: 34px;
}

.page-template-page-portfolio .filter_cont ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-template-page-portfolio .filter_cont ul li {
    display: inline-block;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 30px;
}

.page-template-page-portfolio .filter_cont ul li:last-child {
    margin-right: 0;
}

.page-template-page-portfolio .module_blog {
    text-align: center;
}

.module_blog.columns_3 .port_wrapper .port_item {
    width: 33.3333%;
}
7
.module_blog.columns_4 .port_wrapper .port_item {
    width: 25%;
}

.port_wrapper {
    overflow: visible !important;
    margin-left: -30px;
}

.port_wrapper .port_item {
    margin-left: -1px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.page-template-page-portfolio .module_blog .more_button {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 1.3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 9px 18px 10px;
}

/* Isotope Filtering */
.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

/* ------AJAX Listing------- */
.ajax-loader {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 17px;
  height: 1px;
  background-color: #dfe3e8;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.ajax-loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.featured_item_cont.ajax-loading .ajax-loader:after {
  -webkit-transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.content_block.ajax .scroll_wrap .post_wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.content_block.ajax .featured_item_post_date {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.content_block.ajax .featured_item_cont.ajax-loading .featured_item_post_date {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

.content_block.ajax .featured_item_cont.ajax-loading .featured_item_post_comments {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.content_block.ajax .featured_item_cont.ajax-loading .featured_item_post_date,
.content_block.ajax .featured_item_cont.ajax-loading .featured_item_post_comments {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}

.content_block.ajax .featured_item_image_cont,
.content_block.ajax .featured_item_categories, 
.content_block.ajax .featured_item_title, 
.content_block.ajax .ajax-loader {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.item-animate .featured_item_image_cont {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
/*  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);*/
}

.item-animate .featured_item_categories {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.item-animate .featured_item_title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.item-animate .ajax-loader {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
/* ------Grid item------- */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0;
  visibility: hidden;
  z-index: 400;
  overflow: hidden;
}
.content.content--show {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: auto;
  visibility: visible;
}
.scroll_wrap {
  position: absolute;
  width: 100%;
  width: calc(100% + 30px);
  height: 100vh;  
  left: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.grid_item {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  width: calc(100% - 30px);
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  display: block;
}
.grid_item.show {
  height: auto;
  min-height: 100vh;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.placeholder {
  pointer-events: none;
  position: absolute;
  width: 100%;
/*  min-height: 100%;*/
  width: calc(100% + 5px);
  height: calc(100vh + 5px);
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}
.placeholder.placeholder--trans-in {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.placeholder.placeholder--trans-out {
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.ajax-post .post_container {
  position: relative;
}
.ajax-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
}
.ajax-close:before, 
.ajax-close:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 13px;
  background-position: center center;
  background-size: 13px 14px;
  display: block;
  opacity: 1;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 13px;
  height: 14px;
}
.ajax-close:before {
  background-image: url('../img/x.png');
}
.ajax-close:after {
  background-image: url('../img/x-hover.png');
  opacity: 0;
}
.ajax-close:hover:before {
  opacity: 0;
}
.ajax-close:hover:after {
  opacity: 1;
}

.content_block.ajax .content .post_title .headings {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.content_block.ajax .content.content--show .post_title .headings,
.content_block.ajax .content.content--show .post_meta,
.content_block.ajax .content.content--show .contentarea,
.content_block.ajax .content.content--show .pf_output_container {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.content_block.ajax .content .post_meta,
.content_block.ajax .content .pf_output_container {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}
.content_block.ajax .content .contentarea {
  opacity: 0;
}

/*-------GT3 Photo & Video Gallery----*/
.gt3pg_gallery-icon {
  transition: all .4s;
  -webkit-transition: all .4s;
}
.gt3pg_gallery-icon:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
          box-shadow: 0px 0px 30px rgba(0,0,0,.3);
}
.gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link::after,
.gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link::before {
  content: none;
}
.gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link {
  background-color: transparent;
}
.gt3pg_photo_gallery {
  position: relative;
  padding-top: 0px;
  top: 25px;
  margin-top: -20px !important;
}
#gallery-1.gallery-columns-3 .gt3pg_gallery-item {
  width: 33.3%;
}

/* Responsive */
@media (max-width: 1400px) {
  .error404_block h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .fl-container.hasRS .module_blog .col-lg-4,
  .fl-container.hasRS .module_blog_ajax .col-lg-4 {
    width: 100%;
  }
  .featured_item_title h5,
  .featured_item_title h5 a,
  .post_nav_title h5,
  .post_nav_title h5 a {
    font-size: 15px;
    line-height: 20px;
  }
  .page-template-page-portfolio .promo_text_cont {
    padding: 100px 50px;
  }
  .page-template-page-portfolio .promo_text_cont p {
    font-size: 24px;
  }
  .contact .col-lg-6 {
    width: 100%;
  }
  .contentarea .left_width {
    margin-bottom: 30px;
  }
  .ajax-loader {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 668px) {
  .gt3pg_gallery_wrapper .gt3pg_gallery-item,
  .gallery-columns-2.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-3.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-4.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-5.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-6.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-7.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-8.gt3pg_photo_gallery .gt3pg_gallery-item,
  .gallery-columns-9.gt3pg_photo_gallery .gt3pg_gallery-item {
    width: 100%!important;
    max-width: 100%!important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .fl-container.hasRS .gt3pg_gallery_wrapper .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-2.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-3.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-4.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-5.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-6.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-7.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-8.gt3pg_photo_gallery .gt3pg_gallery-item,
  .fl-container.hasRS .gallery-columns-9.gt3pg_photo_gallery .gt3pg_gallery-item {
    width: 100%!important;
    max-width: 100%!important;
  }
}

@media (max-width: 1280px) {
  .pf_output_container iframe {
    height: 298px;
  }
  .main_header,
  .left_static_zone {
    width: 240px;
  }
  .site_wrapper {
    margin-left: 240px;
  }
  
}

@media (max-width: 1199px) {
  .left_static_zone {
    display: none;
  }
  .main_header {
    width: 100%;
    float: none;
    position: static;
    padding-top: 0px;
    padding-bottom: 0;
    height: auto;
    min-height: 112px;
  }
  .logo_link {
    max-width: 200px;
    height: auto;
    float: left;
    margin-bottom: 0px;
    text-align: left;
    line-height: 112px;
  }
  .nano {
    display: none;
  }
  .nano > .nano-content {
    position: relative;
  }

  /* Navigation Toggle */
  .mobile-navigation-toggle {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 30px;
    height: 24px;
    top: 55px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
  }
  .mobile-navigation-toggle:hover {
    opacity: 0.7;
  }
  .toggle-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .toggle-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .toggle-inner,
  .toggle-inner:before,
  .toggle-inner:after {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    background-color: #ffffff;
  }
  .toggle-inner:before,
  .toggle-inner:after {
    content: "";
    display: block;
  }
  .toggle-inner:before {
    top: -10px;
  }
  .toggle-inner:after {
    bottom: -10px;
  }
  .mobile-navigation-toggle .toggle-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .mobile-navigation-toggle .toggle-inner:before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .mobile-navigation-toggle .toggle-inner:after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .mobile-navigation-toggle.is-active .toggle-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile-navigation-toggle.is-active .toggle-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  .mobile-navigation-toggle.is-active .toggle-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site_wrapper {
    margin-left: 0px;
  }
  h1.headings {
    padding-left: 0; 
  }
  h1.headings:before {
    content: none!important;
  }
  .hidden-header .main_header {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  .logo_link img {
    width: 50%;
  }
  .main_header {
    min-height: 75px;
  }
  .logo_link {
    line-height: 75px;
  }
  .mobile-navigation-toggle {
    top: 40px;
  }
  .fl-container.hasRS {
    width: 100%;
    float: none;
  }
  .right-sidebar-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .error404_block h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .search_form .field_search {
    width: 300px;
    margin-bottom: 10px;
  }
  body {
    position: static;
  }
  header.main_header {
    position: relative;
  }
  .admin-bar .main_header {
    top: 0px;
  }

}

@media only screen and (max-width: 1025px) {
    .page-template-page-portfolio .promo_text_cont {
        padding: 80px 30px 88px;
    }

    .module_blog.columns_3 .port_wrapper .port_item,
    .module_blog.columns_4 .port_wrapper .port_item {
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .post_wrapper .post_container {
        padding: 0;
    }

    .prev_button,
    .next_button {
        opacity: 1;
    }
}

@media only screen and (max-width: 737px) {
    .tag_share {
        margin-bottom: 10px;
    }

    .post_wrapper.post_format_link .pf_output_container .link_wrapper,
    .post_wrapper.post_format_quote .pf_output_container .quote_wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width: 668px) {
    .posts_slider_fader,
    .featured_posts_nav {
        display: none;
    }
}
@media only screen and (max-width: 569px) {
    .post_wrapper .post_bottom .tag_share,
    .post_wrapper .post_bottom .blogpost_share {
        text-align: center;
    }
}

@media only screen and (max-width: 415px) {
    #comments ol.commentlist ul.children {
        padding-left: 0;
    }

    .post_wrapper .post_nav_cont:before {
        display: none;
    }

    .post_wrapper .post_nav_cont .prev_post_nav,
    .post_wrapper .post_nav_cont .next_post_nav {
        width: 100%;
    }

    .post_wrapper .post_nav_cont .prev_post_nav {
        border-bottom: solid 1px #dfe3e8;
        padding-bottom: 50px;
    }

    .post_wrapper .post_nav_cont .next_post_nav {
        padding-top: 50px;
    }

    .page-template-page-portfolio .promo_text_cont {
        padding: 40px 10px 48px;
    }

    .page-template-page-portfolio .promo_text_cont p {
        font-size: 20px;
        line-height: 30px;
    }
    .post_wrapper.post_format_quote .pf_output_container .quote_wrapper,
    .post_wrapper.post_format_link .pf_output_container .link_wrapper {
        padding: 15px;
    }
    .post_wrapper .post_title h1 {
      font-size: 24px;
      line-height: 27px;
    }
    .quote_wrapper h1 p,
    .post_wrapper.post_format_link .pf_output_container .link_wrapper h1 {
      font-size: 23px;
      line-height: 27px;
    }
}
