

/*
	Contact
*/

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
}

#contact_me {
	background-imagefont-size: 16px;
	width: 100%;
	
	background: #c7ada1; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7ada1 0%,  #8a7064 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c7ada1 0%, #8a7064 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c7ada1 0%, #8a7064 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ada1', endColorstr='#8a7064',GradientType=0 ); /* IE6-9 */

}

.contact_input_box {
	width: 100%;
}

.contact_input {
	float: right;
	font-size: 120%;
	border-radius:10px;
	max-width: 400px;
	margin: 0px 10px;
	width: 100%;
	height: 50px;
	text-align: center;
	border: none;
}

.contact-submit-box {
	margin: 0px auto; 
	display: table;
}

.submit_email {
	background: #00A6B5;
	background-image: url("../../images/email icon.png");
	background-repeat: no-repeat;
    background-position: center; 
    border: none;
	border-radius: 10px;
	height: 50px;
	width: 135px;
}

.submit_phone {
	background: #A89A7D;
	background-image: url("../../images/mobile phone sms.png");
	background-repeat: no-repeat;
    background-position: center; 
    border: none;
	border-radius: 10px;
	height: 50px;
	width: 135px;
}

.bottom-buffer-1 {
	padding-bottom: 20px;
}

.bottom-bufer-2 
{
	padding-bottom: 35px;
}

.top-buffer-1 {
	padding-top: 15px;
}

.contact_message {
	width: 100%;
	height: 75px;
}

.contact_message_img {
	width: 100%;
}


.trisha-message {
	background-image: url('../../images/trisha_p_m.png');
	background-size: 100%;
	height: 190px;
}

/*
	Social media
*/
	
#social-media {
	background-image: url("../../images/bg_social.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 45px;
}

.social-media-wrapper {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
}

.media-container {
	width: 100%;
	padding-top: 35px;
}

#twitter-container, #facebook-container, #coffee-talk-container {
	height: 530px;
	background-color: rgba(255,255,255,.6);
	margin: 5px;

}

.twitter_tweet img {
	max-height: 250px;
	max-width: 100%;
}

.twitter_tweet, .twitter_header, .twitter_links {
	padding: 0px 30px 0px 30px;
}

.twitter_links {
	padding-top: 10px;
	font-weight: bold;
	margin-left:10px;
}

.twitter_links a {
	padding: 5px;
}

.twitter-bottom-bord {
	width: 85%;
    border-bottom: 1px solid;
    margin: 0px auto;
    margin: 15px;
}

.facebook_header, .facebook_post, .coffeetalk-header {
	padding: 0px 0px 0px 30px;
}

.facebook_post {
	margin-bottom: 15px;
}

.facebook_post img {
 	width: 95%;
 	margin: 0px auto;
 }

.facebook-iFrame {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
}

#pins-container {
	margin-top: 15px;
}

.pintImages {
	border-radius: 10px;
	height: 230px;
	padding: 15px;
}

.pintImages > img{
	border-radius: 10px;
}

/*
	Music - albums
*/

.music-video-section{
	background-image: url('/images/music-video-bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding:4em 0;
	text-align: center;
}

.albums-item {
	margin-top: 15px;
	margin-bottom: 15px;

}

.album-list-item img, .album-list-item:visited img {
	
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
	filter: gray;
	transition: all ease 0.2s;
	
}

.album-list-item:hover img, .album-list-item:active img {
	
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
	z-index: 99;
	transform: scale(1.1);
}

.music-events-list {
	
	background: url("../../images/music-tour-bg.jpg") no-repeat center;
	color: #fff;
	
}


.main-heading {
	
	display: none;
	
}


.kitchen-image {
	width: 100%;
	padding-top: 20px;
}


.section1 {
	background-image: url('../../images/trishaskitchen-section1-background.png');
}

.kitchen-panel {
	padding-top: 5px;
}


/*.kitchen-middle-row {
	background-image: url('../../images/kitchen_section_background.png');
	padding-bottom: 55px;
}*/

/*.kitchen-bottom-row {
	background-image: url('../../images/kitchen-bottom-section.jpg');
	height: 350px;
	margin-bottom: 35px;
}*/

.commerce-urls a {
	padding-right: 45px;
}

.img-bottom {
	height: 35%;
}

.img-top {
	height: 65%;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.news_icon {
	    width: 95px;
	    height: 95px;
	}

	.pintImages {
		height: 304px;
    }

}

@media only screen and (max-width: 500px) {
	.news_icon {
	    width: 75px;
	    height: 75px;
	}


	.contact_input {
		margin: 0px 10px;
		width: 100%;
		height: 25px;
		margin-top: 5px;
		border-radius: 5px;
	}

	.contact_submit_box {
		float:left; 
		width:100%;
		text-align:center;
		margin: 0px;
	}

	.submit_email, .submit_phone {
		float:none;
		height: 25px;
		width: 100%;
		margin-top: 5px;
		border-radius: 5px;
		background-size: contain;
	}

	.contact-wide {
		width: 100%;
		height: 65px;
	}

	.pintImages {
		height: 150px;
    }
}

/*#instagram-photos-container {
	display:block;
	width:100%;
}

#instagram-photos-container .instagram-image {
	float:left;
	width:20%;
	position:relative;
}

#instagram-photos-container .instagram-image img {
	width:100%;
	height:auto;
	filter: blur(5px);
	transition: all 0.7s ease-in-out;
}

#instagram-photos-container .instagram-image:hover img, #instagram-photos-container .instagram-image:focus img, #instagram-photos-container .instagram-image:active img {
	filter:none;
}*/

.social-share {
	display:block;
	margin:20px auto;
}

.social-share a, .social-share a:visited {
	display:inline-block;
	margin:0 20px 0 0;
	font-size:30px;
}

.social-share a:hover, .social-share a:active {
	text-decoration:none;
}

.furniture-feature-box {
    cursor:pointer;
    transition: all 0.5s;
    border-radius:5px;
    overflow:hidden;
}

.furniture-feature-box:hover {
    opacity:0.7;
    border-radius:20px;
}

.furniture-feature-box.active-feature {
    cursor:auto;
    opacity:0.7;
    border-radius:20px;
}

.furniture-feature-box img {
    width:100%;
    height:auto;
}