/*
Theme Name: Miguel Montaner Theme
Theme URI: https://miguelmontaner.com/
Author: Miguel Montaner
Author URI: https://miguelmontaner.com/
Description: Illustration Portfolio Style
Version: 3.0 2020
License: Miguel Montaner
Tags: illustration, illustrator, ilustrador, ilustración, graphic design, design

*/


/*BODY AND GENERAL PARTS----------------------------------------------------------------------------------------*/
body {
  background: #333;
  padding-bottom: 15px;
  font-family: 'Poppins', sans-serif, Helvetica, Arial;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 15px;
  display: block;
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

h1{
  margin: inherit !important;
  padding: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  display: inline !important;
}

h2{
  margin: inherit !important;
  padding: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  display: inline !important;
}
h3{
  margin: inherit !important;
  padding: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  display: inline !important;
}
h4{
  margin: inherit !important;
  padding: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  display: inline !important;
}
h5{
  margin: inherit !important;
  padding: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  display: inline !important;
}
h6{
  margin: inherit !important;
  padding: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  display: inline !important;
}

span{
  }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  
}
button{
	color:#000;
}

input{
	font-family:'Poppins', "Source sans pro", sans-serif, Helvetica, Arial;
  font-weight:800;
  text-align:center;
	font-size:20px;
	color:#797c82;
	border:none;
	margin-bottom:0px;
	padding:3px 0px 3px 12px;
  height:60px;
  max-height: 60px;
  width:100%;
    -webkit-appearance: none;
       border-radius: 2px;
}
textarea{
	font-family:'Poppins', "Source sans pro", sans-serif, Helvetica, Arial;
	font-size:16px;
	color:#797c82 !important;
	padding:3px 11px 3px 11px;
	width:100%;
  height:80px;

	margin-bottom:15px;
    -webkit-appearance: none;
       border-radius: 2px;
}


button {
  overflow: visible;
  margin-top:15px;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border:none;
  background-color:#797c82;
  width:100%;
  font-family:'Poppins', "Source sans pro", sans-serif, Helvetica, Arial;
  font-size:20px;
  font-weight:800;
  color:white !important;
  padding-right: 10px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

input[type="submit"] {
  margin-top:15px;
  -webkit-appearance: button;
  appearance:button;
    -moz-appearance:button; /* Firefox */
    -o-apparence:button;
    -ms-apparence:button;
}
input[type="submit"]:hover {
background-color: gainsboro !important;
color: #797c82;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
/* ...and now for the proper property */
transition:.5s;
}

input[type="submit"]:focus {
background-color: #797c82 !important;
outline: none;
}

input[type="submit"]:active {
background-color: #797c82 !important;
outline: none;
}


input[type="submit"] li a:active, input[type="submit"] li a:focus:active { background-color: #797c82 !important; }
input[type="submit"] li a:focus{ background-color: #797c82 !important; }


button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Images------------------------------------------------------------ */
img {
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:25px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

img.alignleft {
  clear: both;
  display: block;
  margin: 0px 0px 28px 0px;
  width:100%;
  height:auto;
}

.gallery-caption {
  display:none !important;
  color: #888;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Masonry --------------------------------------------------------*/

#container-fluid {
  width:100%;
  margin: auto;
}

#masonry {
  margin: auto;
  display: block;
  z-index:500
}

#masonry a {
}

#masonry a:hover {
  text-decoration: none;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

#masonry .masonry-meta {
  border-top: 1px solid #f5f5f5;
  clear: both;
  color: #888;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 5px 0;
}

#masonry .masonry-meta a {
  color: #a1a1a1;
  font-style: italic;
}

#masonry .masonry-meta a:hover {
  color: #39b3d7;
}

#masonry .masonry-meta-author {
  font-weight: bold;
}

#masonry .masonry-meta-comment {
  margin-left: 35px;
}

#masonry .masonry-meta-avatar {
  float: left;
  height: 25px;
  margin: 2px 0px 5px 0;
  width: 25px;
}

#masonry .masonry-meta-avatar img {
  border-radius: 50%; 
}

.masonry-meta-content a:hover{
  color:#737373 !important;
    -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
.masonry-meta-content a:active{
  color:#c3c3c3 !important;
}
.masonry-meta-content a:visited{
  color:#c3c3c3 !important;
}
.masonry-meta-content a:link{
  color:#c3c3c3 !important;
}

/* Captions -----------------------------------------------------*/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin: 5px auto;
  max-width: 100%;
  padding: 0px;
  text-align: center;
}

.wp-caption img {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 5px 5px 5px;
  display:none;
}

/* Navigation -------------------------------------------------------------------*/  
  #scrolltotop {
    bottom: 220px;
    position: fixed;
    right: 24px;
    z-index: 9999;
  }
  
  #scrolltotop a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  }
  
  #scrolltotop a:hover {
  color: #797c82;
  text-decoration: none;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    /* ...and now for the proper property */
    transition:.3s;
  }

  #scrolltotop a:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  }

  #scrolltotop a:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  }

/*HEADER MENU---------------------------------------------------------------------------------------------*/

#logo-header{
  max-width: 180px;
    left: 25px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  transition:top 0.5s;
  display: block;
  padding-top: 15px;

}

#logo-header img{
  width:100%;
}

.mm-menu{
  font-weight:800;
  font-size: 40px;
  line-height: 50px;
  float: right;
  right: 25px;
  bottom: 25px;
  position: fixed;
  z-index: 9998;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.mm-menu ul {
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  text-align:right;
  margin: 0px;
}
.mm-menu li {
  display: block;
  text-decoration: none;
} 
.mm-menu a { 
  color:white;
  text-decoration: none;
}
.mm-menu a:hover { 
  color:#797c82 !important;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
.mm-menu a:active { 
  color:gainsboro !important;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

.mm-menu .active{
  text-decoration: underline white;
  text-decoration-thickness: 5px;
}
.mm-menu .active:hover{
  text-decoration: underline #797c82;
  text-decoration-thickness: 5px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

.mm-menu .active:active { 
  text-decoration: underline gainsboro;
  text-decoration-thickness: 5px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

.mm-menu a:visited { 
  color:white;
  text-decoration: none;
}

.mm-social-media {
  width:165px;
  font-size: 16px;
  color: white;
  text-align: center;
  top: 50px;
  right: -60px;
  font-weight: 800;
  position: fixed;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
}

.mm-social-media a {
color: white;
text-decoration: underline white;
text-decoration-thickness: 2px;
}

.mm-social-media a:hover {
color: #797c82;
text-decoration: underline #797c82;
text-decoration-thickness: 2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

/* Infinite Scrill Logo------------------------------------ */
#ajax-loader-masonry {
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 48%;
}

.ajax-loader {
  background: transparent url("img/ajax-loader-2.gif");
  height: 12px;
  margin: 0 auto;
  vertical-align: middle;
  width: 12px;
}

#infscr-loading { 
  background: transparent;
  bottom: 0;
  color: #fff;
  left: 50%;
  margin-left: -60px;
  opacity: 0.3;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  z-index: 100;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#infscr-loading img {
  width: 43px;
}

/* Thumbnail image -------------------------------------------------*/

.thumb{

}

.mm-custom-thumb{
  width:100%;
  height:100%;
}

.mm-thumb{
  display: inline-block; 
  background: none;
  float: left;
  margin: 0px 30px 60px 30px;
  padding: 0px;
  position: relative;
  width: 600px;
  min-height: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mm-thumb-img img {
  max-width: 100%;
  height: auto;
}

.mm-thumb-overlay{
  position: absolute;
  height: 99.4%;
  width: 100%;
  opacity: 0;
  transition: all .1s ease;
  content: "";
  display: inline-block;
  background:none;
}

.thumboverlaybckgnd{
  background: black;
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100.7%;
  z-index:9500;
}

.mm-thumb:hover .mm-thumb-overlay {
  opacity: 1;
}



/* Thumbnail info ---------------------------------------------------*/

.thumbtext{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  vertical-align: center;
  width: 75%;
  text-align: -webkit-center;
  text-align: center;
  text-align: -moz-center;
  z-index: 9970;
  max-width: 70%;
}

.thumbtext a:link {
  text-decoration: none !important;
}
.thumbtext a:visited {
  text-decoration: none !important;
}
.thumbtext a:hover {
  text-decoration: none !important;
}

.thumbtitle {
  vertical-align: center
}

.thumbtitle {
  color: white;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 800;
}

.thumbclient {
  color: white;
  font-size: 30px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 17px;
  text-decoration: underline white !important;
  text-decoration-thickness: 2px !important;
}

.thumbawards {
  color:gainsboro;
  font-size: 20px;
  margin-top:28px;
  margin-bottom: 3px;
  font-weight: 800;
}

.thumbawards:empty {
  display: none;
}

.thumbtags {
  font-size: 20px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 3px;
  display: none;
  color: #797c82 !important;
  word-break: break-word;
  overflow-wrap: break-word;
  
}

.thumbtags a:link {
  color:#797c82 !important;
  text-decoration: underline #797c82 !important;
  text-decoration-thickness: 2px !important;
}
.thumbtags a:visited {
  color:#797c82 !important;
  text-decoration: underline #797c82 !important;
  text-decoration-thickness: 2px !important;
}
.thumbtags a:hover {
  color:gainsboro !important;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
  transition:.3s;
  text-decoration: underline gainsboro !important;
  text-decoration-thickness: 2px !important;
}



/*FOOTER*-----------------------------------------------------------------------------------------------*/
.footer {
  width:100%;

}
.footer-text{
  font-size: 16px;
  color: white;
  text-align: left;
  bottom: 80px;
  left: -44px;
  font-weight: 800;
  position: fixed;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
}

.footer-text a {
color:white;
text-decoration: underline white;
text-decoration-thickness: 2px;
}

.footer-text a:hover {
color: #797c82;
text-decoration: underline #797c82;
text-decoration-thickness: 2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

#footer {
color: #797c82;
width:100%;
font-size:14px;
position:absolute;
text-align: center;
z-index: 90;
}

#footer a {
  color:white !important;
  text-decoration: underline white;
  text-decoration-thickness: 2px;
}
#footer a:hover {
  color: #797c82;
  text-decoration: underline #797c82;
  text-decoration-thickness: 2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

/*SINGLE PAGE------------------------------------------------------------------------------------------------*/
figure{
  margin:0px;
}

figure.wp-block-image{
  margin:0px;
}

.single-main-container{
  width:100%;
  margin-top:10px;
  padding-left:25px;
  padding-right:25px;
  
}
.single-content-container{
  width:100%;
  max-width: 1070px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  margin-bottom: 150px;
}

.single-graphic-container  {
  width: 100%;
  max-width:650px;
  margin-right:50px;
  float:left;
  position: relative;
}

.single-graphic-container .post-wrapper .post-content img {
}

.single-info-container {
    overflow:hidden;
    width:350px;
    text-align: left;
    position: relative;
    padding-top:100px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.single-title{
  color: white;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 19px;
  line-height: 32px;
}
.single-title:empty{
    display: none;
    position:absolute;
}
.single-client{
  color: white;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 32px;
  text-decoration: underline white;
  text-decoration-thickness: 2px;
}
.single-client:empty{
    display: none;
    position:absolute;
}
.single-description{
  color: #797c82;;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  display: inline-table;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}

.single-description:empty{
    display: none;
    position:absolute;
}

.single-link p{
  color: #797c82;;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  display: block;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 25px 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.single-link a{
  color: black;
  text-decoration: underline black;
  text-decoration-thickness: 2px;
  display: block;
}

.single-link a:hover{
  color: white !important;
  text-decoration: underline white;
  text-decoration-thickness: 2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}

.single-link a:active{
  color: #797c82;
}

.single-link a:visited{
  color: black;
}

.single-link:empty{
    display: none;
    position:absolute;
}

.single-awards{
  color: white;
  font-size: 20px;
  font-weight: 800;
  margin-top: 0px;
}
.single-awards:empty{
    display: none;
    position:absolute;
    margin:0;
}
.single-award1{
  margin-bottom:17px;
}
.single-award1:empty{
    display: none;
    position:absolute;
}
.single-award2{
}
.single-award2:empty{
    display: none;
    position:absolute;
}
.single-award3{
}
.single-award3:empty{
    display: none;
    position:absolute;
}
.single-art-director{
  color: white;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
.single-art-director:empty{
  display: none;
  position:absolute;
}

.single-date{
  color: white;
  font-size: 20px;
  font-weight: 800;
  margin-bottom:17px;
}
.single.single-date:empty{
  display: none;
  position:absolute;
}
.single-tags{
  font-size: 20px;
  font-weight: 800;
  margin-bottom:20px;
  color:#797c82;;
  display: none;
}

.single-tags a {
  color:#797c82;
  text-decoration: underline #797c82;
  text-decoration-thickness: 2px;
}

.single-tags:empty{
  display: none;
  position:absolute;
}
.single-tags a:hover{
  color:gainsboro !important;
  text-decoration: underline gainsboro;
  text-decoration-thickness: 2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
.single-tags a:active{
  color:#797c82 !important;
  text-decoration:underline;
}


/*ABOUT------------------------------------------------------------------------------------------------------------*/
.about-container{
  width:100%;
}

.about-subcontainer{
  max-width:650px;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 15px;
  margin-bottom:140px;
}

.about-portrait{
  width:100%;
  height: auto;
  overflow:hidden;
  background-color:none;
  margin-bottom:60px;
  margin-top:0px;
  vertical-align:middle;
  text-align:center;
}

.about-portrait img{
  display:inline-block;
  height:auto;
  width:100%;
  margin:0;
  padding:0;
  border:0;
}

.about-text-box-1 {
  width:100%;
  border-bottom: none;
  padding-bottom:15px;
}

.about-text-box-2 {
  width:100%;
  border-bottom: none;
  padding-bottom:40px;
  padding-top:40px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.about-text-box-2 a {
  color:gainsboro;
  text-decoration:underline;
}

.about-text-box-2:empty{
  display: none;
  position:absolute;
}
.about-text-box-2 a:hover{
  color:#797c82 !important;
  text-decoration:underline;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
.about-text-box-2 a:active{
  color:white !important;
  text-decoration:underline;
}

.about-text-box-3 {
  width:100%;
  padding-top:40px;
}

.about-bio-title{
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  color:#797c82;
  margin-top:15px;
  text-transform:none;
}

.about-bio-text{
  font-size: 30px;
  font-weight: 800;
  line-height: 21px;
  color: black;
  margin-bottom: 40px;
}

.about-bio-text-1 a:active{
    color: #797c82 !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.about-bio-text-1 a:visited{
    color: #797c82 !important;
    text-decoration: underline;
}
.about-bio-text-1 a:link{
    color: #797c82 !important;
    text-decoration:underline !important;
}
.about-bio-text-1 a:hover{
    color:gainsboro !important;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
      /* ...and now for the proper property */
  transition:.3s;
}

.strikethrough {
    position: relative;
}
 
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: #FF8686;
    
  -webkit-transform:rotate(-2deg);
  -moz-transform:rotate(-2deg);
  -ms-transform:rotate(-2deg);
  -o-transform:rotate(-2deg);
  transform:rotate(-2deg);
}

.about-bio-emails{
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #545454;
}

.about-bio-p{
  margin-bottom: 25px;
  font-family: 'Poppins',sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  color: black;
}
.about-bio-me{
  margin-bottom: 25px;
  font-family: 'Poppins',sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  color: black;
}
.about-bio-me a:active{
  color: #797c82 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.about-bio-me a:visited{
  color: #797c82 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.about-bio-me a:link{
  color: #797c82 !important;
  text-decoration:underline !important;
}
.about-bio-me a:hover{
  color:gainsboro !important;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
    /* ...and now for the proper property */
  transition:.3s;
}

.about-bio-contact{
  margin-bottom: 25px;
  font-family: inherit;
  font-weight: 800;
  font-size: 25px;
  line-height: 28px;
  color: black;
  word-break: break-word;
  overflow-wrap: break-word;
}
.about-bio-contact a:active{
  color: white !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.about-bio-contact a:visited{
  color: white !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.about-bio-contact a:link{
  color: white !important;
  text-decoration:underline !important;
}
.about-bio-contact a:hover{
  color:#797c82 !important;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
    /* ...and now for the proper property */
  transition:.3s;
}

.about-container input{
  max-width: 300px;
  height: 50px;
  margin-bottom:15px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: black;
  padding: 0px;
  background-color:gainsboro;
}

.about-container textarea{
	font-family:inherit;
	font-size: 20px;
  font-weight: 800;
	color: #797c82 !important;
}

.about-container input.button{
  max-width: 300px;
  height: 50px;
  margin-bottom:25px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: black;
  background:#797c82;
  cursor: pointer;
}

.about-container input.button a:hover{
  width: 300px;
  height: 50px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #797c82;
  background: gainsboro;
}

.about-container input::placeholder { 
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #797c82;
  opacity: 1; /* Firefox */
}

.about-container input:-ms-input-placeholder { /* Internet 
  Explorer 10-11 */
  color: #797c82;
}

.about-container input::-ms-input-placeholder 
  { /* Microsoft Edge */
  color: #797c82;
} 

.about-rep-text {
  color: black;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 2px;
  line-height: 27px;
  margin-top: 55px;
}

#contact{
  top:100px;
}

/* Hobbies Container */
.hobbiescontainer { 
  position: relative;
  display:inline;
  cursor:pointer;
}
#hobbiescontent {
    width: 100%;
    padding: 15px 15px 0px 15px;
    text-align: left;
    background: none;
    margin-top: 0px;
    display: none;
    font-size: 25px;
    line-height: 32px;
    color: #797c82;; 
}

.g-recaptcha {
    transform:scale(0.82);
    transform-origin:0 0;
}

/*@media-------------------------------------------------------------------------------------------------------*/
@media (max-height: 1200px) {
  .lynx-years-box button {
    font-size: 3.1em;
    line-height: 0.70em;
  }
}

@media (max-height: 1050px) {
  .lynx-years-box button {
    font-size: 2.7em;
  }
}

@media (max-height: 950px) {
  .lynx-years-box button {
    font-size: 2.3em;
  }
}

@media (max-height: 860px) {
  .lynx-years-box button {
    font-size: 1.9em;
  }
}

@media (max-height: 760px) {
  .lynx-years-box button {
    font-size: 1.5em;
  }
}

@media (max-height: 660px) {
  .lynx-years-box button {
    font-size: 1.1em;
  }
}

@media (max-height: 560px) {
  .lynx-years-box button {
    font-size: 0.7em;
  }
}
  



@media (max-width: 900px) {
  .lynx-title {
    font-size: 5em;
    line-height: 0.9em;
  }
}

@media (max-width: 600px) {
  .lynx-title {
    font-size: 4em;
  }
}


@media (max-width: 500px) {
  .lynx-title {
    font-size: 3em;
  }
}

.page-id-692 #logo-header {
  display:none;
}

.post-id-692#logo-header {
  display:none !important;
}


.page-id-692 #footer {
  display:none !important;
}


/*RESPONSIVE-------------------------------------------------------------------------------------------------------*/
@media (max-width: 2200px) {
  .mm-thumb{
    width: 500px;
    margin: 0px 25px 50px 25px;
  }
}

@media (max-width: 1900px) {
  .mm-thumb{
    width: 450px;
  }
}

@media (max-width: 1750px) {
  .mm-thumb{
    width: 400px;
    margin: 0px 20px 40px 20px;
  }
  #logo-header{
    max-width: 150px;
  }
}

@media (max-width: 1367px) {
  .mm-thumb{
    width: 500px;
  }
}

@media (max-width: 1250px) {
  .mm-thumb{
    width: 425px;
  }
}

@media (max-width: 1133px) {
  .single-main-container{
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    padding-left:0px;
    padding-right:0px;
  }
  
  .single-graphic-container{
    margin-right: auto;
    margin-left: auto;
  }
  .single-info-container {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top:0px;
  }
  .single-graphic-container .post-wrapper .post-content img {
    margin-bottom:40px;
  }
}

@media (max-width: 1024px) {
  .mm-thumb{
    width: 350px;
  }
  .thumbtitle{
    font-size: 23px;
    line-height: 26px;
  }
  .thumbclient{
    font-size: 23px;
    line-height: 23px;
  }
  .thumbawards{
    font-size: 16px;
    line-height: 18px;
  }
  .thumbtags{
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 850px) {
  #masonry {
    max-width:87%;
  }
  .mm-thumb{
    width: 100%;
    margin-top:0px;
    margin-left: auto;
    margin-bottom: 40px;
    margin-right: auto;
  }
  #logo-header{
    max-width: 120px;
    left: 15px;
  }
  .mm-menu{
    right: 15px;
    bottom: 10px;
  }
  #scrolltotop{
    bottom: 210px;
  }
  .thumbtitle{
    font-size: 30px;
    line-height: 32px;
  }
  .thumbclient{
    font-size: 30px;
    line-height: 32px;
  }
  .thumbawards{
    font-size: 20px;
    line-height: 22px;
  }
  .thumbtags{
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 800px) {
  .single-main-container{
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left:0px;
    padding-right:0px;
  }
  
  .single-graphic-container{
    margin-right: auto;
    margin-left: auto;
  }
  .single-info-container {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 500px) {
  #masonry {
    max-width:83%;
  }
  .footer-text {
    left: -46px;
  }
  .mm-social-media {
    right:-63px;
  }
  .mm-menu{
    font-size: 30px;
    line-height: 40px;
  }
  .mm-menu .active{
    text-decoration-thickness: 2px;
  }
  .mm-menu .active:hover{
    text-decoration-thickness: 2px;
  }
  
  .mm-menu .active:active { 
    text-decoration-thickness: 2px;
  }

  #scrolltotop{
    bottom: 170px;
  }
  .thumbtitle{
    font-size: 23px;
    line-height: 26px;
  }
  .thumbclient{
    font-size: 23px;
    line-height: 23px;
  }
  .thumbawards{
    font-size: 16px;
    line-height: 18px;
  }
  .thumbtags{
    font-size: 16px;
    line-height: 18px;
  }
  .single-title{
    font-size: 25px;
    line-height: 28px;
  }
  .single-client{
    font-size: 25px;
    line-height: 28px;
  }
  .single-description{
    font-size: 25px;
    line-height: 28px;
  }
  .about-bio-me{
    font-size: 30px;
    line-height: 34px;
  }
  .about-bio-title{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .about-bio-p{
    font-size: 30px;
    line-height: 34px;
  }
  .about-text-box-2{
    padding-bottom: 20px;
    padding-top: 20px;
  }
}



/*
@media (max-width: 2120px) {
  #masonry .thumb {
    max-width: 600px;  
  }
  #masonry img{
    max-width: 600px;
    height: auto !important;
  }
}

@media (max-width: 1970px) {
  #masonry .thumb {
    max-width: 550px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:550px;
    height: auto !important;
  }
}

@media (max-width: 1820px) {
  #masonry .thumb {
    max-width: 500px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:500px;
    height: auto !important;
  }
}

@media (max-width: 1670px) {
  #masonry .thumb {
    max-width: 450px; 
    margin: 15px 15px 15px 15px;
  }
  #masonry img{
    max-width:450px;
    height: auto !important;
  }
}

@media (max-width: 1490px) {
  #masonry .thumb {
    max-width: 650px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:650px;
    height: auto !important;
  }
}

@media (max-width: 1430px) {
  #masonry .thumb {
    max-width: 600px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:600px;
    height: auto !important;
  }
}

@media (max-width: 1330px) {
  #masonry .thumb {
    max-width: 550px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:550px;
    height: auto !important;
  }
}

@media (max-width: 1230px) {
  #masonry .thumb {
    max-width: 500px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:500px;
    height: auto !important;
  }
}

@media (max-width: 1130px) {
  #masonry .thumb {
    max-width: 450px; 
    margin: 15px 15px 15px 15px;
  }
  #masonry img{
    max-width:450px;
    height: auto !important;
  }
}

@media (max-width: 1010px) {
  #masonry .thumb {
    max-width: 650px; 
    margin: 20px 20px 20px 20px;
  }
  #masonry img{
    max-width:650px;
    height: auto !important;
  }
}

@media (max-width: 780px) {
  #masonry .thumb {
    width: 90%;
    margin: 15px 15px 15px 15px;
  }
  #masonry img {
    height: auto !important;
    width: 100% !important;
  }
  #infscr-loading img {
   width: 43px !important;
  }
  .custom-thumbnail{
    width:100%;
  }
}
*/

/* SUB -------------------------------------------------------------------------------------------------------*/
#sub3 input[type=checkbox]:not(old),
#sub3 input[type=radio   ]:not(old){
  width: 105px;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  margin-bottom: -28px;
  height: 25px;
}

#sub3 input[type=checkbox]:not(old) + label,
#sub3 input[type=radio   ]:not(old) + label{
  display: inline-block;
  margin-left: 0;
  line-height: 24px;
  width: 150px;
  color: #797c82;;
  font-family: inherit;
  font-weight: normal;
}

#sub3 input[type=checkbox]:not(old) + label > span,
#sub3 input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 18px;
  height           : 18px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 2px solid #797c82;;
  border-radius    : 10px;
  vertical-align   : bottom;
}

#sub3 input[type=checkbox]:not(old):checked + label > span,
#sub3 input[type=radio   ]:not(old):checked + label > span{
}

#sub3 input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

#sub3 input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 10px;
  height           : 10px;
  margin           : 2px 0px 0px 2px;
  border-radius    : 10px;
  background       : #797c82;;
}

#sub3 label {
  display:inline-block;
  padding:5px 15px;
  font-family:Arial;
  font-size:18px;
}

#sub3 select {
  width: 100%;
  border: 1px solid #797c82;;
  font-weight: normal;
  color: #797c82;;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px;
  outline:none;
  margin-bottom: 15px;
  padding: 0px 0px 0px 12px;
  height: 45px;
  max-height: 45px;
  cursor:pointer;
  appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-apparence:none;
    -ms-apparence:none;
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  background:
    linear-gradient(45deg, transparent 50%, #797c82 50%),
    linear-gradient(135deg, #797c82 50%, transparent 50%),
    linear-gradient(to right, white 0%, white 0%);
  background-position:
    calc(100% - 23px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
  background-size:
    8px 8px,
    8px 8px,
    2.5em 2.5em;
  background-repeat: no-repeat;    
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-sizing: border-box;
  -ms-sizing: border-box;
}

#sub3 select:active, select:focus, select:after  {
  color: #797c82;
  outline:none;
}

#sub3 #countySel, #sub3 #citySel {
  width:90%;
}

#sub3 option {
  width: 100%;
  font-weight: normal;
  color: #797c82;
  font-size: 16px;
  outline:none;
  height:35px;
  padding: 6px 0px 0px 12px;
  appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-apparence:none;
    -ms-apparence:none;
}

#sub3 option:active, option:focus, option:after  {
  color: #797c82;
  outline:none;
}

#sub3 input[type="submit"]{
  width:100% !important;
  margin-top: 0px !important;
}

#sub3 input[type="text"], #sub3 textarea {
  width: 100%;
  border: 1px solid #797c82;
  font-weight: normal;
  color: #BAE1F4;
  line-height: 20px;
  font-size: 16px;
  border-radius: 2px;
  outline:none;
  margin-bottom: 0px;
  padding: 12px 12px 12px 12px;
  height: 175px;
  appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-apparence:none;
    -ms-apparence:none;
}

#sub3 {
  width: 100%;
  max-width: 350px;
  padding: 0 15px 0 15px;
  margin:0 auto;
  display:none;
}

#sub32 {
  display:inline-block;
}

/* Licensing form styles */
::-webkit-input-placeholder {
  color: #9ECFE2;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9ECFE2;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #9ECFE2;  
}

:-ms-input-placeholder {  
  color: #9ECFE2;  
}

.clear {
  clear:both;
  line-height:0;
}

.mailchimp-embed{
  width:100%;
  text-align: left;
  margin-bottom: 45px;
}

#mc_embed_signup{
  max-width:100%;
  margin: 0 auto;
}

#seclicform{}

#formSent{
  font-size: 14px;
    display: none;
    font-color: #fff;
    padding: 5px 7px 5px 5px;
    float: left;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


/* CUSTOM CSS */

@keyframes blinker {  
  50% { opacity: 0.4; }
}


/*** Works on common browsers ***/
::selection {
  background-color: black;
  color: gainsboro;
  }

/*** Mozilla based browsers ***/
::-moz-selection {
  background-color: black;
  color: gainsboro;
  }

/***For Other Browsers ***/
::-o-selection {
  background-color: black;
  color: gainsboro;
  }

::-ms-selection {
  background-color: black;
  color: gainsboro;
  }

/*** For Webkit ***/
::-webkit-selection {
  background-color: black;
  color: gainsboro;
  }



.container-404{
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  text-align: center;
}

.error-title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #E92224; 
  font-weight: 800;
}

.error-text{
  font-size: 25px;
  font-weight: 800;
  color: #797c82;
}


.news-date{
  font-weight:normal;
  text-transform:none;
}


/* 1. Header*/
.c-logo-header{
    position: relative;
    text-align: center;
  width:100%;
  margin-top:25px;
}

/* 2. Home custom info*/
.home-cusotom-info{
  width:100%;
  position:relative;
  margin-bottom: 1px;
}

.home-cutom-categoty-social{
  width:100%;
  margin-top:9px;
  margin-bottom:3px;
  position:relative;
  z-index:9999;
}

.home-meta-content{
    color: #797c82 !important;
    float: left;
    font-size: 15px;
    position: relative;
    width: 100%;
    font-weight: bolder;
  font-family: 'Poppins', Helvetica, Arial;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}


/* Post */
.post-wrapper {
background: none;
margin-bottom: 0px;
}

.post-wrapper .h1-wrapper {
}

.post-wrapper .h1-wrapper h1 {
font-size: 1.5em;
line-height: 1.3em;
margin: 10px 25px;
text-align: center;
}

.post-wrapper .post-content {
margin: 0px;
}

.post-wrapper .post-content img {
max-width:100%;
height: auto;
}

.post-wrapper .post-meta-top {
margin: 0 25px;
padding: 5px 0 15px 0;
}

.post-wrapper .post-comments {
border-top: 1px solid #eee;
padding-top: 20px;
}

.post-wrapper .post-comments-wrapper {
margin: 0 25px;
}

.subpage-title {
font-size: 20px;
line-height: 1.2em;
padding-bottom: 0.6em;
margin-bottom: 5px;
text-align: center;
color: #797c82;;
font-weight:bold;
margin-top:20px;
width: 100%;
display:block;
}

.subpage-title p {
border-top: 3px double #ccc;
padding: 8px 0;
text-align: center;
}




/* Contact Form 7 Styles
---------------------------------*/
 
.comment-form-box{
  width:100%;
  text-align:center;
}

.comment-form{
  max-width:300px;
  margin-left:auto;
  margin-right:auto;
} 

.blog-comment-request{
  margin-top:80px;
  text-transform:uppercase;
  width:100%;
  text-align: left;
}


.wpcf7 {
}

.wpcf7-form {

}

div.wpcf7-mail-sent-ok{
  font-size:12px;
}

.wpcf7-textarea {
  max-width: 300px;
  width:100%;
  height: 120px;
  font-family: 'Poppins';
  color: #545454 !important;
  font-size: 14px;
  padding: 7px 0px 0px 10px;  
  margin-bottom: 10px;
  line-height:21px;
}

.wpcf7 input {
  max-width: 300px;
  width:100%;
  height: 35px;
  font-family: 'Poppins';
  color: #545454;
  font-size: 15px;
  padding: 0px 0px 0px 10px;
  margin-bottom: 10px;
  line-height:21px;
}

.wpcf7 input[type="submit"]  {
  width: 75px;
  height: 28px;
  font-family: 'Poppins';
  color: #fff;
  font-weight:bold;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  text-transform:uppercase;
  margin-bottom: 10px;
  float: left;
  
}

.wpcf7 select  {
  width: 100%;
  height: 38px;
  font-family: 'Poppins';
  color: #545454;
  font-size: 14px;
  padding: 0px 0px 0px 7px;
  border-radius: 0px;
  border: 1px solid #797c82;;
  opacity:0.8;
  
}

.wpcf7-response-output{
  font-family:'Poppins', sans-serif, Arial;
  font-size:12px;
  color: #A5A5A5;
  width:100%;
  text-align:left;
}

.wpcf7-text {
width: 100%;
}

.wpcf7-text {
width: 50%;
}

.wpcf7-text {
width: 50%;
}

.wpcf7-list-item {
display: block;
}

.wpcf7-list-item {
display: table-row;
}
 
.wpcf7-list-item * {
display: table-cell;
}


/* Sidebar */
.sidebar {
clear: both;
color: #666;
padding-top: 8px;
}

.sidebar a {
color: #999;
}

.sidebar > ul {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #fafafa;
margin: 0;
padding: 0;
}

.sidebar ul > li {
border-top: 1px solid #fafafa;
border-bottom: 1px solid #e5e5e5;
list-style: none;
margin: 0;
padding: 5px 0;
}

.sidebar ul > li ul {
border: none;
}

.sidebar ul > li ul li {
border: none;
}

#double-left-column {
float: left;  
width: 100%;  
}

.post-content figcaption{
  display:none;
} 

.post-content figure.wp-block-image {
  margin-bottom: 50px;
} 


