/*
Theme Name: Nessa
Theme URI: http://nessa.niteothemes.com
Author: NiteoThemes
Author URI: https://niteothemes.com
Version: 1.6.2
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark
Description: NESSA is our latest fully responsive and customizable portfolio Wordpress Theme. Designed with latest trends in web-design and a user-friendly interface. Ideal for anyone for who wants to receive a full-package template for their perfect Online Portfolio.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/************** normalize *****************/
/******************************************/

html {
  font-family: Sans-serif;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  height: auto;
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

*:focus {
    outline: none;
}

a {
  background-color: transparent;
  transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

.main-content a:not(.button, .tags a),
.post-detail a:not(.button, .tags a) {
  text-decoration: underline;
}

.pagination-detail a {
  text-decoration: none;
  font-weight: 700;
}

.main-content h1 a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

h1 {
  font-size: 1.3em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.1em;
}

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}

.main-content h1 a,
.main-content h2 a,
.main-content h3 a {
  text-decoration: none;
}

img {
  display: block;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  font-size: .9em;
  border: none;
  border-radius: 3px;
  text-indent: 10px;
}

textarea {
  display: block;
}

input {
  display: block;
  height: 3em;
  width: 100%;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  text-indent: 0;
   border-bottom: none;
}

input[type="submit"] {
  position: relative;
  width: auto;
  font-size: .9em;
  padding: 0.55em 1em;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 20px;
  height: auto;
}


input[type="hidden"] {
  visibility: hidden;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
   opacity: .7;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: .7;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: .7;
}

:-ms-input-placeholder {  
   opacity: .7;
}


.error::-webkit-input-placeholder {
   color: red;
}

.error:-moz-placeholder { /* Firefox 18- */
   color: red;
}

.error::-moz-placeholder {  /* Firefox 19+ */
   color: red;
}

.error:-ms-input-placeholder {  
   color: red;
}

#comment::-webkit-input-placeholder {
   line-height: 3em;
}

#comment:-moz-placeholder { /* Firefox 18- */
   line-height: 3em;
}

#comment::-moz-placeholder {  /* Firefox 19+ */
   line-height: 3em;
}

#comment:-ms-input-placeholder {  
   line-height: 3em;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p,span {
  margin:0;
  font-size: 1em;
  line-height: 1.5em;
}

p>span,
p>a
p>input,
p>textarea {
  font-size: 1em;
}

p, span, a, input, textarea, h1, h2, h3, h4 {
  /* letter-spacing: .5px; */
}

iframe {
  border-radius: 3px;
  border: 0px;
}

/********** custom css settings ***********/
/******************************************/

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}
.hidden {
  display: none;
}

.visible {
  display: inline-block;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: top;
}

ol, ul {
  list-style: none;
  font-size: 0;
  display: block;
  padding: 0;
}

ol li, ul li {
  font-size: 16px;
}

section {overflow: hidden;}

.button-container {
  text-align: right;
}

.button {
  position: absolute;
  display: block;
  width: auto;
  min-width: 110px;
  height: 20px!important;
  padding: .5em 1em!important;
  bottom: 25px;
  right: 25px;
  font-size: .9em;
  line-height: 20px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

.button a {
  text-decoration: none;
}

.button.shortcode {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  margin-right: 10px;
  text-decoration: none;
  bottom: 0;
  right: 0;
}

.main-content {
  margin-top: 60px;
  /* min-width: 600px; */
}

.post-paginator {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}


.post-paginator a {
  text-decoration: none;
}

.page-numbers {
  display: inline-block;
  height: 25px;
  padding: 0 9px;
  line-height: 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color .25s ease-in-out;
  -moz-transition: border-color .25s ease-in-out;
  -webkit-transition: border-color .25s ease-in-out;
}


.page-numbers.current {
  font-size: 1em;
}

.helper {
  display: none;
}

/************ header css style ************/
/******************************************/

#theme-logo {
  text-align: center;
}

#theme-logo a {
  display: inline-block;
  margin: 90px 0 30px 0;
}


#text-logo {
  margin-top: 85px;
  margin-bottom: 25px;
  font-size: 2em;
}

.main-menu::-webkit-scrollbar {
width: 5px;
}

.main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.main-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


#theme-logo img {
  max-width: 100%;
  height: auto;
}


.gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  margin-top: 0;
  padding-right: 10px;
}

.gallery-item dt {
  overflow: hidden;
}

.gallery>p {
  display: none;
}


.fluid-vids {
  width: 100%;
}


/************ MAIN PAGE MENU ************/
/******************************************/



#menu-trigger-container,
#menu-trigger-container-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  z-index: 1001;
  cursor: pointer;
}

#menu-trigger-container-menu {
  position: absolute;
}

.menu-trigger {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 22px;
  height: 18px;
  margin: auto;
  z-index: 101;
}

.menu-text {
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: 1001;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
}

.menu-text.open {
  display: none;
}

.current-page.menu-text p {
  padding: 10px;
  padding-top: 5px;
}
.menu-trigger .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

div.menu-trigger .line:nth-child(1) {
  top: 0;
}

.menu-trigger .line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-trigger .line:nth-child(3) {
  bottom: 0;
}

.menu-trigger.close .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg) translateZ(1px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-trigger.close .line:nth-child(2) {
  display: none;
}

.menu-trigger.close .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg) translateZ(1px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.content-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  height: auto;
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  z-index: 100;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  backface-visibility:     hidden;
  transition: -webkit-transform  ease 0.4s;
  -moz-transition: -moz-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  -ms-transition: -ms-transform ease 0.4s;

}

.content-container.contact {
  min-width:  600px;
}

.content-container.main-slider {
  min-height: 100vh;
  overflow: hidden;
}

.content-container.portfolio.detail {
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin-top: 50px;
}

.content-container.open {
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  -webkit-perspective: 1000;
 -webkit-backface-visibility: hidden;
}

.content-container.main-slider.open {
  width: 100%;
}



.main-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  /*visibility: hidden;*/
  width: 300px;
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transition: -webkit-transform  ease 0.4s;
  -moz-transition: -moz-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  -ms-transition: -ms-transform ease 0.4s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility:         hidden;
}

.main-menu.open {
  visibility: visible;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform  ease 0.4s;
  -moz-transition: -moz-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  -ms-transition: -ms-transform ease 0.4s;
}





/**************** BXSLIDER CSS *****************/
/************************************************/
.bxslider {
  visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.bx-wrapper,
.main-content {
  height: 100%;
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  right: 10px;
  background-color: rgba(200,200,200,0.2);
  z-index: 10000;
  border-radius: 3px;
}

.bx-controls-direction a {
  text-decoration: none;
}


.bx-prev {
  display: block;
  height: 40px;
  width: 40%;
  color: white;
  line-height: 23px;
  font-size: 3em;
  text-align: center;
}

.bx-prev::before {
  position: relative;
  top: 0px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}


.bx-next {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40%;
  color:white;
  line-height: 23px;
  font-size: 3em;
  text-align: center;
}

.bx-next::before {
  position: relative;
  top: 0px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  
}

#bxslider-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

#bxslider-pager.open {
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  -webkit-transform: translateX(150px);
}

.bx-pager.bx-default-pager {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.bxslider>li,
.main-image {
  /*max-width: 100%;*/
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.welcome-text-container {
  text-align: center;
  position: absolute;
  max-width: 800px;
  padding: 0 30px;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 100;
  transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

.welcome-text-container.open {
  -moz-transform: translateY(-50%) translateX(-150px);
  -ms-transform: translateY(-50%) translateX(-150px);
  -o-transform: translateY(-50%) translateX(-150px);
  -webkit-transform: translateY(-50%) translateX(-150px);

}

.welcome-paragraph1,
.welcome-paragraph2 {
  color: #fff;
  line-height: 1em;

}

.welcome-paragraph1 {
  font-size: 2.5em;
  margin-bottom: 0; 
}

.welcome-paragraph2 {
  margin-top: 0; 
}

.bx-controls.bx-has-pager {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
}

.bx-pager-item {
  display: inline-block;
  margin-right: 5px;
}

.bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.bx-pager-link.active {
  background-color: #ffffff;
}

/************* NAVIGATION MENU **************/
/************************************************/

.main-menu-panel {
  position: absolute;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  width: 300px;
  top: 0;
  bottom: 0;
  font-weight: 300;
}

.main-menu-panel a {
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.main-menu-panel .sub-menu a {
  text-transform: capitalize;
}

.main-menu-cats,
.main-menu-panel>li.menu-item {
  position: relative;
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  padding: 10px 0;
  padding-left: 40px;
  font-size: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex:0 0 auto;
}

.main-menu-panel a {
  letter-spacing: 1px;
}

.sub-menu li {
  font-size: 14px;
  line-height: 25px;
}

.main-menu-logo {
  min-height: 100px;
  height: auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex:0 0 auto;
}

.main-menu-cats#last {
  -webkit-box-flex: 500;
          flex: 500;
  -webkit-flex: 500;
  -ms-flex: 500;
  padding: 10px 0;
}

.sub-menu {
  padding-left: 40px;
}

.main-menu-cats li {
  padding-top: 5px;
}

.main-menu-cats li a {
  text-transform: capitalize;
}

.menu-selector {
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 8px;
  height: 100%;

}

.main-menu-social {
  position: relative;
  max-width: 290px;
  margin-left: 5px;
  text-align: center;
  -webkit-box-flex: 0;
          flex: 0 0 1em;
  -webkit-flex: 0 0 2em;
  -ms-flex: 0 0 1em;
  z-index: 1001;
}

.main-menu-social i {
  font-size: 18px;
}

.main-menu-social li {
  display: inline-block;
  padding: 5px;
}

.main-menu-copyright {
  -webkit-box-flex: 0;
          flex: 0 0 2em;
  -webkit-flex: 0 0 2em;
  -ms-flex: 0 0 2em;
}

.main-menu-copyright p {
  text-align: center;
  font-size: .8em;
}


/**************** PORTFOLIO CSS*** **************/
/************************************************/
#preloader-cover {
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  z-index: 1000;
}

#load-more {
  display: none;
  position: relative;
  height: 80px;
  z-index: 1000;
}

#pagination-end {
  display: none;
  text-align: center;
}

.preloader {
  position: fixed;
  z-index: 2001;
  top: calc(50vh - 50px);
  top: -moz-calc(50vh - 50px);
  left: 50%;
  margin-left: -23px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

#more {
  position: absolute;
  top: 0;
  z-index: 1001;
}

.main-content.portfolio.detail.hidden {
  display: none;
}
.main-content.portfolio.detail {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}

.main-content.portfolio.detail .post-detail {
  margin: 0;
  text-align: left;
}

.main-content.portfolio,
.main-content.instagram {
  padding: 16px 67px 25px 67px;
  width: calc(100% - 134px);
}


/* .main-content.portfolio.detail a,
.main-content.portfolio.detail p,
.main-content.portfolio.detail span,
.main-content.portfolio.detail li,
.main-content.portfolio.detail div,
.main-content.portfolio.detail h1,
.main-content.portfolio.detail a,
.next-post, .prev-post,
.next-post span, .prev-post span {
  color: #3a3a3a;
}

.pagination-detail #close-preview .line {
  background: #3a3a3a;
} */


.portfolio-filters {
  position: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 66px;
  z-index: 400;
  overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 300;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform ease 0.4s;
    -moz-transition: -moz-transform ease 0.4s;
    -o-transition: -o-transform ease 0.4s;
    -ms-transition: -ms-transform ease 0.4s;
}

.portfolio-filters.open {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}


.portfolio-gallery,
.instagram-feed {
  display: block;
  width: auto;
  position: relative;
  margin:0 auto;
}

.portfolio-filters li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  max-width: 210px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 15px;
  padding: 0 10px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
  border-radius: 3px;
  vertical-align: top;
}

.portfolio-filters li.current-page, {
  height: 36px;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: 500px;
}

.current-page h1,
.contact .current-page h1 {
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding:0;
  font-weight:400;
}

.desktop-category,
.mobile-category {
  font-size: 14px;
  display: inline;
}

.current-page h1.mobile-category {
  display: none;
}

.portfolio-filters li.follow-me {
  float: right;
  margin-right: 57px;
}

.portfolio-filters li.follow-me::before {
   font-family: FontAwesome;
   content: "\f097";
   font-size: 1em;
   padding-right: 5px;
}

.portfolio-filters li a {
   display:inline-block;
    text-align:center;
  font-size: 0.9em;
  text-decoration: none;
}

.portfolio-filters.detail li a {
  display: inline-block;
}

#back-to-top::before {
  font-family: FontAwesome;
  content: "\f176";
  font-size: 1em;
  padding-right: 3px;
  vertical-align: middle;
}

.portfolio-filters.detail span {
  font-size: 1em;
  font-weight: 700;
}

.portfolio-filters .selected a {
  font-weight: 700;
}

.no-image {
  display: block;
  width: 25%;
  height: 150px;
}

.no-image::before {
  content: 'no-image set';
}

.portfolio-filters.detail li {
  max-width: 100%;
}
.masonry-item {
  margin-bottom: 25px;
}

.masonry-item,
.masonry-shortcode-item {
  display: inline-block;
  position:relative;
  width: calc(33.33% - 19px);
  width: -moz-calc(33.33% - 19px);
  height: auto;
  vertical-align: top;
  text-align:center;
}

.masonry-shortcode-item {
  display: inline-block;
  position:relative;
  /*width: calc(25% - 8px);*/
  height: auto;
  vertical-align: top;
  text-align:center;
}

.masonry-shortcode-item.x1 {
  width: 100%;
}

.masonry-shortcode-item.x2 {
  width: calc(50% - 15px);
}

.masonry-shortcode-item.x3 {
  width: calc(33.333% - 21px);
}

.masonry-shortcode-item.x4 {
  width: calc(25% - 24px);
}

.masonry-shortcode-item.x5 {
  width: calc(20% - 24px);
}

.masonry-shortcode-item.x6 {
  width: calc(16.666% - 27px);
}

.masonry-shortcode-item.x7 {
  width: calc(14.285% - 27px);
}

.masonry-shortcode-item.x8 {
  width: calc(12.5% - 27px);
}

.masonry-shortcode-item.x9 {
  width: calc(11.111% - 27px);
}

.masonry-shortcode-item.x10 {
  width: calc(10% - 27px);
}


.portfolio-gallery img,
.instagram-feed img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*************** GALLERY HOVER*************/
/******************************************/
.main-content a.masonry-item-hover {
  text-decoration: none;
}

.masonry-item-hover,
.mask,
.masonry-item-info {
  width: 100%;
  height: 100%;
}

.masonry-item-hover,
.mask,
.masonry-item-img { 
  position:absolute;
  top:0;
  left:0;     
}     
  
.masonry-item-hover { 
  z-index:5;  
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
  opacity:0;
  cursor:pointer;     
  display:block;
  text-decoration:none;
  text-align:center;
  overflow: hidden;
}

 .masonry-item-info {
  position:relative;
  z-index:10;
  z-index:5;          
}

 .masonry-item-info .title {
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:18px;     
  width:90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.masonry-item-info h1 {
  font-size: 1em;
}

.masonry-item-info span {
  color: #ffffff;
}

.mask {
  background-color:#000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);                    
  opacity:0.5;
  z-index:0;
}

.masonry-item-info .line {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 60%;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}

.instagram .line {
  top: 50%;
}

.instagram-likes {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
}

.instagram-likes span::before {
  font-family: FontAwesome;
   content: "\f08a";
   font-size: 1em;
   padding-right: 5px;
}

.line.y {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/************* DETAIL POST STYLING **************/
/************************************************/

#test {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}

#test.html {
  display: block;
}

#test.html a {
  display: block;
  height: 100%;
  cursor: default;
}

#post-detail-container {
  display: block;
  z-index: 1002;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
-webkit-box-shadow: 31px -35px 54px -2px rgba(0,0,0,0.62);
box-shadow: 31px -35px 54px -2px rgba(0,0,0,0.62);
}

#post-detail-container.animate {
  top: 0px;
  left:150px;
  width: calc(100% - 300px);
/*   top: 0;
  left: 0;
  width: 100%; */
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

section.detail-post {
  width: 100%;
  height: calc(100% + 1px);
  overflow: initial;
  /*-webkit-transform: translateZ(0);*/
}


ul.detail-post {
  width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  max-width: 100%;
  margin: 100px 150px 50px 150px;
  z-index: 200;
  background-color: white;
  -webkit-transition: none;
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

ul.detail-post.instagram {
  margin: 100px 150px 150px 150px;
}

.detail-post li,
.post-detail li {
  display: inline-block;
  vertical-align: top;
}

.detail-post li img,
.post-detail li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.graphic-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.graphic-container img {
  border-radius: 3px;
}

.wp-caption>.lightbox>img {
  display: block;
}

.lightbox>img {
  margin-bottom: 30px;
}

p>.lightbox>img {
  margin-bottom: 0;
}


.main-content.portfolio .wp-caption p {
  color: #fff;
}

.text-container {
  margin-left: 40px;
  width: calc(100% - 80px);
  color: black;
}

.text-container h2 {
  margin-bottom: 10px;
}

.description,
.tags {
  margin-bottom: 25px;
}

.description {
  margin-top: 45px;
}

.description h2 {
  margin-top: 0;
}


.text-container h1 {
  margin: 0;
  padding-bottom: 0;
}

.text-container h1,
.text-container h2,
.text-container p {
  text-align: left;
}

.text-container a {
  font-weight: 700;
}

.text-container .post-details {
  padding-bottom: 30px;
}

.detail-post li .comments-container {
  display: block;
}

.comments-container {
  /*width: calc(55% - 10px);*/
  width: 55%;
  margin: 50px 0;
  /*max-width: 700px;*/
}

.graphic-container>p,
.graphic-container>span,
.graphic-container>div,
.graphic-container .bx-wrapper {
  /*margin-right: 10px;*/
  position: relative;
}

.graphic-container>p {
  margin-bottom: 35px;
}

.text-paragraph {
  margin: 0 40px 35px;
}

.graphic-container .bx-wrapper {
  margin-bottom: 30px!important;
}


.graphic-container>p>a {
  display: block;
}

.heading-container {
  margin-bottom: 1em;
  text-align: left;
  margin-left: 40px;
  width: calc(100% - 80px);
}

.heading-container h1 {
  margin:0;
  padding:0;
  font-size: 2.5em;
  font-weight: 300;
}

.post-details {
  font-size: .9em;
}

.post-details a {
  font-weight: 700;
  text-decoration: none;
}

.portfolio-detail-line {
  display: block;
  background-color: rgba(51,51,51,.3);
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.pagination-detail {
  position: fixed;
  display: none;
  top:0;
  height: 90px;
  line-height: 90px;
  padding: 0 134px;
  width: calc(100% - 284px);
  z-index: 1003;
    -webkit-transform:translateZ(1px);
    transform:translateZ(1px);
  background-color: #fff;
}

.pagination-detail.html {
  display: block;
}

.next-post,
.prev-post {
  position: absolute;
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: none;
  top: 0;
  line-height: 123px;
}

.next-post {
  right: 0;
}

.prev-post {
  left: 0;
}



.next-post span, .prev-post span {
  font-size: 14px;
  vertical-align: middle;
}

.prev-post span {
  margin-left: 10px;
}

.next-post span {
  margin-right: 10px;
}

.next-post i, .prev-post i {
  vertical-align: middle;
  font-size: 30px;
}

.pagination-container {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}

.pagination-container li {
  display: inline-block;
  width: calc(50% - 10px);
  -webkit-width: calc(50% - 10px);
  -moz-width: calc(50% - 10px);
  max-width: 350px;
}

.pagination-container i {
  display: block;
  font-size: 1.5em;
  padding-bottom: 0.3em;
}

.pagi-prev {
  margin-right: 20px;
}

.pagination-container .masonry-item-info,
.pagination-container .mask {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}

.pagination-container span {
  position: absolute;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#prev-journal,
#next-journal {
  position: relative;
  display: block;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: grey;
  border-radius: 3px;
}

.graphic-container .fluid-vids {
  margin-bottom: 10px;
}

.wp-caption-text,
.bx-caption {
  display: block;
  position: absolute;
  overflow: hidden;
  color: #ffffff;
  bottom: 39px;
  left: 0;
  right: 0;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(200,200,200,0.2);
  margin: 0;
  font-style: italic;
  font-size: 0.9em;
}

.wp-caption-text {
  bottom: 50px;
}
.bx-caption span {
  color: #ffffff;
}

.share-container {
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
  position: relative;
}

.share-container h2 {
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 33px;
}

.share-container a {
  text-decoration: none;
}

.share-button {
  display: inline;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
  margin-right: 5px;
  margin-left: 5px;
}

.share-button i {
  vertical-align: middle;
  margin-right: 5px;
}

#close-preview {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 2px;
  right: 160px;
  z-index: 400;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  cursor: pointer;
}

#close-preview .line {
  position: absolute;
  display: block;
  width: 40px;
  left: 7px;
  height: 3px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#close-preview .line:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#close-preview .line:nth-child(2) {
  bottom: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#close-preview.close-instagram-detail {
  position: absolute;
  right: 50px;
  top: 50px;
}

#detail-post-overlay  {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
}

.slider {
  visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  height: 100%;
  padding-bottom: 30px;
}

.main-content.portfolio.detail .slider span {
  color: #ffffff;
}

/************* BLOG CATEGORIES STYLE **************/
/**************************************************/
.main-content.blog {
  overflow: hidden;
  padding: 0;
  padding-top: 16px;
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}

.main-content.blog.open {
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}

.blog-posts {
  margin: 0 auto;
}

.main-content.blog.detail {
  overflow: visible;
}

.blog-post-container {
  display: inline-block;
  position: relative;
  width: calc(33% - 82px);
  min-width: 282px;
  max-width: 550px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 67px;
  vertical-align: top;
  margin-left: 67px;
}

.blog-post-container:last-of-type {
  margin-bottom: 150px;
}

.blog-post-container article {
  position: relative;
  overflow: hidden;
}

.blog-post-container a {
  /*text-decoration: none;*/
}

.blog-post-photo {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.blog-post-photo::after {
  content: '';
  display: block;
  padding-top: 75%;
}

.blog-text-container {
  padding: 20px;
}

.blog-category-container {
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  padding:0 30px;
  height: 30px;
  background-color: rgba(50, 50, 50, 0.8);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
}

.blog-category-container a,
.blog-text-container a:not(.button) {
  display: inline-block!important;
  text-decoration: none!important;
  line-height: 29px;
  font-size: 0.9em;
}

.no-posts {
  text-align: center;
}

.no-posts p {
  font-size: 2em;
}

.blog-separator {
  display: block;
  margin: 5px 0;
  width: 100%;
  height: 1px;
}

.blog-text-container a:not(.button, .blog-category-container a) {
  font-size: 0.9em;
}

.blog-text-container .button {
  bottom:0;
  right:0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.blog-text-container h1 {
  margin: 0;
  text-transform: none;
}

.blog-category-container a {
  color: #ffffff;
}

.blog-excerpt {
  padding: 1.5em 0;
}

.blog-date-container {
  display: block;
  position: absolute;
  width: 43px;
  height: 100px;
  top: 0;
  left: -43px;
  text-align: center;
}

.blog-date-container span {
  text-transform: uppercase;
  font-size: 1em;
}

.blog-date-container span:last-of-type {
  font-size: 2em;
}

/************* ABOUT ME PAGE STYLE **************/
/************************************************/
.main-content.about,
.main-content.contact,
.main-content.custom {
  position: relative;
  max-width: 960px;
  min-width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  padding:0;
}

.main-content.custom {
  padding: 25px;
}

.about-social-icons {
  padding-left: 180px;
  margin-bottom: 55px;
}

.about-social-icons li {
  display: inline-block;
  margin-right: 25px;
}

.about-social-icons li a {
  font-size: 1.5em;
}

#avatar {
  display: block;
  float: left;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.hidden-name {
  display: none;
}

.about-graphic-container>h1 {
  padding-top: 15px;
  padding-left: 180px;
}

.about h1 {
  min-height: 2.5em;
  margin-bottom: 0;
}

.about>p,
.contact>p {
  font-size: 1em;
}

#myname,
#myname-html {
  display: block;
  font-size: 2em;
  text-transform: none;
  margin-bottom: 25px;
  line-height: 1em;
}


/*************   CONTACT STYLLING  **************/
/************************************************/
.main-content.contact {
  text-align: center;
}

.contact h1 {
  font-size: 2em;
}

.contact-me {
  padding-bottom: 110px;
  text-align: left;
}

.contact-me form {
  position: relative;
  text-align: left;
}

.contact-me input,
.contact-me textarea {
  width: 100%;
  font-size: .8em;
  margin: 10px 0;
  height: 50px;


}

.contact-me textarea  {
  margin: 0;
  margin-bottom: 10px;
  height: 100px;
}

.contact-me input[type="submit"] {
  margin: 0;
  width: auto;
  min-width: 130px;
  float: right;
  height: auto;
}

.ajax-loader {
  display: none;
}

.contact-me li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
}

.contact-wrapper {
  text-align: center;
}

.contact-container {
  display: inline-block;
  text-align: left;
}

.contact-me>li p,
.contact-me>li a {
  font-size: 1em;
  text-decoration: none;
}

.contact-me>li a {
  cursor: pointer;
  display: block;
}


#contact-name {
  font-size: 1.1em;
  font-weight: 700;
}

#contact-phone1::before {
  font-family: FontAwesome;
  content: "\f10b";
  vertical-align: middle;
  width: 23px;
  display: inline-block;

}

#contact-phone2::before {
  font-family: FontAwesome;
  content: "\f095";
  vertical-align: middle;
  width: 23px;
  display: inline-block;
}

#skype-call::before {
  font-family: FontAwesome;
  content: "\f17e";
  vertical-align: middle;
  width: 23px;
  display: inline-block;
}

#skype-chat::before {
  font-family: FontAwesome;
  content: "\f27b";
  vertical-align: middle;
  width: 23px;
  display: inline-block;
}

#contact-email::before {
  font-family: FontAwesome;
  content: "\f003";
  vertical-align: middle;
  width: 23px;
  display: inline-block;
}

.contact-me .end-paragraph {
  padding-bottom: 1em;
}

#map-canvas{
  position: relative;
  display: block;
  height: 250px;
  width: 100%;
  border-radius: 3px;
}

/************* Instagram PAGE STYLE **************/
/************************************************/
.instagram-likes {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.instagram-likes span {
  font-size: 2em;
}

/************* Instagram PAGE DETAIL **************/
/************************************************/

.detail-post.instagram .graphic-container {
  width: 100%;
}


.detail-post.instagram .text-container li {
  display: block;
  margin-bottom: 2em;
}

.like-container {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
}

#like-counter {
  display: block;
  font-size: 4em;
}

#like-counter::before {
   font-family: FontAwesome;
   content: "\f08a";
   font-size: 1em;
   padding-right: 10px;
   vertical-align: middle;
   color: red;
}

.detail-post li .instagram-profile-pic {
  width: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.instagram-profile-pic.author {
  width: 80px;

}

.instagram-date {
  font-size: 1em;
  font-style: italic;
}

.instagram-date.author {
  padding-top: 25px;
}

.instagram-username {
  font-size: 1.0em;
  display: block;
}

.text-container a.instagram-username {
  text-decoration: none;
  display: inline;
}

.instagram-comment {
  margin-left: 70px;
}

#instagram-text-container {
  margin: 50px 0;
}

#instagram-text-container span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}



.detail-post.instagram .text-container li.instagram-text {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 3px;
}

.detail-post.instagram .text-container li p {
  line-height: 20px;
}


/**************** BLOG POST DETAIL ****************/
/************************************************/
.post-detail {
  margin: 0 67px;
  position: relative;
}

.tags a {
  font-weight: 300;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 0 5px;
}

.tags a:before {
   font-family: FontAwesome;
   content: "\f292";
   font-size: 10px;
}


/**************** COMENNTS STYLE ****************/
/************************************************/
.comment {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
}

.comment-content {
  padding-bottom: 80px;
}

.comments-title {
  margin-bottom: 10px;
}

.children {
  margin-left: 30px;
}

.comment-author img {
  float:left;
  margin-right: 30px;
  border-radius: 50%;
}

img.avatar.avatar-80.photo {
  width: 80px;
  height: auto;
}

.comment-reply-title {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.comment-author a {
  font-size: 0.9em;
  font-style: italic;
}

.comment-form {
  position: relative;
}

.comment-form textarea,
.comment-form input {
  margin-bottom: 10px;
  margin-right: 5px;
  width: calc(50% - 5px);
  height: 47px;
}

.comment-form textarea {
  float: right;
  margin-right: 0;
  height: 161px;
  line-height: 2em;
}

.comment-form input[type="submit"] {
  width: auto;
  float: right;
  height: auto;
  margin-right: 0;
}

.button.reply {
  right: 0;
}

.comment-author-name {
  font-size: 1.3em;
}

.comment-date {
  font-size: 0.9em;
}

.comment-respond {
  padding-bottom: 120px;
}

.comment-notes {
  padding-bottom: 1em;
}

/**************** SEARCH BOX ****************/
/************************************************/
#searchform {
  position: absolute;
  left: 280px;
  top: 20px;
  z-index: 1000;
}

.searchbox-input {
  position: absolute;
  right: 41px;
  height: 36px;
  width: 0;
  border: none;
  font-style: italic;
  font-size: 0.9em;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, width 0.3s;
   -moz-transition: visibility 0s linear 0.3s, width 0.3s;
   -webkit-transition: visibility 0s linear 0.3s, width 0.3s;
   -o-transition: visibility 0s linear 0.3s, width 0.3s;
}

.searchbox-input.open {
  width: 178px;
  visibility: visible;
  -webkit-transition: visibility 0ss, width 0.3s;
  transition: visibility 0ss, width 0.3s;
   -moz-transition: visibility, width 0.3s;
   -webkit-transition: visibility, width 0.3s;
   -o-transition: visibility, width 0.3s;
}

#searchbox-icon,
#searchsubmit,
#search-icon {
  position: absolute;
  right: 0px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 30px;
  z-index: 1003;
  border-radius: 3px;
  cursor: pointer;
  background-color: transparent;
}

#search-icon {
  z-index: 1001;
}

#search-icon i {
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 9px;
}


#searchsubmit {
  left: -30px;
  top:0;
  z-index: 1002;
}

.search-result {
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 30px;
  text-align: center;
}

#searchform-page {
  position: relative;
  margin: 100px auto;
  margin-top: 2em;
  width: 100%;
  max-width: 600px;
}

#searchform-page input {
  width: calc(100% - 94px);
  width: -moz-calc(100% - 94px);
  max-width: 600px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#searchform-page #searchsubmit-page {
  left: calc(100% - 94px);
  left: -moz-calc(100% - 94px);
  top: -43px;
  height: 43px;
  width: 94px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/******************** SHORTCODES *****************/
/************************************************/
.firstletter-paragraph {
  text-align: left;
}

.firstletter {
  display: block;
  font-size: 50px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
  border-radius: 3px;
}

.highlight-background {
  display: inline-block;
  padding: 0 3px;
  border-radius: 3px;
}

.underline {
  position: relative;
  width: 21%;
}

.underline::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.underline.animate::before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main-content.portfolio .firstletter,
.main-content.portfolio .highlight-background {
  color: #ffffff;
}

.quote-container {
  text-align: center;
  padding: 1em 0;
}

.quote {
  font-size: 4em;
  font-weight: bold;
}

.quote-text {
  font-size: 3em;
  font-style: italic;
}

.column-shortcode {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -cs-flex-direction: row;
  -ms-flex-direction: row;
  -cs-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column-shortcode>li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 25px;
  text-align: justify;
}

.column-shortcode img,
.bx-wrapper img {
  width: 100%;
  border-radius: 3px;
}

.column-shortcode:(:last-child) {
  padding-right: 0;
}

.icon-container.left {
  text-align: left;
}

.icon-container.center {
  text-align: center;
}

.icon-container.right {
  text-align: right;
}

.icon {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.testimonial-container {
  margin-top: 50px;
}

.testimonial-body {
  position: relative;
  margin: 0 auto;
  padding: 50px!important;
  border-radius: 3px;
  max-width: 400px;
}

.testimonial-name,
.column-shortcode>li .testimonial-name {
  position: absolute;
  top:5px;
  left: 130px;
  font-size: 1.2em;
  padding: 0;
}

.testimonial-body p:not(.testimonial-name) {
  padding: 20px 0;
  text-align: left;
  font-style: italic;
}

.testimonial-body .avatar {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}


.x100,
.gallery-columns-1 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  padding-right: 0;
}

.x90 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(90% - 30px);
  -webkit-flex: 1 0 calc(90% - 30px);
  -ms-flex: 1 0 89%;
}

.x80 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(80% - 30px);
  -webkit-flex: 1 0 calc(80% - 30px);
  -ms-flex: 1 0 79%;

}

.x70 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(70% - 30px);
  -webkit-flex: 1 0 calc(70% - 30px);
   -ms-flex: 1 0 69%;
}

.x60 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(60% - 30px);
  -webkit-flex: 1 0 calc(60% - 30px);
  -ms-flex: 1 0 59%;
}

.x50,
.gallery-columns-2 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 calc(50% - 30px);
  -webkit-flex: 1 0 calc(50% - 30px);
  -ms-flex: 1 0 49%;
}

.x40 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(40% - 30px);
  -webkit-flex: 1 0 calc(40% - 30px);
  -ms-flex: 1 0 39%;
}

.x33,
.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 calc(33.3333% - 30px);
  -webkit-flex: 1 0 calc(33.3333% - 30px);
  -ms-flex: 1 0 32%;
}

.x30 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(30% - 30px);
  -webkit-flex: 1 0 calc(30% - 30px);
  -ms-flex: 1 0 29%;
}


.x25,
.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 calc(25% - 30px);
  -webkit-flex: 1 0 calc(25% -30px);
  -ms-flex: 1 0 24%;
}


.x20,
.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 calc(20% - 30px);
  -webkit-flex: 1 0 calc(20% - 30px);
  -ms-flex: 1 0 19%;
}


.x10 {
  -webkit-box-flex: 1;
          flex: 1 0 calc(10% - 30px);
  -webkit-flex: 1 0 calc(10% - 30px);
  -ms-flex: 1 0 9%;
}

.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 calc(16.666% - 30px);
  -webkit-flex: 1 0 calc(16.666% - 30px);
  -ms-flex: 1 0 15%;
}
.gallery-columns-7 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(14.2800% - 30px);
  -webkit-flex: 1 0 calc(14.2800%- 30px);
  -ms-flex: 1 0 13.2800%;
}
.gallery-columns-8 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(12.5% - 30px);
  -webkit-flex: 1 0 calc(12.5% - 30px);
  -ms-flex: 1 0 12;
}
.gallery-columns-9 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(11.111% - 30px);
  -webkit-flex: 1 0 calc(11.111% - 30px);
  -ms-flex: 1 0 11%;
}
.gallery-columns-10 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(10% - 30px);
  -webkit-flex: 1 0 calc(10% - 30px);
  -ms-flex: 1 0 10%;
}


/************* LIGHTBOX GALLERY **************/
/************************************************/

.lightbox {
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
}



.lightbox img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) , opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#imagelightbox-overlay {
  position: fixed;
  z-index: 3000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  display: none;
}

#imagelightbox {
  position: fixed;
  z-index: 3001;
}

#lightbox-close {
  position: fixed;
  z-index: 3002;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
  border-radius: 3px;
}

#lightbox-close .line {
  position: absolute;
  display: block;
  width: 30px;
  left: 5px;
  height: 2px;
  background: white;
}

#lightbox-close .line:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lightbox-close .line:nth-child(2) {
  bottom: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.imagelightbox-arrow {
  display: block;
  position: fixed;
  z-index: 3002;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}

.imagelightbox-arrow-left {
  left: 10px;
}

.imagelightbox-arrow-right {
  right: 10px;
}


.imagelightbox-arrow::before {
  position: relative;
  top: 11px;
  left: 15px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);

}

.imagelightbox-arrow-right::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}

/*HIDE GOOGLE MAPS LABELS*/
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/************* DELETE WORDPRESS DEF **************/
/************************************************/
[id^="gallery-"] {
  width: 100%;
  overflow: hidden!important;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -cs-flex-direction: row;
    -ms-flex-direction: row;
    -cs-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

[id^="gallery-"] img {
  border: none!important;
}

div.wpcf7-validation-errors {
  display: none!important;
}

span.wpcf7-not-valid-tip {
  font-size: 0.7em!important;
}
div.wpcf7-mail-sent-ok {
  border:none!important;
}

div.wpcf7-response-output {
  margin:0!important;
  padding: 0!important;
}


/************* WORDPRESS CORE CLASS **************/
/************************************************/
.alignnone {
    margin: 0 0 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright {
    float:right;
    margin: px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}


a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.wp-caption.alignnone {
  position: relative;
  width: auto!important;
}

.wp-caption.aligncenter {
  position: relative;
}

.wp-caption.aligncenter .wp-caption-text {
  right: 10px;
}

.wp-caption.alignleft {
  position: relative;
  width: auto!important;
}

.wp-caption.alignright {
  position: relative;
  width: auto!important;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    padding: 0;
    width: auto;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}



/************* MEDIA QUERIES **************/
/******************************************/

/*HOVER EFFECTS FOR DESKTOPS*/
@media only screen and (min-device-width : 1224px) {
  a:not(.button):active,
  a:not(.button):hover {
    outline: 0;
    transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
  }

  .button:hover {
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
  }

  .page-numbers:hover {
    transition: border-color .25s ease-in-out;
    -moz-transition: border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out;
  }

   .masonry-item-hover:hover {
    opacity:1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  } 

  .prev-post:hover #prev-post-text {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .next-post:hover #next-post-text {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .masonry-item-info:hover .mask {
    opacity: 0.5;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .masonry-item-info:hover {
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .share-button.facebook:hover {
    color: hsl(221, 44%, 41%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .share-button.pinterest:hover {
    color: hsl(353, 92%, 39%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }
  .share-button.twitter:hover {
    color: hsl(206, 82%, 63%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .share-button.googleplus:hover {
    color: hsl(5, 69%, 56%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  #close-preview:hover .line{
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
  }

  .tags a:hover {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }

  .masonry-shortcode-item .lightbox img,
  .gallery-item img {
   -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }


}

@media only screen and (max-width : 1400px) {

  #close-preview {right: 70px;}
}

@media only screen and (max-width : 1366px) {
  .masonry-item {width: calc(33.33% - 17px);width: -moz-calc(33.33% - 17px);}
  ul.detail-post {margin: 100px 80px 50px 80px;width: calc(100% - 160px);width: -moz-calc(100% - 160px);}
  ul.detail-post.instagram {margin: 100px 80px 100px 80px;}
  .detail-post.instagram .text-container {width: 38%;}
  #prev-journal, #next-journal {height: 100px;}
  .blog-post-container{width: calc(50% - 100px);}
  .about-graphic-container,.main-content.contact {padding: 0 25px;width:calc(100% - 50px);position: relative;}
  .contact-me li {text-align:   center;}

}


@media only screen and (max-width : 1200px) {
  .detail-post.instagram .text-container,
  .detail-post.instagram .graphic-container {width: 100%;padding:0;}
  .post-detail {margin: 0 57px 0 57px;}
  #close-preview {right:20px;}
  .graphic-container {width: 100%;display: block;}
  .portfolio .text-container {margin-top:0;}
  .comments-container{  width: 100%;margin: 25px 0;}
  #prev-journal, #next-journal {height: 150px;}
  .x10 {-webkit-box-flex:1;flex:1 calc(15% - 5px); -webkit-flex:1 calc(15% - 5px); -ms-flex:1 14%;}
  .gallery-columns-10 .gallery-item,.gallery-columns-9 .gallery-item,.gallery-columns-8 .gallery-item {-webkit-box-flex:0;flex:0 calc(15% - 1px); -webkit-flex:0 calc(15% - 15px); -ms-flex:0 14%;}
  .masonry-shortcode-item.x10, 
  .masonry-shortcode-item.x9,
  .masonry-shortcode-item.x8 {width: calc(16.666% - 27px);}
  .description {margin-top: 30px;}
  #like-counter {margin-top: 1em;}
  .share-button {width: calc(25% - 8px);}
  .share-button:last-child {margin-right: 0px;}

}

@media only screen and (max-width : 1024px) {
  .blog-post-container {display: block; width: calc(100% - 134px); margin: 0 auto;margin-bottom: 100px; }
}

@media only screen and (max-width : 900px) {
  .masonry-item {width: calc(50% - 13px);width: -moz-calc(50% - 13px);}
}


@media only screen and (max-width : 768px) {
   ul.detail-post {margin: 100px 50px 50px 50px;width: calc(100% - 100px);width: -moz-calc(100% - 100px);}
  .post-detail {margin: 0 45px 0 45px;}
  .contact-me>li p,.contact-me>li a, .contact-me>li span {font-size: 1em;}
  .contact-me {padding-bottom: 30px;}
  .x10,.x20,.x25 {-webkit-box-flex:1;flex:1 calc(33.333% - 5px); -webkit-flex:1 calc(33.333% - 5px); -ms-flex:1 32%;}
  .gallery-columns-10 .gallery-item,.gallery-columns-9 .gallery-item,.gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-5 .gallery-item,
  .gallery-columns-5 .gallery-item,.gallery-columns-4 .gallery-item {-webkit-box-flex:1;flex:1 calc(33.333% - 15px); -webkit-flex:1 calc(33.333% - 15px); -ms-flex:1 32%;}
  .masonry-shortcode-item.x10, .masonry-shortcode-item.x9,.masonry-shortcode-item.x8,.masonry-shortcode-item.x7,
  .masonry-shortcode-item.x6,.masonry-shortcode-item.x5,.masonry-shortcode-item.x4 {width: calc(33.333% - 21px);}
  .main-content.portfolio, .main-content.instagram {padding: 0 0 30px 30px; width: calc(100% - 30px);}
  .masonry-item { width: calc(100% - 30px); }
  .service:nth-child(even) {margin-right: 10%;}
  .service {width: calc(45% - 40px);}
  .pagination-detail {padding: 0 75px;width: calc(100% - 165px);}
  .portfolio-filters li.follow-me {margin-right: 20px;}
  #post-detail-container.animate {top: 0; left: 0; width: 100%; }
  #test {display: none!important;}
}

@media only screen and (max-width : 730px) {
  .blog-date-container {width: 24px; height: 41px; top: 20px; left: 7px;}
  .blog-date-container span {font-size: 0.7em;color: white;}
  .blog-date-container span:first-of-type {display: none;}
  .blog-date-container span:last-of-type {font-size: 1em;}
  #avatar {float:none;margin: 0 auto;}
  .about h1,.about-social-icons {padding-left: 0;text-align: center;}
  .about-graphic-container, .main-content.contact, .main-content.custom {padding: 15px;width:calc(100% - 30px);position: relative;}
 
}

/*IPHONE 6 Landscape*/
@media only screen and (max-width : 680px) {

}

@media only screen and (max-width : 600px) {
  .main-content {padding: 25px 5px 5px 5px;min-width: calc(100vw - 27px);min-width: -moz-calc(100vw - 27px);}
  .content-container.open {width: 100%;}
  .main-content.blog {padding: 0 5px 5px 5px;}
  .main-content.portfolio, .main-content.instagram {padding: 0 0 5px 5px; width: calc(100% - 5px);}
  .masonry-item {width: calc(100% - 5px);margin-bottom: 5px;}
  li.main-content.portfolio.detail {margin-top: 50px;}
  .main-content.portfolio.open {max-width: 100%;}
  .portfolio-filters li.selected, .portfolio-filters li.not-selected{display: none;}
  .blog-post-container {width: 100%; margin-bottom: 30px;}
  .blog-post-container:last-of-type {margin-bottom:100px;}
  ul.detail-post {margin: 60px 0px 30px 5px;width: calc(100% - 5px);width: -moz-calc(100% - 5px);}
  ul.detail-post.instagram {margin: 60px 5px 30px 5px;width: calc(100% - 10px);width: -moz-calc(100% - 10px);}
  .graphic-container .fluid-vids, .graphic-container .bx-wrapper, .graphic-container>img {margin-bottom: 10px;}
  .pagination-container li {max-width: 100%;width: 100%;margin: 10px 0;}
  .pagi-prev, .pagi-next {float: none;}
  .post-detail {margin: 0;}
  .x10,.x20,.x25,.x33,.x40,.x50 {-webkit-box-flex:1;flex:1 calc(50% - 10px); -webkit-flex:1 calc(50% - 10px); -ms-flex:1 49%;}
  .gallery-columns-10 .gallery-item,.gallery-columns-9 .gallery-item,.gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-5 .gallery-item,
  .gallery-columns-5 .gallery-item,.gallery-columns-4 .gallery-item,.gallery-columns-3 .gallery-item,
  .gallery-columns-2 .gallery-item {-webkit-box-flex:1;flex:1 calc(50% - 10px); -webkit-flex:1 calc(50% - 10px); -ms-flex:1 49%;}
  .masonry-shortcode-item.x10, .masonry-shortcode-item.x9,.masonry-shortcode-item.x8,
  .masonry-shortcode-item.x7,.masonry-shortcode-item.x6,.masonry-shortcode-item.x5,
  .masonry-shortcode-item.x4,.masonry-shortcode-item.x3 {width: calc(50% - 15px);}
  .service .services-icon {margin: 0 auto;}
  .service>h2 {text-align: center;}
  .search-result {margin: 0;}
  .blog-post-photo {height: 350px;}
  #instagram-text-container {margin: 30px 0;}
  #like-counter {font-size: 3em;margin-top: 0.5em;}
  .contact-me li {width: 100%;padding-top: 30px;}
  .share-button span {display: none;}
  .service:nth-child(even) {margin-right: 0;}
  .service {width: 100%;padding:0;}
  .pagination-detail {padding: 0 15px; width: calc(100% - 35px);height: 70px;line-height: 70px;}
  .content-container.contact {min-width:  0;}
  .contact-me li {text-align:   left;}
  .current-page h1.desktop-category {display: none;}
  .current-page h1.mobile-category {display: inline;}
  .welcome-paragraph1 {font-size: 1.5em;}
  .welcome-paragraph2 {font-size: 1em;}
  #close-preview.close-instagram-detail {position: fixed;top: 20px;right: 20px;}
}

@media only screen and (max-width : 560px) {
.main-content.about,
.main-content.contact,
.main-content.custom {min-width: calc(100vw - 45px);}

}

@media only screen and (max-width : 480px) {

  #theme-logo a {margin: 65px 0 15px 0;}
  #text-logo { font-size: 1.5em;}
  .post-paginator {padding-bottom: 20px;}  
  .sub-menu li {font-size: 14px;line-height: 25px;}
  .main-content.blog.open {width: 100%;}

  .gallery-item {margin-right: 0;}
  .column-shortcode>li {padding-right: 0;}
  .gallery-columns-10 .gallery-item,.gallery-columns-9 .gallery-item,.gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-5 .gallery-item,
  .gallery-columns-5 .gallery-item,.gallery-columns-4 .gallery-item,.gallery-columns-3 .gallery-item,
  .gallery-columns-2 .gallery-item,.gallery-columns-1 .gallery-item {-webkit-box-flex:0;flex:0 100%; -webkit-flex:0 100%; -ms-flex:0 100%;}
  .masonry-shortcode-item.x10,.masonry-shortcode-item.x9,.masonry-shortcode-item.x8,
  .masonry-shortcode-item.x7,.masonry-shortcode-item.x6,.masonry-shortcode-item.x5,
  .masonry-shortcode-item.x4,.masonry-shortcode-item.x3,.masonry-shortcode-item.x2 {width: 100%;}
  .x10,.x20,.x25,.x30,.x33,.x40,.x50,.x60,.x70,.x80,.x90,.x100 {-webkit-box-flex:0;flex:0 100%; -webkit-flex:0 100%; -ms-flex:0 100%;}
  #searchform-page {margin: 0 auto; margin-top: 1em;}
  .share-button i {padding-right: 0;font-size: 1.2em;}
  .comment-form textarea,
  .comment-form input { width: 100%;}
  .comment-form textarea {float: none;margin-right: 0;}
  h1 {font-size: 1.3em;}
  .text-container h2 {font-size: 1.1em;}
  .blog-post-photo {height: 250px;}
  .about-social-icons li { margin-right: 15px;}
  .pagination-detail {padding: 0 5px; width: calc(100% - 10px);}
  .next-post, .prev-post {padding: 10px 0;}
  .next-post span, .prev-post span {display: none;}
  .next-post i, .prev-post i {font-size: 40px;}
  .next-post {float: none;}
  .quote {font-size: 2em;}
  .quote-text {font-size: 1.5em;}
  .portfolio-filters {position: absolute;padding-bottom: 20px;}
  .portfolio-filters li.follow-me {margin-right: 0px;}
  .main-content {min-width: calc(100vw - 45px);}
  .text-container {margin: 0;}
  

}

@media only screen and (max-width : 420px) {

}

@media only screen and (max-width : 360px) {
  
}

@media only screen and (max-width : 320px) {
  .main-content {min-width: 310px;}
  .main-content.about, .main-content.contact, .main-content.custom {min-width: 280px;}
}

