.twitter-tweet {
	float: none;
  width: 80%;
  margin: 10px auto 10px auto;
}


.entry-title {
  border-top-left-radius: 6px;
  margin-top: 1px;
  padding: 8px;
  border-top-style: solid;
	border-top-color: rgba(81, 63, 55, 0.49);
  border-top-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(81, 63, 55, 0.49);
  border-left-width: 1px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(101,67,33,0.05)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(308deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(308deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(308deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
	background: linear-gradient(142deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#654321', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
	}

h2.entry-title {
  margin-top: 1px;
  margin-bottom: 4px;
	}

.post-meta {
	margin-top: 14px;
	}


  /* Hide the phone icon and phone number */
#et-info-phone { 
  display:none !important;
	}



.widgettitle {
  background-color:  #efeded;
  padding: 5px;	
  border-top-left-radius: 6px;
	background: rgba(250,237,218,1);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(101,67,33,0.05)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(308deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(308deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(308deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
	background: linear-gradient(142deg, rgba(101,67,33,0.05) 0%, rgba(255,255,255,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#654321', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
	}


/*
.hentry {
  padding: 8px;
  background-color:  #f1f0f0; 
}
*/
/*.et_pb_pagebuilder_layout .hentry {
  padding: 8px;
  background-color:  #f1f0f0; 
}*/

#main-header {
  background-color: #ffffff;
}

/*----------InTransit Studios Menu----------*/
/*----------Sub Menu----------*/

#top-menu li li a {
    width: 220px;
    padding: 6px 20px;
    border: 1px solid #435a78; /**/
    margin-bottom: 10px;
	text-align: center;
	font-size: 14px!important;
}

#top-menu li li a:hover {

	color: white!important; /**/
	background-color: #856445 !important; /*#4b6486*/
}

.et-fixed-header #top-menu li li a:hover {

	color: white!important; /**/
	background-color: #856445 !important; /*#4b6486*/
}

.nav li ul {
    width: 260px;
    border-top: 3px solid #856445!important; /*#4b6486*/
    background-color: white ; /*rgba(47, 47, 47, 0.98)*/
}

/*------------------------------------------------*/
/*----------------Yates Blurb Cards---------------*/
/*------------------------------------------------*/
.blurb-card .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}
.blurb-card h6 {
    color: #DC1D49;
    margin-top: 20px;
}
.blurb-card .et_pb_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}
.blurb-card .et_pb_blurb {
    margin-bottom: 0 !important;
}
.blurb-card .et_pb_column {
    position: relative;
}
.blurb-card .et_pb_blurb_container {
    background: #fff;
    padding: 75px 25px 25px 25px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: -50px;
}
.blurb-card .et_pb_column:hover .et_pb_blurb_container {
    -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* Effect 8 */
.blurb-card .et-pb-icon {
    padding: 33px;
    font-size: 35px;
    position: relative;
    z-index: 1;
    color: #dc1d49 !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .et-pb-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.blurb-card .et-pb-icon:before {
    content: '';
    display: block;
}
.blurb-card .et-pb-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.blurb-card .et-pb-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.blurb-card .et_pb_column:hover .et-pb-icon {
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .et_pb_column:hover .et-pb-icon:after {
    -webkit-animation: sonarEffect 0.5s ease-out 50ms;
    -moz-animation: sonarEffect 0.5s ease-out 75ms;
    animation: sonarEffect 0.5s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    }
    100% {
        box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    }
    100% {
        box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    }
    100% {
        box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
        transform: scale(1.5);
        opacity: 0;
    }
}
/*------------------------------------------------*/
/*------------End of Yates Blurb Cards------------*/
/*------------------------------------------------*/

/*--------Individual Blog Posts ---------*/
.et_pb_post {
  padding: 30px;
  background-color: #ffffff; /*#f5f5fa*/
  border: 1px solid #d4cfe3;
  /* webkit-box-shadow: 10px 10px 35px 0px rgba(101,67,33,1);
	-moz-box-shadow: 10px 10px 35px 0px rgba(101,67,33,1);
	box-shadow: 10px 10px 35px 0px rgba(101,67,33,1); */
  /* -----50% opacity-----*/
  /*-webkit-box-shadow: 10px 10px 35px 0px rgba(101,67,33,0.5);
	-moz-box-shadow: 10px 10px 35px 0px rgba(101,67,33,0.5);
	box-shadow: 10px 10px 35px 0px rgba(101,67,33,0.5); */
  /* -----25% opacity-----*/ 
  -webkit-box-shadow: 10px 10px 35px 0px rgba(101,67,33,0.25);
	-moz-box-shadow: 10px 10px 35px 0px rgba(101,67,33,0.25);
	box-shadow: 10px 10px 35px 0px rgba(101,67,33,0.25);
	}

.et_fixed_nav #main-header {
	/*
  background-color: #f0e9e5;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzMwMCcgdmlld0JveD0nMCAwIDIwMCAzMDAnPgoJPGZpbHRlciBpZD0nZnV6eicgeD0nMCcgeT0nMCc+CgkJPGZlVHVyYnVsZW5jZSB0eXBlPSd0dXJidWxlbmNlJyBiYXNlRnJlcXVlbmN5PScwLjE5JyBudW1PY3RhdmVzPScxMCcgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPgoJPC9maWx0ZXI+Cgk8cmVjdCB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyBmaWx0ZXI9J3VybCgjZnV6eiknIG9wYWNpdHk9JzAuMjMnLz4KPC9zdmc+);*/
	border: 1px solid #bc9b8e;
}

/* ---- Add Background Image to the Quote Box ---- */
  
.et_quote_content {
  
background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../2011/11/page-bgtexture1.jpg')!important;
background-repeat: no-repeat;
background-size: cover;
  
}
 
/* ---- Add the Quotation Symbol to the Quote Box ---- */
  
.et_quote_content blockquote p::before {
font-family: Cardo;
position: absolute;
top: 16px;
left: 5%;
margin-left: -16px;
border-radius: 31px;
background: rgba(255, 255, 255, .0);
font-size: 70px;
font-color: #fff;
content: "\201C" !important;
}
 
/* ---- Text Format Inside of quote ---- */
@media only screen and (min-width: 980px) {
.single-post.single-format-quote blockquote p {
font-size: 30px !important;
font-weight: 600 !important;
}
}


.embedly-card {
  border: 1px solid #d5cdcd;
	padding: 4px;
  margin: 4px;
}