/* Enter Your Custom CSS Here */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
p {
  font-family: 'Open Sans', sans-serif;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav_filters ul li a, .woocommerce.widget ul.cart_list li a, .woocommerce.widget ul.product_list_widget li a, .widget_products .product_list_widget a, .widget_product_categories ul.product-categories li a, .widget_product_tag_cloud .tagcloud a, .widget.widget_archive > div ul li a, .widget.widget_archive ul li a, .widget.widget_categories > div ul li a, .widget.widget_categories ul li a, .widget.widget_meta > div ul li a, .widget.widget_meta ul li a, .widget.widget_pages > div ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu > div ul li a, .widget.widget_nav_menu ul li a {
  font-family: 'Open Sans', sans-serif!important;
}

.widget.widget_nav_menu .menu > li a {
  font-family: 'Open Sans', sans-serif!important;
}

.widget.widget_recent_entries ul li a {
  font-family: 'Open Sans', sans-serif!important;
}

.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.text-center {
    text-align: left;
}

.main-navigation {
  background-color: #2D4E6B;
}

.custom-logo {
  -webkit-filter: invert(100%);
}

.main-navigation {
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.main-navigation .menu li a {
  color: #efefef;
}

.main-navigation .menu li a:hover {
  color: #ffffff!important;
}

.soliloquy-container .soliloquy-image {
    width: 100%!important;
    height: 100vh!important;
    display: block;
    margin: 0 auto;
    object-fit: cover!important;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#soliloquy-container-74 {
  max-width: 100%!important;
  max-height: 100vh!important;
}

@media (max-width: 600px){
.soliloquy-container .soliloquy-pager, .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-controls-auto {
    display: block!important;
}
}

.soliloquy-container .soliloquy-caption {
    top: 35%!important;
}

.btn-filled:hover, .btn:visited:hover {
    background: #ffffff;
    border-color: #ffffff;
}

#shapely_home_portfolio-2 section {
  padding-top: 30px!important;
}

.project:not( .masonry-item ) .image-tile a {
  display: none;
}

.inner-title:before {
  background: transparent!important;
}

.grid {
	overflow: hidden;
	margin: 0;
	/*padding: 3em 0 0 0;*/
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 100%;
	height: 161px;
	background: #538cbe;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	/*padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
	/*-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);*/
        margin-bottom: -85px;
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 3px;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figure {
    padding: 0em!important;
}

#shapely_home_clients-2 .mb64 .mb-xs-40 h3 {
  display: none!important;
}

.grow:hover, .grow:focus, .grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: none;
}

.grow {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translatez(0);
    box-shadow: 0 0 1px rgb(0,0,0,0);
    border: none;
}

.delete {
  display: none!important;
}

.logo-carousel .slides a {
    cursor: default;
    pointer-events: none;
}

.logo-carousel li {
  opacity: 1!important;
}

#shapely_home_clients-2 .col-sm-12 .text-center {
  display: none!important;
}

/*.widget.widget_nav_menu > div ul li, .widget.widget_nav_menu ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0px;
    margin-bottom: 5px;
}*/

.timeline-Widget {
  height: 400px!important;
  overflow-y: scroll!important;
}

/*.widget.widget_recent_entries ul li {		
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0px;
    margin-bottom: 5px;
}*/

.slidesubtitle {
		background: #ffffff;
    background: RGBA(255,255,255,0.2);
    opacity: 1;
    padding: 0.5em 1.5em 0.5em 1.5em;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 99px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
    margin-bottom: 5px;
}

.blog .wp-post-image {
  display: none;
}

.blog .shapely-category {
  display: none;
}

.page-title-section {
  display: none;
}

.main-navigation .menu > li > ul li a:hover, .main-navigation .menu > li > ul li > a:hover {
    background: #56a8d8;
    text-transform: uppercase;
}

.main-navigation .menu > li > ul li a, .main-navigation .menu > li > ul li > a {
    text-transform: uppercase;
}

.page-id-22 .post-title {
  display: none;
}

.page-id-22 .entry-meta {
  display: none;
}

.page-id-142 .post-title {
  display: none;
}

.page-id-142 .entry-meta {
  display: none;
}

.page-id-144 .post-title {
  display: none;
}

.page-id-144 .entry-meta {
  display: none;
}

.page-id-22 .contact-section {
  padding-top: 0px;
}

.widget .widget-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.page-template-default .content-area {
  padding-top: 60px;
}

.main-navigation .menu > li {
    color: #ffffff;
}

.main-navigation .menu > li > ul li a {
    font-size: 12px;
}

.pb0 {
  padding: 96px!important;
}

.footer-credits {
    display: none!important;
  color: #111!important;
}


.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.page-id-281 label {
	display: block;
}

.page-id-281 select {
    max-width: 100%;
    background: #f5f5f5;
    border: 1px solid transparent;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.page-id-281 input[type="select"] {
    padding-left: 20px;
	color: #666;
}

.content-area {
	padding-bottom: 0px;
}

.entry-footer {
	padding: 10px;
}

.search-widget-handle {
	display: none;
}