main.page-front .blocks .block p {
color: #888888;
text-align: center;
- font-size: 16px; }
+ font-size: 18px; }
main.page-front .blocks .block .block-text a {
color: #b32024; }
main.page-front .blocks .block .block-readmore {
font-family: "ingram-wide-2"; }
main.page-front #main-content p {
color: #888888;
- font-family: "ingram-wide-2"; }
+ font-family: "ingram-wide-2";
+ font-size: 18px; }
main.page-front #mid {
background: url(../assets/central-swing-full-image.jpg);
background-size: cover;
main.page-front #mid #golf p {
color: #FFFFFF;
margin-bottom: 10px;
- font-size: 14px; }
+ font-size: 18px; }
main.page-front #mid #golf a {
color: #ffc742;
- font-size: 14px; }
+ font-size: 18px; }
main.page-inside img.orb-shadow {
top: 0; }
main #mid {
color: #939598;
margin: 0 0 12px; }
.blog-feed-post p {
- font-size: 0.8125rem; }
+ font-size: 1.125rem; }
.blog-feed-post a.read-more {
color: #FFFFFF;
background: #ffc742;
#searchform input[type="submit"].blogbutton {
border-radius: 3px;
color: #FFFFFF;
- border: 2px solid #FFFFFF;
+ border: 0;
font-weight: bold;
font-size: 13px;
- padding: 2px 5px;
+ padding: 5px 10px;
margin-top: -10px;
text-transform: uppercase;
- background-color: #ffc742;
+ background-color: #444;
box-shadow: 3px 3px 2px lightgrey;
text-align: center; }
#searchform input[type="submit"].blogbutton:hover {
cursor: pointer;
- background: #FFFFFF;
- border: 2px solid #ffc742;
- color: #ffc742; }
+ background: #666;
+ border: 0;
+ color: #FFFFFF; }
#blog-posts-over article {
padding-top: 10px;
width: 100%; }
#blog-posts-over article p {
padding-bottom: 15px;
- font-size: 13px; }
+ font-size: 18px; }
#blog-posts-over article a.read-more {
color: #FFFFFF;
background: #ffc742;
margin: 25px 0; }
#blog-side-info {
- background: #f4f9fd;
+ background: #f4f4f4;
border-bottom-left-radius: 12px;
- border-bottom-right-radius: 12px; }
+ border-bottom-right-radius: 12px;
+ padding: 40px 10px 20px;
+ border: none; }
#blog-side-info #searchform {
margin-bottom: 30px; }
#blog-side-info p {
font-size: 36px;
margin: 0 auto;
padding-bottom: 10px; }
+ #blog-side-info ul {
+ list-style-type: none; }
+ #blog-side-info ul li {
+ margin-bottom: 15px; }
.blog-archive #head-img {
margin: -280px auto 0; }
width: 100%; }
}
-#blog-side-info {
- padding: 40px 10px 20px;
- background: #f4f9fd;
- border: none; }
- #blog-side-info ul {
- list-style-type: none; }
- #blog-side-info ul li {
- margin-bottom: 15px; }
+#addthis_wrapper {
+ margin-top: 10px; }
.addthis_counter.addthis_pill_style {
float: right; }
max-width: 310px;
float: right;
padding: 25px 24px 11px;
- background: #f4f9fd;
+ background: #f4f4f4;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px; }
#sidebar #ai1ec-container .ai1ec-views-dropdown {
background-color: transparent; }
body {
- font-size: 16px; }
+ font-size: 18px; }
p, a {
font-family: "ingram-wide-2";
- font-size: 16px; }
+ font-size: 18px; }
h1 {
font-family: "ingram-wide-2";
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.6">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.7">
<!-- <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<input class="submit blogbutton" type="submit" name="submit" value="Search" />
<input type="hidden" name="searchType" value="blog" /> </div>
</form>
- <h2>Recent Posts</h2>
+ <h3>Recent Posts</h3>
<ul>
<?php
$args = array( 'numberposts' => '5', 'post_status' => 'publish' );
}
?>
</ul>
- <h2>Categories</h2>
+ <h3>Categories</h3>
<ul>
<?php
$args = array(
echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </li> '; }
?>
</ul>
- <h2>Archive</h2>
+ <h3>Archive</h3>
<ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
</div>
margin: 0 0 12px;
}
p {
- font-size: rem-calc(13);
+ font-size: rem-calc(18);
}
a.read-more {
color: $white;
#searchform input[type="submit"].blogbutton {
border-radius: 3px;
color: $white;
- border: 2px solid $white;
+ border: 0;
font-weight: bold;
font-size: 13px;
- padding: 2px 5px;
+ padding: 5px 10px;
margin-top: -10px;
text-transform: uppercase;
- background-color: #ffc742;
+ background-color: #444;
box-shadow: 3px 3px 2px lightgrey;
text-align: center;
&:hover {
cursor: pointer;
- background: $white;
- border: 2px solid #ffc742;
- color: #ffc742;
+ background: #666;
+ border: 0;
+ color: $white;
}
}
#blog-posts-over article {
width: 100%;
p {
padding-bottom: 15px;
- font-size: 13px;
+ font-size: 18px;
}
a.read-more {
color: $white;
margin: 25px 0;
}
#blog-side-info {
- background: #f4f9fd;
+ background: #f4f4f4;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
+ padding: 40px 10px 20px;
+ border: none;
#searchform {
margin-bottom: 30px;
}
margin: 0 auto;
padding-bottom: 10px;
}
+ ul {
+ list-style-type: none;
+ li {
+ margin-bottom: 15px;
+ }
+ }
}
.blog-archive {
#head-img {
}
}
}
-#blog-side-info {
- padding: 40px 10px 20px;
- background: #f4f9fd;
- border: none;
- ul {
- list-style-type: none;
- li {
- margin-bottom: 15px;
- }
- }
+#addthis_wrapper {
+ margin-top: 10px;
}
.addthis_counter.addthis_pill_style {
float: right;