/*
Theme Name: carinemily
Author: carin rhoden
Author URI: http://carinemily.com
Version: 1.0
License: GNU General Public License v3.0 
*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}
a:hover {
  color: rgb(196, 18, 47);
  text-transform: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/*   
cubo
*/
/* Reset styles */
/* BEGIN vars */
/* END vars */
/* BEGIN mixins */
/* BEGIN typography */
body,
main {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  background-color: #fafafa;
  color: black;
}
.site-wrapper {
	position: relative;
}
.wrapper {
	margin-top: 50px;
}
a {
  color: black;
  -webkit-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear, box-shadow 200ms linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear, box-shadow 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear, box-shadow 200ms linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear, box-shadow 200ms linear;
  transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear, box-shadow 200ms linear;
}

/* END dimonni extra style */

/*custom styling from old site*/
.recname {
	-webkit-text-fill-color: rgba(0, 0, 0, 1); 
   -webkit-opacity: 1; 
   	}
.bbx-arrow {
  background-color: #c41230;
  color: white !important;
  z-index: 10;
}
.bbx-single-portfolio .project-wrap .bbx-arrow {
  top: 250px;
}
.bbx-logo-default {
  height: 44px;
  width: 171px;
}
.swiper-slide h2 {
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}
.col-md-6 p a {
  text-decoration: underline;
}
.bbx-elements-grid .image-wrap {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.bbx-single-portfolio .bbx-close-button {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

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

.bbx-single-portfolio .bbx-close-button i:before {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.bbx-single-portfolio .bbx-close-button {
	left: 97%;
	}

.bbx-categories-filter-links.scrollable {
text-align: center;
margin-bottom: 20px;
}
h4.image-wrap-heading,
.bbx-categories-filter-links.scrollable > a,
.prime-nav a {
  text-transform: lowercase;
}
.recommender img {
	width: 60px !important;
  	height: 60px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	}
	.profile .recname {
		margin-top: 20px;
		display: inline-block;
		}

.linkedin blockquote .recommender:before {
  content: "";
}
.linkedin blockquote .recommender {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  min-height: 40px;
}
blockquote, q {
    background-color: rgba(0, 0, 0, 0.03);
    border: medium none;
    border-radius: 0 6px 6px 0;
    box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.13) inset;
    font-style: italic;
    margin: 0 0 30px;
    padding: 30px;
}
blockquote p, q p {
    font-style: italic;
    line-height: 30px;
}
blockquote cite, q cite {
    display: block;
    margin-top: 30px;
    opacity: 0.5;
}
.linkedin .card {
  background-color: rgba(0, 0, 0, 0.03);
  border: medium none;
  border-radius: 0 6px 6px 0;
  box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.13) inset;
  min-height: 130px;
  padding: 5px;
	}
	.card .pic {
		float: left;
		text-align: center;
		width: 120px;
		}
		.card .pic > a {
			width: 100%;
			display: inline-block;
			text-align: center;
			}
	#cartouche img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 10px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	}
	.linkedin .card #cartouche .name {
		font-size: 22px;
		margin-left: 120px;
		}
	.linkedin .card #cartouche .headline {
		font-size: 16px;
		margin-left: 120px;
		}
	.pic .social {
		text-align: center;
		}
		.pic .social > a {
			padding: 0 5px;
			}

.linkedin .profile #cartouche {
	min-height: 100px;
	padding: 0;
	}
	.linkedin .profile #cartouche .picture {
		display: block;
		float: none;
		height: auto;
		margin: 10px;
		}
		.profile .pic {
		float: left;
		text-align: center;
		width: 100px;
		}
		.profile .pic > a {
			width: 100%;
			display: inline-block;
			text-align: center;
			}
.linkedin .profile #cartouche .picture {
  margin-left: 0 !important;
}
.linkedin .profile #cartouche .name {
	padding-top: 10px;
	}
.profile .recommender {
	margin-bottom: 30px;
	}

.social-sharing {
	line-height: 30px;
	}
	.social-sharing a {
		color: #e0e0e0;
		padding-right: 5px;
		padding-left: 5px;
		}
		.social a {
			color: #e0e0e0;
			}
	.social-sharing a:hover, .social a:hover {
		color: #c41230;
		opacity: 1 !important;
		}
.sharetext, .social-sharing .share {
	line-height: 30px;
	padding-bottom: 0;
	}
.page-404 {
  overflow: hidden;
  text-align: center;
}
.page-content-layout-element {
  margin-bottom: 0;
}
	
.copy-row .social-sharing {
	float: right;
	}
.col-md-6 .social-sharing {
	margin-top: 20px;
	}	
	.col-md-6 .social-sharing {
		font-weight: bold;
		}
.home .bbx-builder-row:nth-of-type(2), 
.page-id-269 .bbx-builder-row:nth-of-type(2),
.page-id-271 .bbx-builder-row:nth-of-type(2),
.page-id-267 .bbx-builder-row:nth-of-type(2),
.page-id-273 .bbx-builder-row:nth-of-type(2) {
  z-index: 10;
}
.home .bbx-builder-row:nth-of-type(3), 
.page-id-269 .bbx-builder-row:nth-of-type(3),
.page-id-271 .bbx-builder-row:nth-of-type(3),
.page-id-267 .bbx-builder-row:nth-of-type(3),
.page-id-273 .bbx-builder-row:nth-of-type(3){
  z-index: 11;
}
.home .bbx-main .social-sharing, 
.page-id-269 .bbx-main .social-sharing,
.page-id-271 .bbx-main .social-sharing,
.page-id-267 .bbx-main .social-sharing,
.page-id-273 .bbx-main .social-sharing {
	text-align: center;
	width: 100%; 
	}
	.home .bbx-main .sharetext, 
	.home .bbx-main .share, 
	.page-id-269 .bbx-main .sharetext, 
	.page-id-269 .bbx-main .share,
	.page-id-271 .bbx-main .sharetext, 
	.page-id-271 .bbx-main .share,
	.page-id-267 .bbx-main .sharetext, 
	.page-id-267 .bbx-main .share,
	.page-id-273 .bbx-main .sharetext, 
	.page-id-273 .bbx-main .share {
		float: none;
		}
		

@media screen and (max-width: 990px) {
	.sidebar {
		margin-top: 20px;
		}
	.linkedin .card #cartouche .name {
		padding-top: 20px;
		}
	#bbx-footer .social-sharing {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
		}
	#bbx-footer .sharetext {
		display: inline-block;
		float: none;
		}
	#bbx-footer .social-sharing .share {
		display: inline-block;
		float: none;
		}
	.profile .location {
		display: none;
		}
}

#bb-page-heading {
	border-bottom: 2px solid #e0e0e0;
	display: none;
	color: #999;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
		
@media screen and (max-width: 980px) {
	.single section .bbx-main {
		padding-top: 60px;
		}
	.bbx-single-portfolio .project-wrap {
		padding-bottom: 40px;
		}
	 .bbx-single-portfolio .bbx-close-button {
		top: 40px !important;
		}
	.bbx-single-portfolio .bbx-project-description h3 {
		font-size: 28px;
		line-height: 30px;
		}
	.bbx-single-portfolio .project-wrap .bbx-arrow {
		height: 30px;
		line-height: 30px;
		margin-top: 20px;
		top: 100%;
		width: 30px;
		}
		.bbx-single-portfolio .project-wrap .bbx-arrow i {
			font-size: 12px;
			height: 30px;
			line-height: 30px;
			width: 30px;
		}
	.bbx-single-portfolio .project-wrap .bbx-arrow.next {
		right: 0;
		}
	.bbx-single-portfolio .project-wrap .bbx-arrow.prev {
		left: 0;
		}
	#bb-page-heading {
		display: block;
		}
}

@media screen and (max-width: 567px) {
	.linkedin .profile #cartouche .headline {
		font-size: 12px; 
		font-weight: normal;
	}
	.linkedin .card #cartouche .name {
		font-size: 18px;
		padding-top: 0;
	}
}
.youtube_channel  {
		width: 100% !important;
		}
	.youtube_channel .ytc_video_container {
		float: none !important;
		margin: 0 auto !important;
		}
	.youtube_channel  iframe {
		max-width: 100% !important;
		}
.page-404  ul#sidebar {
  padding: 0 !important;
}
.ytc_video_container {
  width: 90% !important;
}
/*new custom*/
.grid-sizer {
	width: 25%;
}
.hidden-grid {
	//display: none;
}

.imgWrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.imgDescription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(204,224,208, 0.72);
	height: 100%;

  visibility: hidden;
  opacity: 0;


  -webkit-transition: opacity 200ms linear 0s, margin-top 200ms cubic-bezier(0.23, 1, 0.32, 1) 0s;

}
.imgtitle {
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 100;
  left: 0;
  line-height: 30px;
  margin-top: 15px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  opacity: 1;
  text-transform: lowercase;
}

.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}

.filters, .filters ul {
  list-style: outside none none;
  margin: 0 auto;
  text-align: center;
}
.filters li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: lowercase;
}
.filters li a, .button-group li {
  border-radius: 6px;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.5);
}
.intro {
	color: rgba(0, 0, 0, 0.5);
}
.intro a {
	color: #333;
}
.filters li a:hover, 
.button-group li:hover {
  color: rgba(196, 18, 47,1);
  text-decoration: none;
  cursor: pointer;
}
.intro a:hover {
		color: rgba(196, 18, 47,1);
}
.filters li.is-selected,
.filters li a.is-selected  {
	background-color: #c41230;
	color: rgba(225, 225, 225, 1);
}
.button-group li.is-selected:hover, 
.button-group li.is-selected,
.button-group li.is-selected:hover {
	color: rgba(225, 225, 225, 1);
}

.site-navigation {
  background-color: #fff;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  z-index:999;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  top: 0;
}
body.admin-bar .site-navigation {
	top: 32px;
}
.site-navigation .container {
  margin: 0 auto;
  padding: 0;
}
.navbar-brand > img {
  height: auto;
  width: 179px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
  height: 50px;
  line-height: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#navbar-collapse {
  float: right;
}

#main-menu li a {
  padding: 15px 20px;
  text-transform: lowercase;
}
a:focus {
  color: rgb(196, 18, 47);
}
#main-menu li a:hover,
#main-menu li a:focus,
#main-menu li.current-menu-item a, 
.home #main-menu #menu-item-493 a,
.single-portfolio #main-menu #menu-item-493 a {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
.main-content {
  padding-top: 30px;
}

body {overflow: auto;}

.pp_overlay {
   position: fixed;
   top: 0px;
   left: 0px;
   right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}
.pp_pic_holder {
            height: 100%;
            overflow-y: scroll;
			overflow-x: scroll;
        }
		
.tile2 {
	border: 2px solid black;
	padding: 10px;
}

.myimage {
	width: 25%;
}
.myimage:nth-of-type(2n),
.myimage:nth-of-type(3n),
.sharetile {
	width: 25%;
}
.single .myimage:nth-of-type(2n),
.single .myimage:nth-of-type(3n){
	width: 20%;
}
.single .mainimg {
	width: 30% !important;
}
.home .mainimg,
.post-type-archive-portfolio .mainimg {
	width: 25%;
}
.tile2 img {
	width: 100%;
}
.tile2.tile1 {
	width: 50%;
	text-align: center;
}
.tile2.tile1.notest {
	width: 100%;
}
.tile2.tile1.testimonial {
	width: 50%;
}
.tile2.tile1.testimonial .easy_testimonial_image_wrapper {
	text-align: center;
}
.more-link {
  font-style: normal !important;
  text-decoration: none !important;
}
.tile2.tile1.testimonial a {
	text-decoration:none;
}
.tile2.tile1.testimonial blockquote.easy_testimonial .wp-post-image {
	border: 1px solid black;
	max-width: 60px;
}
.tile1.tile2.testimonial blockquote {
	background-color: #fff;
	font-size: 17px;
	border-radius: 6px !important;
	box-shadow: none !important;
}
.tile1.tile2.tile1first blockquote {
	margin: 0 !important;
	font-style: normal;
	border-radius: 6px  !important;
	box-shadow: none !important;
}
.tile1.tile2.tile1first blockquote p {
	font-style: normal;
	padding-bottom: 10px;
}
.tile1.tile2.testimonial blockquote p {
	line-height: 1.25;
	text-align: center;
}
.single .tile2.tile1 {
	width: 50%;
}
.single .tile2.tile1.testimonial {
	width: 50%;
}
.home .tile1.tile2 strong:after,
.post-type-archive-portfolio .tile1.tile2 strong:after {
    content:"\a";
    white-space: pre;
}
.tile1.tile2.testimonial blockquote.easy_testimonial .wp-post-image {
  bottom: auto !important;
  float: none !important;
  left: auto !important;
  position: relative;
  max-width: 60px;
  margin-bottom: 10px;
}
.tile1.tile2.testimonial blockquote.easy_testimonial .testimonial_author {
  margin-left: 0;
}

.home .tile1.tile2.testimonial blockquote.easy_testimonial .wp-post-image,
.post-type-archive-portfolio  .tile1.tile2.testimonial blockquote.easy_testimonial .wp-post-image {
  bottom: 15%;
  float: none !important;
  left: 25%;
  position: relative;
}
.home .tile1.tile2.testimonial blockquote,
.post-type-archive-portfolio .tile1.tile2.testimonial blockquote {
	padding-bottom: 30px;
}

.home .tile1.tile2.testimonial blockquote.easy_testimonial .testimonial_author,
.post-type-archive-portfolio .tile1.tile2.testimonial blockquote.easy_testimonial .testimonial_author {
  display: none;
}
/*.single .myimage:hover, 
.single .myimage *:hover {
	cursor: zoom-in;
}*/
.site-footer {
  background-color: white;
  padding: 15px 30px;
}
.sub-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.site-footer-inner div {
	width: 50%;
	float: left;
}
.site-footer .social-sharing {
	float: right;
	text-align: right;
	width: auto !important;
}
.site-footer .container {
	padding-bottom: 0;
}
header, footer {
	font-family: 'Oxygen';
}
.linkedin .profile #cartouche {
  background-color: #f0f0f0 !important;
  min-height: 80px !important;
  padding: 15px 15px 15px 15px !important;
}
.linkedin .profile .section {
  margin-bottom: 20px;
}
.linkedin .profile #cartouche .name {
  font-size: x-large;
  font-weight: bold;
}
.linkedin .profile #cartouche .headline {
  font-size: larger;
  font-weight: bolder;
}
.linkedin .profile #cartouche .location, .linkedin .profile .position .industry, .linkedin .profile .volunteer .cause, .linkedin .profile .education .degree {
  color: #999;
  font-size: smaller;
}
blockquote.easy_testimonial .wp-post-image {
  border-radius: 50% !important;
  float: left !important;
  margin-top: 20px;
}
.sidebar blockquote.easy_testimonial .wp-post-image {
	margin-top: 30px;
}
blockquote.easy_testimonial .testimonial_author {
  margin-left: 80px;
  padding-bottom: 20px;
}
.pager li > a, .pager li > span,
.pager li > a:hover, .pager li > span:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
@media screen and (max-width: 800px) {
	.home .mainimg,
	.post-type-archive-portfolio .mainimg,
	.myimage	{
		width: 25% !important;
	}
	.myimage:nth-of-type(2n),
	.myimage:nth-of-type(3n),
	.sharetile {
		width: 25%;
	}
	.mainimg {
		width: 25%;
	}
	.tile2 img {
		width: 100%;
	}
	.tile2.tile1 {
		width: 50%;
	}
	.tile2.tile1.testimonial {
		width: 100%;
	}
	.single .mainimg {
		width: 50% !important;
	}
	.single .sharetile {
		width: 50%;
	}
	.single .myimage:nth-of-type(2n), .single .myimage:nth-of-type(3n) {
		width: 25%;
	}
}
@media screen and (max-width: 750px) {
	.home .mainimg,
	.post-type-archive-portfolio .mainimg,
	.myimage	{
		width: 50% !important;
	}
	.myimage:nth-of-type(2n),
	.myimage:nth-of-type(3n),
	.sharetile {
		width: 50%;
	}
	.tile2 img {
		width: 100%;
	}
	.tile2.tile1 {
		width: 100%;
	}
	.single .tile2.tile1 {
		width: 60%;
	}
	.single .tile2.tile1 {
		width: 40%;
	}
	.tile2.tile1.testimonial {
		width: 100%;
	}
	.single .tile2.tile1,
	.single .tile2.tile1.testimonial {
		width: 100% !important;
	}
	.single .sharetile {
		width: 100%;
	}
	.single .myimage:nth-of-type(2n), .single .myimage:nth-of-type(3n) {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.myimage:nth-of-type(2n),
	.myimage:nth-of-type(3n),
	.sharetile {
		width: 50%;
	}
	.tile2 img {
		width: 100%;
		height: auto;
	}
	.tile2.tile1 {
		width: 100%;
	}
	.single .tile2.tile1 {
		width: 100%;
	}
	.single .tile2.tile1.testimonial {
		width: 100%;
	}
	.tile2.tile1.testimonial {
		width: 100%;
	}
	.single .mainimg {
		width: 100% !important;
	}
	.single .sharetile {
		width: 100%;
	}
	.single .myimage:nth-of-type(2n), .single .myimage:nth-of-type(3n) {
		width: 50%;
	}
}
.filters.clearfix, 
.button-group {
	padding: 0;
}
div[class^="style-dark_style"] .wp-post-image, div[class^="style-default_style"] .wp-post-image, div[class^="style-light_style"] .wp-post-image {
  max-height: 80px !important;
  max-width: 80px !important;
}
.easy_t_single_testimonial blockquote.easy_testimonial {
  position: relative;
}

blockquote.easy_testimonial .wp-post-image {
  float: left !important;
  bottom: 45px;
  left: 20px;
  position: absolute;
}

.home .visit,
.post-type-archive-portfolio .visit {
	display: none;
}
.home .h2, .home h2,
.post-type-archive-portfolio .h2, .post-type-archive-portfolio h2 {
  font-size: 26px;
  font-weight: 700;
}
.home .sharetile,
.post-type-archive-portfolio .sharetile {
  margin-top: 20px;
  text-align: center;
  width: 100% !important;
}

.intro {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  text-align: center;
}
.pp_social {
  display: none !important;
}

/*slider*/
#jssor_1 {
	position: relative !important;
}
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }

            .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                position: absolute;
                /* size of bullet elment */
                width: 16px;
                height: 16px;
                background: url('slider_assets/b05.png') no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

            .jssorb05 div {
                background-position: -7px -7px;
            }

                .jssorb05 div:hover, .jssorb05 .av:hover {
                    background-position: -37px -7px;
                }

            .jssorb05 .av {
                background-position: -67px -7px;
            }

            .jssorb05 .dn, .jssorb05 .dn:hover {
                background-position: -97px -7px;
            }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('slider_assets/a22.png') center center no-repeat;
            overflow: hidden;
        }

        .jssora22l {
            background-position: -10px -31px;
        }

        .jssora22r {
            background-position: -70px -31px;
        }

        .jssora22l:hover {
            background-position: -130px -31px;
        }

        .jssora22r:hover {
            background-position: -190px -31px;
        }

        .jssora22l.jssora22ldn {
            background-position: -250px -31px;
        }

        .jssora22r.jssora22rdn {
            background-position: -310px -31px;
        }
		
.slide_title {
	width: 100%;
	text-align: left;	
	font-size: 36px; 
	color: #fff; 
	text-transform:uppercase;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.25em;
}
	
.slide_text {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 40%;
	text-align: left; 
	height: 600px; 
	font-size: 28px; 
	color: #fff;
	font-weight: 300;
	font-family: "Open Sans",Arial,sans-serif;
	display: table;
}
.services .service {
	position: relative;
	margin-bottom: 20px;
}
.service img {
  width: 100%;
}
.services .slide_text {
	position: absolute;
	top: 15px; 
	left: 0; 
	width: 90%;
	text-align: left; 
	font-size: 18px; 
	color: #fff;
	font-weight: 300;
	background-color: rgba(196,18,48,0.80);
	padding: 20px;
	height: auto;
}
.slide-hide {
	display: none;
}
.service:hover .slide-hide {
	display: block;
	transition: 1s;
}
.center-me {
	 display: table-cell; 
	 height: 600px; 
	 vertical-align: middle;
	 padding: 0;	 
}
.inner-slide {
	background-color: rgba(196,18,48,0.80);
	padding: 50px 50px 50px 150px;
}
.slide_text p {
	line-height: 1.25;
}
	
.slide_button {
	width: 100%;
	text-align: right; 
	font-size: 26px;
}
.slide_button .btn-lg, 
.slide_button .btn-group-lg > .btn {
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
  padding: 20px;
  font-family: "Open Sans",Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-radius: 15px !important;
}
.services .slide_title {
	width: 100%;
	text-align: left;	
	font-size: 18px; 
	color: #fff; 
	text-transform:uppercase;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.25em;
}

.slide_button button.btn.btn-hollow:hover, 
.slide_button .btn.btn-hollow:hover {
  background-color: #fff;
  color: #3d3d3d;
  text-shadow: 0 0 0 transparent;
  border: 2px solid #3d3d3d;
}

@media screen and (max-width: 600px) {
	.slide_title {
		font-size: 46px; 
	}
	
	.slide_text {
		width: 70%;
		font-size: 38px; 
	}
}

.goldtext {
    color:#c3a343;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(transparent, transparent),
    url(http://carinemily.com/mutedgoldfoil.jpg) repeat !important;
    background: -o-linear-gradient(transparent, transparent) !important;
    -webkit-background-clip: text !important;
}
.sharetile blockquote {
  font-style: normal;
  line-height: 10px;
  margin: 0;
  min-height: auto;
  padding: 2px;
  text-align: center;
  border-radius: 6px;
}

.short blockquote.easy_testimonial {
  padding-bottom: 66px;
  padding-top: 66px;
}

@media screen and (max-width: 1199px) {
.short blockquote.easy_testimonial {
  padding-bottom: 41px;
  padding-top: 41px;
}
}

@media screen and (max-width: 991px) {
.short blockquote.easy_testimonial {
  padding-bottom: 14px;
  padding-top: 14px;
}
}

.easy_testimonial cite span.date {
	display: none !important;
}

.home .tile2.tile1.testimonial,
.post-type-archive .tile2.tile1.testimonial {
	width: 100%;
}
.LI-badge-container.vertical.dark {
	width: 100% !important;
}
.LI-badge-container.vertical.dark .LI-profile-pic {
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
	right: 0 !important;
	top: 21px !important;
}
@media screen and (min-width: 480px) {
	.LI-badge-container.vertical.dark .LI-profile-pic {
		width: 150px !important;
		height: 150px !important;
	}
}
.LI-badge-container.vertical.dark .LI-field {
	display: none !important;
}
.LI-profile-pic-container {
	background-image: unset !important;
	background-color: white !important;
}
.LI-badge-container.vertical.dark {
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.LI-view-profile {
	display: none !important;
}
.LI-logo {
	display: none !important;
}
.LI-badge-container.vertical.dark .LI-header {
	padding-bottom: 20px !important;
}
.header-grey {
	background-color: #303336;
	height: 8px;
}
.header-red {
	background-color: white;
	height: 4px;
}

.tile1 .easy_testimonial .title-area {
	display: none !important;
}

#infinite-holder .file-list-image a {
	height: 100%;
	display: block;
}
