/*thruwildeyes style*/

#full-width, #footer {
    margin: 4% 6%;
    width: 88%;
}

h1 {
	line-height: inherit;
	margin-top: 0;
}

blockquote {
	margin: 20px;
	border-left: 0;
	padding: 0 120px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	background: inherit;
}

/*menu bar up*/
#menu-container {
	margin-top: -25px;
	margin-right: 35px;
}

#logo-container {
	margin-bottom: 0;
}

#menu-item-137 a, #menu-item-293 a, #menu-item-297 a, #menu-item-294 a {
	margin: 0 0 0 15px;
}

/*footer widgets*/
#text-6 {
	margin-bottom: 0;
}

#recent-posts-3 h4 {
	line-height: 0;
}

.four-columns {
	width: 32%;
}

/*portfolio thumbs*/
.portfolio-sidebar {
	width: 15%;
	margin-right: 5%;
}

#portfolio-preview {
	width: 70%;
}

.showcase-item {
	background-color: inherit;
	border: none;
	margin: 0;
	padding: 0 8px 0 0;
	width: 145px !important;
}

.showcase-item h6, .showcase-item span {
	visibility: hidden;
	height: 0;
	margin: 0;
}

.portfolio-items {
}

.portfolio-items img {
	width: 100%;
	height: auto;
}

#portfolio-big-pagination {
	font-size: 11px;
}

#portfolio-preview h1, #portfolio-preview h1 a {
	color: #454545;
	line-height: 1.5em;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 21px;
	text-align: center;
}

#portfolio-preview h1::before, #portfolio-preview h1 a::before {
	content: url(/wp-content/themes/dandelion/images/intro_swril.png);
	vertical-align: sub;
}

#portfolio-preview h1::after, #portfolio-preview h1 a::after {
	content: url(/wp-content/themes/dandelion/images/intro_swril.png);
	vertical-align: sub;
}

/*card rollovers*/
.morocco {
	display: inline-block;
	background-image: url('/wp-content/uploads/2016/04/morocco-cards.png');
	width: 289px;
	height: 315px;
}

.morocco:hover {
	background-position: 0 -315px;
}

.africa {
	display: inline-block;
	background-image: url('/wp-content/uploads/2016/04/africa-cards.png');
	background-repeat: no-repeat;
	width: 289px;
	height: 310px;
}

.africa:hover {
	background-position: 0 -310px;
}

.italy {
	display: inline-block;
	background-image: url('/wp-content/uploads/2016/04/italy-cards.png');
	width: 289px;
	height: 315px;
}

.italy:hover {
	background-position: 0 -315px;
}

/*portfolio titles*/
.preview-item h1::before {
}

/*home image links*/
.services-box a {
	padding: 275px 189px 0 0;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
    border: 2px solid #b0ac93;
    border-radius: 6px;
    background: #fcf6d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf6d8), to(#a19d86));
    background: -moz-linear-gradient(top, #fcf6d8, #a19d86);
    background: linear-gradient(to bottom, #fcf6d8, #a19d86);
    -webkit-box-shadow: #fffffc 0px 2px 20px 0px;
    -moz-box-shadow: #fffffc 0px 2px 20px 0px;
    box-shadow: #fffffc 0px 2px 20px 0px;
    text-shadow: #ffffff 1px 6px 5px;
    font: normal normal bold 20px impact;
    color: #4a494a;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 2px solid #fcf5d2;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c1bca1));
    background: -moz-linear-gradient(top, #ffffff, #c1bca1);
    background: linear-gradient(to bottom, #ffffff, #c1bca1);
    color: #4a494a;
    text-decoration: none;
}
.button:active {
    background: #979482;
    background: -webkit-gradient(linear, left top, left bottom, from(#979482), to(#a19d86));
    background: -moz-linear-gradient(top, #979482, #a19d86);
    background: linear-gradient(to bottom, #979482, #a19d86);
}
