This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Home Featured Post widget - | |
using Genesis Featured Widget Amplified | |
--------------------------------------------- */ | |
.home-featured-posts .featuredpost { | |
clear: both; | |
} | |
.home-featured-posts .featuredpost .widgettitle { | |
border-top: 1px solid #1c1c1c; | |
background-color: #fff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Home Featured Post widget - | |
using Genesis Featured Widget Amplified plugin | |
--------------------------------------------- */ | |
.home-featured-posts .featuredpost { | |
clear: both; | |
} | |
.home-featured-posts .featuredpost .widgettitle { | |
border-top: 1px solid lighten($black, 11); | |
background-color: $white; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*/ | |
/* Home Featured Post widget - | |
using default Genesis Featured Posts widget | |
--------------------------------------------- */ | |
.home-featured-posts .featured-content { | |
clear: both; | |
} | |
.home-featured-posts .featured-content .widgettitle { | |
border-top: 1px solid #1c1c1c; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Home Featured Post widget - | |
using default Genesis Featured Posts widget | |
--------------------------------------------- */ | |
.home-featured-posts .featured-content { | |
clear: both; | |
} | |
.home-featured-posts .featured-content .widgettitle { | |
border-top: 1px solid lighten($black, 11); | |
background-color: $white; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.header-image .site-title a { | |
background: url(images/logo.svg) center center no-repeat; | |
float: left; | |
min-height: 60px; | |
width: 100%; | |
@include media($medium-screen-up) { | |
background-position: left center; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Genesis Sample. | |
* | |
* This file adds functions to the Genesis Sample Theme. | |
* | |
* @package Genesis Sample | |
* @author StudioPress | |
* @license GPL-2.0+ | |
* @link http://www.studiopress.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.img-circular-about-us-1 { | |
width: 100%; | |
height: 220px; | |
background-image: url(/wp-content/uploads/2016/02/2012-card-insert.jpg); | |
background-size: cover; | |
display: block; | |
margin: 10px 0; | |
border-radius: 50%; | |
-webkit-border-radius: 50%; | |
-moz-border-radius: 50%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.img-circular-about-us-1 { | |
width: 100%; | |
height: 220px; | |
background-image: url(/wp-content/uploads/2016/02/2012-card-insert.jpg); | |
background-size: cover; | |
display: block; | |
margin: 10px 0; | |
border-radius: 50%; | |
-webkit-border-radius: 50%; | |
-moz-border-radius: 50%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Separate file contains the Google fonts to load for this theme. | |
require get_stylesheet_directory() . '/includes/google-fonts.php'; |