
/*hide admin bar*/

/*#wpadminbar{
  display: none!important;
}*/

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*CSS import from MID theme*/



/*cloud shop studios custom colors*/

/*purple*/
/*color:#bb1987;*/

/*blue*/
/*color:#005aab;*/

/*brighter blue*/
/*color:#1485ff;*/


/*cloud shop studios gradient with no center color */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7de+0,e91389+100 */



.cloudShopStudios-gradient-2-color-dark{

background: #333391; /* Old browsers */
background: -moz-linear-gradient(left,  #333391 0%, #e91389 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #333391 0%,#e91389 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #333391 0%,#e91389 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333391', endColorstr='#e91389',GradientType=1 ); /* IE6-9 */

}

/*import local web fonts*/




/*@font-face {
    font-family: 'open_sansextrabold';
    src: url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'cooper_hewittlight';
    src: url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/cooperhewitt-light-webfont.woff2') format('woff2'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/cooperhewitt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansregular';
    src: url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/PTS55F-webfont.eot');
    src: url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/PTS55F-webfont.woff') format('woff'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/PTS55F-webfont.ttf') format('truetype'),
         url('http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/














/*///////////////////////////////////////////////////////////////////////////////////////*/
/*wordpress default styles*/


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
  margin: 0 0 1.5em 0!important;
  }
/*.alignleft, img.alignleft {
  margin-right: 1.5em!important;
  display: inline!important;
  float: left!important;
  }*/

.alignleft, img.alignleft {
  margin-right: 1em!important;
  display: inline!important;
  float: left!important;
  margin-bottom: 1em!important;
  }

.alignright, img.alignright {
  margin-left: 1.5em!important;
  display: inline!important;
  float: right!important;
  }
.aligncenter, img.aligncenter {
  margin-right: auto!important;
  margin-left: auto!important;
  display: block!important;
  clear: both!important;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
/*.wp-caption {
  margin-bottom: 1.5em!important;
  text-align: center!important;
  padding-top: 5px!important;
  }*/

/*custom*/
  .wp-caption {
    margin-bottom: 1.5em!important;
  text-align: center!important;
    
    padding-top: 5px!important;
    font-size: smaller;
}

/*.wp-caption img {
  border: 0 none!important;
  padding: 0!important;
  margin: 0!important;
  }*/
  /*edit:*/
  .wp-caption img {
  border: 0 none!important;
  padding: 0!important;
  margin: 0;
  }

.wp-caption p.wp-caption-text {
  line-height: 1.5!important;
  font-size: 10px!important;
  margin: 0!important;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em!important;
  }
blockquote.left {
  margin-right: 20px!important;
  text-align: right!important;
  margin-left: 0!important;
  width: 33%!important;
  float: left!important;
  }
blockquote.right {
  margin-left: 20px!important;
  text-align: left!important;
  margin-right: 0!important;
  width: 33%!important;
  float: right!important;
  }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/*end wordpress default styles*/
/*/////////////////////////////////////////////////////////////////////////////////*/

.home{
 -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;

  /*-webkit-animation-delay: .6s;*/

   margin: 0;
   height: 100%;
}


html{
  margin: 0;
  height: 100%;
  /*font-family: 'pt_sansregular';*/
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px !important;
}

/*
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    padding-bottom: inherit;
    display: block;
    font-size: inherit;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1 { 
    display: block;
    font-size: 2em;
    line-height: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    /*font-weight: bold;*/
/*}*/
h2 {
    display: block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    /* font-weight: bold; */
    font-family: 'Oxygen', sans-serif;
    font-weight: 100;
}
h3 { 
    /* display: block; */
    /* font-size: 1.17em; */
    /* line-height: 1.17em; */
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
     font-weight: inherit; 
    font-size: 28px;
    line-height: 42px;
    color: black;
    font-family: 'cooper_hewittlight';
}
h4 { 
    display: block;
    margin-top: 1.33em;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    /*font-weight: bold;*/
}
h5 { 
    display: block;
    font-size: .83em;
    line-height: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    /*font-weight: bold;*/
}
h6 { 
    display: block;
    font-size: .67em;
    line-height: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    /*font-weight: bold;*/
}

html, body, div {
/*color: #000;*/
-webkit-text-size-adjust:none;
}


body {

/*background-image: url("http://anthonycerminara.com/wp-content/themes/cloud-shop-studios/images/geo1.jpg");*/
    background: #f7f7f7;

  margin: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

header{
z-index: 3000;
position: absolute;
color: white!important;
width: 100%;
height: 50px;

}
header a{
  color: inherit!important;

}

footer{



}
footer a{
color: white!important;
}

h1, h2, h3, h4, h5, h6, p, pre {
margin: 0px 0px 20px 0px;
/*padding: 0px 20px 0px 20px;*/
color: inherit;
}

img {
border: 0;
/*border:none!important;*/

-ms-interpolation-mode: bicubic;
vertical-align: middle;
/*width: 100%;*/
/*height: auto;*/
    /*max-width: initial!important;*/

    max-width: 100%!important;
    height: auto;
}




a {
color: inherit;
text-decoration: none;

}

a:focus {
  outline: none!important;
}


b, strong {
    font-weight: 900;
    letter-spacing: inherit;
    /*color: rgb(66, 66, 66);*/
    font-family: 'open_sansextrabold';
    text-transform: none;
}



input, select, textarea{
  max-width: 100%!important;
}


ul, menu, dir{
  webkit-margin-before: initial;
    -webkit-margin-after: initial;
    -webkit-margin-start: initial;
    -webkit-margin-end: initial;
    -webkit-padding-start: initial;

    margin-left: 20px;
}

article{
      /*background-color: #fbfbfb;*/
    /*background-color: black!important;*/
    /*background-image: url("http://localhost/meon2nd/wp-content/themes/cloud-shop-studios/images/back03b.jpg");*/

/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */

    padding-bottom: 00px;
    padding-top: 0px;
}

figure{
      max-width: 100%!important;
    /*width: 100%!important;*/
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

figure img{
/*      width: 66%;
    float: left;
    padding-right: 2%;
        margin-top: 6px;*/
}


figcaption{
/*    width: 100%;
    font-weight: normal;
    float: none;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: 'PermianSerifTypeface';
    margin: 0px 0px 10px 0px;
    color: gray;*/
}

.alignleft{
  float: left;
}

.alignright{
  float: right;
}


.white{
  color: white!important;
}

/*.wp-caption-text{
  margin-top: -10px;
}*/

/*cloud shop studios custom button styles*/

.btn-sm{
    color: white;
    background-color: #c1c1c1;
    width: auto;
    padding: 4px 10px 4px 10px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .5px;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    float: left;
    text-transform: uppercase;
    transition: all 0.3s ease;

}

.btn-sm:hover{
    background-color: gray;
    color: white;
    cursor: pointer;
    transition: all 0.1s ease;

}

.btn-md{

}

.btn-md:hover{

}

.btn-lg{

}

.btn-lg:hover{

}

.site-main{
    /*background-image: url("http://localhost/meon2nd/wp-content/themes/cloud-shop-studios/images/back03b.jpg");*/
}



.site{
      /*background-color: #fbfbfb;*/

}


.pageContent {
  padding-top: 0px;
  padding-bottom: 0px!important;
      padding-left: 0px;
    padding-right: 0px;

    font-size: 18px;
}

.pageContent{
    /*color: black;*/
    /*color: white;*/
}
.pageContent p{
  font-weight: inherit;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px 20px 0px;

}

.pageContent img{
    /*padding: 0px 10px 10px 10px;*/

}

.singlePageContent{
padding-top: 20px;
padding-bottom: 140px!important;
max-width: 1000px;

}

.venuePageContent{
      padding-top: 10px;
  padding-bottom: 50px!important;
}

.halfZahn{
float: left;
width: 40%;
}

.postGrid:first-child {
float: left!important;
}

.floatLeft{
float: left!important;
}

.floatRight{
float: right!important;
}

.grid .unit{
  padding-top: 0px;
}

.grid .unit:last-child {
padding-right: initial;
}

.grid .unit:first-child {
padding-left: initial;
}

.grid .unit {

/*padding: 0px!important;*/
      padding: 0px;

}

.unit .unit:first-child{
  padding-left: 0px;
}

.unit .unit:last-child{
  padding-right: 0px;
}

.partnerGrid{
width: 16%!important;
min-height: 200px;
margin: 2%!important;
}

.google-maps {
    position: relative;
    padding-bottom: 300px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headerWrap{
margin-top: 20px;
}

::selection {
background: rgba(211, 211, 211, 0.89);
color: #333;
}

/*Fonts*/






h1.sliderFont {  


font-size: 100px!important;

font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;
}



.sectionTitle {
    font-weight: 100!important;
    /* font-style: italic; */
    font-size: 50px;
    letter-spacing: 2px!important;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    /* text-transform: uppercase; */
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    width: 100%!important;
    /* max-width: 800px; */
    /* height: 80px!important; */
    padding: 0px;
    padding-bottom: 11px;
    z-index: 100;
    position: absolute;
    top: 109px;
    height: auto;
    text-transform: uppercase;
    margin: 5px 0 0 0px;
    display: none;
}


.sectionTitle a{
font-weight: normal!important;
font-style: normal!important;
letter-spacing: inherit!important;
color: inherit;
text-decoration: none;
font-size: inherit;
text-transform: uppercase;
}



.projectTitle {
position: relative;
margin-left: 0px;
margin-top: 0px;
padding: 13px;
padding-left: 0px;
width: 100%;
max-height: 33px;
overflow: hidden;
}

.projectTitle a{
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;

color: black;
text-decoration: none;
font-size: 19px;
text-transform: uppercase;
}

.projectExcerpt {
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 0px!important;
line-height: 18px;
color: black;
text-decoration: none;
font-size: 14px;
/* text-transform: uppercase; */
padding-top: 0px;
padding-bottom: 10px;
max-width: 99%;
overflow: hidden;
max-height: 42px;
margin-bottom: 2%;
}

.pageText{
    font-weight: 300!important;
    font-style: normal!important;
    letter-spacing: 0px!important;
    line-height: 1.3em;
    color: #6F6E6E;
    text-decoration: none;
    font-size: 23px;
    padding-top: 0px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 2%;
}


.newsTitle {
    z-index: 99;
    position: relative;
    font-weight: 200!important;
    letter-spacing: 1px!important;
    color: rgb(111, 111, 111)!important;
    text-decoration: none;
    font-size: 19px;
    padding: 5px 5px 5px 0px;
    text-transform: inherit;
}


.artistTitle {
    z-index: 99;
    position: relative;
    font-weight: 600!important;
    letter-spacing: 2px!important;
    color: rgb(111, 111, 111)!important;
    text-decoration: none;
    font-size: 19px;
    padding: 5px 5px 5px 0px;
    text-transform: uppercase;
}

.artistTitle a{

  /*color: rgb(255, 255, 255);*/
  text-decoration: none;

}





.testTitle {
  text-align: center;
  z-index: 99;
  height: 12%;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600!important;
  font-style: normal!important;
  letter-spacing: 5px!important;
  color: black;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
}

.testTitle a{

  color: black;
  text-decoration: none;

}


.artistExcerpt {
max-width: 99%;
overflow: hidden;
max-height: 45px;
margin-bottom: 15px;
}

.artistExcerpt a {
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;
color: black;
text-decoration: none;
font-size: 14px;
/* text-transform: uppercase; */
padding-top: 10px;
padding-bottom: 10px;
}

.thePeopleExcerpt{
    font-weight: 300!important;
    font-style: normal!important;
    letter-spacing: 1px!important;
    color: #505050;
    text-decoration: none;
    font-size: 14px;
    /* text-transform: uppercase; */
    padding-top: 5px;
    padding-bottom: 10px;
    max-height: 19px;
}


.titleOfPostInPostWrapper{
width: 100%!important;

}

/*fancy new fade to 0% opacity background*/
.titleOfPostInPost {
    font-size: 22px;
    margin-bottom: 0px;
    color: black;
    font-weight: 700!important;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px!important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.titleOfPostInPostPeople{
  font-size: 17px;
  text-transform: uppercase;
  color: rgba(158, 158, 158, 1);
  font-weight: 200!important;
  font-style: normal!important;
  letter-spacing: 3px!important;
  padding: 20px;
}

.content-area{
      /*background-color: #FBFBFB;*/
      /*background-color: white;*/

}

/*new*/
.contentInPost{
    font-weight: 300!important;
    font-size: 19px;
    font-style: normal!important;
    line-height: 22px;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    /*padding: 0px 20px 20px 20px!important;*/
    letter-spacing: 0px;
    border: 0px #353535 solid;
    text-align: left;
    color: #363f42;
}

.contentInPost p{

    padding-bottom: 5px;
    padding-left: 0px;
    text-align: left;
    text-align: inherit;
    line-height: inherit;

}

.contentInPost li {
  list-style-type: inherit !important;
  margin-left: inherit;
  font-size: inherit;

}

.contentInPost * img{
  /*width: 100%!important;*/
  /*height: auto!important;*/
  height: auto!;

}


.contentInPostGallery{
  padding:0px!important;
}

/*bullets show*/
.junkProjectDescription li {
  list-style: initial!important;
  margin-left: 20px;
}

.contentStyle{
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 1px;
}
.contentStyle:first-child(1){

}


/*new*/
.contentInPost a{
  font-weight: inherit;
  font-style: inherit!important;
  letter-spacing: inherit!important;
  /*color: inherit!important;*/
  text-decoration: none;
  text-transform: inherit!important;
}


.contentInPostSinglePeople{
/*font-family: ProximaNova-Light!important;*/
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;
color: black;
text-decoration: none;
font-size: 16px;
/* text-transform: uppercase; */
padding-top: 10px;
padding-bottom: 10px;
}

.contentInPostSinglePeople p{
/*padding-bottom: 1em;*/
}

.contentInPostSinglePeople a{
/*font-family: ProximaNova-Bold!important;*/
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;
color: black;
text-decoration: none;
/* font-size: 14px; */
/* text-transform: uppercase; */
padding-top: 10px;
padding-bottom: 10px;
}

.featuredImageInPost{
height: 300px;
overflow: hidden;
}

.featuredImageInPostProject{
height: auto!important;
width: 100%!important;
margin-bottom: 25px!important;
overflow: hidden;
padding: 0px!important;
}

.featuredImageInPostBlog{
height: auto!important;
margin-bottom: 25px!important;
margin-top: 5px!important;
overflow: hidden;
}


.featuredImageInPostPeople{
padding-bottom: 30px!important;
}

.exhibitionTitleInPost{
/*padding: 0px;
padding-left: 20px!important;
padding-bottom: 10px;
padding-top: 10px;*/
}


.singleResponsiveTitleAndDescription{
  /*width: inherit!important;*/
}

.singleResponsiveFeaturedImage{
  /*width: inherit!important;*/
}

.archiveSideBar:first-child(2){
  padding: 20px;
}

#tagName li{
  padding: 20px;

}


.nemus-slider .slide.nemus-active-slide .caption {
opacity: 1;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);

/*font-family: 'Rokkitt', serif!important;*/
font-weight: 700!important;
font-style: normal!important;
letter-spacing: 1px!important;

font-size: 28px;
text-transform: uppercase;
font-style: italic;
}

.testLinkActive {
color: #AAAAAA!important;
/*font-weight: bold!important;*/
}


.homePageTagContainer{
width: 100%;
/* height: 100px; */
background-color: rgba(0, 0, 0, 0.57);
margin-top: -235px;
margin-bottom: 50px;
color: white;
/*font-family: 'Rokkitt', serif!important;*/
font-weight: 200!important;
letter-spacing: 1px!important;
text-transform: uppercase;
padding-top: 20px;
padding-bottom: 20px;
font-style: italic;

}

.homePageTag{
color: white;
max-width: 823px;
margin: 0 auto;
text-align: left;
font-size: 24px;
padding-left: 25px;
padding-right: 25px;

}

.peopleType{

padding-top: 40px!important;
padding-bottom: 20px;

  color: #000!important;
  text-shadow: none;

  /*font-family: 'caviardreams_regular_macroman', sans-serif;*/
  /*font-family: 'caviardreams_regular_macroman', sans-serif;*/
letter-spacing: 10px!important;

  font-size: 30px!important;
  font-weight: 300!important;
    font-size: 30px!important;
  text-transform: uppercase;

}

.programBlurb{
font-weight: 700!important;
letter-spacing: 1px!important;
color: black;
text-decoration: none;
font-size: 25px;
/* text-transform: uppercase; */
padding-top: 10px;
padding-bottom: 10px;
}

.homePageContent{
padding-bottom: 25px!important;
margin-top: 10px!important;
}



.singleHeaderTitle{
  /*top: 100px;*/
}



/*project styles*/
.singleProjectTitle{
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 100;
    padding-bottom: 60px;
}

.projectPageGrid{
    padding: 60px 50px 20px 50px;
    /*width: 90%!important;*/
    max-width: 1000px;
    z-index: 99;
    color: #7b7b7b;
    /*background-color: white;*/
    margin-top: 0px!important;
}



.single-cat-project-content{
    /*background-color: white; */
    padding: 40px 40px 40px 40px;
    margin: 10px 0px 10px 0px;
    position: relative;
    /* float: left; */
    clear: both;
    padding-right: 30px!important;
}

/*make 2/3 wide*/
/*.single-cat-project-content img{
    width: 66%;
    float: left;
    padding-right: 20px;
    margin-top: 6px;
}*/


.single-cat-project-content img {
    width: 100%;
    float: left;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 60px;
    border: 1px solid rgba(232, 232, 232, 0.99);
    border-style: outset;
    box-shadow: 4px 4px 13px 3px rgba(0, 0, 0, 0.29);
}


.single-cat-project-content p {
width: 100%;
    font-weight: 300;
    float: none;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
    color: #424242;
    letter-spacing: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
}


.single-cat-project-content figure {
  /*padding: 40px;*/
  /*background-color: white;*/
}

.single-cat-project-content .wp-caption-text{
      background-color: rgb(255, 255, 255);
    color: #505050;
    float: left;
    padding: 5px 5px 5px 5px;
    margin-left: 20px;
    font-size: 16px;
}

.single-cat-project-content-featured-image{
    padding: 40px 40px 40px 40px;
    margin: 40px 0px 40px 0px;
    position: relative;
}

.single-cat-project-content-project-description{
    padding: 40px 40px 40px 40px;
    margin: 40px 0px 40px 0px;
    position: relative;
}


.wp-caption-text{

}


.singlePostTitle{
    text-align: left;
    font-weight: 100;
    font-size: 35px;
    letter-spacing: 0px;
    padding: 0px 0px 10px 0px;
    /*text-transform: uppercase;*/
    line-height: initial;
    color: inherit;
}

.singlePostCat, .singlePostCat li{
    text-align: left;
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 0px;
    padding: 0px 1px 10px 10px;
    /*text-transform: uppercase;*/
    line-height: initial;
    color: inherit;
    display: initial!important;
}

.singlePostCat{
margin-left: -10px;
}



.singlePostDate{
    text-align: left;
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    line-height: initial;
    color: inherit;
}


.singlePostExcerpt{
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    padding: 0px 0px 35px .25%;
    text-transform: uppercase;
    line-height: 15px;
    color: inherit;
    letter-spacing: 0px;
}


.singlePostContent{
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    padding: 10px 0px 10px 0px;
    line-height: 20px;
    letter-spacing: 0px;
    color: inherit;
    padding: 40px 0px 30px 0px;
    /* font-family: 'PermianSerifTypeface'; */
    font-weight: 100;
    font-style: normal;

}

.singlePostContent a {
  color:#bb1987!important;
}

.singlePostContent > a {
  color:#bb1987!important;
}


.singlePostContent img {

width: 100%;
    float: left;
    padding-right: 0px;
    margin-top: 6px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
}



.bannerWrapperFullServices{
  background-color: lightsteelblue;

}

.bannerWrapperSourcing{
  background-color: lightsteelblue;

}


.bannerWrapperProduct{
    background-color: #F7F7F7;
}

.pageBanner{
  height: 87px;
  background-color: black;
  /*background-color: #F15B23;*/
  overflow: hidden;

  /*background-image: url("http://localhost/meon2nd/wp-content/themes/cloud-shop-studios/images/metal01.jpg");*/
   background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  z-index: 99;
  position: relative;
} 


.singleHeader{
          height: 69px!important;
    /*top: -20px;*/
}


.bannerWrapper{
    /* height: 500px; */
    min-height: 92px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    /* max-height: 500px; */
    /* -webkit-filter: brightness(0.8); */
    padding-top: 140px;

}


.staticPageContentPeopleDiscription{
padding-bottom: 25px;
font-size: 19px;
}

.socialMediaContainer{
padding-left: 75px!important;
margin-top: 10px!important;
}

.socialMedia{
width: 39px;
float: left;
padding: 20px;
}

/*End Fonts*/


/*logo*/

.logo {width: 175px;}

.logo{
/*width:49%;*/
width: 175px!important;
float: left;
/*padding: 1.5%;*/
padding: 20px;
}

/*structure*/

/*.headerWrap {padding: 20px 20px 20px 20px;}*/



/*/////////////////////////////////////////////*/
/*slim nav*/



.menu #navigationFooter {
float: right;
width: 200px!important;
margin-top: 12px!important;
}

#navigation{
    width: 608px !important;
    position: absolute;
    right: 0;
    /*top: -20px;*/
}




.searchCustom{
    height: 28px!important;
    overflow: hidden;
    top: 15px;
    float: left;
}

.searchform{
    margin-top: -8px;
}


.collapse-button{

  position: absolute;
    right: 32px;
    top: 21px;
    width: 48px;
    background-color: #5F5F5F;
     background-image: none!important; 
     background-repeat: none!important; 
     border-color: none!important; 
     border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}


.collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 0px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 4px;
    width: 26px;
    margin: 4px 0;
}

ul.slimmenu li .sub-collapser > i {

    display: none;
}


ul.slimmenu li ul li {
     background-color: rgba(255, 255, 255, 0.96)!important;
    min-width: 250px;

}

ul.slimmenu li ul {
    /*background-color: rgba(255, 255, 255, 0.8)!important;*/
    min-width: 250px;
    margin-top: 5px;
}
/*wordpress menu highlight current page menu item*/

.current_page_item a {
  color: inherit!important;
  font-weight: 200!important;
}

/*slim nav*/
/*/////////////////////////////////////////////////////////*/





/*remove chevron from wordpress dropdown menu*/
i, em, dfn {
font-style: italic;
/*display: none;*/
color: inherit!important;
}

.collapse-button{
margin-top: 15px;
}



.myExcerptClass{
font-size: 15px;
font-weight: 200!important;
font-style: normal!important;
letter-spacing: 1px!important;
}

.myExcerptClass a{
color: white!important;
}






.staticPageContent{
/*font-size: 19px;*/
font-weight: 200!important;
font-style: normal!important;
line-height: 1.3;
letter-spacing: 1px!important;
color: black;
text-decoration: none;
font-size: 18px;
/* text-transform: uppercase; */
padding-top: 10px;
padding-bottom: 10px;
}

.staticPageContent p{
padding-bottom: 1em;
}

.staticPageContent li{
padding-bottom: 1em;
}

/*Adds worpdress bullets to the content in the curriculum and other static pages*/
.staticPageContent li {
list-style-type: circle!important;
}


.staticPageContent ul {
list-style-type: circle!important;
}

.contentInPost li {
/*list-style-type: circle!important;*/
}

.contentInPost ul {
list-style-type: circle!important;
}

.peoplePageImage{
max-height: 400px;
overflow: hidden;
}


.featImage{
     -webkit-filter: brightness(0.8); 
    transform: scale(1.0);
    -webkit-transition: all 0.5s;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.artistTitleHome:hover + .featImage{
    -webkit-filter: brightness(1.00);
  transform: scale(1.05);

  -webkit-transition: all 0.5s;
}


.artistTitleHome {
    z-index: 99;
    position: relative;
    font-weight: 600!important;
    letter-spacing: 2px!important;
    color: rgb(255, 255, 255)!important;
    text-decoration: none;
    font-size: 24px;
    /*padding: 5px 5% 5px 5%;*/
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    position: absolute;
    /* transform: translate(-50%,-50%); */
    display: flex; /* flex fills the child to size of the parent*/

}


.artistTitleHome a{
    height: 100%;
    width: 100%;
    padding-top: 26%;
}


.featImageTest{
  width: 200px;
}

.testImageWrap{
  width: 200px;

}

.testExcerptWrap{

}

.excerpt{
  /*font-weight: 200!important;*/
/*  font-style: normal!important;
  letter-spacing: 1px!important;
  line-height: 32px;
  font-size: 22px;
  font-size: smaller;*/
  color: black;
      text-transform: initial;
}


.supportPageImage{
  max-height: 500px;
  max-width: auto;
    min-height: 236px;
}

.attachment-support{


     margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%) }   /* 4 */


.fullWidthWrapper{
width: 100%;
height: auto;
position: relative;
float: left;
}

.sideBarRight{
float: right!important;
width: 33%!important;
position: absolute;
right: 0px!important;
z-index: 2!important;
margin-bottom: 50px!important;
padding-left: 20px!important;
}

.dateTime{
    font-weight: 100;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0px 5px 10px 0px;
}

.tagPageTitle{
/*font-family: ProximaNovaS-Bold;*/
font-weight: normal;
font-style: normal;

letter-spacing: 1px;
font-size: 19px;
padding-bottom: 10px;
padding-top: 10px;
}

.sideBarBlockTitle{
/*font-family: ProximaNova-Light;*/
font-weight: normal;
font-style: normal;

letter-spacing: 1px;
font-size: 12px;
padding-bottom: 10px;
padding-top: 10px;

}
.archiveSideBar{
padding-top: 10px;
padding-bottom: 10px;
}

.theTags{
  position: absolute;
  right: -99999px;
}




/*/////////////////////////////////////////////MID styles//////////////*/


/*MID Custom styles for entire site*/



/*.nemus-slider .caption { font-family: 'Rokkitt', serif; font-weight: 700; }*/
/*End Fonts*/


/*logo*/

/*.logo {width: 400px;}*/


.logo{
/*width:49%;*/
width: 400px!important;
float: left;
/*padding: 1.5%;*/
padding: 20px;
}

.logo2{
width: 237px;
/*float: left;*/
padding: 10px;
padding-top: 25px;
padding-bottom: 32px;
}

.apply {
float: left;
width: 14%;
margin-top: 13px;
/* padding: 1.5%; */
padding: 20px;
}

.applyButton{
height: 30px;
width: 150px;
/*background-color: #F06465;*/
background-color: #F06465;
text-align: center;
line-height: 30px;
color: white;
font-weight: bold;
}






/*//////////////////////////////////////////////////*/
/*footer*/
#navigationFooter{
padding-top: 25px;
}


.menuFooter{
width: 200px!important;
}

.menuFooter li{
height:30px;
}

.menuFooter li a{
color: white!important;
}

.mailForm{
padding-top: 19px;
}

.contactInfo{
text-align: left;
color: white!important;
line-height: 19px;
padding: 10px;
padding-top: 0px;
font-size: 14px;
/*font-family: ProximaNova-Light!important;*/
}

.contactInfo a{
color: white!important;

}




#mc_embed_signup {
background: rgba(85, 85, 85, 0);
/* clear: left; */
/*font-family: ProximaNova-Bold!important;*/
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;
color: white;
}

#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 10px;
padding: 10px 0 10px 0px!important;
}

#mc_embed_signup input.email {
display: block;
padding: 12px 0;
margin: 0 4% 22px 0!important;
text-indent: 5px;
width: 244px!important;
min-width: 130px;
}

#mc_embed_signup label {
font-size: 14px!important;
padding-bottom: 19px!important;

}

#mc_embed_signup input.button {
border-radius: 0px!important;
width: 247px!important;
margin: 0 0 10px 0;
min-width: 90px;
}

.wc-gallery{
padding-top: 25px;
width: 155%!important;
}


/*footer end*/
/*//////////////////////////////////////////////////*/

/*start button*/

.myButton {

margin-top: 18px;
float: left;


-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius: 0px;
border: 1px solid #942911;
display: inline-block;
cursor: pointer;
color: #ffffff;
/*font-family: ProximaNova-Bold!important;*/
font-weight: normal!important;
font-style: normal!important;
letter-spacing: 1px!important;
line-height: 12px;
font-size: 14px;
font-weight: bold;
padding: 8px 24px;
padding-top: 8px;
padding-bottom: 6px;
text-decoration: none;
text-shadow: 0px 1px 0px #854629;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
background-color:#bc3315;
}
.myButton:active {
position:relative;
top:1px;
}

/*end button*/







.testLinkActive {
/*color: #40C2D4!important;*/
color: #00B4CE!important;
font-weight: bold!important;
}

.myExcerptClass{
font-size: 10px;
}



.thePeopleExcerpt .excerpt{
color: black!important;
}

.projectImageSingle{
float: left;
}





.wrap .grid, .grid.wrap {

 max-width: none;

 /*max-width: 1000px;*/


}


.homeGridBox{
  padding: 0px!important;
  position: relative;
  z-index: 2000;
}


.homeGrid {
    max-width: 100%!important;
    z-index: 99;
}


.pageGrid {
    max-width: 100%!important;
    z-index: 99;
    /*padding: 40px;*/
    /*padding-top: 48px!important;*/
}

/*.postPageGrid {
    z-index: 99;
    color: #565656;
    background-color: rgba(255, 255, 255, 0.94);
    margin-top: 50px!important;
    font-weight: 300!important;
    font-size: 15px;
    line-height: 27px;
    padding-top: 60px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.19);
}*/

/*.postPageGrid {
    z-index: 99;
    color: rgba(255, 255, 255, 0.94);
    background-color: rgba(255, 255, 255, 0.94);
    background-color: rgba(0, 0, 0, 0.58);
    margin-top: 50px!important;
    font-weight: 300!important;
    font-size: 16px;
    line-height: 27px;
    padding-top: 25px;
}
*/

.postPageGrid {

    margin-top: 150px!important;
    font-size: 18px;
    line-height: 28px;
    color: #545454;
}

.postPageGrid p {

  /*border-bottom: 5px solid black;*/
      /*max-width: 900px;*/
    /*margin: 0 auto;*/
}

.postPageGrid a{
  /*text-decoration: underline!important;*/
  border-bottom: 1px solid #0076b1;

    color: #0076b1!important;
}

.singleProductPageWrapper{
  color: rgb(66, 66, 66)!important;
      background-color: rgba(255, 255, 255, 0.58)!important;
}

/*//////////////////////////////////////////////////////////////////////*/
/*featured home grid new portfolio start*/

.home-Page-Grid-Item-Wrapper{
    /* background-color: rgba(255, 255, 255, 0.9); */
    padding: 10px;
    /* border: 0px solid #9a9a9a; */
    padding-bottom: 40px!important;
    margin: 15px!important;
    /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.19); */
    transform: scale(1.0);
    transition: all 0.2s!important;
}

.home-Page-Grid-Item-Wrapper:hover{


    /*transform: scale(1.025);*/

    /*-webkit-filter: grayscale(100%);*/
    transform: scale(1.02);

    transition: all 0.2s!important;
}

.home-Page-Grid-Item-Wrapper-home2{
    padding: 15px;
    padding-bottom: 40px!important;
    margin: 0px!important;
}


.home-loop-item-class{
  padding-right: 20px!important;

}

.home-loop-item-class:nth-last-child(1){
  padding-right: 0px!important;

}

/* start the divs below are proportional and responsive with images */
  .home-Page-Grid-Item-Featured-Image {

    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
    overflow: hidden;
    margin-top: -1px;
}



.home-Page-Grid-Item-Featured-Image img{

    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /*-webkit-filter: grayscale(0%);*/

/*    transform: scale(1.0);

    transition: all 0.3s!important;*/

    object-position: 50% 10%;
        -webkit-filter: brightness(0.8);

}

.home-Page-Grid-Item-Featured-Image img:hover{

    /*-webkit-filter: grayscale(100%);*/

/*    transform: scale(1.025);

    transition: all 0.3s!important;*/
  }




/* start the divs below are proportional and responsive with images */
  .blog-Page-Grid-Item-Featured-Image {

    position: relative;
    width: 100%;
    padding-bottom: 66%;
    float: left;
    height: 0;
    overflow: hidden;
    margin-top: -1px;
}



.blog-Page-Grid-Item-Featured-Image img{

    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /*-webkit-filter: grayscale(0%);*/

/*    transform: scale(1.0);

    transition: all 0.3s!important;*/

    object-position: 50% 10%;

}

.blog-Page-Grid-Item-Featured-Image img:hover{

    /*-webkit-filter: grayscale(100%);*/

/*    transform: scale(1.025);

    transition: all 0.3s!important;*/
  }




.home-Page-Grid-Item-Title{

font-size: 17px;
    color: white;
    letter-spacing: 2px;
    padding: 5px 5px 10px 5px!important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px!important;
    /* max-height: 20%; */
    /* min-height: 20%; */
    width: 100%;
    margin-left: 0%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    width: 66%;
    height: 26px;
    /* background-color: rgba(0, 0, 0, 0.79); */
    border: 1px solid white;
    /*font-family: 'open_sansextrabold';*/
    text-transform: uppercase;

    font-family: "Montserrat", arial, sans-serif;

}


.blog-Page-Grid-Item-Title{

    font-size: 17px;
    color: #484848;
    letter-spacing: 2px;
    padding: 5px 5px 10px 5px!important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px!important;
    /* max-height: 20%; */
    /* min-height: 20%; */
    width: 100%;
    margin-left: 0%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    width: 66%;
    height: 26px;
    /* background-color: rgba(0, 0, 0, 0.79); */
    border: 1px solid dimgrey;
    /*font-family: 'open_sansextrabold';*/
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;

}


.home-Page-Grid-Item-Excerpt{

    font-size: 12px;
    font-weight: 100;
    line-height: 25px!important;
    /* color: black; */
    padding: 10px 0px 10px 0px!important;
    text-align: center;
    text-transform: capitalize !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 17px!important;
    max-height: 25px;
    min-height: 25px;
    width: 100%;
    margin-left: 0%;
    letter-spacing: 1px;

}

.FadeAway{
    position: absolute; top:0px; left:0px; width:100%; height:100%;
      background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, #2b333e 100% );

}


.news-Page-Grid-Item-Title{
    font-size: 20px;
    font-weight: 300;
    padding: 0px 0px 10px 20px!important;
    text-align: left;
    text-transform: capitalize !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px!important;
    letter-spacing: 0px;
    font-family: 'AvenirLTStd-Roman';
}

.news-Page-Grid-Item-Excerpt{

    font-size: 17px;
    font-weight: 100;
    line-height: 24px!important;
    padding: 0px 0px 10px 20px!important;
    text-align: left;
    text-transform: capitalize !important;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
}

.news-page-content-wrapper{
  padding: 40px 0px 40px 0px;
}

.news-page-single-post-wrapper{
  padding: 40px 0px 40px 0px;

}





/*team page grid*/


.team-page-section-title{
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    margin-top: 90px;
    margin-bottom: -35px;
    text-align: center;
}


.team-Page-Grid-Item-Wrapper{
      padding: 0% 4% 4% 4%;
}

  .team-Page-Grid-Item-Featured-Image {

    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
    /*overflow: hidden;*/
    margin-top: -1px;
}



.team-Page-Grid-Item-Featured-Image img{

    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-filter: grayscale(100%);
    transition: all 0.3s!important;

}

.team-Page-Grid-Item-Featured-Image img:hover{

    -webkit-filter: grayscale(0%);
    transition: all 0.3s!important;

}


.team-Page-Grid-Item-Title{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1px 5px 1px 4px!important;
    text-align: left;
    width: auto;
    color: white;
    position: absolute;
    bottom: -50px;
    left: -11px;
    float: left;
    border: 1px solid #4e4e4e;
    background-color: black;
}


.team-Page-Grid-Item-Excerpt{

    font-size: 16px;
    font-weight: 100;
    line-height: 25px!important;
    color: black;
    padding: 10px 0px 10px 0px!important;
    text-align: center;
    text-transform: capitalize !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px!important;
    max-height: 50px;
    min-height: 50px;
    width: 80%;
    margin-left: 10%;
    letter-spacing: 1px;

}

/* end the divs are proportional and responsive with images */

/*featured home grid new portfolio end*/


/*start featured portfolio grid for portfolio page*/

/* start the divs below are proportional and responsive with images */

/*  .portfolio-Page-Grid-Item-Featured-Image {
    position: absolute;
    width: 32%;
    margin: .66%;
    padding-bottom: 20%;
    float: left;
    height: 0;
    overflow: hidden;
    clear: both;
}*/


  .portfolio-Page-Grid-Item-Featured-Image {
    position: absolute;
    width: 32%;
    margin: .66%;
    padding-bottom: 27%;
    float: left;
    height: 0;
    overflow: hidden;
    clear: both;
}


/*.portfolio-Page-Grid-Item-Featured-Image:hover{
    box-shadow: 0px 0px 0px 4px rgb(218, 218, 218);
         transition: all 0.3s!important;
    -webkit-transition: all 0.3s!important;
}*/

.portfolio-Page-Grid-Item-Featured-Image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;

-webkit-transition: all 0.1s!important;
}

.portfolio-Page-Grid-Item-Featured-Image img:hover{


-webkit-filter: brightness(110%);
-webkit-transition: all 0.1s!important;
}

/*end featured portfolio grid for portfolio page*/



/*//////////////////////////////////////////////////////*/
/*portfolio isotope custom start*/

/*one half grid*/
/*.custom-grid-item{
    display: flex;
    position: relative;
    width: 49%;
    margin: .5%;
    padding-bottom: 25%;
    float: left;
    height: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}*/

/*one third grid*/
.custom-grid-item {
    display: flex;
    position: relative;
    width: 32.3%;
    margin: .5%;
    padding-bottom: 20%;
    float: left;
    height: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.custom-grid-item img{
object-fit: cover;

    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}


.custom-grid-item-title-wrapper{
z-index: 999;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.69));
}

.custom-grid-item-title{
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 22px;
    padding: 80px 5px 10px 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

#filters{
    height: 67px;
    color: #5f5f5f;
    font-weight: 100;
    padding-bottom: 20px;
    font-size: 15px;
    width: 643px;
    margin: 0 auto;
    margin-top: 50px;
    font-family: 'Raleway';
    font-weight: 100;
    font-style: normal;
}

#filters li{
    list-style-type: none!important;
    float: left;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #eaeaea;
    margin: 5px;
    font-weight: 400;
    color: #bdbdbd;
}

#isotope-list{
  margin-bottom: 100px;
}

/*active style*/
.selected{
  color: #5a5a5a;
}

/*portfolio isotope custom start*/
/*//////////////////////////////////////////////////////*/




/*//////////////////////////////////////////////////////////////////////*/


.aboutPageTop{
    margin-top: 120px!important;
}


.homeGridBox:last-child {
  padding-right: 0px!important;
}

.homeGridBox:first-child {
  padding-left: 0px!important;
}


.post-thumbnail-caption{
font-size: 19px;
color: black;
}

.myDiv{
color: black;
height: 50px;
position: absolute;
}

.wc-gallery-captions-show .gallery-caption {
background-color: #f5f5f5;
font-size: 10px;
}


/*.hideme
{
    opacity:0;
}
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Junk Custom styles*/

.logoImg{
/*width: 580px;*/
/*height: 446px;*/
}

/*.logoHome{
  position: absolute;
  z-index: 999;
  width: 80%;
  position: absolute;
  top: 43%;
  left: 50%;
  margin: 0px 0 0 -40%;
}*/

.logoHome {
  position: absolute;
  z-index: 999;
  width: 40%;
  position: absolute;
  top: 35%;
  left: 50%;
  margin: 0px 0 0 -20%;
}


.logoFooter{
  position: relative;
  width: 200px;
}

.junkLogoImgPage{
    width: 43px;
    /* padding: 9px 0px 12px 0px; */
    position: relative;
    top: 0px;
}

.junkLogoImgPageFooter{
    width: 100%;
    padding: 0px;
    position: relative;
    left: 0px;
        top: -10px;
}


.callUsHeader{

    position: absolute;
    top: 30px;
    left: 115px;
    /*background-color: rgb(233, 19, 137);*/
    color: white;
}

.emailUsHeader{

    position: absolute;
    top: 30px;
    left: 195px;

}



.headerIconContainer{
  z-index: 99999999999;
    margin-left: 40px;
    margin-top: 20px;
    position: absolute;
}

.headerIconWrapper{
    float: left;
    width: 30px;
    padding: 5px;
    margin-top: 15px;
    
}

.headerIconImg{

}


/*header icons*/

.phone-icon{
display: none;

width: 20px;
height: 20px;
}

.email-icon{
display: none;
  
width: 20px;
height: 20px;
}


/*Cloud Shop Studios style*/

/*.logoContainerHome{
    width: 100%;
    position: absolute;
    top: 25%;
    margin: 0 auto;
    z-index: 99;
    text-align: center;
}*/

/*with text*/
.logoContainerHome {
    width: 100%;
    position: absolute;
    top: calc(50vh + -82px)!important;
    height: 165px;
    line-height: 165px;
    margin: 0 auto;
    z-index: 99;
    text-align: center;
    font-size: 168px;
    -webkit-font-smoothing: antialiased!important;
    color: rgba(255, 255, 255, 0.47);
}



.logoContainerHomeImage{
  width: 400px!important;
  height:auto;
}



.logoContainer {
    z-index: 999999;
    color: rgb(239, 239, 239)!important;
    text-shadow: none;
    font-size: 25px!important;
    line-height: 75px;
    letter-spacing: 2px;
    font-style: normal!important;
    position: fixed;
background-color: rgba(0, 0, 0, 0.37);
    height: 75px;
    /* margin: 0 auto; */
    width: 100%;
    text-align: center;
    transition: background-color 1.5s ease;

}

.scrolled{

    background-color: rgba(0, 0, 0, 0.9);

}

.textLogo{
    width: 200px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    left: 0px;
    padding: 10px;
    top: -5px;
    /*font-family: 'caviardreams_regular_macroman', sans-serif;*/
    font-size: 25px!important;
    letter-spacing: 4px;
    width: 250px;
    z-index: 99;
}

.nameContainerWrapper{
    position: absolute;
    left: 30px;
    top: 24px;
    width: 350px;
    text-align: left;
    line-height: 30px;

    /*font-family: 'Oxygen', sans-serif;*/
    font-family: "Montserrat", arial, sans-serif;


}

.nameContainerMain{
    font-size: 19px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    line-height: 14px;
}

.nameContainerSub{
font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.junkNavItem{
  color: #FFF!important;
  text-shadow: none;
  font-family: 'caviardreams_regular_macroman', sans-serif;
  font-size: 30px!important;
  text-transform: uppercase;
  letter-spacing: 5px;
  background-color: rgb(61, 61, 61);
  padding: 6px 6px 6px 40px;
  margin: 10px 10px 20px 0px;
  width: 250px;
  z-index: 99;
}

.junkNavItem a{
 font-weight: 300!important;
}

#what{
  position: fixed;
}

#who{
  position: fixed;
  margin-top: 53px;
}

#interact{
  position: fixed;
  margin-top: 96px;
}

/*fixed smaller style*/
.junkNavItem {
  color: #FFF!important;
  text-shadow: none;
  /*font-family: 'caviardreams_regular_macroman', sans-serif;*/
  font-family: 'caviardreams_regular_macroman', sans-serif;
  font-size: 20px!important;
  text-transform: uppercase;
  letter-spacing: 5px;
  background-color: rgb(61, 61, 61);
  padding: 6px 6px 6px 40px;
  margin: 10px 10px 20px 0px;
  width: 183px;
  z-index: 99;
}

.siteBy{
    color: #FFFFFF!important;
    text-shadow: none;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0px 0px 0px;
    position: fixed;
    float: left;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 53px;
    /*background-color: rgba(0, 0, 0, 0.06);*/
}

.fixedFooterLogo1{
    width: 83px;
    position: fixed;
    left: 25px;
    bottom: 26px;
}
.fixedFooterLogo1  img{
  width: 30px;
}

.siteBy a img{
  width: 76px;
}

.donateNow{
    width: 150px;
    position: fixed;
    right: 0px;
    bottom: 22px;
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    /*font-family: inherit;*/
    font-family: 'colaborate-regularregular';
    font-weight: 500;
    font-style: normal;
    float: left;
    text-transform: initial;
    transition: all 0.3s ease;
    background: -moz-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,204,204,1)), color-stop(100%, rgba(153,218,255,0.9)));
    background: -webkit-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: -o-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: linear-gradient(0deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CCCC', endColorstr='#99DAFF',GradientType=0 );
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.19);
}

.donateNow:hover{
    width: 170px;

    transition: all 0.3s ease;

}

/*///////////////////////////////////////////////////////////////////////////////*/

/*Rev slider custom */



#rev_slider_24_2_wrapper{
  display: none!important;
}


#rev_slider_19_1 *,.tp-simpleresponsive img{
  background-size: contain!important;
  /*background-color: rgba(37, 37, 37, 0.3)!important;*/
    background-position: center 0px!important;
}

#rev_slider_19_2 *,.tp-simpleresponsive img{
  background-size: contain!important;
  /*background-color: rgba(37, 37, 37, 0.3)!important;*/

}



.defaultimg{
          /*background-position: inherit!important;*/
}

.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {
    background-position: 0px 0px!important;
    /*background-size: 100% auto!important;*/
    /*background-color: rgb(255, 255, 255)!important;*/
        /*-webkit-filter: brightness(0.8);*/

}



.slotholder{
  -webkit-filter: brightness(0.90);
}

#rev_slider_10_1.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {
    /*background-position: center 0px!important;*/
    background-color: rgba(37, 37, 37, 0)!important;

/*    background-size: contain!important;
    height: 75vh!important;*/

}


.tp-caption.black, .black {
    font-size: 30px!important;
    line-height: 36px;
    font-weight: 100!important;
    font-family: 'caviardreams_regular_macroman', sans-serif;
    color: #191919!important;
    text-decoration: none;
    background-color: rgb(255, 255, 255)!important;
    text-shadow: none;
    margin: 0px;
    letter-spacing: 1px!important;
    padding: 1px 4px 0px 4px;
    width: auto!important;
    white-space: normal !important;
    height: auto!important;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;
    left: 4%!important;
    bottom: 0px!important;
    top: auto!important;
    text-transform: lowercase;
    padding: 2px!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
    font-size: 22px!important;
}


.tp-caption.caption, .caption{
    font-weight: 200!important;
    font-family: 'caviardreams_regular_macroman', sans-serif;
    color: #ffffff!important;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.76)!important;
    text-shadow: none;
    margin: 0px;
    letter-spacing: 0px!important;
    padding: 1px 4px 0px 4px;
    width: auto!important;
    white-space: normal!important;
    height: auto!important;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;
    left: 4%!important;
    padding: 5px!important;
    line-height: 22px!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
    font-size: 19px!important;

    display: none!important;

}

.tp-caption.excerpt {
    border-width: 0px;
    border-color: rgb(34,34,34);
    border-style: none;
    font-weight: 200!important;
    font-family: inherit!important;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.76)!important;
    text-shadow: none;
    margin: 0px;
    letter-spacing: -1.5px;
    padding: 1px 4px 0px 4px;
    width: auto!important;
    white-space: normal!important;
    height: auto!important;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;
    left: 4%!important;
    padding: 5px!important;
    letter-spacing: 0px!important;
    line-height: 22px!Important;
    padding-right: 20px!important;
    padding-left: 20px!important;
    font-size: 19px!important;

    display: none!important;
    
}

.fullscreen-container {

/*    z-index: 10;
    height: 100vh!important;

    -webkit-filter: brightness(.3);
    filter: brightness(.3);

    position: relative!important;*/

    background-position: top center!important;
}


/*.fullscreen-container{
      top: -71px!important;
}*/

.fullscreen-container{
      top: 0px!important;
}


#rev_slider_10_1_wrapper{
    top: 0px!important;
    margin-bottom: 0px!important;

    /*height: 75vh!important;*/
}



.fullcoveredvideo video, .fullscreenvideo video {
  background: #000;
  -webkit-filter: brightness(0.8);
}




.fullwidthbanner-container {
  /*position: relative!important;*/

  /*height: 75vh!important;*/
}

.tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li{
  
  /*height: 75vh!important;*/

}


.tp-revslider-slidesli, .tp-revslider-mainul{
      /*height: 75vh!important;*/
}



.tp-revslider-slidesli, .tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}


#rev_slider_13_1_wrapper.forcefullwidth_wrapper_tp_banner {
    width: 100%;
    position: relative;
    max-height: 600px!important;
}

.forcefullwidth_wrapper_tp_banner{
      margin-bottom: 0px!important;
}


#rev_slider_19_2 

.rev_slider li.tp-revslider-slidesli{
      top: 200px;
}

#rev_slider_19_2.rev_slider li.tp-revslider-slidesli{
      top: 0px!important;
}





/*testimonial slider styles*/

#rev_slider_33_3_wrapper, #rev_slider_37_4_wrapper {
  height: 500px!important;
  width: 100%!important;
}


#rev_slider_33_3_wrapper *, #rev_slider_37_4_wrapper *{
      background-color: rgba(37, 37, 37, 0)!important;
      color: white;
      background-size: contain!important;

      background-position: left 50px bottom 0px!important;
      /*line-height: 28px!important;*/
}



.tp-mask-wrap{
  /*width: 100%!important;*/
      margin-left: 200%;
}


.testimonialWrapper{
    min-width: 600px!important;
    max-width: 600px!important;
}



#rev_slider_33_3{
  height: 500px!important;
  padding-bottom: 0px!important;

}

.testimonialWrapper{
    /*left: 20%!important;*/
    /*max-width: 100%!important;*/
    /*width: 100%!important;*/
}

.testimonial{
    font-size: 26px!important;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0px;

}

.testimonialPerson{
    font-size: 25px!important;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
}

.testimonialPersonTitle{
    font-size: 15px!important;
}


#slide-78-layer-2{

}

.testimonialPerson:first-child{
    border-radius: 50%;
    border: 4px solid white!important;
    margin-top: 7px!important;
}




/*white arrows*/

.metis.tparrows:before {
    color: #fff!important;
}

/*end rev*/
/*////////////////////////////////////////////////////////////////////////*/


/*captions + down arrows for rev*/

.tparrows{
}


.customCaptionClass {
    right: auto!important;
    left: 47px!Important;
    /* width: 400px; */
    /* bottom: 52px; */
    font-size: 22px!important;
    font-weight: bold!important;
    letter-spacing: 2px!important;
    background-color: rgba(255,255,255,.5)!important;
    color: #080808!important;
    text-transform: uppercase;
    padding: 13px 20px 3px 20px!important;
    border-style: solid;
    border-width: 1px 1px 0px 1px!important;
    border-color: #c3c3c3;
}

.customCaptionClass2 {
    position: relative;
    display: block;
    right: auto!important;
    position: absolute;
    left: 47px!important;
    /* bottom: 18px; */
    font-size: 14px!important;
    font-weight: 100!important;
    line-height: 16px!important;
    letter-spacing: .5px!important;
    background-color: rgba(255,255,255,.5)!important;
    color: #080808!important;
    white-space: initial!important;
    padding: 8px 20px 9px 20px!important;
    border-style: solid;
    border-width: 0px 1px 2px 1px!important;
    border-color: #c3c3c3;
    border-bottom-color: black;
}




#customArrowId {
    bottom: 10px;
    color: rgb(255, 255, 255)!important;
    font-size: 90px!Important;
    height: 50px;
    width: 50px;
    display: none;
}

#customArrowId:hover {
cursor: pointer;
}

.custom.tparrows:before{
  font-size: 35px!important;
}

.custom.tparrows {
    background: none!important;
}

.custom.tparrows:hover {
    background: none!important;
}

/*end captions for rev*/




/*/////////////////////////////////////////////*/
/*mobile replacement for rev*/

/*mobile versions:*/





/*desktop versions:*/



/*cut style desktop*/
#rev_slider_20_1_wrapper{
  display: block!important;
}

/*color desktop*/
#rev_slider_23_1_wrapper{
  display: block!important;
}

/*treatments desktop*/
#rev_slider_22_1_wrapper{
  display: block!important;
}

/*bridal desktop*/
#rev_slider_13_1_wrapper{
  display: block!important;
}

/*about desktop*/
#rev_slider_21_1_wrapper{
  display: block!important;
}


/*/////////////////////////////////////////////*/




/*mobile ios / ie 8 styles*/

img.tp-slider-alternative-image{
    width: 106%!important;
    margin-left: -2%!important;
    margin-top: -30px;
    padding-bottom: 15px;
}




/*new home slider custom styles*/

.titleCustomNew{
    width: 800px;
    white-space: initial;
    line-height: 45px!important;
    letter-spacing: 3px!important;
    font-size: 28px!important;
    /* text-transform: uppercase; */
    /* font-weight: 300!important; */
    position: relative;
    text-align: center!important;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.79);
    padding: 10px 25px 5px 25px!important;
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.5);
    /* display: none; */
    font-family: "Montserrat", arial, sans-serif;
    font-weight: 900!important;
    font-family: 'Scope One', serif;
}

.excerptCustomNew{
    /* width: 600px; */
    white-space: initial;
    line-height: 34px!important;
    letter-spacing: 4px!important;
    font-size: 13px!important;
    text-transform: uppercase;
    position: relative;
    text-align: center!important;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.79);
    
    padding: 10px 25px 10px 25px!important;
    /*background-color: rgba(0, 0, 0, 0.54);*/

    font-family: "Montserrat", arial, sans-serif;
    font-weight: 700!important;
    /*display: none;*/
}

.rev_slider .caption, .rev_slider .tp-caption {

    padding: 20px!important;
}



.buttonCustomNew{
font-size: 15px!important;
    position: relative;
    text-align: center;
    /* bottom: 45vh; */
    color: white;
    white-space: initial;
    /* margin: 0 auto!important; */
    /* margin-top: 185px!important; */
    line-height: 21px!important;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: 3px!important;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43); */
    border: 1px solid white!important;
    width: 410px!important;
    background-color: rgb(0, 0, 0)!important;
    -webkit-transition: all .5s!important;
}

.buttonCustomNew:hover{
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43); */

    /*border: 2px solid white!important;*/
    background-color: #bb1987!important;
    color: white!important;
    -webkit-transition: all .3s!important;

    /*width: 100%!important;*/
    /*padding: 20px 0px 20px 0px!important;*/
}




/*target revoltion slider image inside a specific slider div id*/
 #rev_slider_34_1 .slotholder:nth-child(1), #rev_slider_36_2 .slotholder:nth-child(1) {
  /*-webkit-filter: brightness(0.60);*/
}






#rev_slider_33_2 *{
  color: white!important;
  background: rgba(255, 255, 255, 0)!important;

}




.metis.tparrows{
    background: rgba(255, 255, 255, 0)!important;

}


.metis-1.tparrows{
    background: rgba(255, 255, 255, 0)!important;
    padding: 10px;
    transition: all 0.2s!important;
    -webkit-transition: all 0.2s!important;
    width: 60px!important;
    height: 60px!important;
    box-sizing: border-box;
    color: #d4d4d4!important;
}

.metis-1.tparrows:before {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    lor: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
/*end rev slider custom*/
/*///////////////////////////////////////////////////////////////////////////////*/



.contentInPost img {
/*margin-right: 2%;
width: 48%;
margin-bottom: 2%;*/
padding-top: 0px;

}




/*photoswipe hack*/


.ps-toolbar {
opacity:0.8 !important;
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 1!important;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1;
/*    position: fixed!important;
  bottom: 0!important;
  margin-bottom: 20px;*/
}

.customBackNextPhotoswipe {
  position: fixed!important;
  bottom: 0!important;
  margin-bottom: 20px;
}

/*photoswipe hack*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none!important;
  top: auto!important;
  bottom: 0;
  margin-top: -0px!important;
  width: 70px!important;
  height: 100px!important;
  position: fixed!important;
}


.junkDescription{
font-size: 19px;
font-weight: 300;
letter-spacing: 2px;
}

.junkProjectDescription{
font-size: 19px;
  line-height: 27px;
font-weight: 200;
letter-spacing: 1px;
  padding: 20px 0px 20px 0px;
}

.junkProjectDescription b, {
  font-weight: 700;
  color: rgb(142, 142, 142);
  padding: 0px 5px 0px 0px;
  font-size: 25px;
  margin: 0px;
  letter-spacing: 6px;
  text-transform: uppercase;
  /*font-family: 'Lato', sans-serif!important;*/
  font-family: 'Source Sans Pro', sans-serif!important;
}

.junkProjectTitle{
font-size: 15px;
font-weight: 200;
letter-spacing: 1px;
padding: 20px;
}

.projectHeaderOverlay{

  /*background-color: #000;*/
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  color: #FFF;
  bottom: 0px;
  z-index: 1;

}

.projectHeaderImage img{
z-index: 1;
}

.projectHeaderImage{

opacity: 1;
max-height: 500px;
}

.projectTitleInOverlay{
  text-align: center;
  position: absolute;
  top: 40%;
  color: #FFFFFF!important;
  text-shadow: none;
  /*font-family: 'caviardreams_regular_macroman', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif!important;
  font-size: 45px!important;
  text-transform: uppercase;
  letter-spacing: 25px;
  font-weight: 800;
  z-index: 99;
  width: 100%;
  text-shadow: -1px 1px 1px black;
}



.projectHeaderOverlayInteract{

  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .3;
  color: #FFF;
  bottom: 0px;
  z-index: 1;

}


.projectTitleInOverlayInteract{
  text-align: center;
  position: absolute;
  top: 40%;
  color: #FFF!important;
  text-shadow: none;
  /*font-family: 'caviardreams_regular_macroman', sans-serif;*/
  font-family: 'caviardreams_regular_macroman', sans-serif;
  font-size: 50px!important;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 700;
  z-index: 99;
  width: 100%;
}






/*contact form*/

#contact-form-200{
    margin-top: 50px;
  padding: 20px;
}

.contact-form label span {
  color: #AAA;
  margin-left: 15px!important;
  font-weight: normal;
  font-size: 12px;
}



#contact-form-comment-g200-comment{
height: 150px;
  width: 100%;
  float: none;
  margin-bottom: 13px;
  padding: 0px;
}


.payPal{
  margin-left: 40%;
}

.payPalClass{
  width: 146px;
  margin-top: 25px;
}

.test{
  overflow: hidden;
}

.interactGrid{
  padding: 0px!important;
  margin: 1%;
  width: 48%!important;
}


#menuOne{
  position: fixed;
}


/*wordpress default image gallery css*/
.gallery-item  {
    /*margin-top: 5px!important;*/
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


.gallery-item img {
  border: 0px solid white !important;
}






/*////////////////////////////////////////////////// End MID styles //////////*/




#content{
    /* margin-top: 71px; */
    min-height: 800px;
    /*top: -271px;*/
    position: relative;
}

.container {
    position: fixed;
    /*position: relative; */
    width: 100%;
    /* max-width: 1200px; */
    /* max-width: 96%; */
    z-index: 9;
    height: 115px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*border-bottom: 2px solid #f1f1f1;*/
    /* display: none!important; */
    /* background-image: url("http://localhost/meon2nd/wp-content/themes/cloud-shop-studios/images/metal06.jpg"); */
    /*background-color: rgb(255, 255, 255);*/
    /*background-color: rgba(255, 255, 255, 0.95);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    /*background-color: #363f42;*/
}

.navTextWrapper{
    height: 43px;
    width: 85%;
    /* margin-right: 20%; */
    /* left: 10%; */
    /* margin: 0 auto; */
    position: absolute;
    top: 35px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 1px;
    right: 4%;
}

.content {
  position: relative;
  /*padding-top: 80px;*/
      padding: 20px 0px 40px 0px;
  
}
.content a{
      text-decoration: underline!important;
}


#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #222;
  color: white;
}


/*.navItem{
    list-style: none;
    background-color: rgba(255, 255, 255, 1);
    margin: 0px 0px 0px 0px;
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: 300;
    color: rgb(119, 119, 119);
    float: left;
}

.navItemDrop{
  min-width: 115px;
  min-width: 146px;

  background-color: white;
}*/

.dropClass{
  cursor: default;
}

.navItemFooter{
list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    /* width: 200px; */
    font-size: 19px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
}

.navItem:hover{
  background-color: #F5F5F5;
  color: white!important;
  background-color: #DADADA;
}

.containerFooter {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 66px;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #F3F3F3;
}

.emailFooter{
  max-width: 1100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*for mailchimp form html inside the plugin interface in wp*/
.signupName{
    float: left;
    width: 29%;
    margin-left: 1.6%;
    padding: 10px 1% 0% 1%;
}

.mc4wp-form {
  margin: 0px 0!important;
}

.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
    cursor: auto;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px!important;
    font-size: 17px;
    line-height: 33px;
    color: rgb(255, 255, 255);
    z-index: 1;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
}

.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 60px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    /* padding: 9px; */
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*background-color: #E0E0E0;*/
    color: white;
    border: 0px outset buttonface;
        outline: -webkit-focus-ring-color auto 0px!important;
}


.mc4wp-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  display: none!important;
}

.mc4wp-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  display: none!important;
}


.mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success {
    color: #efefef!important;
    text-align: center!important;
    padding-top: 60px!important;
    font-weight: bolder!important;
}


.opt{
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 5px;
  text-align: left;
  background-color: rgb(244, 244, 244);
  color: rgb(77, 77, 77);
  width: 284px;
  border: 2px solid rgb(255, 44, 220);
}

.optPostText {
  text-align: left;
  z-index: 99;
  height: 12%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: 600!important;
  font-style: normal!important;
  letter-spacing: 1px!important;
  color: rgb(107, 107, 107)!important;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}


/*footer new*/

.site-footer{
    min-height: 600px;
    /*top: 150px;*/
    margin-top: 0px;
    position: relative;
    background-color: rgb(37, 37, 37);
}



.largeFooter{
    max-width: 1000px!important;
    color: white;
    padding-top: 0px;
    /*padding-bottom: 300px;*/
    /*padding-bottom: 400px;*/


}

.footerSection{
/*    background-color: rgb(37, 37, 37);
    margin-bottom: 0px;
    margin-top: 100px;
    min-height: 275px;*/
}

.socialSection{
    background-color: rgb(185, 185, 185);
    margin-bottom: 0px;
    margin-top: 100px;
}

.subFooter{
    text-align: center!important;
    font-size: smaller!important;
    padding-top: 100px!important;
}

.footerText{
    color: #fff;
    /*margin-top: 99px!important;*/
    padding: 50px 40px 50px 40px!important;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: .5px;
    margin-top: 5px;
    /*text-align: initial;*/
    text-align: left;
}


.footerTextSocial{
      color: #fff;
    /*margin-top: 99px!important;*/
    padding: 10px 40px 10px 40px!important;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: .5px;
    margin-top: 5px;
    /*text-align: initial;*/
    text-align: center;
}

.footerTextLarge{
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    /* color: #f3f3f3; */
    font-family: 'Montserrat', sans-serif;
}

.footerText:last-child{
 /*padding-right: 0px!important;*/
}

.footerLeftCustom{
    text-align: left;!important;

}


.footerInfoWrapper{
    max-width: 1100px;
    width: 100%;
    display: block;
    clear: both;
    margin: 0 auto;
}

.mapWrapper{
  clear: both;
}

.contactText{
  /*margin-left: 20px;*/
}

#map {
  height: 400px;
}


.testimonialBox{
padding: 0px 0px 0px 0px;
margin-bottom: 20px!important;
}

.testimonialTitle{
    padding-left: 0px!Important;
    padding-bottom: 20px!important;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: gray;
}

.testimonialText{
  
    font-weight: 300!important;
    font-size: 17px;
    font-style: normal!important;
    line-height: initial;
    letter-spacing: 0px!important;
    color: #000000;
    text-decoration: none;
    text-transform: none;
}

.testimonialImage{
/*width: 30%;
float: left;*/
}

/*//////////////////////////////////////////////////////////////////*/




/*responsive mobile nav*/
/*http://osvaldas.info/drop-down-navigation-responsive-and-touch-friendly*/



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*Appointment start*/

.ab-booking-form {
    font-size: 14px!important;
    color: #5f6267;
    margin: 0 auto;
    padding: 20px;
}

.ab-slot-calendar {
    width: 49%;
    height: 260px;
    float: left;
}

.ab-second-step {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px!important;
    margin-left: auto;
    margin-right: auto;
    width: 49%!important;
}

.picker {
    width: 100%!important;
    right: auto!important;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
    width: 100%!important;
}

.ab-columnizer .ab-column {
    width: 100%;
    margin: 0 3.5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    float: none!important;
}

.ab-columnizer .ab-time-screen {
    display: inline-block;
    width: 99%;
}

.ab-columnizer {
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.picker__holder {
    width: 310px!important;
    overflow-y: hidden!important;
    -webkit-border-radius: 5px 5px!important;
    -moz-border-radius: 5px 5px!important;
    border-radius: 0px 0px!important;
    top: 10px;
    left: -7px;
    outline: none;

        max-width: inherit;
}

.ab-columnizer .ab-available-day, .ab-columnizer .ab-available-hour {
    display: block;
    width: 100%;
    margin: 1.5px 0;
    background: white;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #333333!important;
    text-align: center;
    float: none;
    vertical-align: middle;
    cursor: pointer;
    text-transform: capitalize;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}

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

.ab-slot-calendar {
    width: 100%;
}

.ab-second-step {
    width: 100%!important;
}

}


/*Appointment end*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////*/
/*shopp start*/

.shopp_page{
  padding: 20px;

}

.shopp_page .gallery {
    float: left;
    display: block;
    width: 49%;
}

.shopp_page .gallery li a{
  width: 100%;
}

.productNameSingle{
    width: 49%;
    font-size: 19px;
    float: left;
}

#shopp .price {
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    float: left;
    width: 49%;
}

.itemQuanity{
      float: left;
    width: 49%; 
}

#shopp dt {
    clear: left;
    float: left;
    text-align: left;
    width: 49%;
    margin-right: 0;
}

#shopp ul.breadcrumb {
    margin: 10px 0;
    display: inline;
    width: 100%;
    float: left;
}

.shopp_page .products .frame {
    text-align: left;
    overflow: hidden;
}

#shopp ul.products li .name, #shopp ul.products li .summary, #shopp ul.products li .savings, #shopp ul.products li .price {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 300;
}

.selectall{
  float: left;
  width: 49%;
}

.addtocart{
      float: left;
    width: 100%;
        margin-top: 40px;
}

#quantity-206{
  width: 100px;
}



.view ,.controls{
  margin: 20px 20px 20px 20px;
}

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

.shopp_page .products > .product{
  width:100%;
}

}


/*shopp end */
/*//////////////////////////////////////////////////////////////////////////////////////*/


/*iso portfolio*/

/*FIXED RATIO div and images*/






.size-who{
  width: 600px;
}



/*breadcrumbs*/
.breadcrumbs{
    font-size: 14px;
    color: #7D7D7D;
    font-weight: 100;
}

.contentInPost .excerpt {
    font-weight: inherit!important;
    font-style: inherit!important;
    letter-spacing: inherit!important;
    line-height: inherit!important;
    font-size: inherit!important;
    color: inherit!important;
}

.gallery-caption {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
}




.p1{
  /*font-weight: 100;*/
  font-weight: inherit;
padding: 20px;

}



/*wordpress default gallery*/
/*have milder select "mid_size"*/

.grid .unit:first-child{

}

.grid .unit:last-child{

}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/*wordpress default gallery*/

/*.gallery-item{

    height: 0;
    padding-bottom: 75%;
    width: 100%!important;
    margin: 0%;
    overflow: hidden;
    margin-left: 0px;
}


.galleryWrapperCustom{
  padding-bottom: 60px!important;
  width: 66%!important;
}

.galleryWrapperCustom img{
  width: 100%!important;
  padding-bottom: 3px;
}

.alignnone{
  width: inherit!important;
}
.wp-caption img{
}


.wp-caption {
    padding: 0px;
    margin: 0px;
    width: 100%!important;
    float: left;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 0px 20px 10px;
    margin: 0;
}

.gallery-item img  {
    transform: translate(0, -0%)!important;
    top: 0%!important;
    object-fit: cover;
    top: 50%;
    min-height: 100%;
    display: block;
    min-width: 100%;
}


  .portrait {
    height: 0;
}

.portrait img  {
    transform: translate(0, -0%)!important;
    top: 0%!important;
    object-fit: cover;
    top: 50%;
    min-height: 100%;
    display: block;
    min-width: 100%;
}


.landscape{
    height: 0;

}

.landscape img  {
    transform: translate(0, -0%)!important;
    top: 0%!important;
    object-fit: cover;
    top: 50%;
    min-height: 100%;
    display: block;
    min-width: 100%;
}


.gallery-caption{
position: relative;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 10px 0px;
    text-align: left;
    font-size: 14px;
    left: 12px!important;
    bottom: 59px;
    left: 15px;
    line-height: initial;
    width: inherit;
    background-color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: 100;
    float: left;
}
.gallery-caption p { position:absolute; top:0;}


#gallery-1 {
    margin: auto;
    width: 101%;
}

#gallery-1 br{
  clear: none!important;
}


.portfolioGridContainer{
  padding-bottom: 60px!important;
}

.portfolioGridItemTitle{
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    text-align: center;
    background-color: rgb(247, 247, 247);
    color: #333333;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    width: 100%;
    font-weight: 100;
}

.portfolioGridCustom{
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin: 0%;
    overflow: hidden;
}

.portfolioGridCustom img {
   transform: translate(0, -0%)!important;
   top: 0%!important;
   object-fit: cover;
   position: absolute;
   top: 50%;
   min-height: 100%;
   display: block;
   min-width: 100%;
}*/

/*end wordpress default gallery styles*/
/*////////////////////////////////////////////////////////////////////////////////////*/

/*search form*/

.screen-reader-text{
  display: none;
}

#s{
    max-width: 90px!important;
    height: 31px;
    background-color: #E0E0E0;
    border: 0px;
    color: black;
    font-weight: lighter;
    padding: 1px 10px;
    margin-top: 0px;
    line-height: 6px;
    outline-offset: 0px;
    outline: 0px solid black;

}

#searchsubmit{
    max-width: 100px;
    height: 45px;
    /* padding: 9px; */
    /* padding-bottom: 9px; */
    line-height: 7px;
    padding: 1px 10px;
    top: 0px;

}


.pageSliderWrapper{
  position: relative;
  top: 100px;
}

.homePageGridItemCustom{
  float: left;
  width: 50%;
}


.homeGrid:after {
  content: "";
  display: table;
  clear: both;
}

.homeGridBoxIndiWrapper{
  overflow: hidden;
  max-width: 600px;
}

.gridOlWrapper{
  overflow: auto;
}

ol .gridOlWrapper:last-child {
    clear: both;
}




/*responsive gird with fixed ratios*/


.facultyBox{
    width: 49%;
    height: 0;
    padding-bottom: 31%;
    margin: 2px;
    overflow: hidden;
    float: left;
}


.peoplePageImage{
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    margin: 0%;
    overflow: hidden;
}

.peoplePageImage img{
    transform: translate(0, -0%)!important;
    top: 0%!important;
    object-fit: cover;
    position: absolute;
    top: 50%;
    min-height: 100%;
    display: block;
    min-width: 100%;
}

.pageDescription .excerpt{
    margin: 0 auto;
    max-width: 875px;
    display: block;
    position: relative;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    padding: 0px 20px 20px 20px;
    line-height: 26px;

}

.pageDescription {
    margin: 0 auto;
    max-width: 875px;
    display: block;
    position: relative;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    padding: 0px 20px 30px 20px;
}


.giantHomeTextWrapper{
      width: 100%;
    background-color: #FB7A0B;
}
.giantHomeText{
margin: 0 auto;
    max-width: 860px;
    display: block;
    position: relative;
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 3px;
    padding: 40px 20px 30px 20px;
}

.bigBlockExcerpt .excerpt{
    font-weight: 100;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px!important;
    padding-top: 15px;

}

.magazineStyle{
    padding-bottom: 20px;
    padding-top: 15px;
}

.magazineStyleItem{
    border: 0px solid #E0E0E0;
    margin-bottom: 20px!important;
}

.magazineStyle:nth-child(odd) > .testimonialBox >  .magazineImage {
/*background-color: blue;*/
  padding-right: 20px;


}

.magazineStyle:nth-child(even) > .testimonialBox >  .magazineImage{
/*background-color: red;*/
float: right;
  padding-left: 20px;

}

.magazineImage{
  /*padding-right: 20px;*/
}

/*royal slider /////////////////////////////////*/


.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: #FFF!important;
}

img.rsImg {
    max-width: none;
    margin: 0px!important;
}



.rsContentSlider h3, .rsContentSlider p {
    width: 90%;
    margin-left: 0px!important;
    color: black;

}


.rsContentSlider h3{
      font-size: 19px!important;
    font-weight: 200!important;
}

.rsArrowIcn{
  top: 36%!important;
}





.rounded{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
}

.textwidget {
/*    padding-top: 0px!important;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
    letter-spacing: 0px;
    margin-top: 5px;
    text-align: initial;
    color: #DADADA;
    text-align: left;*/
}


.rsUni .rsArrowIcn{
  opacity: 1!important;
}

.playButton{
    position: absolute;
    top: 82%;
    right: 0px;
    opacity: 1!important;
    z-index: 99999;
    width: 50px!important;
}

.rsContainer{
  height: 120%!important;
}


/*.rsContentSlider p{
  z-index: 9999;
  position: absolute;
}*/

.rsOverflow{
  height: 115%!important;
}

/*royal slider end /////////////////////////////*/




/*simple basic contact form*/


#simple-contact-form fieldset input {
    width: 66%!important;
    padding: 1%;
}

#simple-contact-form textarea{
      padding: 2%;
      width: 94%!important;
}


#filters a.active{
  /*font-weight: 900;*/
  color: black;
}

.active{
  /*font-weight: 900;*/
  color: black;
}




.customGridItem{
  padding-right: 20px!important;
}


.activeCustom{
    font-weight: 200!important;

  color: black!important;
}

.page-item-759{
  /*padding-top: 10px;*/
}


.subHeaderNavWrapper{
    /*height: 43px;*/
    width: auto;
    position: relative;
    top: 105px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 1px;
    right: 4%;
    z-index: 999;
    position: absolute;
}

.postCatNavContainer{
    height: 35px;
    width: 100%;
    margin: 20px 0px 0px 0px;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 20px 20px 0px;
    float: left;
}

.postCatNavLast,.postCatNavNext,.postCatBackTo{
    /*margin-right: 50px;*/
    margin-bottom: 10px;
    float: left;
    padding: 5px 20px 20px 20px;
}

.postCatNavLast {
right: 0px;
    position: relative;
    float: right;
}

.postCatNavLast:hover, .postCatNavNext:hover, .postCatBackTo :hover{

    /*color: black;*/

}




.backLink{
    text-align: left;
    padding: 2px 10px 2px 15px;
    color: #E8E8E8;
    font-weight: 200;
    font-size: 13px;
    width: 27px;
    margin-left: -5px;
    background-color: #B5B4B4;
}


.backLinkSingle{
    text-align: left;
    padding: 2px 10px 2px 15px;
    color: #E8E8E8;
    font-weight: 200;
    font-size: 13px;
    width: 27px;
    margin-left: -5px;
    background-color: #B5B4B4;
    bottom: 10px!important;
    position: absolute;
    z-index: 999;

}

.wp-image-1179{
  width: 75px!important;
}

.wp-image-1636{
  width: 600px!important;
}

.contactTemp{
    right: 20px;
    position: absolute;
    z-index: 999999;
    color: black;
    font-weight: 100;
    top: 22px;
}

.homePageLogo{
   margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 999999;
  width: 50%;

}

.featured-Image-As-Background{
    width: 100%;
    height: 450px;
    background-size: cover;
    -webkit-filter: brightness(0.3);
}


/*The grid custom styles*/

.tolb-holder img {

    width: auto!important;
}

.tg-grid-wrapper {

    top: 75px;
}

.brasilia .tg-cats-holder {
    display: none!important;
}

.brasilia .tg-item-author {
    display: none!important;
}


.sofia .tg-item-overlay {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+0,282828+100&0.65+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(40,40,40,0.65) 0%, rgba(40,40,40,0.65) 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(40,40,40,0.65) 0%,rgba(40,40,40,0.65) 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(40,40,40,0.65) 0%,rgba(40,40,40,0.65) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6282828', endColorstr='#a6282828',GradientType=0 )!important; /* IE6-9 */

}




#grid-118 .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.85)!important;
}


/*end the grid custom*/


/* start photo swipe */

/*.pswp {
    z-index: 99999;
}


.pswp__bg {
    background: rgba(0, 0, 0, 0.9);
  }

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0);
}

.pswp__ui{
  visibility: hidden!important;
}*/

        /*background: rgba(255, 255, 255, 0.9);*/


/*end photoswipe*/

/*uber menu*/


#ubermenu-nav-main-50-primary{
/*background: rgb(255, 255, 255);*/
    border: 0px solid #000000;
}

#menu-item-2089{
  display: none!important;
}

.ubermenu-submenu-id-1765{
  /*display: none!important;*/

}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{
  display: none!important;
}


.ubermenu *{
  cursor: pointer!important;
}

.ubermenu {
    top: 8px!important;
    background: rgba(17, 17, 17, 0)!important;

}

.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
        color: #6D6D6D!important;

}


.ubermenu-skin-white {
    font-size: 14px!important;
    top: 0px!important;
}

.ubermenu-skin-white {
    border-top: 0px solid #222!important;
    border-bottom: 0px solid #eee!important;

}

.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
    text-transform: lowercase!important;
}

.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {

    text-transform: lowercase!important;
        color: #6D6D6D!important;
}

.ubermenu .ubermenu-target-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px!important;
    letter-spacing: 0px!important;
    color: #848484!important;
    font-family: 'Raleway'!important;
    font-weight: 500!important;
    font-style: normal!important;
    text-transform: uppercase;

}


/*make menu item colored when active*/
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    /*color: #B1B1B1!important;*/

    color: #797979!important;
    background: rgba(0, 0, 0, 0)!important;
}


.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    border: none;
    box-shadow: none;
    background: rgba(17, 17, 17, 0);
    color: #636363;
}


.ubermenu.ubermenu-main {
    top: 24px!important;
    right: 30px;
    background-color: rgba(0, 0, 0, 0)!important;
    position: absolute;
}


.ubermenu-skin-black-white-2{
    border: 0px solid #000000!important;
    background-color: rgba(61, 61, 61, 0.45)!important;
    background: rgba(61, 61, 61, 0.45)!important;
}


.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    height: 34px!important;
    padding: 10px 12px 10px 12px!important;
    text-transform: initial!important; 
}


/*uber hover menu item state*/

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target{
  background: rgba(17, 17, 17, 0)!important;
  color: #bb1987!important;
  cursor: pointer!important;
}


.ubermenu-skin-black-white-2.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target{
  background: none!important;
  cursor: pointer!important;

}

.ubermenu-skin-black-white-2.ubermenu-vertical:before{
  border-right: 0px solid #000000!important;
  cursor: pointer!important;

}
/*end uber menu*/




/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*essential grid*/

/*make grid like masonry*/



.esg-container-fullscreen-forcer{
  /*top: 30px!important;*/
}

.esg-entry-media{
      -webkit-filter: brightness(.9)!important;
}

.esg-entry-media{
  /*max-height: 300px;*/
}


.eg-portfolio-custom-3-container {
    /*background-color: rgba(241, 91, 35, 0.85)!important;*/
        background-color: rgba(0, 0, 0, 0.5)!important;
}




.esg-grid *{
   
   font-family: 'Raleway'!important;
   font-weight: 500;
    letter-spacing: 1px;
}

.eg-portfolio-custom-3-element-1{
    text-shadow: 1px 2px 0px black;
    background-color: rgb(0, 0, 0)!Important;
    padding: 7px 12px 7px 40px!important;
    letter-spacing: 1px;
    font-size: 21px!important;
}


.eg-portfolio-custom-3-element-1-a {
    display: inline-block;
    float: left;
    clear: both;
    margin: 10px 0px 0px 0px!important;
    position: relative;
}


.esg-overflowtrick {

    /*margin-bottom: 52px;*/
        /*background: #3E3E3E!important;*/
}


#esg-grid-52-1-wrap{
  display: none!important;
}

.esg-grid{
      background-color: rgba(255, 255, 255, 0)!important;
}

#esg-grid-51-1-wrap{
  /*margin-top: -100px!important;*/
}

#esg-grid-51-1{
  /*top:150px;*/
  /*padding-bottom: 150px!important;*/
}

.navigationbuttons, .esg-pagination, .esg-filters{
  padding-bottom: 40px;
}


/*ess grid custom*/
.eg-css-portfolio-home-masonry-content .eg-css-portfolio-home-masonry-element-0 {
    font-size: 17px !important;
    line-height: 25px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    display: block !important;
    text-align: center !important;
    clear: both !important;
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    background-color: rgba(255,255,255,1.00) !important;
    position: relative !important;
    z-index: 2 !important;
    text-transform: uppercase!important;
    letter-spacing: 2px;
}

/*make ellipsis after two lines */
.eg-css-portfolio-home-masonry-content >.eg-css-portfolio-home-masonry-element-2{
    font-size: 12px !important;
    /* line-height: 14px !important; */
    color: #aaaaaa !important;
    font-weight: 300 !important;
    /* display: inline-block !important; */
    float: left !important;
    clear: none !important;
    margin: 0px 0px 30px 0px !important;
    padding: 0px 10px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    background-color: rgba(255,255,255,1.00) !important;
    position: relative !important;
    z-index: 2 !important;
    text-transform: capitalize !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-color: #aaaaaa !important;
    border-style: solid !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px!important;
    max-height: 36px;
    min-height: 36px;
    text-align: center;
    width: 100%;
}




/*ess blog grid*/


.eg-cleveland-element-6{
    text-transform: capitalize !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px!important;
    max-height: 36px;
    min-height: 36px;
    text-align: center;
    width: 100%;
    font-family: 'Raleway'!important;
    font-weight: 500;
    letter-spacing: 1px;
}
/*end ess essential grid*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/




/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*woo styles*/
.woo_product_wrapper{
  /*padding: 10px!important;*/
}

/*hide footer widgets*/
#secondary{
  display: none;
}

/*hide bread crumbs*/
.woocommerce-breadcrumb{
  display: none;
}

/*hide sorting*/
.woocommerce-ordering{
  /*display: none;*/

      max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0px 30px 0px;
}

/*hide results*/
.woocommerce-result-count{
  display: none;

}

.products * li{
    list-style-type: none!important;
    list-style-type: none!important;
    margin: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}

.wc-proceed-to-checkout{
      width: 100%;
    float: left;
    overflow: hidden;
}

.wc-tabs{
  display: none!important;
}

/*hack to change product title in "Shop" page*/
/*a.woocommerce-LoopProduct-link:nth-child(1) > h3 {
    clear: none !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px!important;
    max-height: 60px;
    min-height: 60px;
    text-align: left;
    width: 100%;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900!important;
    font-family: inherit!important;
}*/

a.woocommerce-LoopProduct-link:nth-child(1) > h3 {
    clear: none !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px!important;
    max-height: 49px;
    min-height: 49px;
    width: 100%;
    color: white;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 20px!important;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 300!important;
    /* font-family: inherit!important; */
    text-align: center;
    /* font-family: 'colaborate-regularregular'; */
}


.product-name, .product-price, .product-quantity, .product-subtotal{
      font-weight: 500!important;
}


.woocommerce-LoopProduct-link img{
  width: 100%;
}

.add_to_cart_button{
  float: left;
  margin: 10px 0px 10px 0px;
  -webkit-transition: all 0.1s;
  width: calc(100% - 2px)!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

/*gift card button*/
.product_type_{
    float: left;
  margin: 35px 0px 10px 0px;
  -webkit-transition: all 0.1s;
  width: calc(100% + 0px)!important;

      cursor: pointer;
    /* -webkit-appearance: button; */
    -webkit-appearance: inherit!important;
    /*font-weight: 700;*/
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white!important;
    /* border: 5px solid #bb1987; */
    outline: -webkit-focus-ring-color auto 0px!important;
    max-width: none!important;
    padding: 6px;
    background-color: black!important;
    border-radius: 0px!important;
    text-align: center;

}

.add_to_cart_button:hover{
background-color: gray!important;
    -webkit-transition: all 0.1s;

}

.price {
    font-size: 15px;
    letter-spacing: 2px;
    /* font-weight: 400; */
    clear: none !important;
    position: relative !important;
    z-index: 2 !important;
    line-height: 15px!important;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    /* text-align: center; */
    float: left;
    width: 100%;
    text-align: left;
    color: white;

}


.product_title{
    font-size: 20px!important;
    line-height: 20px;
    letter-spacing: 2px;
    -webkit-margin-before: 0em;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: inherit!important;
}
.woocommerce-Tabs-panel--description{
  font-size: 18px!important;
  line-height: 24px;
  display: none!important;
}


.entry-header{
}


.woocommerce{
    /* max-width: 1000px; */
margin: 0 auto;
    padding: 60px 40px 60px 40px;
    background-color: rgb(255, 255, 255);
    margin-top: 300px;
    margin-bottom: 300px;
}


.entry-content{
          max-width: 1000px;
    margin: 0 auto;
}


.woocommerce-message:before {
    content: "\e015";
    color: #ffffff;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px;
    font-weight: 500;
    border-radius: 0px;
    left: auto;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    /* width: calc(100% + -20px); */
    margin-bottom: 10px;
    width: calc(100% - 2px)!important;
}


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 1;
    padding: .618em 1em;
}



.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    border-top: 3px solid #000000;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
    font-size: 15px;
    font-weight: 700;
}


.woocommerce-message {
    border-top-color: #000000;
}


.woocommerce a.remove {
    display: block;
    font-size: 21px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    color: black!important;
    text-decoration: none;
    font-weight: 300;
    border: 0;
    padding-left: 1px;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: black;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #c7c7c7;
    border-radius: 0px;
}

.singleProductInGrid{
    width: 50%;
    float: left;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
}


/*woo home page grid*/

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    /*margin: 0 3.8% 2.992em 0;*/
    padding: 0;
    position: relative;
    width: 22.05%;
    overflow: hidden;
}
.woocommerce ul.products li.product .price {
    color: #000000;
    display: block;
    font-weight: 500;
    margin-bottom: .5em;
    font-size: 16px;
    text-align: center;
}
/*end home page grid*/


.orderby{
  margin-top: 40px!important;
}
.woocommerce-Price-amount{
/*  float: left;
  width: 100%;
  text-align: center;*/
}

.type-product{
  margin-top: 40px;
}


.woocommerce ul.products li.product .button {
    width: calc(100% + -30px)!important;
}



.reset_variations {display: none !important}


td.label {
    padding-right: 13px;
}


.product_meta{
  display: none !important
}


.quantity{
  /*display: none!important;*/
}

.product .nyp {
    margin-bottom: 0px;
    overflow: hidden;
}

.woocommerce-variation-price{
  display: none!important;

}


.coupon{
  display: none!important;

}

.giftcard{
  display: none!important;

}

.checkout-button{
  padding: 15px!important;
}


.woocommerce div.product div.images div.thumbnails{
  display: none!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 15px;
}

.woocommerce table.shop_table {
    border: 1px solid rgb(171, 171, 171);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}

/*end woo*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/


/*tablePress*/

.tablepress tfoot th, .tablepress thead th {
    background-color: #000000!important;
    color: white!important;
    padding: 20px 20px 20px 10px;
    font-weight: 400!important;
    font-size: 22px;
}

.tablepress td, .tablepress th {

    padding: 10px!important;
    /*width: 50%!important;*/
}

.dataTables_wrapper {
    /* max-width: 70%!important; */
    margin: 0 auto;
    /*max-width: 800px;*/
}

.tablepress .odd td {
    background-color: rgb(216, 216, 216)!important;
    color: #505050!important;
}

.tablepress .even td {
    background-color: #efefef!important;
    color: #505050!important;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #fdfdfd!important;
}


caption {
    display: none!important;
}

.dataTables_info {

    display: none;
}

/*end tablepress*/

.icons-medium{
  margin: 0 auto;
    width: 240px;
}

.icons-medium *{
list-style-type: none!important;
    float: left;
    padding: 5px;
}

#homeLoad { 
  display:none;
  margin: 0 auto;
  width: 600px;
  position: absolute;
  z-index: 9999999;
}

input{
  /*float: left;*/
}

/*Contact form 7*/
input, select, textarea {
    /* width: 100%; */
    padding: 10px;
    font-size: inherit;
    font-weight: 300;
    margin-bottom: 10px!important;
    margin-top: 5px!important;
    border: 0px solid #cccccc;
    background-color: #353535;
}

/*buy now button*/
.product_type_simple, button, input[type="button"], input[type="reset"], input[type="submit"],.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .add_to_cart_button {
    cursor: pointer;
    /* -webkit-appearance: button; */
    -webkit-appearance: inherit!important;
    /*font-weight: 700;*/
    font-size: 15px;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    /*color: #ffffff!important;*/
    border: 1px solid #ffffff;
    outline: -webkit-focus-ring-color auto 0px!important;
    max-width: none!important;
    /* padding: 15px!important; */
    /*background-color: #000000!important;*/
    border-radius: 0px!important;
    text-align: center;
    padding: 0px;
    padding-top: 11px;
    padding-bottom: 12px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    margin-top: 10px;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    /*width: calc(50% + 30px);*/

    padding: 20px;
}


button:hover {

    /*background-color: gray!important;*/


}




/*button hover*/
button, input[type="button"], input[type="reset"], input[type="submit"]:hover {

    color: white;

    -webkit-transition: all 0.5s;

}


div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    color: #dc00ff;
    font-size: 15px;
    display: block;
    border-width: 0px;
    font-weight: 400;
    letter-spacing: .5px;
}

label {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
}


div.wpcf7{
  width: calc(100% - 60px);
}


.symbol {
    font-size:5px!important;
}


/*mail chimp*/

.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 60px;
    border: 0px outset buttonface;
    cursor: auto;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px!important;
    font-size: 17px;
    color: rgb(255, 255, 255);
    z-index: 1;
    letter-spacing: 8px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
}


  .homeSliderLargeWrapper{
      display: block;
  }

    .homeSliderSmallWrapper{
      display: none;
  }



.homeTestimonialsLargeWrapper{
      display: block;
      height: 500px;
  }
/*
  .homeTestimonialsSmallWrapper{
      display: none;
  }*/



/*jetpack*/
.tiled-gallery .gallery-row{
  width: 100%!important;
}

.gallery-group{
  /*width: 30%!important;*/
}


.tiled-gallery .gallery-row {
    margin-bottom: 2px;
    max-width: 100%;
}

/*end jetpack*/



.backButton{
 /*   background-color: #b5b5b5;
    color: white!important;
    width: 37px;
    padding: 5px 10px 5px 10px;
    margin: 20px 20px 20px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;*/
}


/*jim justifyed image grid*/

.jig-filterButton {

    border: 0px solid #d3d3d3!important;
    background: #ffffff!important;
    padding: 6px 8px!important;
    margin: 5px 5px 0 0!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    transition: background-color 0.2s;
    float: none;
    position: static!important;
}

.jig-no-touch .jig-filterButton:hover, .jig-no-touch .jig-filterButton.jig-filterButtonSelected:hover, .jig-touch .jig-filterButton:active, .jig-touch .jig-filterButton.jig-filterButtonSelected:active, .jig-filterButton.jig-filterButtonSelected {
    background: #ffffff!important;
    border: 1px solid #000000!important;
}


/*cloud shop studios site custom styles*/

.logos{
    width: 100%;
    float: none!important;
    max-width: 1400px!important;
    margin-top: 0px;
    position: relative;
    margin: 0 auto;
    -webkit-filter: brightness(0.9)!important;
}


/*//////////////////////////////////////////////////////*/
/*one page styles*/



.theContent{
margin-bottom: 100px;
}



.onePageBlock{
    width: 100%;
    position: relative;
    margin: 0 auto;
}


.row_title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    width: 244px;
    text-align: center;
    padding: 15px 20px 15px 20px;
    border: 2px solid #bfbfbf;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #1485ff;
    float: initial;
    clear: both;
}

#row_team{

}

#row_team img{
    float: left!important;
    padding-top: 60px;
}


#row_1{
    padding: 0px 0px 0px 0px!important;
    /*margin-bottom: 60px;*/

}

.row_full_width{
  max-width: 100%;
  float: none!important;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
}

.row_full_width img{

  width: 100%;
}

.row_limited_width{
  max-width: 1000px;
  /*max-width: 100%!important;*/
  float: none!important;
  margin: 0 auto;
  margin-bottom: 40px;

    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;

}

.row_limited_width_inner{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    float: none!important;
    padding: 30px 50px 30px 50px!important;
    border: 2px solid #f5f5f5;
    background-color: white;
}



#row_2 {
margin-top: 60px;
}

#row_2 img {
  width: 100%;
  height: auto;

}



#row_4{
    top: 100px!important;
    bottom: 121px!important;
    clear: both;
    background-color: black;
    padding: 100px!important;
    color: white;
}

#row_4 img{
    float: left!important;
    padding-top: 60px;
}

#row_3{
    position: relative;
    margin-top: 0px;
}


#row_3a {
    float: left;
    width: 100%;
    margin-top: 0%;
    height: auto;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px;
    color: white;
    padding-top: 50px;
    background-color: rgb(37, 37, 37);
    padding-bottom: 55px;
    margin-bottom: 30px;
}


#row_3b {
    float: left;
    width: 50%;
    height: auto;
    color: white;
    position: absolute;
    margin-left: 50%;
    font-size: 18px;
    margin-top: 25%;
    right: 40px;
    letter-spacing: 2px;
    /*font-family: 'open_sansextrabold';*/
    text-transform: uppercase;
}


#row_5{
    margin-top: 175px;
    margin-bottom: 85px;

}

#row_5{
    margin-bottom: -150px;

}

#row_6{
        margin-top: 150px;
    margin-bottom: -470px;

}

#row_home_loop{
  /*padding-bottom: 60px;*/
}

/*insta feed*/

.wdi_feed_info, .wdi_load_more{
  display: none!important;
}

#wdi_feed_0 .wdi_feed_item{
    -webkit-filter: grayscale(100%);
    transition: all 0.3s!important;
}

#wdi_feed_0 .wdi_feed_item:hover{
    -webkit-filter: grayscale(0%);
    transition: all 0.3s!important;
    cursor: pointer;
}

/*gift cert*/

.product_type_gcp{
      width: 100%;
    background-color: black;
    height: 20px;
    float: left;
    color: white;
    font-size: 16px;
    font-weight: 900;
    padding: 6px;
    text-align: center;
    margin-top: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heroImage{

  -webkit-filter: brightness(0.2);
    height: 500px;
    width: 100%;
    object-fit: cover;
}


/*.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

*/


/*ajecent sibling*/
.heroImage + figcaption{
    font-size: 40px;
    letter-spacing: 2px;
    position: absolute!important;
    z-index: 99999!important;
    color: white!important;
    width: 100%;
    /* float: none; */
    /* display: inline-block; */
    /* clear: both; */
    top: 240px;
        text-align: center;
}



.testimonialHome{
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
}

.testimonialHomePerson{
font-size: 15px;
    font-weight: 300;
    font-style: inherit;
    text-align: center;
    margin-top: 31px;
}

/*end one page styles*/
/*//////////////////////////////////////////////////////*/






/*new blog loops*/

.post-loop-article-wrapper{
width: 100%;
float: left;
}

.post-loop-featured-image-and-title-wrapper{


}

.post-loop-post-title{


}

.post-loop-featured-image{


}

.post-loop-featured-image img{

width: 50%;
float: left;

}

.post-loop-post-excerpt a  {
color:#bb1987!important;


}


.post-loop-post-excerpt > div a{
color:#bb1987!important;

}


.post-loop-post-excerpt{
  width: 50%;
  float: left;
}

.post-loop-post-content{
  width: 50%;
  float: left;
}


.blogPageCustomTop{
padding-top: 40px;

}


/*end new blog loops*/



/*new portfolio page styles*/


/*//////////////////////////////////////////////////////*/
/*sharify*/

/*custom wrapper*/
.single-project-sharify{
    float: left;
    /*height: 45px;*/
    width: 186px;
}


.sharify-container {
    position: relative;
    display: block;
    width: 300px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.sharify-container li {
    margin-bottom: 5px !important;
}

.sharify-container li {
    list-style: none;
    height: 26px;
    line-height: 30px;
    float: left;
    margin: 0!important;
    padding-left: 4px;
}

.sharify-container li.sharify-btn-twitter a, .sharify-container li.sharify-btn-facebook a, .sharify-container li.sharify-btn-gplus a, .sharify-container li.sharify-btn-pinterest a, .sharify-container li.sharify-btn-linkedin a, .sharify-container li.sharify-btn-email a {
    /*background-color: #c1c1c1!important;*/
}

.sharify-container li a {
    border: 0;
    background-color: rgba(255, 255, 255, 0.91)!important;
    border-radius: 0px;
    display: block;
    font-size: 15px;
    line-height: 19px;
    height: 100%;
    color: #353535;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    transition: all .2s ease-in-out;
    text-decoration: none!important;
}

.sharify-btn-twitter .sharify-icon {
    float: none;
    text-align: center;
    padding-left: 0px;
}

.sharify-icon {
    font-size: 11px;
    line-height: 26px;
}
.sharify-container li {
    min-width: 10px!important;
    width: 28px!important;
}


.prev-next-posts{
      position: absolute;
    bottom: -49px;
}

/*sharify end*/
/*//////////////////////////////////////////////////////*/




/*swipe box*/

#swipebox-top-bar {
    display: none!important;
}
#swipebox-bottom-bar {
    bottom: 30px!important;
}

#swipebox-bottom-bar.visible-bars {
    transform:translate3d(0px,0px,0px)!important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: rgba(0, 0, 0, 0)!important;
    opacity: .95!important;
}

#swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    max-width: 90%!important;
    max-height: 90%!important;
}

#swipebox-overlay {
    /*background: rgba(105, 105, 105, 0.95)!important;*/
        background: rgb(123, 123, 123)!important;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
    background-color: #5d5d5d!important;
}

#swipebox-arrows {
    width: 99%!important;
    max-width: 100%!important; 
}


/*start featured home grid custom css hover js*/


/* ============================================================
  GLOBAL
============================================================ */
.effects {
  /*padding-left: 15px;*/
}
.effects .img {
/*  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;*/
}
.effects .img:nth-child(n) {
  /*margin-right: 5px;*/
}
.effects .img:first-child {
  /*margin-left: -15px;*/
}
.effects .img:last-child {
  /*margin-right: 0;*/
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  /*height: auto;*/
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

    background: #333391;
    background: -moz-linear-gradient(left, #333391 0%,rgba(233, 19, 137, 0.27) 100%);
    background: -webkit-linear-gradient(left, #333391 0%,rgba(233, 19, 137, 0.27) 100%);
    background: linear-gradient(to right, #333391 0%,rgba(233, 19, 137, 0.27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333391', endColorstr='#e91389',GradientType=1 );
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  height: 100%;
  width:100%;
  padding-top: 20%;

}


/* ============================================================
  EFFECT 2 - SLIDE IN TOP
============================================================ */
#effect-2 .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-2 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0%;
  margin: 0px auto 0 auto;
}
#effect-2 .img.hover .overlay {
  height: 100%;
}




/*start single page header image*/

.single-header-image-wrapper{
position: relative;
width: 100%;
}

.single-header-image{
    position: relative;
    width: 100%;
    margin: 0%;
    float: left;
    height: 600px;
    overflow: hidden;
    clear: both;
    top: 0px;
    border-bottom: 5px solid #a0a0a0;
    margin-bottom: 60px;
}


.blog-header-image{
    position: relative;
    width: 100%;
    margin: 0%;
    float: left;
    height: 250px;
    overflow: hidden;
    clear: both;
    top: 0px;
    background-color: gray;
}

.single-header-image img{
    -webkit-filter: brightness(.8) grayscale(0%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* position: fixed; */
    left: 0;
    top: 0px;
    object-position: 100% 0%;
    z-index: -10;
}


.single-header-image-title {
    font-size: 30px;
    line-height: 33px;
    color: rgb(255, 255, 255);
    z-index: 1;
    letter-spacing: 8px;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin-left: 5%;
    height: 100px;
    margin-top: 275px;
    text-transform: uppercase;
    position: absolute;
    /* font-family: 'open_sansextrabold'; */
    /* text-shadow: 1px 1px 6px black; */
    /* font-family: 'open_sansextrabold'; */
    font-family: 'Oxygen', sans-serif;
}


.blog-header-image-title {
    font-size: 21px;
    line-height: 33px;
    color: rgb(255, 255, 255);
    z-index: 1;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin-left: 5%;
    height: 100px;
    margin-top: 141px;
    text-transform: uppercase;
    position: absolute;
    /* font-family: 'open_sansextrabold'; */
    /* text-shadow: 1px 1px 6px black; */
}

/*single page team styles*/

.team-header-image-wrapper{
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0%;
    margin-top: 150px;
}

.team-header-image{
    position: relative;
    width: 50%;
    margin: 0%;
    /* float: left; */
    height: 0px;
    overflow: hidden;
    /* clear: both; */
    top: 11px;
    padding-bottom: 50%;
}

.team-header-image img{

    /* -webkit-filter: brightness(0.4) grayscale(40%); */
    /* -webkit-filter: brightness(0.7) grayscale(100%); */
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-position: 50% 10%;
}

.team-header-image-title {
    font-size: 25px;
    z-index: 999;
    font-weight: 900;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

/*just image grid custom*/


#jig1 {
/*max-width: 100%!important;*/
    /*height: auto!important;*/
        /*min-height: 99999px!important;*/
}

/*end featured home grid custom css hover js*/


  /*rps image gallery*/

.rps-image-gallery .gallery-item {
    padding-bottom: 100px;
}

/*//////////////////////////////////////////////////////////////////*/
/*custom menu header */

  /*hide menu / show menu*/

  .sfm-navicon-button.sf_label_default {
    /*display: none;*/
}

  .sfm-navicon-button.sf_label_default{
    margin-top: -9px!important;
    right: 10px!important;

  }

.sfm-rollback{
  z-index: 99999!important;
}

.custom_menu_header{
    display: block;
    position: relative;
    left: 25px;
    width: 150px;
    float: left;
    top: 0px;
    /*background-color: rgba(41, 195, 190, 0.81);*/
    padding: 20px;

    background: -moz-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,204,204,1)), color-stop(100%, rgba(153,218,255,0.9)));
    background: -webkit-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: -o-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    background: linear-gradient(0deg, rgba(153,218,255,0.9) 0%, rgba(0,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CCCC', endColorstr='#99DAFF',GradientType=0 );
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.19);
}

li.menu-item  {
    list-style-type: none;
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'open_sansextrabold';
    margin-left: -20px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

li.menu-item:hover  {
    /*color: white;*/

    margin-left: -15px;
    cursor: pointer!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



li.current-menu-item{
  color: #a6fffc;
  margin-left: -15px;
}

/*end custom menu header*/
/*//////////////////////////////////////////////////////////////////*/



.scroll-back-to-top-wrapper{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgb(0, 0, 0)!important;
    color: #ffffff!important;
    width: 50px;
    height: 48px;
    line-height: 48px;
    bottom: 0px!important;
    right: 30px!important;
    left: auto!important;
    padding-top: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*mobile slide out menu start*/


.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-label-metro .sfm-navicon-button, #sfm-mob-navbar {
    /*background-color: #cecece!important;*/
    /*background-color: rgba(0,204,204,1)!important;*/
        background-color: rgba(255, 255, 255, 0.99)!important;
}

.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
    height: 3px!important;
}

.sfm-navicon {
    width: 46%!important;
    margin: -1px 20%!important;
}


#sfm-sidebar, .sfm-scroll-wrapper, .sfm-sidebar-bg, .sfm-view-level-custom {
    background-color: rgb(29, 29, 29);
}


#sfm-sidebar .sfm-menu-level-0 li, #sfm-sidebar .sfm-menu-level-0 li a, .sfm-title h3 {
color: #b7b7b7!important;
}

#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-search-form {
    padding: 10px 0!important;
    text-transform: none!important;
}

#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter {
    -webkit-font-smoothing: auto!important;
}


#sfm-overlay {
        /*background: rgba(0, 0, 0, 0.9)!important;*/
}


#sfm-sidebar .sfm-menu li > a:before {
    background: rgba(0, 0, 0, 0)!important;
}

.sfm-active-class a {
        color: #8e8e8e!important;
}


.sfm-navicon-button{
      top: 16px!important;
}

#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter {
    font-size: 18px!important;
    letter-spacing: 2px!important;
    text-transform: uppercase!important;
        font-family: 'Oxygen', sans-serif!important;
}

#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter{
      -webkit-font-smoothing: antialiased!important;
}


#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-search-form {
    padding: 15px 0!important;
    line-height: 35px!important;
}




/*mobile slide out menu end*/



/*start meow masonry gallery*/




/*end meow masonry gallery*/

.gallery.masonry .gallery-item img {
    display: block;
    width: calc(100% - 40px);
    padding-bottom: 40px;
}

.masonry {
    margin: 0 auto;
    padding: 0;
    width: calc(100% + 40px);
/*padding-top: 60px!important;*/
}




/*meow responsive overrides*/

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

  .gallery.masonry .gallery-item img {
    width: calc(100% - 20px);
    padding-right: 15px;
    padding-bottom: 20px;
}

.masonry {
    padding-bottom: 250px;
}

.gallery.masonry .gallery-item.columns-2 {
    max-width: 49% !important;
}


}

/*start meow lightbox*/

/*start meow lightbox*/

.mwl-container.standard .mwl-content .mwl-img-container{
  /*z-index: 999999999999;*/
}



/*change effects on slide change*/

.mwl-container.standard .mwl-content .mwl-img-container .mwl-img-in-lightbox {
    transform: scale(1)!important;
    transition: filter .0s, opacity .0s, transform .5s!important;
}


/*arrows*/

.mwl-container.standard.light .mwl-content .control-nav, .mwl-container.standard.light .mwl-content .control-close {
    color: #9e9e9e;
}

.mwl-container.standard .mwl-content .control-nav {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    padding: 20px;
}

/*end meow lightbox*/

/*end meow lightbox*/



/*start custom single portfolio featured image and text*/

.projectFooterFeaturedOuter{
    height: 600px;
    text-align: center;  
    width: 100%;
    float: left;
}

.projectFooterFeaturedOuter:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}

.projectFooterFeaturedCallOutInnerOuter{
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    max-width: 80%;
    margin-top: 20px;

}

.projectFooterFeaturedCallOutInner{
    /* background-color: rgba(0, 0, 0, 0.94); */
    padding: 10px 60px 10px 60px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 11px;
    font-size: 20px;
    color: white;
}

.projectFooterFeaturedCallOutImage{
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -600px;
}


.projectFooterFeaturedCallOutImage img{
    /* object-fit: contain; */
    /* align-self: center; */
    flex: 0 0 auto;
    object-fit: cover;
    max-width: none!important;
    height: auto;
    width: 120%;
    margin-left: -10%;
    -webkit-filter: brightness(0.2);
}
/*end custom single portfolio featured image and text*/






/*start repeater_section_1*/

.repeater_row_A {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.repeater_row_A:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}

.repeater_section_1_left{
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.repeater_section_1_left p{
    padding: 0px 15px 0px 60px;
}


.repeater_section_1_right{
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.repeater_section_1_right p{
    padding: 0px 60px 0px 15px;
}


/*end repeater_section_1*/







/*social media icons*/


.socicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: socicon;
    font-style: normal;
    font-weight: 400;
    font-size: 50px!important;
}


li .social-icons-lists, .social-icons-lists{
  position: relative;
    margin: 0 auto;
    float: none;
    width: 342px;
    margin-bottom: 30px;
}


.social-icons-lists li.social-icons-list-item {
    margin: 12px;
}


.btnsx-btn>.btnsx-text-primary, .btnsx-btn>.btnsx-text-secondary {

    font-family: "Montserrat", arial, sans-serif!important;
}


.btnsx-btn{
  font-weight: bolder!important;
}


.socicon-facebook,.socicon-instagram,.socicon-twitter{
    background-color: rgb(37, 37, 37)!important;
}
.socicon-facebook:hover{
    background-color: #3e5b98!important;
}

.socicon-instagram:hover {
    background-color: #9c7c6e!important;
}

.socicon-twitter:hover {
    background-color: #4da7de!important;
}

/*Responsive
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/





/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*large screen*/

@media screen and (min-width: 1700px) {

  #content{
    min-height: 1000px;
}


  #sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-search-form {
    line-height: 100px!important;
}

  .logoContainerHome{
    font-size: 220px;
}

.logoContainerHomeImage{
  width: 550px!important;
  height:auto;
}




  .projectFooterFeaturedOuter{
    height: 900px;
    text-align: center;  
}

.projectFooterFeaturedOuter:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}

.projectFooterFeaturedCallOutInnerOuter{
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    margin-top: 20px;
}

.projectFooterFeaturedCallOutInner{
    /*background-color: rgba(255, 255, 255, 0.88);*/
    padding: 60px 60px 40px 60px;
    text-align: center;
    font-size: 30px;
}

.projectFooterFeaturedCallOutImage{
    height: 900px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -900px;
}



.postPageGrid{
/*font-size: 22px;*/
    /*line-height: 43px;*/
}

#row_4{
    max-height: 900px;
}

  #row_3a {
    /*margin-top: 10%;*/
  }

  .row_limited_width {
    max-width: 1400px!important;

}


#row_3b{
      font-size: 28px;
    margin-top: 33%;
}

.wrap .grid, .grid.wrap {
    /*max-width: 1400px;*/
}

.projectPageGrid{
    /*max-width: 1400px;*/
}

.postPageGrid {
    /*max-width: 1400px!important;*/
}

.row_limited_width_inner {
    max-width: 1400px;
}

.largeFooter{
    max-width: 1400px!important;


}

.largeFooterInner{
    /*max-width: 60%!important;*/
    /*padding-left: 20%!important;*/
}


  .singleProductInGrid{
  /*width: 50%;*/
}



  .single-header-image-title{
    margin-top: 375px;
    font-size: 35px;
    /*width: 90%;*/
  }

  .single-header-image{
    height: 750px;
  }

  /*//////////////////////////////////////////////////////*/
/*portfolio isotope custom start*/

.custom-grid-item{

    width: 31.5%;
    margin: .9%;
    padding-bottom: 18%;


}
.custom-grid-item img{
object-fit: cover;


}


.custom-grid-item-title-wrapper{

}

.custom-grid-item-title{

}
/*portfolio isotope custom start*/
/*//////////////////////////////////////////////////////*/




  .heroImage + figcaption{
    font-size: 40px;
  }

  .postPageGrid{
    /*max-width: 80%!important;*/
  }


/*rev*/
.titleCustomNew{
/*    font-size: 80px!important;
        line-height: 80px!important;
    width: 1000px;*/
}

.excerptCustomNew{
/*    font-size: 35px!important;
    line-height: 60px!important;
    width: 1000px;*/
}

.testimonialWrapper {
/*    min-width: 1000px!important;
    max-width: 1000px!important;*/
}


/*//////////////////////////////////////////////////////////////////////*/
/*featured home grid new portfolio start*/

  .home-Page-Grid-Item-Wrapper{

}


  .home-Page-Grid-Item-Featured-Image {

}

  .home-Page-Grid-Item-Featured-Image img{


}

.home-Page-Grid-Item-Title{

/*      font-size: 20px;
    letter-spacing: 0px;
    line-height: 22px!important;*/

}

.home-Page-Grid-Item-Excerpt{

    font-size: 16px;
    line-height: 22px!important;
    max-height: 35px;
    min-height: 35px;
    letter-spacing: 1px;

}

/*featured home grid new portfolio end*/


#rev_slider_33_3_wrapper *, #rev_slider_37_4_wrapper * {
    background-position: left 160px bottom 0px!important;
 
}

.testimonial{
   line-height: 38px!important;
    font-size: 33px!important;

    padding-left: 75px;
}

.testimonialPerson{
    font-size: 25px!important;
    margin-bottom: 15px;
    margin-top: 15px;
        padding-left: 75px;
  
}

.testimonialPersonTitle{
    font-size: 19px!important;
        padding-left: 75px;
}





}
/*end large screen*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/






/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/

/*small screen/ wide tablet*/


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


  .mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea{
    font-size: 10px;
    letter-spacing: 2px;
  }


  #content{
    top: 48px;
}


  /*start repeater_section_1*/


.theContent {
    margin-bottom: 20px;
    margin-top: 50px;
}

.repeater_row_A {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.repeater_row_A:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}

.repeater_section_1_left{
  width: 100%;
padding: 20px 0px 20px 0px;
}

.repeater_section_1_left p{
    padding: 0px 15px 0px 15px;
}


.repeater_section_1_right{
  width: 100%;

padding: 20px 0px 20px 0px;
}

.repeater_section_1_right p{
    padding: 0px 15px 0px 15px;
}


/*end repeater_section_1*/

.footerTextLarge{
      font-size: 15px;
    line-height: 23px;
}


li .social-icons-lists, .social-icons-lists{
  width: 203px;
}

.socicon {
    font-size: 20px!important;
}


/*meow*/
  .mwl-container.standard .mwl-content .control-nav {
    font-size: 50px;
}




.titleCustomNew, .excerptCustomNew{
  width: 400px;
}

.logoContainerHome {
    top: calc(50vh + -100px)!important;
    font-size: 80px;
}


}


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





  #sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter {
    font-size: 20px!important;
    line-height: 25px!important;
}

.news-Page-Grid-Item-Title {
    padding: 10px 0px 10px 20px!important;
}


  .postCatNavLast {
    right: 0px;
    position: relative;
    margin-left: 20px;
}

.postCatNavLast, .postCatNavNext, .postCatBackTo{
    float: none;

}

    .projectFooterFeaturedOuter{
    height: 425px;
    text-align: center;
    margin-top: -25px;
     margin-bottom: -10px; 
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}

.projectFooterFeaturedOuter:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}

.projectFooterFeaturedCallOutInnerOuter{
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;

}

.projectFooterFeaturedCallOutInner{
    /*background-color: rgba(255, 255, 255, 0.88);*/
    padding: 25px 25px 10px 25px;
    text-align: center;
    font-size: 20px;
}

.projectFooterFeaturedCallOutImage{
    height: 425px;
    width: 100%;
    overflow: inherit;
    position: absolute;
    margin-top: -425px;
}

.projectFooterFeaturedCallOutImage img{

    width: 150%;

}



  .donateNow{
    width: 100%;
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .donateNow:hover{
    width: 100%;

    transition: all 0.3s ease;

}

.scroll-back-to-top-wrapper{
    bottom: 0px!important;
    right: 15px!Important;
    left: auto!important;
}

.fixedFooterLogo1 {
    width: 83px;
    position: fixed;
    left: 15px;
    bottom: 75px;
}


  .largeFooter{
  max-width: 100%!important;

  }


.row_limited_width{
  max-width: 100%!important;

  padding-right: 15px;
  padding-left: 15px;
}



  /*hide menu / show menu*/

/*mobile slide out menu*/
  .sfm-navicon-button.sf_label_default {
    display: block;


}


/*end mobile slide out menu*/

.custom_menu_header{
    display: none;
}


  .subFooter{
    text-align: left;
    padding-top: 50px!important;
}


  /*rps image gallery*/

.rps-image-gallery .gallery-item {
    width: 100%!important;
}



  .single-header-image-title{
    margin-top: 115px;
    font-size: 16px;
  }

  .single-header-image{
    height: 500px;
    margin-top: 0px;
    position: relative;
    width: 100%;
    margin: 0%;
    float: left;
    height: 250px;
    overflow: hidden;
    clear: both;
    top: 0px;

  }




  /*mobile nav*/

  .sfm-navicon-button.sf_label_default{
    margin-top: -21px!important;
    right: -8px!important;
  }

/*woo mobile tablet*/
  .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 48.75%;
}


a.woocommerce-LoopProduct-link:nth-child(1) > h3 {
    line-height: 18px!important;
    max-height: 40px;
    min-height: 40px;
    font-size: 15px!important;
}


button, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .add_to_cart_button {
    font-size: 12px!important;
}


/*end woo mobile tablet*/


  .singleProductInGrid{
  width: 100%;
  padding-bottom: 120%;
}


  .single-cat-project-content img{
        margin-top: 0px;
    margin-bottom: 20px;
  }

  /* start the divs below are proportional and responsive with images */


/*start featured portfolio grid for portfolio page*/

/*one half portfolio*/
  .portfolio-Page-Grid-Item-Featured-Image {
    position: absolute;
    width: 48.66%;
    margin: .66%;
    padding-bottom: 30%;
    float: left;
    height: 0;
    overflow: hidden;
    clear: both;
}

/*end featured portfolio grid for portfolio page*/




  /*one half grid*/
.custom-grid-item{
    display: flex;
    position: relative;
    width: 49%;
    margin: .5%;
    padding-bottom: 25%;
    float: left;
    height: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}


  #rev_slider_33_3_wrapper *, #rev_slider_37_4_wrapper * {
    background-position: left -75px bottom 0px!important;
}

  /*//////////////////////////////////////////////////////////////////////*/
/*featured home grid new portfolio start*/

.home-Page-Grid-Item-Wrapper{

    padding: 0px;
    margin-bottom: 0px!important;
    padding-bottom: 10px!important;
    
}

.home-Page-Grid-Item-Featured-Image {
/*    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
    overflow: hidden;
    margin-top: -1px;*/
}


.home-Page-Grid-Item-Featured-Image img{

    /*height: 200px;*/
    /*object-fit: cover;*/

}

.home-Page-Grid-Item-Title{

    font-size: 14px;
/*    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0px 30px 0px!important;
    text-align: center;*/

}

.home-Page-Grid-Item-Excerpt{

    font-size: 12px;
    font-weight: 100;
    padding: 10px 0px 10px 0px!important;
    text-align: center;
    overflow: hidden;
    line-height: 17px!important;
    max-height: 35px;
    min-height: 35px;
}

/*featured home grid new portfolio end*/


 .testimonialWrapper {
    min-width: 400px!important;
    max-width: 400px!important;
}

    .homeSliderLargeWrapper{
      display: none;
  }

    .homeSliderSmallWrapper{
      display: block;
      margin-bottom: -40px;

  }

    .homeSliderSmallWrapper img{
    width: 100%;
    margin-top: 0px;
    /*height: 100vh;*/
    max-width: none!important;
        /*-webkit-filter: brightness(0.3);*/
  }


/*.homeTestimonialsLargeWrapper{
      display: none;
  }

  .homeTestimonialsSmallWrapper{
      display: block;
  }*/



/*new slider styles*/

.titleCustomNew {
    max-width: 300px;
    font-size: 25px!important;
        line-height: 30px!important;
    width: 300px;
    white-space: initial;
}


.excerptCustomNew{
font-size: 14px!important;
line-height: 19px!important;
}

.buttonCustomNew{
  bottom: 30vh;
}


  #row_2{
/*    margin-top: -33px;
        padding: 10px 40px 35px 40px!important;*/
  }
  #row_3{
     padding-left: 0px;
    padding-right: 0px;
}



#row_3a {
    float: left;
    width: 100%;
    margin-top: 0px;
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
    /* text-transform: uppercase; */
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 28px;
    text-align: left;
    letter-spacing: 1px;
}

#row_3a h2{
  font-size: 20px;
}

 #row_3b{
    float: left;
    width: 100%;
    height: auto;
    color: white;
    position: relative;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 0%;
    right: 0px;
}

  .heroImage + figcaption{
    line-height: 49px;
    font-size: 30px!important;
    text-align: center;
    margin-left: 10%;
    max-width: 80%;
  }

.heroImage {
    height: 600px;
}

  .callUsHeader{
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: rgb(233, 19, 137);
    color: white;
    width: 15px;
    height: 15px;
    padding: 5px 5px 5px 5px;

    display: none;
}

.emailUsHeader{

    position: absolute;
    top: 8px;
    left: 44px;
    background-color: rgb(233, 19, 137);
    color: white;
    width: 15px;
    height: 15px;
    padding: 5px 5px 5px 5px;

    display: none;


}


.emailBlock{
display: none;
}

.numberBlock{
display: none;
}


/*header icons*/

.phone-icon{
display: block;

width: 20px;
    height: auto;
}

.email-icon{
display: block;
  
width: 20px;
    height: auto;
}




  /*sharify*/
.single-project-sharify {
    /*float: none;*/
    height: 45px;
    width: 186px;
    margin-top: 14px;
}
  .sharify-container {
    width: 226px;
}
.sharify-container li {
    min-width: 10px!important;
    width: 28px!important;
}
/*end sharify*/

  .singlePostTitle{
    font-size: 20px
  }


  .singlePostContent{
    font-size: 12px;
    line-height: 19px;
    padding: 20px 0px 20px 0px;
  }


  .postPageGrid{
    max-width: 100%!important;
    margin-top: 30px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 30px!important;
    font-size: 15px;
    line-height: 20px;
  }

.projectPageGrid{

    max-width: 100%!important;
    width: initial!important;
    margin: 20px!important;
}



  img {
    max-width: 100%!important;
    height: auto;
}


  .sectionTitle{
    /*display: block;*/
}

  .singleHeader {
    height: 50px!important;
    /* top: -20px; */
}



/*uber mobile drop menu*/
.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    color: #ffffff!important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgb(233, 19, 137)!important;
    border: 1px solid rgb(233, 19, 137)!important;
    width: 59px;
    margin-top: 8px;
    margin-right: 7px;
    line-height: 17px;
    height: 31px;
    padding: 7px 32px 10px 0px;
    letter-spacing: 2px;
    float: right;
    cursor: pointer!important;
}

/*uber mobile drop menu drop colors*/
.ubermenu .ubermenu-target-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px!important;
    letter-spacing: 0px!important;
    color: #ffffff!important;
    font-family: 'Raleway'!important;
    font-weight: 500!important;
    font-style: normal!important;
    text-transform: uppercase;
}


  .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    background: rgb(233, 19, 137);
}


/*uber mobile colors*/
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    /*color: #B1B1B1!important;*/

    color: #797979!important;
    /*background: rgb(152, 152, 152)!important;*/
    background: rgba(255, 255, 255, 0.89)!important;
}

/*uber hover mobile colors*/
.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background: rgba(200, 19, 137, 1)!important;
    color: #2B2B2B!important;
}


  .customGridItem{
  padding: 5px!important;
}

  .iso-title{
  font-size: 14px;
  font-weight: 400;
}



  .artistTitle{
    font-size: 15px;
  }

    .projectTitleInOverlay {
  font-size: 30px!important;
  letter-spacing: 20px;
  }


  .navTextWrapper{
        background-color: rgba(255, 255, 255, 0);
    width: 100%;
    right: 0%;
  }

.junkLogoImgPage {
    right: 0px;
}


.textLogo{
  display: none;
}



/*logo*/

/*.logoContainer {
    position: fixed;
    top: -8px;
    width: 140px;
    left: 50%;
    margin-left: -70px;
}*/

.logoContainer {
height: 48px;
}


.junkLogoImgPage {
    width: 30px;
    top: 9px;
    position: absolute;
    left: 14px;
}

  .nameContainerWrapper {
    display: none;
}



.headerIconContainer {
    margin-left: 20px;
    margin-top: 7px;
}

.headerIconWrapper {
    float: left;
    width: 25px;
    padding: 2px;
    margin-top: 21px;
}


.navItem{
  text-align: right;
}
.container{
  height: 50px;
}






      .searchCustom {
    height: 35px!important;

}

.searchCustom {
    height: 28px!important;
    overflow: hidden;
    top: 0px;
    float: left;
}

#rev_slider_10_1_wrapper.fullscreen-container {
    /*top: -34px!important;*/
}

.ubermenu.ubermenu-main{
      top: 52px!important;
}

.pageBanner {
    height: 50px;

}

.singleHeaderTitle {
   top: 68px;
    font-size: 35px;
}

.fullscreen-container {
    /*max-height: 596px!important;*/
    top: -33px!important;
}

.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {

    background-position: 0px 83px!important;
    background-size: 100% auto!important;

}

.forcefullwidth_wrapper_tp_banner{
      /*margin-bottom: -34px!important;*/
}

#esg-grid-51-1-wrap {
    /*margin-top: -176px!important;*/
}

.ubermenu.ubermenu-main {
    right: 0px;
}

.site-footer {
   top: 0px;
    /*margin-top: 288px;*/
}



  #esg-grid-48-1-wrap{
    display: none!important;
  }


#esg-grid-52-1-wrap{
  display: block!important;
}

  .galleryWrapperCustom{
  /*padding: 20px!important;*/
  padding-bottom: 60px!important;
  width: 100%!important;
}

.singleResponsiveTitleAndDescription{
  width: 100%!important;
}

.singleResponsiveFeaturedImage{
  width: 100%!important;
}

/*  .gallery-item {
    height: 0;
    padding-bottom: 30%;
    width: 47%!important;
    margin: 1%;
    overflow: hidden;
}
*/



  .artistTitleHome{
    font-size: 16px;
  }

  .projectTitleInOverlay {
  font-size: 25px!important;
  letter-spacing: 14px;
  }


.fullwidthbanner-container {
  /*max-height: 400px!important;*/

    /*height: 50vh!important;*/
}


/*Junk responsive tablet*/

.logoHome {

}

.junkLogoImg {
  width: 300px;
  /*height: 232px;*/
}

.junkNavItem{
/*  padding: 2%;
margin: 0px;
  float: left;
  width: 46%;
  text-align: center;
    font-size: 20px!important;*/
}



.tp-caption.black, .black {
  font-size: 20px!important;
  margin-bottom: 16px!important;
}


header {
  width: 100%;
}

.logo{
width: 200px!important;
float: left;
padding: 10px;
margin-left: 10px;
}
.apply{
/*float: left;*/
/*width:50%;*/
display:none!important;

}



.nemus-slider.controls-inside .nemus-control-nav {
bottom: 50px!important;
top: 451px!important;

display: none;
}

.nemus-slider, .slide, .slide-image {
/*height: auto!important;*/
 /*height: 200px!important; */

}

.slide-image {
height: 260px!important;

}

.nemus-slider .caption.br {
margin: -46px 0px 0 0!important;

top: 265px!important;
bottom: 0px!important;
}

.nemus-slider .caption.tr {
margin: -90px 0px 0 0!important;
font-size: 20px!important;
}

.nemus-direction-nav {
display: none;
}


.nemus-slider {

margin-top: 0px!important;

margin: 0 0 26px!important;
bottom: 0px!important;
}

.nemus-slider .slide.nemus-active-slide .caption {

letter-spacing: 2px;
font-size: 18px;
text-transform: uppercase;
font-style: italic;
bottom:35px!important;
}

.programBlurb {

font-size: 16px;

margin-top: -108px;
margin-bottom: -38px;
}


.myExcerptClass {
display: none!important;
}




.contentInPost {

font-size: 16px;

}

.staticPageContent{
font-size: 16px;
}

.sectionTitle{
    font-size: 33px;
    /*top: 166px;*/
    /*display: block;*/
}





.logo2{
width: 220px!important;
}


.homePageTag {

/*max-width: 286px;*/
}

.homePageTagContainer{
margin-bottom: 75px;
margin-top: -26px;
background-color: rgba(0, 0, 0, 0.79);
}

.wc-gallery {
padding-top: 25px;
width: 100%!Important;
}


.sideBarRight{
float: right!important;
width: 100%!important;
position: relative;
right: auto!important;
}

.interactGrid {
  margin: 10px 0px 10px 0px!important;
}

  .junkProjectDescription {

  font-size: 18px;
  
}

.signupName {

  font-size: 12px;
}


.bannerWrapper{
    /*height: 300px;*/
    min-height: 200px;
    top: 0px;
    background-position: right 50% top 100px;
}

.grid .unit:first-child {
    /*padding-left: 10px;*/
}

.grid .unit:last-child {
    /*padding-right: 10px;*/
}

.giantHomeText {
    margin: 0 auto;
    max-width: 860px;
    display: block;
    position: relative;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 3px;
    padding: 20px 10px 10px 10px;
}
.bigBlockExcerpt .excerpt {
    font-size: 15px;

}

.homeGrid {
    /*max-width: 90%!important;*/
}

.pageDescription .excerpt {
    font-size: 19px;
    line-height: 24px;
}


.iso-title {
    font-size: 16px;
}
/*filter gallery*/
.iso-post {
    width: 48%;
    height: 0;
    padding-bottom: 32.5%;
    margin: 0px;
    overflow: hidden;
    margin-right: 2px;
    margin-bottom: -1%;
}

.iso-title {

    font-size: 10px;
    }

#filters{
  /*display: none;*/
}

.rsOverflow{
  height: 100%!important;
}




.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {
    background-position: center 0px!important;
}



.forcefullwidth_wrapper_tp_banner {
    /*margin-bottom: -34px!important;*/
}



#rev_slider_10_1_wrapper.fullscreen-container {
    top: -34px!important;
}

#customArrowId{
  display: none!important;
}

.grid .unit {
    width: 100% !important;
}





div.wpcf7 {
    width: calc(100% - 40px);
}


.btn-sm {
    /*padding: 5px 5px 4px 5px;*/
    /*margin: 0px 10px 10px 0px;*/
    font-size: 14px;
    /*line-height: 12px;*/
    /*font-weight: 400;*/
}

.postCatNavContainer {
    padding: 10px 20px 15px 0px;
}

.single-project-sharify {
    margin-top: 30px;
}

.team-header-image-wrapper{
  margin-top: 115px;
}
.team-header-image {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.logoContainerHomeImage {
    width: 190px!important;
    height: auto;
}



}
/*end tablet size*/



/*/
////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////

*/

/*Responsive for phone:*/

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



  .homeLogoLargeWrapper{
      display: none;
  }

    .homeLogoSmallWrapper{
      display: block;
  }



  #nav{
        top: -25px;
  }

  #nav > a {


    right: 11px;
    top: 13px;
}

#nav > ul {
    top: 65px;
}


  .gallery-caption{
    display: none;
  }

  .tparrows{
    display: none;
}



  .opt {
  position: relative;
  right: 0px;
  bottom: 45px;
  padding: 0px;
  text-align: left;
  background-color: rgb(244, 244, 244);
  color: rgb(77, 77, 77);
  width: 100%;
  border: 0px solid rgb(255, 44, 220);
}

.optPostText {
  text-align: left;
  z-index: 99;
  height: 12%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: 600!important;
  font-style: normal!important;
  letter-spacing: 1px!important;
  color: rgb(107, 107, 107)!important;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px;
}

  .junkProjectDescription b, strong {
/*  font-weight: 700;
  padding: 2px 5px 3px 10px;
  font-size: 15px;
    line-height: 23px;
*/
}


.junkNavItem {
  padding: 2%;
  margin: 2%;
  float: none;
  width: 92%;
  font-size: 10px!important;
  text-align: center;
}


.tp-caption{

  display: none;
}


.junkLogoImg {
  width: 200px;
  /*height: 154px;*/
}

.logoHome {
    margin: -77px 0 0 -125px;
}



footer {
  width: 100%;
}

.siteBy {

/*  padding: 6px 6px 6px 6px;
  margin: 10px 10px 20px 0px;
  width: 100%;
  text-align: center;*/

  text-align: center;
  bottom: -12px;
  position: fixed;
}







.sectionTitle {
/*    font-size: 20px;
    top: 68px;
    display: block;*/
}

.pageBanner{
      height: 120px;
}

#what {
  position: absolute;
  margin-top: -15px;
}

#who{
  position: absolute;
  margin-top: 14px;
}

#interact {
  position: absolute;
  margin-top: 43px;
}






.titleOfPostInPostPeople{
text-align: center;
}

.grid .unit {
        /*padding-left: 0px!important;*/
        /*padding-right: 0px!important;*/
}

.junkProjectDescription{
    padding: 5px 10px 20px 10px;
      font-size: 15px;
      line-height: 23px;

}

.peopleType{
  font-size: 18px!important;
}

.junkDescription {
  font-size: 15px;
}

.artistTitle a, .artistTitle {

  font-size: 13px;
      padding: 5px 5px 10px 5px;
          text-align: center;
}

  .projectTitleInOverlay {
  font-size: 18px!important;
  letter-spacing: 10px;
  }

  .pswp__button--arrow--left, .pswp__button--arrow--right {
  bottom: 30px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {

  /*width: 100%;*/
}

.contact-form input[type='text'], .contact-form input[type='email'] {
  width: 100%!important;
  max-width: 100%!important;
  margin-bottom: 13px;
}

.payPal{
    margin-left: 20px;
}

.projectTitleInOverlayInteract{

  font-size: 30px!important;

}


.fullwidthbanner-container {

  /*height: 200px!important;*/
}

.logoHome {

  width: 250px;
  top: 202px;

}

.containerFooter {
  position: relative!important;
  width: 100%;
  height: 184px;
  padding-top: 5px;
}
.signupName {
  float: none;
  width: 97%;
  padding: 0%;
  padding: 1px 0px 5px 0px;
}

.mc4wp-form {
  margin: 0;
}



.bannerWrapper{
    min-height: 150px;
    top: 0px;
    padding-top: 85px;
}





.titleOfPostInPostWrapper{
text-align: center;
}

.pageText{
    line-height: 22px;
    font-size: 19px;
}


.navItemFooter{
  width: auto;
}



.facultyBox {
    height: auto;
    margin: 0%;
    overflow: hidden;
}

.homeGrid {
    max-width: 100%!important;
}
.pageContent {
/*    padding-top: 0px;
    padding-bottom: 0px!important;
    padding-left: 0px;
    padding-right: 0px;*/

    font-size: 15px;
    padding: 10px;
    /*padding-top: 0px;*/
}

.peoplePageImage {
    width: 100%;
    height: 0;
    /*padding-bottom: 0%;*/
    margin: 1%;
    overflow: initial;
}

.facultyBox {
    height: auto;
    margin: 0%;
    overflow: hidden;
    width: 98%;
    padding-bottom: 0%;
}
.pageDescription .excerpt {
    font-size: 15px;
    line-height: 21px;
    padding: 0px 20px 40px 20px;
}


.pageDescription{
    font-size: 15px;
    line-height: 21px;
    padding: 0px 20px 40px 20px;
}

.collapse-button {
    margin-top: -20px;
    margin-right: -20px;
}

#navigation {
    top: -35px;
}


.magazineStyle:nth-child(odd) > .testimonialBox >  .magazineImage {
/*background-color: blue;*/
  padding-right: 0px;


}

.magazineStyle:nth-child(even) > .testimonialBox >  .magazineImage{
/*background-color: red;*/
float: none;
  padding-left: 0px;

}

.testimonialTitle{
text-align: center;
}


/*the grid mobile phone*/


.tg-item, .tg-item * {
    font-size: 12px!important;
}




#rev_slider_10_1.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {
    background-position: center 51px!important;
}




.contentInPost{
    margin-top: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    border: 0px #353535 solid;
}

.contentInPost p{
    /*padding-left: 20px;*/
}

.singlePostTitle {
    /*text-align: center;*/
    /*font-size: 23px;*/
}


.eg-portfolio-custom-3-element-1{
    line-height: 13px!important;
    font-size: 11px!important;
        padding: 5px 10px 10px 10px!important;

}

.eg-portfolio-custom-3-element-1-a {
    margin: 10px 0px 0px 0px!important;
    width: 100%!important;
}


#rev_slider_10_1.rev_slider .tp-caption, .rev_slider .caption *{
  /*display: none!important;*/
}

.textwidget{
/*      text-align: center;
    padding: 20px;*/
}

.wp-image-1636{
  width: 100%!important;
      height: auto;
}

.forcefullwidth_wrapper_tp_banner {
    /*margin-bottom: -34px!important;*/
}



.ubermenu.ubermenu-main {
    top: 52px!important;
}

#esg-grid-51-1-wrap{
      /*margin-top: -110px!important;*/
}


#rev_slider_10_1_wrapper{
  display: none!important;
}

#rev_slider_24_2_wrapper{
  display: block!important;
  top: 8px!important;
}

.rev_slider .tp-caption, .rev_slider .caption{
  /*display: none!important;*/
}

/*/////////////////////////////////////////////*/
/*mobile replacement for rev*/

/*mobile versions:*/






/*desktop versions:*/






/*/////////////////////////////////////////////*/




#rev_slider_10_1.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {
    background-position: center 84px!important;
}

.fullscreen-container {
/*    max-height: 314px!important;
    top: -33px!important;
    left: 0px!important;*/

        /*margin-bottom: -291px!Important;*/
}

#customArrowId{
  display: none;
}


.customCaptionClass {
    position: relative;
    display: block;
    left: 0px!important;
    position: absolute;
    right: auto!important;
    bottom: 40px;
    font-size: 12px!important;
    white-space: initial!important;
    line-height: 13px!important;
    background-color: rgba(255, 255, 255, 0.91)!important;
    color: #6f6f6f!important;
    padding: 5px 20px 6px 20px!important;
}

/*/////////////////////////////////////////////////////////////////*/
/*end revolution slider mobile*/


/*//////////////////////////////////////////////////////*/
/*portfolio isotope custom start*/

.custom-grid-item{
  width: 99%;
    margin: .5%;
    padding-bottom: 50%;

}


.custom-grid-item-title{
    font-size: 16px;
    line-height: 16px;
    padding: 5px 5px 10px 5px;
}

#filters{
display: none;
}


/*portfolio isotope custom start*/
/*//////////////////////////////////////////////////////*/



/*testimonial resp*/


.rev_slider.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img * {
    background-position: center 0px!important;
        /*-webkit-filter: brightness(0.9);*/
}


#rev_slider_33_3_wrapper *, #rev_slider_37_4_wrapper * {
    background-color: rgba(37, 37, 37, 0)!important;
    color: white;
    background-size: contain!important;
    background-position: left 0px bottom 0px!important;
    /*left: 0px!important;*/
    top: 0px!important;
}

#rev_slider_33_3{
  height: 600px!important;

}

.homeTestimonialsLargeWrapper {
    height: 600px;
}


.testimonial {
    font-size: 16px!important;
    font-weight: 500;
    line-height: 21px!important;
    float: none;
    color: white;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 40px;
    /* padding-left: 20px; */
    width: 250px;
}

.testimonialPerson {
    font-size: 15px!important;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 100;
    text-align: center;
    color: white;
    padding-left: 10px;
    width: 250px;


}

.testimonialPersonTitle {
    font-size: 12px!important;
    line-height: 16px;
    font-weight: 100;
    text-align: center;
    color: white;
    padding-left: 10px;
    width: 250px;


}


/*start featured portfolio grid for portfolio page*/

/*one half portfolio*/
  .portfolio-Page-Grid-Item-Featured-Image {
    position: absolute;
    width: 100%;
    margin: 0%;
    margin-bottom: 3%;
    padding-bottom: 60%;
    float: left;
    height: 0;
    overflow: hidden;
    clear: both;
}

/*end featured portfolio grid for portfolio page*/

/*  .single-header-image-title{
        margin-top: 130px;
        font-size: 15px;
        letter-spacing: 10px
  }

  .single-header-image{
    height: 250px;
    margin-top: 8px;
  }*/



.single-cat-project-content p {
    font-size: 14px;
    line-height: 26px;
}


.woo_product_wrapper{
  /*padding: 10px!important;*/
}

  .singleProductInGrid{
  /*width: 100%;*/
}

.row_limited_width_inner {
    max-width: 100%;
    /*padding-left: 0%!important;*/
}

.product_title{
    font-size: 20px!important;
    line-height: 20px;
    letter-spacing: 2px;
    -webkit-margin-before: 0em;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: inherit!important;
}

.site-footer {
   /*top: 0px;*/
    margin-top: 0px;
}

.projectFooterFeaturedCallOutImage img {
    width: 200%;
    margin-left: -50%;
}


#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-search-form {
    line-height: auto!important;
}


.logoContainerHome{
    top: 40%!important;
    font-size: 40px;
    height: 85px;
    line-height: 85px;
    color: rgb(255, 255, 255);
}


#content{
    min-height: 100vh;
}

#row_3b{
      float: left;
    width: 90%;
    height: auto;
    color: #616161;
    position: relative;
    margin-left: 5%;
    text-align: left;
    line-height: 15px;
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: 0%;
    right: 0px;
}

}
/*end phone resp*/

/*end mobile phone styles*/






/*End CSS import from MID theme*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/