/* Header for posts*/
function glm_get_header() {
- echo '<div class="interior-featured"';
+ echo '<div ';
if (has_post_thumbnail()) {
+ echo 'class="interior-featured"';
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
echo ' style="background-image: url('.$image_data[0].');height:100%;padding-bottom:27%;background-position:center center;background-size: 100%;background-repeat:no-repeat; "';
} else {
- echo ' style="background:transparent;height:100%;padding:0;padding-bottom:0;background-position:center center;background-size: 100%;background-repeat:no-repeat;"';
+ echo ' style="background:transparent;height:100%;padding-bottom:0;background-position:center center;background-size: 100%;background-repeat:no-repeat;"';
echo ' class="no-featured"';
}
echo '>';
h6 {
font-family: "Georgia", serif;
margin-bottom: 10px;
- font-weight: bold;
+ /* font-weight: bold; */
}
h1 {
a {
color: #E66432;
- text-decoration: none;
+ text-decoration: underline;
}
/*--------------------------------------------------------------
.portfolio-list:hover .portfolio-overlay {
display: block;
}
-
+.portfolio-list:hover{
+ cursor: default;
+}
+.portfolio-overlay > span{
+ display: none;
+}
.portfolio-list h3 {
position: absolute;
width: 100%;
content: "\f107";
}
.testimonial_rotator_quote{
- max-width: 500px;
+ max-width: 700px;
margin: 0 auto;
}
#ap-map-canvas {
}
html body.home #content .parallax-section:nth-child(3), html body.home #content .parallax-section:nth-child(2){
border-top: 4px solid #AE8B5F;
+}
+@media (min-width: 1000px){
+ .no-featured{
+ padding: 80px;
+ }
+}
+@media (max-width: 1000px){
+ .no-featured{
+ padding: 25px;
+ }
}
\ No newline at end of file