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
<form action="//postoffice.kempein.com/subscribe" target="_blank" method="post" accept-charset="utf-8"> | |
<div class="form-group"> | |
<label for="name">'. __('Your Name', 'poolhero') .'</label> | |
<input type="text" name="name" id="name"/> | |
</div> | |
<div class="form-group"> | |
<label for="email">'. __('Email', 'poolhero') .'</label> | |
<input type="email" name="email" id="email"/> | |
</div> | |
<input type="hidden" name="list" value="HBYz0cg3ln763hAXUbZ6RAVg"/> |
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
li.menu-item.highlight a, | |
.sticky .site-navigation ul li.menu-item.highlight a { | |
background-color: #541388; | |
color: #ffffff; | |
padding: 7px 8px !important; | |
border-radius: 5px; | |
margin-left: 15px; | |
} | |
li.menu-item.highlight a:hover { |
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
.suki-loop-grid .entry-wrapper { | |
position: relative; | |
background-color: #fff; | |
box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1); | |
} | |
.suki-loop-grid .entry-wrapper { | |
border-radius: 5px; | |
} |
OlderNewer