html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
overflow-y: scroll;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased ! important;
-moz-osx-font-smoothing: grayscale ! important;
text-rendering: optimizeLegibility ! important;
font-smooth: always ! important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) { -webkit-font-smoothing: subpixel-antialiased; }
body {
background: #f3f4f5;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
a:hover,
a:active,
a:focus {
outline: 0;
}
a img {
border: 0;
}    body,
button,
input,
select,
textarea {
color: #333;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.65;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.3;
margin: 0 0 4%;
}
h1 {
font-size: 2.500rem;
}
h2 {
font-size: 2.125rem;
}
h3 {
font-size: 1.500rem;
}
h4 {
font-size: 1.250rem;
}
h5, 
h6 {
font-size: 1.125rem;
}
p {
margin-bottom: 1.6rem;
}
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 0.375rem solid #eeeeee;
font-size: 120%;
font-style: italic;
color: #909090;
margin-bottom: 1.6rem;
padding-left: 1.2rem;
}
blockquote.alignleft {
float: left;
width: 32%;
margin: 1.5% 5% 2% 0;
border-left: none;
border-top: 0.375rem solid #eeeeee;
padding-left: 0;
padding-top: 1rem;
}
blockquote.alignright {
float: right;
width: 32%;
margin: 1.5% 0 2% 5%;
text-align: right;
border-left: none;
border-top: 0.375rem solid #eeeeee;
padding-left: 0;
padding-top: 1rem;
}
blockquote p {
margin-bottom: 1.6rem;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote cite,
blockquote small {
color: #333333;
font-size: 0.938rem;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 700;
}
@media only screen and (max-width: 600px) {
blockquote.alignleft,
blockquote.alignright {
width: 50%;
font-size: 100%;
}
}
address {
font-style: italic;
margin: 0 0 1.6rem;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre {
background-color: #f9f9f9;
font-size: 100%;
line-height: 1.5;
color: #909090;
max-width: 100%;
padding: 1.6rem;
margin-bottom: 1.6rem;
border: 1px solid #eaeaea;
border-radius: 2px;
-webkit-border-radius: 2px;
overflow: auto;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
abbr[title] {
border-bottom: 1px dotted #eaeaea;
border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
cursor: help;
}
mark,
ins {
background-color: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}  hr {
background-color: #eaeaea;
border: 0;
height: 1px;
margin-bottom: 2.6rem;
}
ul,
ol {
margin: 0 0 1.6rem 1.88rem;
}
ul {
list-style: square;
}
ol {
list-style: decimal;
}
ul li,
ol li {
margin-bottom: 0.6rem;
}
li > ul,
li > ol {
margin-top: 0.6rem;
margin-bottom: 0;
}
dl {
margin-bottom: 1.6rem;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.6rem;
}
table,
th,
td {
border: none;
}
table {
border: none;
margin: 0 0 2.6rem;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-bottom: 3px solid #eaeaea;
font-weight: 700;
}
td {
border-bottom: 1px dotted #eaeaea;
}
th, td {
padding: 0.6rem 0;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
figure {
margin: 0;
}
del {
opacity: 0.8;
} ::-webkit-input-placeholder {
color: rgba(51, 51, 51, 0.7);
}
:-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
}
::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
opacity: 1; }
:-ms-input-placeholder {
color: rgba(51, 51, 51, 0.7);
} .highlight {
background-color: #fdf3b1;
} .hide {
display: none ! important;
}  input,
select,
textarea {
background-color: #ffffff;
font-size: 0.875rem;
line-height: 1.5;
margin: 0;
max-width: 100%;
border-radius: 0;
vertical-align: baseline;
}
button {
background-color: #222222;
font-size: 1.000rem;
line-height: 1.5;
margin: 0;
max-width: 100%;
border-radius: 0;
vertical-align: baseline;
}
button,
input {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: normal;
}
input,
textarea {
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); border: 1px solid #eaeaea;
color: #909090;
}
input:focus,
textarea:focus {
background-color: #fff;
border: 1px solid #eaeaea;
color: #909090;
}
input:focus,
select:focus {
outline: 2px solid #eaeaea;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
cursor: default;
opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
background-color: #f2f3f4;
font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
color: #444444;
padding: 0.8rem 1rem;
text-transform: uppercase;
border: 0;
cursor: pointer;
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background-color: #444444;
color: #ffffff;
outline: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
width: 100%;
padding: 0.8rem 1rem;
margin: 0 0 0.625rem;
}
textarea {
overflow: auto;
vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
outline: 0;
}
.post-password-form {
position: relative;
}
.post-password-form label {
color: #707070;
display: block;
font-size: 0.750rem;
font-weight: 700;
letter-spacing: 0.04rem;
line-height: 1.5;
text-transform: uppercase;
}
.post-password-form input[type="submit"] {
padding: 0.7917rem;
position: absolute;
right: 0;
bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
padding: 0;
}  a {
color: #689fce;
text-decoration: underline;
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
a:hover {
color: #689fce;
text-decoration: none;
}
a.button {
display: inline-block;
background-color: #689fce;
font-weight: bold;
color: #ffffff;
padding: 1rem 1.6rem;
text-decoration: none;
-webkit-border-radius: 3px;
border-radius: 3px;
}
a.button:hover {
background-color: #689fce;
color: #ffffff;
text-decoration: none;
-webkit-opacity: 0.9;
opacity: 0.9;
}  .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
audio,
canvas {
display: inline-block;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6rem;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 0.938rem;
margin-top: 0;
margin-bottom: 1.6rem;
}
.wp-playlist.wp-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 0.625rem 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 0.625rem;
}  .wp-caption {
margin-bottom: 1.6rem;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #909090;
font-size: 90%;
padding: 0.5rem 0;
}  .gallery {
margin-bottom: 1.6rem;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-size: 0.750rem;
line-height: 1.5;
padding: 0.5rem 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}  .alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.5% 5% 2% 0;
max-width: 50%;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.5% 0 2% 5%;
max-width: 50%;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4rem;
margin-bottom: 1.6rem;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2rem;
}
.gallery-caption {}
.tiled-gallery {
margin-bottom: 1.6rem ! important;
}
.sticky {}
.mejs-container {
margin-bottom: 1.6rem;
}
.screen-reader-text {}  .gp-theprint-row {
width: 100%;
max-width: 1240px;
padding: 0 1.875rem;
margin: 0 auto;
}
.gp-theprint-wrap {
width: 100%;
padding: 0;
margin: 0 auto;
}
.gp-theprint-row:before,
.gp-theprint-wrap:before,
.gp-theprint-header:before,
.gp-theprint-main:before,
.gp-theprint-footer:before,
.gp-theprint-widget:before,
.gp-theprint-site-main:before,
.gp-theprint-articles:before,
.gp-theprint-navigation-icons:before,
.hentry:before,
.entry-content:before,
.entry-wrap:before,
.comment-content:before,
.comment-navigation:before,
.gp-theprint-pagination:before,
#infscr-loading:before,
.gp-theprint-ajax-loading-button:before,
.entry-navigation:before {
content: " ";
display: table;
}
.gp-theprint-row:after,
.gp-theprint-wrap:after,
.gp-theprint-header:after,
.gp-theprint-main:after,
.gp-theprint-footer:after,
.gp-theprint-widget:after,
.gp-theprint-site-main:after,
.gp-theprint-articles:after,
.gp-theprint-navigation-icons:after,
.hentry:after,
.entry-content:after,
.entry-wrap:after,
.comment-content:after,
.comment-navigation:after,
.gp-theprint-pagination:after,
#infscr-loading:after,
.gp-theprint-ajax-loading-button:after,
.entry-navigation:after {
clear: both;
content: " ";
display: table;
}  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
float: left;
margin-right: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}
.one-third,
.two-sixths {
width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}
.one-fourth {
width: 23.076923076923077%;
}
.three-fourths {
width: 74.35897435897436%;
}
.one-sixth {
width: 14.52991452991453%;
}
.five-sixths {
width: 82.90598290598291%;
}
.last {
clear: right;
margin-right: 0 ! important;
}  .gp-theprint-header {
margin: 0;
}  .gp-theprint-site-header {
width: 100%;
background-color: #444444;
padding: 0;
margin: 0 0 1.563rem;
z-index: 9999;
}
.gp-theprint-site-header .gp-theprint-wrap {
position: relative;
} .gp-theprint-logo {
float: left;
padding: 0;
margin: 0;
max-width: 30%;
}
.gp-theprint-logo h1.site-title, 
.gp-theprint-logo p.site-title {
font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.750rem;
font-weight: 700;
line-height: 3.125rem;
margin: 0;
text-transform: uppercase;
}
.gp-theprint-logo h1.site-title a, 
.gp-theprint-logo p.site-title a {
display: inline-block;
color: #ffffff;
text-decoration: none;
}
.gp-theprint-logo h1.site-title a:hover, 
.gp-theprint-logo p.site-title a:hover {
color: #ffffff;
text-decoration: none;
}
.gp-theprint-logo h1.site-logo, 
.gp-theprint-logo p.site-logo {
font-size: 0;
line-height: 1;
margin: 0;
}
.gp-theprint-logo p.site-description {
display: none;
} .gp-theprint-site-header.header-a .gp-theprint-logo img {
max-height: 3.125rem;
} .gp-theprint-site-header.header-b .gp-theprint-logo img {
max-height: 3.125rem;
} .gp-theprint-site-header.header-c .gp-theprint-logo img {
max-height: 3.125rem;
} .gp-theprint-site-header.header-d .gp-theprint-logo img {
max-height: 3.125rem;
} .gp-theprint-header-icons {
float: right;
font-size: 1.125rem;
line-height: 3.125rem;
margin: 0;
}
.gp-theprint-header-icons ul {
list-style: none;
margin: 0;
}
.gp-theprint-header-icons ul li {
float: left;
margin: 0 0.938rem 0 0;
position: relative;
}
.gp-theprint-header-icons ul li:last-child {
margin: 0;
}
.gp-theprint-header-icons ul li a {
display: inline-block;
color: #ffffff;
text-decoration: none;
}
.gp-theprint-header-icons ul li a:hover {
color: #ffffff;
text-decoration: none;
} .gp-theprint-search-bar {
display: none;
background-color: #444444;
line-height: 1;
width: 20.000rem;
padding: 0.500rem;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
position: absolute;
top: 100%;
right: 0;
z-index: 9999;
}
.gp-theprint-search-bar form.gp-theprint-search-form {
margin: 0;
position: relative;
}
.gp-theprint-search-bar form.gp-theprint-search-form input[type="text"] {
font-size: 0.875rem;
line-height: 2.125rem;
padding: 0 0.625rem;
height: 2.125rem;
margin: 0;
border: none;
}
.gp-theprint-search-bar form.gp-theprint-search-form button {
background-color: #e5e5e5;
font-size: 16px;
line-height: 2.125rem;
color: #444444;
width: 2.375rem;
height: 2.125rem;
padding: 0;
margin: 0;
border: none;
position: absolute;
top: 0;
right: 0;
}
.gp-theprint-search-bar form.gp-theprint-search-form button:hover {
background: #777777;
color: #ffffff;
}   .gp-theprint-primary-navigation {
float: left;
max-width: 70%;
font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.938rem;
font-weight: 700;
line-height: 3.125rem;
color: #ffffff;
padding: 0;
margin: 0 0 0 1.250rem;
text-transform: uppercase;
} .gp-theprint-primary-navigation ul {
list-style: none;
margin: 0 0.250rem;
}
.gp-theprint-primary-navigation ul li {
float: left;
margin: 0;
}
.gp-theprint-primary-navigation ul li a {
display: inline-block;
color: #ffffff;
padding: 0 1.250rem;
text-decoration: none;
position: relative;
}
.gp-theprint-primary-navigation ul li a:hover {
color: #ffffff;
text-decoration: none;
-webkit-opacity: 0.85;
opacity: 0.85;
} .gp-theprint-primary-navigation ul li.menu-item-has-children ul,
.gp-theprint-primary-navigation ul li.page_item_has_children ul {
display: none;
width: 13.750rem;
background-color: #ffffff;
padding: 0;
margin: 0;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
position: absolute;
border-top: none;
z-index: 9999;
}
.gp-theprint-primary-navigation ul li:hover.menu-item-has-children ul,
.gp-theprint-primary-navigation ul li:hover.page_item_has_children ul {
display: block;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li {
display: block;
width: 100%;
padding: 0;
margin: 0;
position: relative;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li a,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li a {
display: block;
font-size: 0.875rem;
line-height: 1.6;
color: #444444;
width: 100%;
padding: 0.625rem 1.250rem;
text-align: left;
text-decoration: none;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li a:hover,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li a:hover {
color: #444444;
text-decoration: none;
-webkit-opacity: 0.85;
opacity: 0.85;
} .gp-theprint-primary-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li.page_item_has_children ul {
display: none;
top: 0;
left: 13.625rem;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li:hover.menu-item-has-children ul,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li:hover.page_item_has_children ul {
display: block;
} .gp-theprint-primary-navigation ul li.menu-item-has-children a:after,
.gp-theprint-primary-navigation ul li.page_item_has_children a:after {
display: inline-block;
content: "\f067";
font-family: fontawesome;
font-size: 10px;
line-height: 1;
padding-left: 5px;
vertical-align: middle;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li a:after,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li a:after {
display: none;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li.menu-item-has-children a:after,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li.page_item_has_children a:after {
display: inline-block;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul li a:after,
.gp-theprint-primary-navigation ul li.page_item_has_children ul li.page_item_has_children ul li a:after {
display: none;
} .gp-theprint-primary-navigation ul li div.sub-menu {
display: none;
background-color: #ffffff;
width: 100%;
line-height: 1.6;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
position: absolute;
left: 0;
z-index: 9999;
}
.gp-theprint-primary-navigation ul li:hover div.sub-menu {
display: block;
} .gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links {
float: left;
display: block;
background: none;
width: 22%;
padding: 1.875rem 1.875rem 1.875rem;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li ul {
display: none;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li {
display: block;
line-height: 1;
padding: 0.625rem 0;
margin: 0;
border: none;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li:first-child {
padding: 0 0 0.625rem;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li a {
display: inline-block;
width: auto;
font-size: 0.875rem;
line-height: 1;
color: #444444;
padding: 0;
margin: 0;
text-decoration: none;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li a:hover {
color: #444444;
text-decoration: none;
-webkit-opacity: 0.85;
opacity: 0.85;
}
.gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li.menu-item-object-category .sub-menu {
display: none;
} .gp-theprint-primary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-posts {
float: right;
display: block;
background: none;
width: 78%;
padding: 1.875rem 0.938rem 1.875rem;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts {
display: block;
float: left;
background: none;
width: 100%;
padding: 1.875rem 0.938rem 1.875rem;
margin: 0;
position: relative;
}
.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts li {
float: left;
width: 25%;
padding: 0 0.938rem;
margin: 0;
border: none;
}
.gp-theprint-primary-navigation ul li .featured-image {
line-height: 1;
margin: 0 0 0.625rem;
}
.gp-theprint-primary-navigation ul li .featured-image a.featured-image-link {
background: none;
padding: 0;
margin: 0;
}
.gp-theprint-primary-navigation ul li .featured-image a:hover.featured-image-link {
-webkit-opacity: 1;
opacity: 1;
}
.gp-theprint-primary-navigation ul li .featured-image a:hover.featured-image-link img {
-webkit-opacity: 0.85;
opacity: 0.85;
}
.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts li h5 {
font-size: 1.000rem;
margin: 0;
}
.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts li a.entry-title {
font-size: 1.000rem;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0;
color: #444444;
padding: 0;
margin: 0 0 0.625rem;
text-decoration: none;
text-transform: none;
}
.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts li a:hover.entry-title {
color: #444444;
text-decoration: none;
-webkit-opacity: 1;
opacity: 1;
}
.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts li p.entry-meta {
font-size: 0.813rem;
color: #b2b2b2;
margin: 0;
text-transform: none;
}  .gp-theprint-secondary-navigation {
float: left;
background: #444444;
width: 100%;
font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.875rem;
font-weight: 700;
line-height: 2.875rem;
color: #ffffff;
padding: 0;
margin: 0 0 2px;
text-transform: uppercase;
position: relative;
}
.gp-theprint-secondary-navigation ul {
list-style: none;
margin: 0;
}
.gp-theprint-secondary-navigation ul li {
float: left;
margin: 0;
}
.gp-theprint-secondary-navigation ul li a {
display: inline-block;
color: #ffffff;
padding: 0 1.250rem;
text-decoration: none;
position: relative;
}
.gp-theprint-secondary-navigation ul li a:hover {
color: #ffffff;
text-decoration: none;
-webkit-opacity: 0.85;
opacity: 0.85;
} .gp-theprint-secondary-navigation ul li.menu-item-has-children ul,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul {
display: none;
width: 13.750rem;
background-color: #ffffff;
padding: 0;
margin: 0;
position: absolute;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
border-top: none;
z-index: 999;
}
.gp-theprint-secondary-navigation ul li:hover.menu-item-has-children ul,
.gp-theprint-secondary-navigation ul li:hover.page_item_has_children ul {
display: block;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li {
display: block;
width: 100%;
padding: 0;
margin: 0;
position: relative;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li a,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li a {
display: block;
font-size: 0.875rem;
line-height: 1.6;
color: #444444;
width: 100%;
padding: 0.625rem 1.250rem;
text-align: left;
text-decoration: none;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li a:hover,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li a:hover {
color: #444444;
text-decoration: none;
-webkit-opacity: 0.85;
opacity: 0.85;
} .gp-theprint-secondary-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li.page_item_has_children ul {
display: none;
top: 0;
left: 13.750rem;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li:hover.menu-item-has-children ul,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li:hover.page_item_has_children ul {
display: block;
} .gp-theprint-secondary-navigation ul li.menu-item-has-children a:after,
.gp-theprint-secondary-navigation ul li.page_item_has_children a:after {
display: inline-block;
content: "\f067";
font-family: fontawesome;
font-size: 10px;
line-height: 1;
padding-left: 5px;
vertical-align: middle;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li a:after,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li a:after {
display: none;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li.menu-item-has-children a:after,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li.page_item_has_children a:after {
display: inline-block;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul li a:after,
.gp-theprint-secondary-navigation ul li.page_item_has_children ul li.page_item_has_children ul li a:after {
display: none;
} .gp-theprint-secondary-navigation ul li div.sub-menu {
display: none;
background-color: #ffffff;
width: 100%;
line-height: 1.6;
text-align: left;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
position: absolute;
left: 0;
z-index: 9999;
}
.gp-theprint-secondary-navigation ul li:hover div.sub-menu {
display: block;
} .gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links {
float: left;
display: block;
background: none;
width: 22%;
padding: 1.875rem 1.875rem 1.875rem;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li ul {
display: none;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li {
display: block;
line-height: 1;
padding: 0.625rem 0;
margin: 0;
border: none;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li:first-child {
padding: 0 0 0.625rem;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li a {
display: inline-block;
width: auto;
font-size: 0.875rem;
line-height: 1;
color: #444444;
padding: 0;
margin: 0;
text-decoration: none;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li a:hover {
color: #444444;
text-decoration: none;
-webkit-opacity: 0.85;
opacity: 0.85;
}
.gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-links li.menu-item-object-category .sub-menu {
display: none;
} .gp-theprint-secondary-navigation ul li.menu-item-has-children div.sub-menu ul.sub-posts {
float: right;
display: block;
background: none;
width: 78%;
padding: 1.875rem 0.938rem 1.875rem;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.gp-theprint-secondary-navigation ul li div.sub-menu ul.sub-posts {
display: block;
float: left;
background: none;
width: 100%;
padding: 1.875rem 0.938rem 1.875rem;
margin: 0;
position: relative;
}
.gp-theprint-secondary-navigation ul li div.sub-menu ul.sub-posts li {
float: left;
width: 25%;
padding: 0 0.938rem;
margin: 0;
border: none;
}
.gp-theprint-secondary-navigation ul li .featured-image {
line-height: 1;
margin: 0 0 0.625rem;
}
.gp-theprint-secondary-navigation ul li .featured-image a.featured-image-link {
background: none;
padding: 0;
margin: 0;
}
.gp-theprint-secondary-navigation ul li .featured-image a:hover.featured-image-link {
-webkit-opacity: 1;
opacity: 1;
}
.gp-theprint-secondary-navigation ul li .featured-image a:hover.featured-image-link img {
-webkit-opacity: 0.85;
opacity: 0.85;
}
.gp-theprint-secondary-navigation ul li div.sub-menu ul.sub-posts li h5 {
font-size: 1.000rem;
margin: 0;
}
.gp-theprint-secondary-navigation ul li div.sub-menu ul.sub-posts li a.entry-title {
font-size: 1.000rem;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0;
color: #444444;
padding: 0;
margin: 0 0 0.625rem;
text-decoration: none;
text-transform: none;
}
.gp-theprint-secondary-navigation ul li div.sub-menu ul.sub-posts li a:hover.entry-title {
color: #444444;
text-decoration: none;
-webkit-opacity: 1;
opacity: 1;
}
.gp-theprint-secondary-navigation ul li div.sub-menu ul.sub-posts li p.entry-meta {
font-size: 0.813rem;
color: #b2b2b2;
margin: 0;
text-transform: none;
}  .gp-theprint-top-ad {
margin: 0 0 1.563rem;
text-align: center;
}  .gp-theprint-main {
margin: 0;
}  .gp-theprint-site-main {
background-color: #ffffff;
padding: 2.188rem 2.500rem 1.250rem; 
margin: -2px 0 0;
overflow: hidden;
}  .gp-theprint-content {
float: left;
width: 70.90909090%;
padding-right: 2.500rem;
}
.gp-theprint-content.single-post {
width: 100%;
padding-right: 0;
}  .hentry {
width: 100%;
padding: 0;
margin: 0;
}
.gp-theprint-articles {
margin: 0 -0.938rem;
} h1.gp-theprint-page-title,
h4.gp-theprint-page-title {
display: block;
background: none;
font-size: 1.125rem;
color: #444444;
padding: 0;
margin: 0 0 1.563rem;
text-align: left;
text-transform: uppercase;
position: relative;
}
h1.gp-theprint-page-title span,
h4.gp-theprint-page-title span {
display: block;
background-color: #f2f3f4;
line-height: 2.875rem;
padding: 0 0.750rem;
}
h1.gp-theprint-page-title span.after,
h4.gp-theprint-page-title span.after {
display: none;
} .featured-image {
float: none;
margin: 0 0 0.938rem;
position: relative;
}
.featured-image img {
display: block;
}
.featured-image a img {
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
.featured-image a:hover img {
-webkit-opacity: 0.9;
opacity: 0.9;
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
} .entry-overlay {
background: rgba(0,0,0,0.3);
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
} .entry-format {
display: inline-block;
position: absolute;
margin: -1.438rem 0 0 -1.438rem;
top: 50%;
left: 50%;
}
.entry-format i {
display: inline-block;
background-color: rgba(0,0,0,0.2);
font-size: 1.125rem;
line-height: 2.625rem;
color: #ffffff;
width: 2.875rem;
height: 2.875rem;
text-align: center;
border: 2px solid #ffffff;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.entry-format i.fa-play:before {
margin-left: 0.250rem;
} .entry-format-small {
display: inline-block;
position: absolute;
margin: -1.188rem 0 0 -1.188rem;
top: 50%;
left: 50%;
}
.entry-format-small i {
display: inline-block;
background-color: rgba(0,0,0,0.2);
font-size: 1.000rem;
line-height: 2.125rem;
color: #ffffff;
width: 2.375rem;
height: 2.375rem;
text-align: center;
border: 2px solid #ffffff;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.entry-format-small i.fa-play:before {
margin-left: 0.188rem;
} .entry-meta-category {
font-size: 0.875rem;
font-weight: 700;
color: #b2b2b2;
padding: 0;
margin: 0 0 0.625rem;
}
.entry-meta-category a {
display: inline-block;
color: #b2b2b2;
text-decoration: none;
}
.entry-meta-category a:hover {
color: #b2b2b2;
text-decoration: underline;
}
.entry-meta-category span.slash {
display: inline-block;
content : '';
} h2.entry-title {
font-size: 1.375rem;
margin: 0 0 0.625rem;
}
h2.entry-title a {
color: #444444;
text-decoration: none;
}
h2.entry-title a:hover {
color: #666666;
text-decoration: none;
} .entry-meta {
display: block;
font-size: 0.875rem;
font-weight: normal;
color: #b2b2b2;
margin: 0.625rem 0 0;
}
.entry-meta a {
display: inline-block;
color: #b2b2b2;
text-decoration: none;
}
.entry-meta a:hover {
color: #b2b2b2;
text-decoration: underline;
}
.entry-meta span.slash {
-webkit-opacity: 0.5;
opacity: 0.5;
} .entry-excerpt {
font-size: 14px;
color: #777777;
}
.entry-excerpt p {
margin: 0;
} .featured-image .entry-share {
display: block;
width: 28px;
position: absolute;
top: 5px;
right: 1px;
z-index: 99;
opacity: 0;
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
.hentry.front-post:hover .featured-image .entry-share {
opacity: 1;
}
.featured-image .entry-share ul {
list-style: none;
margin: 0;
}
.featured-image .entry-share ul li {
display: block;
margin: 0;
text-align: center;
}
.featured-image .entry-share ul li:last-child {
margin: 0;
}
.featured-image .entry-share ul li a {
font-size: 20px;
color: #ffffff;
text-decoration: none;
text-shadow: 0 1px 2px rgba(0,0,0,0.4);
} .featured-image .entry-share.style-b ul li a {
display: inline-block;
background-color: #ffffff;
color: #444444;
width: 26px;
height: 26px;
font-size: 16px;
line-height: 26px;
text-align: center;
text-decoration: none;
text-shadow: none;
}
.featured-image .entry-share.style-b ul li a:hover {
color: #666666;
text-decoration: none;
} .featured-image .entry-share.style-c {
background-color: #444444;
top: 0;
right: 0;
}
.featured-image .entry-share.style-c ul li {
margin: 0 0 2px;
}
.featured-image .entry-share.style-c ul li a {
font-size: 1.000rem;
color: #ffffff;
text-shadow: none;
} .featured-image .entry-share.style-d {
top: 0;
right: 0;
}
.featured-image .entry-share.style-d ul li a {
display: inline-block;
background-color: #777777;
color: #ffffff;
width: 28px;
height: 28px;
font-size: 16px;
line-height: 28px;
text-align: center;
text-decoration: none;
text-shadow: none;
}
.featured-image .entry-share.style-d ul li.facebook a {
background-color: #3b5998;
}
.featured-image .entry-share.style-d ul li.twitter a {
background-color: #55acee;
}
.featured-image .entry-share.style-d ul li.google-plus a {
background-color: #dd4b39;
}  .gp-theprint-featured-posts {
background-color: #ffffff;
padding: 0;
margin: 0;
overflow: hidden;
}
.gp-theprint-featured-posts .gp-theprint-articles {
margin: 0 -1px;
}  .featured-post .featured-image {
margin: 0;
}
.featured-post .featured-image img {
height: 100%;
} .featured-post .featured-image .entry-overlay {
background-color: rgba(0,0,0,0.3);
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
.featured-post .featured-image:hover .entry-overlay {
background-color: rgba(0,0,0,0.5);
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
} .featured-post .entry-description {
display: block;
padding: 1.250rem;
position: absolute;
bottom: 0;
left: 0;
z-index: 99;
} .featured-post .entry-meta-category {
font-size: 0.750rem;
font-weight: bold;
color: #ffffff;
margin: 0 0 0.625rem;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
text-transform: uppercase;
}
.featured-post .entry-meta-category a {
color: #ffffff;
text-decoration: none;
}
.featured-post .entry-meta-category a:hover {
color: #ffffff;
text-decoration: none;
} .featured-post .entry-header {
position: relative;
z-index: 99;
} .featured-post h2.entry-title {
color: #ffffff;
margin: 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
position: relative;
}
.featured-post h2.entry-title a {
color: #ffffff;
text-decoration: none;
position: relative;
z-index: 99;
}
.featured-post h2.entry-title span.background-shadow {
display: inline-block;
background-color: #000000;
content: '';
width: 100%;
height: 100%;
opacity: 0.5;
position: absolute;
} .featured-post .entry-description .entry-shadow {
content: '';
display: block;
background-color: #000000;
opacity: 0.5;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.featured-post .entry-description .entry-shadow {
-webkit-opacity: 0.7;
opacity: 0.7;
}
.featured-post .entry-perfect-shadow {
background-color: #292484;
background-image: -webkit-linear-gradient(135deg,#292484,#dc4225);
background-image: -moz-linear-gradient(135deg,#292484,#dc4225);
background-image: -o-linear-gradient(135deg,#292484,#dc4225);
background-image: linear-gradient(135deg,#292484,#dc4225);
-webkit-opacity: 0.6;
opacity: 0.6;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
}
.featured-post:hover .entry-perfect-shadow {
-webkit-opacity: 0.8;
opacity: 0.8;
}
.featured-post:nth-child(1) .entry-perfect-shadow {
background-color: #292484;
background-image: -webkit-linear-gradient(135deg,#292484,#dc4225);
background-image: -moz-linear-gradient(135deg,#292484,#dc4225);
background-image: -o-linear-gradient(135deg,#292484,#dc4225);
background-image: linear-gradient(135deg,#292484,#dc4225);
}
.featured-post:nth-child(2) .entry-perfect-shadow {
background-color: #002f4b;
background-image: -webkit-linear-gradient(135deg,#002f4b,#417711);
background-image: -moz-linear-gradient(135deg,#002f4b,#417711);
background-image: -o-linear-gradient(135deg,#002f4b,#417711);
background-image: linear-gradient(135deg,#002f4b,#417711);
}
.featured-post:nth-child(3) .entry-perfect-shadow {
background-color: #d38312;
background-image: -webkit-linear-gradient(135deg,#d38312,#002f4b);
background-image: -moz-linear-gradient(135deg,#d38312,#002f4b);
background-image: -o-linear-gradient(135deg,#d38312,#002f4b);
background-image: linear-gradient(135deg,#d38312,#002f4b);
}
.featured-post:nth-child(4) .entry-perfect-shadow {
background-color: #e0be00;
background-image: -webkit-linear-gradient(135deg,#e0be00,#dc4225);
background-image: -moz-linear-gradient(135deg,#e0be00,#dc4225);
background-image: -o-linear-gradient(135deg,#e0be00,#dc4225);
background-image: linear-gradient(135deg,#e0be00,#dc4225);
}
.featured-post:nth-child(5) .entry-perfect-shadow {
background-color: #d38312;
background-image: -webkit-linear-gradient(135deg,#d38312,#a83279);
background-image: -moz-linear-gradient(135deg,#d38312,#a83279);
background-image: -o-linear-gradient(135deg,#d38312,#a83279);
background-image: linear-gradient(135deg,#d38312,#a83279);
}
.featured-post:nth-child(6) .entry-perfect-shadow {
background-color: #417711;
background-image: -webkit-linear-gradient(135deg,#417711,#dc4225);
background-image: -moz-linear-gradient(135deg,#417711,#dc4225);
background-image: -o-linear-gradient(135deg,#417711,#dc4225);
background-image: linear-gradient(135deg,#417711,#dc4225);
}
.featured-post:nth-child(7) .entry-perfect-shadow {
background-color: #292484;
background-image: -webkit-linear-gradient(135deg,#292484,#e0be00);
background-image: -moz-linear-gradient(135deg,#292484,#e0be00);
background-image: -o-linear-gradient(135deg,#292484,#e0be00);
background-image: linear-gradient(135deg,#292484,#e0be00);
}
.featured-post:nth-child(8) .entry-perfect-shadow {
background-color: #dc4225;
background-image: -webkit-linear-gradient(135deg,#dc4225,#002f4b);
background-image: -moz-linear-gradient(135deg,#dc4225,#002f4b);
background-image: -o-linear-gradient(135deg,#dc4225,#002f4b);
background-image: linear-gradient(135deg,#dc4225,#002f4b);
} .featured-post a.entry-link {
display: inline-block;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
} .gp-theprint-featured-post-a.style-a {
float: left;
width: 50%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
}
.gp-theprint-featured-post-a.style-b {
float: left;
width: 33.33333334%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
} .gp-theprint-featured-post-a h2.entry-title {
font-size: 1.875rem;
}
.gp-theprint-featured-post-a.style-b h2.entry-title {
font-size: 1.375rem;
} .gp-theprint-featured-post-b {
float: left;
width: 50%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
} .gp-theprint-featured-post-b h2.entry-title {
width: 85%;
font-size: 1.750rem;
} .gp-theprint-featured-post-c.style-a {
float: left;
width: 50%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
}
.gp-theprint-featured-post-c.style-b {
float: left;
width: 25%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
} .gp-theprint-featured-post-c h2.entry-title {
font-size: 1.875rem;
}
.gp-theprint-featured-post-c.style-b h2.entry-title {
font-size: 1.375rem;
} .gp-theprint-featured-post-c .featured-image,
.gp-theprint-featured-post-c .featured-image {
height: 280px;
} .gp-theprint-featured-post-d.style-a {
float: left;
width: 50%;
padding: 0 1px;
margin: 0 0 2px;
}
.gp-theprint-featured-post-d.style-b {
float: left;
width: 25%;
padding: 0 1px;
margin: 0 0 2px;
} .gp-theprint-featured-post-d h2.entry-title {
font-size: 2.500rem;
}
.gp-theprint-featured-post-d.style-b h2.entry-title {
font-size: 1.375rem;
} .gp-theprint-featured-post-e.style-a {
float: left;
width: 60.241%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
}
.gp-theprint-featured-post-e.style-b {
float: left;
width: 39.759%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
} .gp-theprint-featured-post-e h2.entry-title {
font-size: 2.500rem;
}
.gp-theprint-featured-post-e.style-b h2.entry-title {
font-size: 1.375rem;
} .gp-theprint-featured-post-f {
float: left;
width: 25%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
} .gp-theprint-featured-post-f h2.entry-title {
font-size: 1.375rem;
}  .gp-theprint-articles.front-posts {
margin: 0;
}
.gp-theprint-articles.front-posts.with-padding {
margin: 0 -0.938rem;
}
.gp-theprint-front-posts {
margin: 0;
overflow: hidden;
} .hentry.gp-theprint-front-post-a {
float: left;
display: block;
width: 50%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.hentry.gp-theprint-front-post-a.first {
clear: left;
} .hentry.gp-theprint-front-post-a .featured-image {
float: none;
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-a h2.entry-title {
font-size: 1.375rem;
margin: 0;
} .hentry.gp-theprint-front-post-b {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.hentry.gp-theprint-front-post-b.first {
clear: left;
} .hentry.gp-theprint-front-post-b .featured-image {
float: none;
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-b h2.entry-title {
font-size: 1.125rem;
margin: 0;
} .gp-theprint-articles.front-posts-c {
margin: 0;
}
.hentry.gp-theprint-front-post-c {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-c .featured-image {
float: left;
width: 17.500rem;
margin: 0 1.875rem 0 0;
} .hentry.gp-theprint-front-post-c .entry-description {
margin: 0 0 0 19.375rem;
} .hentry.gp-theprint-front-post-c h2.entry-title {
font-size: 1.375rem;
margin: 0.313rem 0 0.625rem;
} .gp-theprint-articles.front-posts-d {
margin: 0;
}
.hentry.gp-theprint-front-post-d {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-d h2.entry-title {
font-size: 1.750rem;
margin: 0 0 0.625rem;
} .hentry.gp-theprint-front-post-d .featured-image {
float: none;
width: 100%;
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-d .entry-meta-category {
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-e {
float: left;
display: block;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.hentry.gp-theprint-front-post-e.style-a {
width: 50%;
}
.hentry.gp-theprint-front-post-e.style-b {
width: 33.33333334%;
}
.hentry.gp-theprint-front-post-e:nth-child(3),
.hentry.gp-theprint-front-post-e:nth-child(6),
.hentry.gp-theprint-front-post-e:nth-child(8),
.hentry.gp-theprint-front-post-e:nth-child(11),
.hentry.gp-theprint-front-post-e:nth-child(13),
.hentry.gp-theprint-front-post-e:nth-child(16),
.hentry.gp-theprint-front-post-e:nth-child(18),
.hentry.gp-theprint-front-post-e:nth-child(21),
.hentry.gp-theprint-front-post-e:nth-child(23),
.hentry.gp-theprint-front-post-e:nth-child(26),
.hentry.gp-theprint-front-post-e:nth-child(28) {
clear: left;
} .hentry.gp-theprint-front-post-e.style-a .featured-image {
float: none;
margin: 0 0 0.938rem;
}
.hentry.gp-theprint-front-post-e.style-b .featured-image {
float: none;
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-e.style-a h2.entry-title {
font-size: 1.375rem;
margin: 0;
}
.hentry.gp-theprint-front-post-e.style-b h2.entry-title {
font-size: 1.125rem;
margin: 0;
} .gp-theprint-articles.front-posts-f {
margin: 0;
}
.hentry.gp-theprint-front-post-f {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-f.style-a .featured-image {
float: none;
width: 100%;
margin: 0 0 0.938rem;
}
.hentry.gp-theprint-front-post-f.style-b .featured-image {
float: left;
width: 17.500rem;
margin: 0 1.875rem 0 0;
} .hentry.gp-theprint-front-post-f.style-b .entry-description {
margin: 0 0 0 19.375rem;
} .hentry.gp-theprint-front-post-f.style-a .entry-meta-category {
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-f.style-a h2.entry-title {
font-size: 1.875rem;
margin: 0 0 0.625rem;
}
.hentry.gp-theprint-front-post-f.style-b h2.entry-title {
font-size: 1.375rem;
margin: 0 0 0.625rem;
} .gp-theprint-articles.front-posts-g {
margin: 0;
}
.hentry.gp-theprint-front-post-g {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-g .featured-image {
float: left;
width: 12.500rem;
margin: 0 1.875rem 0 0;
} .hentry.gp-theprint-front-post-g .entry-description {
margin: 0 0 0 14.375rem;
} .hentry.gp-theprint-front-post-g h2.entry-title {
font-size: 1.375rem;
margin: 0 0 0.625rem;
} .gp-theprint-articles.front-posts-h {
margin: 0;
}
.hentry.gp-theprint-front-post-h {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-h .featured-image {
float: left;
width: 22.500rem;
margin: 0 1.875rem 0 0;
} .hentry.gp-theprint-front-post-h .entry-description {
margin: 0 0 0 24.375rem;
} .hentry.gp-theprint-front-post-h h2.entry-title {
font-size: 1.375rem;
margin: 0 0 0.625rem;
} .gp-theprint-articles.front-posts-i {
margin: 0;
}
.hentry.gp-theprint-front-post-i {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-i.style-a .featured-image {
float: left;
width: 17.500rem;
margin: 0 1.875rem 0 0;
}
.hentry.gp-theprint-front-post-i.style-b .featured-image {
float: left;
width: 12.500rem;
margin: 0 1.875rem 0 0;
} .hentry.gp-theprint-front-post-i.style-a .entry-description {
margin: 0 0 0 19.375rem;
}
.hentry.gp-theprint-front-post-i.style-b .entry-description {
margin: 0 0 0 14.375rem;
} .hentry.gp-theprint-front-post-i h2.entry-title {
font-size: 1.375rem;
margin: 0 0 0.625rem;
} .gp-theprint-articles.front-posts-j {
margin: 0;
}
.hentry.gp-theprint-front-post-j {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-j.style-a .featured-image {
float: left;
width: 22.500rem;
margin: 0 1.875rem 0 0;
}
.hentry.gp-theprint-front-post-j.style-b .featured-image {
float: left;
width: 17.500rem;
margin: 0 1.875rem 0 0;
} .hentry.gp-theprint-front-post-j.style-a .entry-description {
margin: 0 0 0 24.375rem;
}
.hentry.gp-theprint-front-post-j.style-b .entry-description {
margin: 0 0 0 19.375rem;
} .hentry.gp-theprint-front-post-j h2.entry-title {
font-size: 1.375rem;
margin: 0 0 0.625rem;
} .gp-theprint-articles.front-posts-k {
margin: 0;
}
.hentry.gp-theprint-front-post-k {
float: none;
display: block;
width: 100%;
padding: 0 0 1.875rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #e9e9e9;
} .hentry.gp-theprint-front-post-k .featured-image {
float: none;
width: 100%;
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-k .entry-meta-category {
font-size: 0.875rem;
margin: 0 0 0.938rem;
} .hentry.gp-theprint-front-post-k h2.entry-title {
font-size: 1.875rem;
margin: 0 0 0.625rem;
}  .gp-theprint-staff-posts {
background-color: #ffffff;
width: auto;
padding: 0;
margin: 0 -2.500rem 3.750rem;
position: relative;
overflow: hidden;
} .gp-theprint-staff-posts h4.gp-theprint-staff-posts-title {
background-color: #444444;
font-size: 1.375rem;
line-height: 3.000rem;
letter-spacing: 4px;
color: #ffffff;
margin: 0 0 2px;
text-align: center;
text-transform: uppercase;
} .gp-theprint-staff-posts .gp-theprint-articles {
margin: 0 -1px;
} .staff-post {
float: left;
padding: 0 1px;
margin: 0 0 2px;
border: none;
position: relative;
} .staff-post .featured-image {
margin: 0;
}
.staff-post .featured-image img {
height: 100%;
} .staff-post .featured-image .entry-overlay {
background-color: rgba(0,0,0,0.3);
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: 0.15s all ease-in-out;
-transition: 0.15s all ease-in-out;
transition: 0.15s all ease-in-out;
}
.staff-post .featured-image:hover .entry-overlay {
background-color: rgba(0,0,0,0.5);
-webkit-transition: 0.15s all ease-in-out;
-transition: 0.15s all ease-in-out;
transition: 0.15s all ease-in-out;
} .staff-post .entry-description {
display: block;
padding: 1.250rem;
position: absolute;
bottom: 0;
left: 0;
} .staff-post .entry-header {
position: relative;
z-index: 99;
} .staff-post .entry-meta-category {
font-size: 0.750rem;
font-weight: 700;
color: #ffffff;
margin: 0 0 0.625rem;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
text-transform: uppercase;
}
.staff-post .entry-meta-category a {
color: #ffffff;
text-decoration: none;
}
.staff-post .entry-meta-category a:hover {
color: #ffffff;
text-decoration: none;
} .staff-post h2.entry-title {
font-size: 1.375rem;
color: #ffffff;
margin: 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
} .staff-post a.entry-link {
display: inline-block;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
} .staff-post .entry-description .entry-shadow {
content: '';
display: block;
background-color: #000000;
opacity: 0.5;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.staff-post .entry-description .entry-shadow {
-webkit-opacity: 0.7;
opacity: 0.7;
}
.staff-post .entry-perfect-shadow {
background-color: #292484;
background-image: -webkit-linear-gradient(135deg,#292484,#dc4225);
background-image: -moz-linear-gradient(135deg,#292484,#dc4225);
background-image: -o-linear-gradient(135deg,#292484,#dc4225);
background-image: linear-gradient(135deg,#292484,#dc4225);
-webkit-opacity: 0.6;
opacity: 0.6;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
}
.staff-post:hover .entry-perfect-shadow {
-webkit-opacity: 0.8;
opacity: 0.8;
}
.staff-post:nth-child(1) .entry-perfect-shadow {
background-color: #292484;
background-image: -webkit-linear-gradient(135deg,#292484,#dc4225);
background-image: -moz-linear-gradient(135deg,#292484,#dc4225);
background-image: -o-linear-gradient(135deg,#292484,#dc4225);
background-image: linear-gradient(135deg,#292484,#dc4225);
}
.staff-post:nth-child(2) .entry-perfect-shadow {
background-color: #002f4b;
background-image: -webkit-linear-gradient(135deg,#002f4b,#417711);
background-image: -moz-linear-gradient(135deg,#002f4b,#417711);
background-image: -o-linear-gradient(135deg,#002f4b,#417711);
background-image: linear-gradient(135deg,#002f4b,#417711);
}
.staff-post:nth-child(3) .entry-perfect-shadow {
background-color: #d38312;
background-image: -webkit-linear-gradient(135deg,#d38312,#002f4b);
background-image: -moz-linear-gradient(135deg,#d38312,#002f4b);
background-image: -o-linear-gradient(135deg,#d38312,#002f4b);
background-image: linear-gradient(135deg,#d38312,#002f4b);
}
.staff-post:nth-child(4) .entry-perfect-shadow {
background-color: #e0be00;
background-image: -webkit-linear-gradient(135deg,#e0be00,#dc4225);
background-image: -moz-linear-gradient(135deg,#e0be00,#dc4225);
background-image: -o-linear-gradient(135deg,#e0be00,#dc4225);
background-image: linear-gradient(135deg,#e0be00,#dc4225);
}
.staff-post:nth-child(5) .entry-perfect-shadow {
background-color: #d38312;
background-image: -webkit-linear-gradient(135deg,#d38312,#a83279);
background-image: -moz-linear-gradient(135deg,#d38312,#a83279);
background-image: -o-linear-gradient(135deg,#d38312,#a83279);
background-image: linear-gradient(135deg,#d38312,#a83279);
}
.staff-post:nth-child(6) .entry-perfect-shadow {
background-color: #417711;
background-image: -webkit-linear-gradient(135deg,#417711,#dc4225);
background-image: -moz-linear-gradient(135deg,#417711,#dc4225);
background-image: -o-linear-gradient(135deg,#417711,#dc4225);
background-image: linear-gradient(135deg,#417711,#dc4225);
}
.staff-post:nth-child(7) .entry-perfect-shadow {
background-color: #292484;
background-image: -webkit-linear-gradient(135deg,#292484,#e0be00);
background-image: -moz-linear-gradient(135deg,#292484,#e0be00);
background-image: -o-linear-gradient(135deg,#292484,#e0be00);
background-image: linear-gradient(135deg,#292484,#e0be00);
}
.staff-post:nth-child(8) .entry-perfect-shadow {
background-color: #dc4225;
background-image: -webkit-linear-gradient(135deg,#dc4225,#002f4b);
background-image: -moz-linear-gradient(135deg,#dc4225,#002f4b);
background-image: -o-linear-gradient(135deg,#dc4225,#002f4b);
background-image: linear-gradient(135deg,#dc4225,#002f4b);
}
.staff-post:nth-child(9) .entry-perfect-shadow {
background-color: #d38312;
background-image: -webkit-linear-gradient(135deg,#d38312,#292484);
background-image: -moz-linear-gradient(135deg,#d38312,#292484);
background-image: -o-linear-gradient(135deg,#d38312,#292484);
background-image: linear-gradient(135deg,#d38312,#292484);
} .gp-theprint-staff-post-a {
float: left;
width: 33.3333334%;
padding: 0 1px;
margin: 0 0 2px;
border: none;
position: relative;
} .gp-theprint-staff-post-b {
width: 25%;
}  .gp-theprint-homepage-newsletter {
color: #ffffff;
padding: 8.750rem 0;
margin: 0 -2.500rem 3.750rem;
position: relative;
}
.gp-theprint-homepage-newsletter .newsletter-content {
max-width: 80%;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 99;
}
.gp-theprint-homepage-newsletter .newsletter-content h4 {
font-size: 1.625rem;
letter-spacing: 4px;
margin-bottom: 0.938rem;
text-transform: uppercase;
}
.gp-theprint-homepage-newsletter .newsletter-content form {
max-width: 37.500rem;
margin: 0 auto;
}
.gp-theprint-homepage-newsletter .newsletter-content form input[type=text],
.gp-theprint-homepage-newsletter .newsletter-content form input[type=email] {
background-color: #ffffff;
line-height: 3.125rem;
width: 100%;
height: 3.125rem;
margin-bottom: 0.625rem;
border: none;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.gp-theprint-homepage-newsletter .newsletter-content form input[type="submit"],
.gp-theprint-homepage-newsletter .newsletter-content form input[type="button"],
.gp-theprint-homepage-newsletter .newsletter-content form button {
background-color: #f4bc4b;
line-height: 3.250rem;
color: #ffffff;
width: 100%;
max-width: 27.500rem;
height: 3.250rem;
padding: 0;
margin: 0;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.gp-theprint-homepage-newsletter .newsletter-content form input[type="submit"]:hover,
.gp-theprint-homepage-newsletter .newsletter-content form input[type="button"]:hover,
.gp-theprint-homepage-newsletter .newsletter-content form button:hover {
background: #444444;
}
.gp-theprint-homepage-newsletter .newsletter-content span {
display: block;
font-size: 0.938rem;
font-style: italic;
margin-top: 0.625rem;
}
.gp-theprint-homepage-newsletter .newsletter-image {
display: inline-block;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.gp-theprint-homepage-newsletter .newsletter-overlay {
display: inline-block;
content: '';
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.5;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}  .hentry.entry-single {
padding: 0;
margin: 0 0 1.875rem;
border: none;
}
.entry-wrap {
margin: 0;
}
.entry-blocks {
float: left;
width: 70.9%;
padding: 0 3.125rem;
position: relative;
}
.entry-blocks.full-width {
width: 100%;
padding: 0 3.125rem;
}
.entry-content, 
.comment-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
} .single-post .gp-theprint-content.single-post.full-width {
float: none;
max-width: 900px;
margin: 0 auto;
}
.single-post .gp-theprint-content.single-post.full-width .entry-blocks {
width: 100%;
}  .entry-navigation {
width: 100%;
position: fixed;
top: 45%;
left: 0;
right: 0;
}
.entry-navigation .gp-theprint-wrap {
position: relative;
} .entry-navigation .nav-prev {
float: left;
width: 40px;
position: absolute;
top: 50%;
left: 0;
margin-top: -50px;
z-index: 99;
}
.entry-navigation .nav-prev a {
display: block;
padding: 0;
margin: 0;
-webkit-transition: 0s all ease-in-out;
-transition: 0s all ease-in-out;
transition: 0s all ease-in-out;
}
.entry-navigation .nav-prev a:hover {
background-color: #ffffff;
width: 390px;
height: 122px;
-webkit-transition: 0s all ease-in-out;
-transition: 0s all ease-in-out;
transition: 0s all ease-in-out;
}
.entry-navigation .nav-prev a .arrow {
float: left;
background-color: #b2b2b2;
width: 40px;
height: 122px;
font-size: 50px;
line-height: 122px;
color: #ffffff;
padding: 0;
margin: 0;
text-align: center;
border-top: 1px solid #b2b2b2;
border-bottom: 1px solid #b2b2b2;
}
.entry-navigation .nav-prev a .arrow i {
margin-left: -3px;
}
.entry-navigation .nav-prev a:hover .arrow {
background: #444444;
color: #ffffff;
border-top: 1px solid #444444;
border-bottom: 1px solid #444444;
}
.entry-navigation .nav-prev .prev-article {
display: none;
float: right;
width: 350px;
height: 122px;
padding: 10px;
margin: 0;
border: 1px solid #444444;
border-left: none;
}
.entry-navigation .nav-prev a:hover .prev-article {
display: inline-block;
}
.entry-navigation .nav-prev .prev-article .featured-image {
display: inline-block;
float: right;
margin: 0 0 0 5px;
position: relative;
width: 100px;
}
.entry-navigation .nav-prev .prev-article .featured-image img {
display: block;
}
.entry-navigation .nav-prev .prev-article .meta-nav {
float: left;
width: 220px;
height: 100px;
padding: 0;
margin: 0;
text-decoration: none;
overflow: hidden;
position: relative;
}
.entry-navigation .nav-prev .prev-article .meta-nav h5.title {
font-size: 16px;
line-height: 1.4;
color: #444444;
margin: 0;
}
.entry-navigation .nav-prev .prev-article .meta-nav h6.text {
display: block;
width: 100%;
font-size: 12px;
color: #777777;
padding: 5px 0 0;
margin: 0;
border-top: 1px solid #777777;
position: absolute;
bottom: 0;
left: 0;
} .entry-navigation .nav-next {
float: left;
width: 40px;
position: absolute;
top: 50%;
right: 0;
margin-top: -50px;
z-index: 99;
}
.entry-navigation .nav-next a {
display: block;
padding: 0;
margin: 0;
position: absolute;
right: 0;
-webkit-transition: 0s all ease-in-out;
-transition: 0s all ease-in-out;
transition: 0s all ease-in-out;
}
.entry-navigation .nav-next a:hover {
background-color: #ffffff;
width: 390px;
height: 122px;
-webkit-transition: 0s all ease-in-out;
-transition: 0s all ease-in-out;
transition: 0s all ease-in-out;
}
.entry-navigation .nav-next a .arrow {
float: right;
background-color: #b2b2b2;
width: 40px;
height: 122px;
font-size: 50px;
line-height: 122px;
color: #ffffff;
padding: 0;
margin: 0;
text-align: center;
border-top: 1px solid #b2b2b2;
border-bottom: 1px solid #b2b2b2;
}
.entry-navigation .nav-next a .arrow i {
margin-right: -3px;
}
.entry-navigation .nav-next a:hover .arrow {
background: #444444;
color: #ffffff;
border-top: 1px solid #444444;
border-bottom: 1px solid #444444;
}
.entry-navigation .nav-next .next-article {
display: none;
float: left;
width: 350px;
height: 122px;
padding: 10px;
margin: 0;
border: 1px solid #444444;
border-right: none;
}
.entry-navigation .nav-next a:hover .next-article {
display: inline-block;
}
.entry-navigation .nav-next .next-article .featured-image {
display: inline-block;
float: left;
margin: 0;
position: relative;
width: 100px;
}
.entry-navigation .nav-next .next-article .featured-image img {
display: block;
}
.entry-navigation .nav-next .next-article .meta-nav {
float: right;
width: 220px;
height: 100px;
padding: 0;
margin: 0;
text-decoration: none;
overflow: hidden;
position: relative;
}
.entry-navigation .nav-next .next-article .meta-nav h5.title {
display: block;
font-size: 16px;
line-height: 1.4;
color: #444444;
margin: 0;
}
.entry-navigation .nav-next .next-article .meta-nav h6.text {
display: block;
width: 100%;
font-size: 12px;
color: #777777;
padding: 5px 0 0;
margin: 0;
border-top: 1px solid #777777;
position: absolute;
bottom: 0;
left: 0;
}  .single-entry-meta-category {
font-size: 1.000rem;
font-weight: 700;
margin: 0 0 0.625rem;
}
.single-entry-meta-category a {
color: #b2b2b2;
text-decoration: none;
}
.single-entry-meta-category a:hover {
color: #b2b2b2;
text-decoration: underline;
}  .single-entry-share {
width: 2.750rem;
margin: 0;
position: absolute;
top: 0.625rem;
left: -2.500rem;
}
.single-entry-share ul {
list-style: none;
margin: 0;
}
.single-entry-share ul li {
width: 100%;
margin: 0;
}
.single-entry-share ul li a {
display: inline-block;
width: 2.625rem;
height: 2.625rem;
background-color: #e9e9e9;
font-size: 1.000rem;
line-height: 2.625rem;
color: #777777;
text-align: center;
text-decoration: none;
}
.single-entry-share ul li a:hover {
-webkit-opacity: 0.85;
opacity: 0.85;
} .single-entry-share-mobile {
display: none;
background-color: #ffffff;
width: 100%;
height: 50px;
padding: 5px;
margin: 0;
box-shadow: 0 0 16px rgba(0,0,0,0.2);
position: fixed;
bottom: 0;
z-index: 999;
}
.single-entry-share-mobile ul {
list-style: none;
margin: 0;
}
.single-entry-share-mobile ul li {
float: left;
width: 16.66666666%;
padding: 0 5px 0 0;
}
.single-entry-share-mobile ul li:last-child {
padding: 0;
}
.single-entry-share-mobile ul li a {
display: inline-block;
width: 100%;
height: 40px;
background-color: #e9e9e9;
font-size: 1.125rem;
line-height: 2.750rem;
color: #777777;
text-align: center;
text-decoration: none;
}
.single-entry-share-mobile ul li a:hover {
-webkit-opacity: 0.85;
opacity: 0.85;
}  h1.entry-title {
font-size: 2.500rem;
color: #444444;
margin: 0 0 0.938rem;
}
h2.entry-sub-title {
font-size: 1.500rem;
color: #b2b2b2;
margin: 0;
}
h2.entry-sub-title p {
margin: 0 0 1.250rem;
} .entry-single.style-b h1.entry-title {
font-size: 2.250rem;
}
.entry-single.style-b h2.entry-sub-title {
font-size: 1.250rem;
} .entry-single.style-d h1.entry-title {
font-size: 2.250rem;
color: #ffffff;
}
.entry-single.style-d h2.entry-sub-title {
font-size: 1.250rem;
margin: 0 0 1.563rem;
} .entry-single.style-c h1.entry-title {
color: #ffffff;
} .entry-single.style-e h1.entry-title {
letter-spacing: 2px;
color: #ffffff;
text-transform: uppercase;
}  .entry-single .entry-cover {
width: 100%;
max-height: 37.500rem;
padding: 0;
margin: 0 0 1.875rem;
overflow: hidden;
position: relative;
}
.entry-single.style-d .entry-cover {
max-height: none;
}
.entry-single.style-e .entry-cover {
width: auto;
margin: -1.875rem -2.500rem 1.875rem;
}
.entry-single .entry-cover .featured-image {
margin: 0;
}
.entry-single .entry-cover .featured-image img {
width: 100%;
} .entry-single .entry-cover .entry-header {
width: 100%;
padding: 1.875rem 1.875rem 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
position: absolute;
bottom: 0;
left: 0;
} .entry-single.style-d .entry-cover .entry-header {
padding: 1.250rem 1.250rem 0 1.250rem;
} .entry-single.style-e .entry-cover .entry-header {
padding: 1.875rem 10% 0;
text-align: center;
} .entry-single .entry-cover .entry-header h2.entry-sub-title {
color: #ffffff;
} .entry-single .entry-cover .single-entry-meta-category {
color: #ffffff;
margin: 0 0 0.625rem;
}
.entry-single .entry-cover .single-entry-meta-category a {
color: #ffffff;
text-decoration: none;
}
.entry-single .entry-cover .single-entry-meta-category a:hover {
color: #ffffff;
text-decoration: underline;
} .entry-single .entry-cover h1.entry-title {
color: #ffffff;
margin-bottom: 0.625rem;
} .entry-single .entry-cover .entry-meta {
font-weight: 700;
color: #ffffff;
margin: 0 0 1.875rem;
}
.entry-single.style-d .entry-cover .entry-meta {
margin: 0 0 1.250rem;
}
.entry-single .entry-cover .entry-meta span.slash {
-webkit-opacity: 1;
opacity: 1;
}
.entry-single .entry-cover .entry-meta a {
color: #ffffff;
text-decoration: none;
}
.entry-single .entry-cover .entry-meta a:hover {
color: #ffffff;
text-decoration: underline;
}
.entry-single.style-e .entry-cover .entry-meta {
letter-spacing: 0.125rem;
text-transform: uppercase;
} .entry-cover.style-f {
width: 100%;
max-height: none;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
} .entry-cover.style-f .featured-image {
height:100vh;
margin: 0;
}
.entry-cover.style-f .featured-image img {
width: 100%;
}
.entry-cover.style-f .featured-image .entry-overlay {
background-color: rgba(0,0,0,0.3);
} .entry-cover.style-f .entry-header {
display: table;
width: 100%;
height: 100%;
padding: 0 5%;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
position: relative;
z-index: 999;
}
.entry-cover.style-f .entry-header .vertical-middle {
display: table-cell;
vertical-align: middle;
margin: 0;
} .entry-cover.style-f h1.entry-title {
font-size: 3.125rem;
letter-spacing: 2px;
color: #ffffff;
margin-top: -3.125rem;
margin-bottom: 1.250rem;
text-transform: uppercase;
}
.entry-cover.style-f h2.entry-sub-title {
font-size: 1.625rem;
color: #ffffff;
} .entry-cover.style-f .entry-meta {
font-size: 1.000rem;
font-weight: 700;
letter-spacing: 2px;
color: #ffffff;
text-transform: uppercase;
}
.entry-cover.style-f .entry-meta span.slash {
-webkit-opacity: 1;
opacity: 1;
}
.entry-cover.style-f .entry-meta a {
color: #ffffff;
text-decoration: none;
}
.entry-cover.style-f .entry-meta a:hover {
color: #ffffff;
text-decoration: underline;
}
.entry-cover.style-f .featured-image .entry-parallax-button {
position: absolute;
bottom: 5.000rem;
margin: 0 0 0 -0.5rem;
text-align: center;
font-size: 2.500rem;
color: #fff;
left: 50%;
width: 2.500rem;
height: 2.500rem;
line-height: 1;
z-index: 999;
}
.entry-cover.style-f .featured-image .entry-parallax-button a {
color: #ffffff;
text-decoration: none;
}
.entry-cover.style-f .featured-image .entry-parallax-button a:hover {
color: #ffffff;
text-decoration: none;
}  .entry-single .entry-meta {
display: block;
font-size: 0.938rem;
color: #b2b2b2;
padding: 0;
margin: 0 0 1.563rem 0;
}
.entry-single .entry-meta a {
color: #b2b2b2;
text-decoration: none;
}
.entry-single .entry-meta a:hover {
color: #b2b2b2;
text-decoration: underline;
}
.entry-single .entry-meta span.slash {
-webkit-opacity: 0.6;
opacity: 0.6;
}  .entry-content {
padding: 0;
margin: 0 0 1.875rem 0;
border: none;
}
.entry-content p {
margin: 0 0 1.563rem;
}  .entry-rating {
background: #f2f3f4;
padding: 1.875rem;
margin: 0 0 3.750rem;
overflow: hidden;
}
.entry-rating .rating-score-box h3 {
font-size: 1.375rem;
margin: 0 0 0.938rem;
}
.entry-rating .rating-score-box .score-description {
margin: 0 0 1.250rem;
overflow: hidden;
}
.entry-rating .rating-score-box .score-description .score-box {
float: left;
width: 8.125rem;
height: 8.125rem;
margin: 0 1.250rem 0 0;
text-align: center;
border: 0.250rem solid #689fce;
}
.entry-rating .rating-score-box .score-description .score-box .score-total {
display: block;
font-size: 4.063rem;
font-weight: 400;
line-height: 1;
letter-spacing: -1px;
color: #689fce;
padding: 0.625rem 0 0;
margin: 0;
}
.entry-rating .rating-score-box .score-description .score-box .score-title {
display: block;
font-size: 0.875rem;
font-weight: 700;
line-height: 1;
letter-spacing: 0.05rem;
color: #689fce;
padding: 0.313rem 0 0 0;
margin: 0;
text-transform: uppercase;
}
.entry-rating .rating-score-box .score-description p.description {
font-size: 95%;
margin: 0 0 0 9.375rem;
}
.entry-rating .rating-breakdown {
margin: 0;
overflow: hidden;
}
.entry-rating .rating-breakdown .item {
float: left;
width: 100%;
margin: 0 0 1.250rem 0;
text-transform: uppercase;
position: relative;
}
.entry-rating .rating-breakdown .item h4 {
font-size: 1.000rem;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
}
.entry-rating .rating-breakdown .item h4 span.total {
float: right;
}
.entry-rating .rating-breakdown .item .score-outer {
display: block;
background: #e0e0e0;
width: 100%;
height: 1.125rem;
margin: 0.313rem 0 0;
}
.entry-rating .rating-breakdown .item .score-outer .score-line {
background: #689fce;
height: 1.125rem;
-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
}  .page-links {
font-size: 1.625rem;
}  h4.gp-theprint-block-title {
font-size: 1.250rem;
letter-spacing: 2px;
padding: 0 0 0.313rem;
margin: 0 0 1.250rem;
text-transform: uppercase;
border-bottom: 0.625rem solid #f2f3f4;
}  .entry-footer {
margin: 0 0 3.750rem;
overflow: hidden;
}
.entry-footer span.entry-tags a {
color: #b2b2b2;
margin-left: 0.313rem;
text-decoration: none;
}
.entry-footer span.entry-tags a:hover {
color: #b2b2b2;
text-decoration: underline;
}  .entry-newsletter {
padding: 0;
margin: 0 0 3.750rem;
overflow: hidden;
}
.entry-newsletter p {
margin: 0 0 1.250rem;
}
.entry-newsletter form {
width: 100%;
overflow: hidden;
position: relative;
}
.entry-newsletter form input[type="text"], 
.entry-newsletter form input[type="email"] {
float: left;
width: 70%;
height: 3.000rem;
}
.entry-newsletter form input[type="submit"], 
.entry-newsletter form input[type="button"], 
.entry-newsletter form button {
float: right;
width: 30%;
height: 3.000rem;
}
.entry-newsletter form input[type="submit"]:hover, 
.entry-newsletter form input[type="button"]:hover, 
.entry-newsletter form button:hover {
background-color: #444444;
color: #ffffff;
}
.entry-newsletter span {
display: block;
font-style: italic;
color: #b2b2b2;
margin: 0.625rem 0 0;
}  .entry-author-box {
padding: 0;
margin: 0 0 3.750rem;
overflow: hidden;
}
.entry-author-box .author-avatar {
float: left;
width: 6.250rem;
margin: 0 1.875rem 0 0;
}
.entry-author-box .author-avatar img {
display: block;
}
.entry-author-box h2.author-title {
font-size: 1.250rem;
margin: 0 0 1.250rem;
}
.entry-author-box h2.author-title a {
color: #444444;
text-decoration: none;
}
.entry-author-box h2.author-title a:hover {
color: #666666;
text-decoration: none;
}
.entry-author-box .author-description p {
margin:  0 0 0 8.125rem;
}  .entry-related-posts {
margin: 0 0 1.875rem;
overflow: hidden;
}
.entry-related-posts .gp-theprint-articles {
margin: 0 -0.625rem;
}
.entry-related-posts .entry-related-post {
float: left;
width: 33.33333334%;
padding: 0 0.625rem;
margin: 0 0 1.875rem;
border: none;
}
.entry-related-posts .entry-related-post:nth-child(4) {
clear: left;
}
.entry-related-posts .entry-related-post .featured-image {
margin: 0 0 0.938rem;
}
.entry-related-posts .entry-related-post h5 {
font-size: 1.125rem;
margin: 0;
}
.entry-related-posts .entry-related-post h5 a {
color: #444444;
text-decoration: none;
}
.entry-related-posts .entry-related-post h5 a:hover {
color: #666666;
text-decoration: none;
}  .entry-recent-posts {
margin: 0;
overflow: hidden;
}
.entry-recent-posts .gp-articles {
margin: 0 -0.938rem;
}
.entry-recent-post .entry-meta-category {
margin-top: 2px;
}
.entry-recent-posts .entry-recent-post h5 a {
color: #444444;
text-decoration: none;
}
.entry-recent-posts .entry-recent-post h5 a:hover {
color: #666666;
text-decoration: none;
} .entry-recent-posts .entry-recent-post {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0 0 2.188rem;
}
.entry-recent-posts .entry-recent-post:nth-child(4),
.entry-recent-posts .entry-recent-post:nth-child(7),
.entry-recent-posts .entry-recent-post:nth-child(10),
.entry-recent-posts .entry-recent-post:nth-child(13) {
clear: left;
}
.entry-recent-posts .entry-recent-post .featured-image {
margin: 0 0 0.938rem;
}
.entry-recent-posts .entry-recent-post h5.entry-title {
font-size: 1.375rem;
margin: 0;
} .entry-recent-posts.style-b {
margin: 3.750rem 0 0;
}
.entry-recent-posts .entry-recent-post.style-b {
float: none;
width: 100%;
padding: 0;
margin: 0 0 2.500rem;
overflow: hidden;
}
.entry-recent-posts .entry-recent-post.style-b:last-child {
margin-bottom: 1.000rem;
}
.entry-recent-posts .entry-recent-post.style-b .featured-image {
float: left;
width: 17.500rem;
margin: 0 1.875rem 0 0;
}
.entry-recent-posts .entry-recent-post.style-b .entry-description {
margin: 0 0 0 19.375rem;
}
.entry-recent-posts .entry-recent-post.style-b h5.entry-title {
margin: 0 0 0.625rem;
} .entry-recent-posts.style-c {
margin: 3.750rem 0 0;
}
.entry-recent-posts .entry-recent-post.style-c {
float: none;
width: 100%;
padding: 0;
margin: 0 0 2.500rem;
overflow: hidden;
}
.entry-recent-posts .entry-recent-post.style-c:last-child {
margin-bottom: 1.000rem;
}
.entry-recent-posts .entry-recent-post.style-c .featured-image {
float: left;
width: 12.500rem;
margin: 0 1.875rem 0 0;
}
.entry-recent-posts .entry-recent-post.style-c .entry-description {
margin: 0 0 0 14.375rem;
}
.entry-recent-posts .entry-recent-post.style-c h5.entry-title {
margin: 0 0 0.625rem;
} .entry-recent-posts.style-d {
margin: 0;
}
.entry-recent-posts .entry-recent-post.style-d {
float: none;
width: 100%;
padding: 0;
margin: 0 0 2.500rem;
overflow: hidden;
}
.entry-recent-posts .entry-recent-post.style-d .featured-image {
float: left;
width: 22.500rem;
margin: 0 1.875rem 0 0;
}
.entry-recent-posts .entry-recent-post.style-d .entry-description {
margin: 0 0 0 24.375rem;
}
.entry-recent-posts .entry-recent-post.style-d h5.entry-title {
font-size: 1.500rem;
margin: 0 0 0.625rem;
}  .entry-ad-above {
margin: 0 0 1.875rem;
text-align: center;
}  .entry-ad-under {
margin: 0 0 3.750rem;
text-align: center;
}  #comments.entry-comments {
padding: 0;
margin: 1.875rem 0;
overflow: hidden;
}  .comment-title h3 {
font-size: 1.250rem;
letter-spacing: 1px;
padding: 0 0 0.313rem;
margin: 0 0 1.250rem;
text-transform: uppercase;
border-bottom: 0.625rem solid #f2f3f4;
}	
.comment-title h3 a {
color: #444444;
text-decoration: none;
}
.comment-title h3 a:hover {
color: #666666;
text-decoration: none;
}  ol.comment-list {
list-style: none;
margin: 0 0 3.125rem;
}
ol.comment-list li {
margin: 0 0 0.313rem;
padding: 0.625rem 0;
border-bottom: 1px solid #e9e9e9;
}
ol.comment-list li ul.children {
margin: 0;
}
ol.comment-list li ul.children li {
border: none;
}  .comment-body {
display: block;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
} .comment-body .comment-header {
margin: 0 0 0.625rem;
overflow: hidden;
} .comment-body .avatar {
float: left;
width: 3.438rem;
margin: 0 1.250rem 0 0;
} .comment-meta {
font-size: 0.875rem;
font-weight: normal;
margin: 0 0 0.625rem;
overflow: hidden;
}
.comment-meta a {
color: #b2b2b2;
text-decoration: none;
}
.comment-meta a:hover {
color: #b2b2b2;
text-decoration: underline;
} .comment-author {
font-size: 16px;
font-weight: bold;
color: #bebebe;
margin: 0 0 0.125rem;
}
.comment-author a {
color: #444444 ! important;
text-decoration: none;
}
.comment-author a:hover {
color: #666666 ! important;
text-decoration: underline;
}
.bypostauthor .comment-author span.fn {
background-color: #f2f3f4;
} .comment-content {
margin: 0;
}
.comment-content p {
margin: 0 0 0.625rem;
} .comment-edit-link {
font-size: 80%;
}
a.comment-edit-link {
color: #999999;
}
a:hover.comment-edit-link {
color: #999999;
} .comment-body .reply {
font-size: 0.875rem;
font-weight: normal;
margin: 0;
} 
.comment-body .reply a {
color: #b2b2b2;
text-decoration: underline;
}
.comment-body .reply a:hover{
color: #b2b2b2;
text-decoration: none;
} .comment .children {
margin: 0;
}
.comment .children li {
list-style: none;
padding-left: 3.750rem;
padding-bottom: 0;
margin: 0;
border: none;
} .comments-previous {
float: left;
} .comments-next {
float: right;
}  #respond {
margin: 0;
} #respond h3#reply-title {
font-size: 1.250rem;
letter-spacing: 1px;
padding: 0 0 0.313rem;
margin: 0 0 1.250rem;
text-transform: uppercase;
border-bottom: 0.625rem solid #f2f3f4;
}
#respond h3#reply-title a {
color: #444444;
text-decoration: none;
}
#respond h3#reply-title a:hover {
color: #666666;
text-decoration: none;
} .comment-form label {
display: block;
font-weight: bold;
margin: 0 0 0.625rem;
} .comment-form {
margin: 0; 
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
width: 100%;
}
.comment-form input#submit {
width: 15.625rem;
padding-left: 3.125rem;
padding-right: 3.125rem;
}
.comment-form #submit:hover,
.comment-form #submit:focus,
.comment-form #submit:active {
background: #444444;
color: #ffffff;
}
.comment-form-author,
.comment-form-email {
margin: 0;
}
.comment-form-url,
.comment-form-comment {
margin: 0 0 0.500rem;
}
.form-submit {
margin: 0;
} .comment-notes, 
.logged-in-as {
font-weight: 700;
margin: 0 0 1.250rem;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
font-size: 0.875rem;
margin-bottom: 2rem;
}
.form-allowed-tags code {
background: none;
padding: 0;
margin: 0;
border: none;
}
.no-comments {
border-top: 1px solid #eaeaea;
font-weight: 700;
padding-top: 1.6rem;
}
.comment-navigation + .no-comments {
border-top: 0;
}
.comment-subscription-form {
width: 100%;
margin-bottom: 0.313rem;
overflow: hidden;
}
.comment-subscription-form input[type="checkbox"],
.comment-subscription-form input[type="radio"] {
margin-bottom: 0;
}  .gp-theprint-sidebar {
float: right;
font-size: 95%;
width: 29.09090909%;
max-width: 20.000rem;
position: relative;
}  .gp-theprint-widget {
display: block;
width: 100%;
padding: 0;
margin: 0 0 2.500rem;
overflow: hidden;
} .gp-theprint-widget a {
color: #333333;
text-decoration: none;
}
.gp-theprint-widget a:hover {
color: #333333;
text-decoration: underline;
} .gp-theprint-widget ul {
list-style: none;
margin: 0;
}
.gp-theprint-widget ul li {
display: block;
padding: 0 0 0.400rem;
margin: 0 0 0.400rem;
}
.gp-theprint-widget ul li a {
color: #333333;
text-decoration: none;
}
.gp-theprint-widget ul li a:hover {
color: #333333;
text-decoration: underline;
} .gp-theprint-widget pre {
line-height: 1.2;
} .gp-theprint-widget button,
.gp-theprint-widget input,
.gp-theprint-widget select,
.gp-theprint-widget textarea {
font-size: 1.000rem;
line-height: 1.5;
}
.gp-theprint-widget button,
.gp-theprint-widget input[type="button"],
.gp-theprint-widget input[type="reset"],
.gp-theprint-widget input[type="submit"] {
padding: 0.625rem 0.938rem;
}
.gp-theprint-widget input[type="text"],
.gp-theprint-widget input[type="email"],
.gp-theprint-widget input[type="url"],
.gp-theprint-widget input[type="password"],
.gp-theprint-widget input[type="search"],
.gp-theprint-widget textarea {
padding: 0.625rem 0.938rem;
}  h4.gp-theprint-widget-title {
display: block;
background: none;
font-size: 1.125rem;
color: #ffffff;
padding: 0;
margin: 0 0 1.500rem;
text-transform: uppercase;
position: relative;
}
h4.gp-theprint-widget-title a {
color: #ffffff;
text-decoration: none;
}
h4.gp-theprint-widget-title a:hover {
color: #ffffff;
text-decoration: none;
}
h4.gp-theprint-widget-title span {
display: block;
background: #444444;
line-height: 2.875rem;
padding: 0 0.750rem;
}
h4.gp-theprint-widget-title span.after {
display: none;
background: none;
padding: 0;
}  .gp-theprint-widget h5.entry-title {
color: #444444;
}
.gp-theprint-widget h5.entry-title a {
color: #444444;
text-decoration: none;
}
.gp-theprint-widget h5.entry-title a:hover {
color: #666666;
text-decoration: none;
}  .gp-theprint-widget ul li p.entry-meta {
font-size: 0.813rem;
color: #b2b2b2;
margin: 0.313rem 0 0;
}   .widget_calendar table {
font-size: 15px;
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.3333;
text-align: center;
padding: 0;
}
.widget_calendar td {
padding: 0.200rem 0;
}
.widget_calendar td#today {
background-color: #f2f3f4;
font-weight: 700;
}
.widget_calendar th {
background-color: #f2f3f4;
padding: 0.300rem 0;
border: none;
}
.widget_calendar caption {
background-color: #f2f3f4;
font-weight: 700;
padding: 0.625rem;
margin: 0 0 1.6rem;
letter-spacing: 0.04rem;
text-align: center;
text-transform: uppercase;
}
.widget_calendar tbody a,
.widget_calendar tfoot a {
display: block;
color: #333333;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.widget_calendar tfoot a:hover,
.widget_calendar tfoot a:focus {
color: #333333;
} .widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
border: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
list-style: none;
margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.7667rem 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
border-top: 0;
padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.7667rem 0 0 0.8rem;
padding-top: 0.7667rem;
}
.widget_recent_entries .post-date {
display: block;
} .widget_rss ul {
list-style: none;
margin: 0;
}
.widget_rss li {
margin-bottom: 1.6rem;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss .rsswidget {
border: 0;
}
.widget_rss .rsswidget img {
margin-top: -0.250rem;
}
.widget_rss .rss-date,
.widget_rss cite {
display: block;
font-size: 90%;
} form.gp-theprint-search-form {
width: 100%;
position: relative;
}
form.gp-theprint-search-form input[type="text"] {
width: 100%;
height: 2.750rem;
line-height: 2.750rem;
padding: 0 0.80rem;
margin: 0;
}
form.gp-theprint-search-form button {
display: inline-block;
background-color: #f2f3f4;
width: 2.750rem;
height: 2.750rem;
font-size: 16px;
line-height: 2.750rem;
color: #444444;
padding: 0;
margin: 0;
text-align: center;
border: none;
position: absolute;
top: 0;
right: 0;
}
form.gp-theprint-search-form button:hover {
background-color: #777777;
color: #ffffff;
}   .gp-theprint-newsletter-widget p {
margin-bottom: 1.250rem;
}
.gp-theprint-newsletter-widget form {
margin: 0;
position: relative;
}
.gp-theprint-newsletter-widget input[type=text],
.gp-theprint-newsletter-widget input[type=email] {
width: 100%;
height: 2.875rem;
background-color: #ffffff;
padding-top: 0;
padding-bottom: 0;
margin: 0 0 0.625rem;
}
.gp-theprint-newsletter-widget input[type="submit"], 
.gp-theprint-newsletter-widget input[type="button"],
.gp-theprint-newsletter-widget button {
width: 100%;
height: 3.000rem;
background-color: #e6a87a;
line-height: 3.000rem;
color: #ffffff;
padding: 0;
text-align: center;
}
.gp-theprint-newsletter-widget input[type="submit"]:hover, 
.gp-theprint-newsletter-widget input[type="button"]:hover,
.gp-theprint-newsletter-widget button:hover {
background-color: #444444;
color: #ffffff;
}
.gp-theprint-newsletter-widget span.guarantee {
display: block;
font-size: 0.938rem;
font-style: italic;
color: #b2b2b2;
margin-top: 0.625rem;
}  .gp-theprint-recent-comments ul {
list-style: none;
margin: 0;
}
.gp-theprint-recent-comments ul li {
display: block;
width: 100%;
padding: 0;
margin: 1.250rem 0;
overflow: hidden;
}
.gp-theprint-recent-comments ul li:last-child {
margin-bottom: 0;
} .gp-theprint-recent-comments ul li .comment-header {
margin: 0 0 0.313rem;
overflow: hidden;
} .gp-theprint-recent-comments ul li .comment-avatar {
float: left;
margin: 0 0.938rem 0 0;
}
.gp-theprint-recent-comments ul li .comment-avatar img {
display: block;
} .gp-theprint-recent-comments ul li h5.comment-name,
.gp-theprint-recent-comments ul li h5.comment-title {
font-size: 0.938rem;
color: #bebebe;
margin: 0 0 0.313rem;
}
.gp-theprint-recent-comments ul li h5.comment-author a,
.gp-theprint-recent-comments ul li h5.comment-title a {
color: #444444;
text-decoration: none;
}
.gp-theprint-recent-comments ul li h5.comment-author a:hover,
.gp-theprint-recent-comments ul li h5.comment-title a:hover {
color: #666666;
text-decoration: none;
} .gp-theprint-recent-comments ul li .comment-comment {
display: block;
}
.gp-theprint-recent-comments ul li .comment-comment p {
font-size: 0.875rem;
margin: 0;
}   .gp-theprint-recent-posts-a ul,
.gp-theprint-trending-posts-a ul,
.gp-theprint-recent-reviews-a ul {
list-style: none;
margin: 0;
}
.gp-theprint-recent-posts-a ul li,
.gp-theprint-trending-posts-a ul li,
.gp-theprint-recent-reviews-a ul li {
width: 100%;
padding: 0;
margin: 1.250rem 0;
overflow: hidden;
}
.gp-theprint-recent-posts-a ul li:last-child,
.gp-theprint-trending-posts-a ul li:last-child,
.gp-theprint-recent-reviews-a ul li:last-child {
margin-bottom: 0;
} .gp-theprint-recent-posts-a ul li .featured-image,
.gp-theprint-trending-posts-a ul li .featured-image,
.gp-theprint-recent-reviews-a ul li .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-recent-posts-a ul li h5.entry-title,
.gp-theprint-trending-posts-a ul li h5.entry-title,
.gp-theprint-recent-reviews-a ul li h5.entry-title {
font-size: 0.938rem;
margin: 0;
} .gp-theprint-recent-reviews-a ul li .featured-image .entry-review-badge {
display: inline-block;
background-color: #e6a87a;
font-size: 0.813rem;
font-weight: bold;
color: #ffffff;
padding: 0.063rem 0.313rem;
text-align: center;
position: absolute;
top: 0;
right: 0;
} .gp-theprint-recent-posts-a ul li p.entry-meta,
.gp-theprint-trending-posts-a ul li p.entry-meta,
.gp-theprint-recent-reviews-a ul li p.entry-meta {
margin: 0.313rem 0 0;
}   .gp-theprint-recent-posts-b ul,
.gp-theprint-trending-posts-b ul,
.gp-theprint-recent-reviews-b ul {
list-style: none;
margin: 0;
}
.gp-theprint-recent-posts-b ul li,
.gp-theprint-trending-posts-b ul li,
.gp-theprint-recent-reviews-b ul li {
display: block;
padding: 0;
margin: 1.250rem 0;
overflow: hidden;
}
.gp-theprint-recent-posts-b ul li:last-child,
.gp-theprint-trending-posts-b ul li:last-child,
.gp-theprint-recent-reviews-b ul li:last-child {
margin-bottom: 0;
} .gp-theprint-recent-posts-b ul li .featured-image,
.gp-theprint-trending-posts-b ul li .featured-image,
.gp-theprint-recent-reviews-b ul li .featured-image {
float: none;
width: 100%;
margin: 0 0 0.938rem;
} .gp-theprint-recent-posts-b ul li h5.entry-title,
.gp-theprint-trending-posts-b ul li h5.entry-title,
.gp-theprint-recent-reviews-b ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
} .gp-theprint-recent-reviews-b ul li .featured-image .entry-review-badge {
display: inline-block;
background-color: #e6a87a;
font-size: 0.813rem;
font-weight: bold;
color: #ffffff;
padding: 0.063rem 0.313rem;
text-align: center;
position: absolute;
top: 0;
right: 0;
} .gp-theprint-recent-posts-b ul li p.entry-meta,
.gp-theprint-trending-posts-b ul li p.entry-meta,
.gp-theprint-recent-reviews-b ul li p.entry-meta {
margin: 0.313rem 0 0;
}   .gp-theprint-recent-posts-c ul,
.gp-theprint-trending-posts-c ul,
.gp-theprint-recent-reviews-c ul {
list-style: none;
margin: 0;
}
.gp-theprint-recent-posts-c ul li,
.gp-theprint-trending-posts-c ul li,
.gp-theprint-recent-reviews-c ul li {
display: block;
padding: 0;
margin: 1.250rem 0;
overflow: hidden;
}
.gp-theprint-recent-posts-c ul li:last-child,
.gp-theprint-trending-posts-c ul li:last-child,
.gp-theprint-recent-reviews-c ul li:last-child {
margin-bottom: 0;
} .gp-theprint-recent-posts-c ul li .featured-image,
.gp-theprint-trending-posts-c ul li .featured-image,
.gp-theprint-recent-reviews-c ul li .featured-image {
float: none;
width: 100%;
margin: 0 0 0.938rem;
}
.gp-theprint-recent-posts-c ul li.style-b .featured-image,
.gp-theprint-trending-posts-c ul li.style-b .featured-image,
.gp-theprint-recent-reviews-c ul li.style-b .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-recent-posts-c ul li h5.entry-title,
.gp-theprint-trending-posts-c ul li h5.entry-title,
.gp-theprint-recent-reviews-c ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
}
.gp-theprint-recent-posts-c ul li.style-b h5.entry-title,
.gp-theprint-trending-posts-c ul li.style-b h5.entry-title,
.gp-theprint-recent-reviews-c ul li.style-b h5.entry-title {
font-size: 0.938rem;
} .gp-theprint-recent-reviews-c ul li .featured-image .entry-review-badge {
display: inline-block;
background-color: #e6a87a;
font-size: 0.813rem;
font-weight: bold;
color: #ffffff;
padding: 0.063rem 0.313rem;
text-align: center;
position: absolute;
top: 0;
right: 0;
} .gp-theprint-recent-posts-c ul li p.entry-meta,
.gp-theprint-trending-posts-c ul li p.entry-meta,
.gp-theprint-recent-reviews-c ul li p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-recent-posts-d,
.gp-theprint-trending-posts-d,
.gp-theprint-recent-reviews-d {
margin: 0 0 0.625rem;
} .gp-theprint-recent-posts-d ul,
.gp-theprint-trending-posts-d ul,
.gp-theprint-recent-reviews-d ul {
list-style: none;
margin: 0 -0.625rem;
}
.gp-theprint-recent-posts-d ul li,
.gp-theprint-trending-posts-d ul li,
.gp-theprint-recent-reviews-d ul li {
float: left;
width: 50%;
padding: 0 0.625rem;
margin: 0 0 1.250rem;
}
.gp-theprint-recent-posts-d ul li:nth-child(odd),
.gp-theprint-trending-posts-d ul li:nth-child(odd),
.gp-theprint-recent-reviews-d ul li:nth-child(odd) {
clear: left;
} .gp-theprint-recent-posts-d ul li .featured-image,
.gp-theprint-trending-posts-d ul li .featured-image,
.gp-theprint-recent-reviews-d ul li .featured-image {
float: none;
width: 100%;
margin: 0 0 0.625rem;
} .gp-theprint-recent-posts-d ul li h5.entry-title,
.gp-theprint-trending-posts-d ul li h5.entry-title,
.gp-theprint-recent-reviews-d ul li h5.entry-title {
font-size: 0.938rem;
margin: 0;
} .gp-theprint-recent-reviews-d ul li .featured-image .entry-review-badge {
display: inline-block;
background-color: #e6a87a;
font-size: 0.813rem;
font-weight: bold;
color: #ffffff;
padding: 0.063rem 0.313rem;
text-align: center;
position: absolute;
top: 0;
right: 0;
} .gp-theprint-recent-posts-d ul li p.entry-meta,
.gp-theprint-trending-posts-d ul li p.entry-meta,
.gp-theprint-recent-reviews-d ul li p.entry-meta {
margin: 0.313rem 0 0;
}   .gp-theprint-recent-posts-e ul,
.gp-theprint-trending-posts-e ul,
.gp-theprint-recent-reviews-e ul {
list-style: none;
margin: 0;
}
.gp-theprint-recent-posts-e ul li,
.gp-theprint-trending-posts-e ul li,
.gp-theprint-recent-reviews-e ul li {
display: block;
padding: 0;
margin: 1.500rem 0;
overflow: hidden;
}
.gp-theprint-recent-posts-e ul li:last-child,
.gp-theprint-trending-posts-e ul li:last-child,
.gp-theprint-recent-reviews-e ul li:last-child {
margin-bottom: 0;
} .gp-theprint-recent-posts-e ul li .entry-counter,
.gp-theprint-trending-posts-e ul li .entry-counter,
.gp-theprint-recent-reviews-e ul li .entry-counter {
float: left;
background-color: #e6a87a;
width: 34px;
height: 34px;
font-size: 18px;
font-weight: 700;
line-height: 34px;
color: #ffffff;
margin: 0 15px 0 0;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
} .gp-theprint-recent-posts-e ul li .entry-header,
.gp-theprint-trending-posts-e ul li .entry-header,
.gp-theprint-recent-reviews-e ul li .entry-header {
margin-left: 49px;
} .gp-theprint-recent-posts-e ul li h5.entry-title,
.gp-theprint-trending-posts-e ul li h5.entry-title,
.gp-theprint-recent-reviews-e ul li h5.entry-title {
font-size: 1.000rem;
margin: 0;
} .gp-theprint-recent-posts-e ul li .entry-meta,
.gp-theprint-trending-posts-e ul li .entry-meta,
.gp-theprint-recent-reviews-e ul li .entry-meta {
margin: 0.125rem 0 0;
}
.gp-theprint-recent-posts-e ul li .entry-time,
.gp-theprint-trending-posts-e ul li .entry-time,
.gp-theprint-recent-reviews-e ul li .entry-time {
display: inline-block;
margin-right: 0.313rem;
} .gp-theprint-recent-reviews-e ul li .entry-review-badge {
display: inline-block;
background-color: #e6a87a;
font-size: 0.813rem;
font-weight: bold;
line-height: 1.5;
color: #ffffff;
padding: 0.063rem 0.313rem;
margin: 0.188rem 0 0;
}
.gp-theprint-recent-reviews-e ul li .entry-date-review-badge .entry-time-review {
font-size: 0.813rem;
}
.gp-theprint-recent-reviews-e ul li .entry-date-review-badge .entry-time-review .entry-review-score-bar {
float: right;
font-weight: 700;
}
.gp-theprint-recent-reviews-e ul li .entry-date-review-badge .entry-review-bar {
display: block;
background-color: #e0e0e0;
width: 100%;
height: 0.875rem;
margin: 0.125rem 0 0;
}
.gp-theprint-recent-reviews-e ul li .entry-date-review-badge .entry-review-bar-overlay {
float: left;
background-color: #e6a87a;
height: 100%;
}   .gp-theprint-recent-posts-f ul,
.gp-theprint-trending-posts-f ul,
.gp-theprint-recent-reviews-f ul {
list-style: none;
margin: 0;
}
.gp-theprint-recent-posts-f ul li,
.gp-theprint-trending-posts-f ul li,
.gp-theprint-recent-reviews-f ul li {
display: block;
padding: 0;
margin: 1.250rem 0;
overflow: hidden;
}
.gp-theprint-recent-posts-f ul li:last-child,
.gp-theprint-trending-posts-f ul li:last-child,
.gp-theprint-recent-reviews-f ul li:last-child {
margin-bottom: 0;
} .gp-theprint-recent-posts-f ul li .entry-counter,
.gp-theprint-trending-posts-f ul li .entry-counter,
.gp-theprint-recent-reviews-f ul li .entry-counter {
float: left;
font-size: 40px;
font-weight: 400;
font-style: italic;
line-height: 1;
color: #bebebe;
margin: 0 15px 0 0;
} .gp-theprint-recent-posts-f ul li .entry-header,
.gp-theprint-trending-posts-f ul li .entry-header,
.gp-theprint-recent-reviews-f ul li .entry-header {
margin-left: 45px;
} .gp-theprint-recent-posts-f ul li h5.entry-title,
.gp-theprint-trending-posts-f ul li h5.entry-title,
.gp-theprint-recent-reviews-f ul li h5.entry-title {
font-size: 1.000rem;
margin: 0;
} .gp-theprint-recent-posts-f ul li .entry-meta,
.gp-theprint-trending-posts-f ul li .entry-meta,
.gp-theprint-recent-reviews-f ul li .entry-meta {
margin: 0.313rem 0 0;
}
.gp-theprint-recent-posts-f ul li .entry-time,
.gp-theprint-trending-posts-f ul li .entry-time,
.gp-theprint-recent-reviews-f ul li .entry-time {
display: inline-block;
margin-right: 0.313rem;
} .gp-theprint-recent-reviews-f ul li .entry-review-badge {
display: inline-block;
background-color: #e6a87a;
font-size: 0.813rem;
font-weight: bold;
line-height: 1.5;
color: #ffffff;
padding: 0.063rem 0.313rem;
margin: 0.188rem 0 0;
}
.gp-theprint-recent-reviews-f ul li .entry-date-review-badge .entry-time-review {
font-size: 0.813rem;
}
.gp-theprint-recent-reviews-f ul li .entry-date-review-badge .entry-time-review .entry-review-score-bar {
float: right;
font-weight: 700;
}
.gp-theprint-recent-reviews-f ul li .entry-date-review-badge .entry-review-bar {
display: block;
background-color: #e0e0e0;
width: 100%;
height: 0.875rem;
margin: 0.125rem 0 0;
}
.gp-theprint-recent-reviews-f ul li .entry-date-review-badge .entry-review-bar-overlay {
float: left;
background-color: #e6a87a;
height: 100%;
}    .gp-theprint-homepage-widget-area-1 {
margin: 0;
}
.gp-theprint-homepage-widget-area-1 .gp-theprint-widget {
display: block;
width: 100%;
padding: 0;
margin: 0 0 3.125rem;
overflow: hidden;
}  .gp-theprint-homepage-widget-area-1 h4.gp-theprint-widget-title {
display: block;
background: none;
font-size: 1.125rem;
letter-spacing: 1px;
color: #444444;
padding: 0;
margin: 0 0 1.500rem;
text-align: left;
text-transform: uppercase;
position: relative;
}
.gp-theprint-homepage-widget-area-1 h4.gp-theprint-widget-title a {
color: #444444;
text-decoration: none;
}
.gp-theprint-homepage-widget-area-1 h4.gp-theprint-widget-title a:hover {
color: #666666;
text-decoration: none;
}
.gp-theprint-homepage-widget-area-1 h4.gp-theprint-widget-title span {
display: block;
background-color: #f2f3f4;
}
.gp-theprint-homepage-widget-area-1 h4.gp-theprint-widget-title span.after {
display: none;
background: none;
padding: 0;
}  .gp-theprint-homepage-widget-area-1 .gp-theprint-homepage-1-posts-a {
margin: 0 0 1.250rem;
} .gp-theprint-homepage-1-posts-a ul {
list-style: none;
margin: 0 -0.938rem;
}
.gp-theprint-homepage-1-posts-a ul li {
float: left;
width: 50%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.gp-theprint-homepage-1-posts-a ul li:nth-child(3),
.gp-theprint-homepage-1-posts-a ul li:nth-child(6),
.gp-theprint-homepage-1-posts-a ul li:nth-child(8),
.gp-theprint-homepage-1-posts-a ul li:nth-child(11),
.gp-theprint-homepage-1-posts-a ul li:nth-child(13),
.gp-theprint-homepage-1-posts-a ul li:nth-child(16),
.gp-theprint-homepage-1-posts-a ul li:nth-child(18),
.gp-theprint-homepage-1-posts-a ul li:nth-child(21),
.gp-theprint-homepage-1-posts-a ul li:nth-child(23),
.gp-theprint-homepage-1-posts-a ul li:nth-child(26),
.gp-theprint-homepage-1-posts-a ul li:nth-child(28) {
clear: left;
}
.gp-theprint-homepage-1-posts-a ul li.style-a {
width: 50%;
}
.gp-theprint-homepage-1-posts-a ul li.style-b {
width: 33.33333334%;
} .gp-theprint-homepage-1-posts-a ul li .featured-image {
float: none;
margin: 0 0 0.938rem;
position: relative;
} .gp-theprint-homepage-1-posts-a ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
}
.gp-theprint-homepage-1-posts-a ul li.style-a h5.entry-title {
font-size: 1.375rem;
} .gp-theprint-homepage-1-posts-a ul li p.entry-meta {
margin: 0.625rem 0 0;
}  .gp-theprint-homepage-widget-area-1 .gp-theprint-homepage-1-posts-b {
margin: 0 0 3.625rem;
} .gp-theprint-homepage-1-posts-b ul {
list-style: none;
margin: 0 -1px;	
} 
.gp-theprint-homepage-1-posts-b ul li {
float: left;
width: 50%;
padding: 0 1px;
margin: 0 0 2px;
} .gp-theprint-homepage-1-posts-b ul li .featured-image {
margin: 0;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image img {
width: 100%;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image a:hover img {
-webkit-opacity: 1;
opacity: 1;
} .gp-theprint-homepage-1-posts-b ul li .featured-image .entry-overlay {
background-color: rgba(0,0,0,0.3);
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image:hover .entry-overlay {
background-color: rgba(0,0,0,0.5);
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
} .gp-theprint-homepage-1-posts-b ul li .featured-image .entry-format {
display: inline-block;
margin: 0;
top: 1.250rem;
left: 1.250rem;
} .gp-theprint-homepage-1-posts-b ul li .featured-image .entry-description {
display: block;
padding: 1.250rem;
position: absolute;
bottom: 0;
left: 0;
} .gp-theprint-homepage-1-posts-b ul li h5.entry-title {
font-size: 1.375rem;
color: #ffffff;
margin: 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.gp-theprint-homepage-1-posts-b ul li .featured-image h5.entry-title a {
color: #ffffff;
text-decoration: none;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image h5.entry-title a:hover {
color: #ffffff;
text-decoration: none;
} .gp-theprint-homepage-1-posts-b ul li p.entry-meta {
font-size: 0.750rem;
font-weight: bold;
color: #ffffff;
margin: 0.313rem 0 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
text-transform: uppercase;
} .gp-theprint-homepage-1-posts-b a.entry-link {
display: inline-block;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}  .gp-theprint-homepage-widget-area-1 .gp-theprint-homepage-1-posts-c {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-1-posts-c .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-1-posts-c .gp-theprint-column-1,
.gp-theprint-homepage-1-posts-c .gp-theprint-column-2 {
float: left;
width: 50%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-1-posts-c ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-1-posts-c ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-1-posts-c ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-1-posts-c ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-1-posts-c ul li.style-a .featured-image {
margin: 0 0 0.938rem;
position: relative;
}
.gp-theprint-homepage-1-posts-c ul li.style-b .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-homepage-1-posts-c ul li h5.entry-title {
font-size: 1.375rem;
margin: 0;
}
.gp-theprint-homepage-1-posts-c ul li.style-b h5.entry-title {
font-size: 15px;
margin: 0.313rem 0 0;
} .gp-theprint-homepage-1-posts-c ul li p.entry-meta {
margin: 0.625rem 0 0;
}
.gp-theprint-homepage-1-posts-c ul li.style-b p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-1 .gp-theprint-homepage-1-posts-d {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-1-posts-d .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-1-posts-d .gp-theprint-column-1,
.gp-theprint-homepage-1-posts-d .gp-theprint-column-2 {
float: left;
width: 50%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-1-posts-d ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-1-posts-d ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-1-posts-d ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-1-posts-d ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-1-posts-d ul li .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-homepage-1-posts-d ul li h5.entry-title {
font-size: 15px;
margin: 0.313rem 0 0;
} .gp-theprint-homepage-1-posts-d ul li p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-1 .gp-theprint-homepage-1-posts-e {
margin: 0 0 1.250rem;
} .gp-theprint-homepage-1-posts-e ul {
list-style: none;
margin: 0 -0.938rem;
}
.gp-theprint-homepage-1-posts-e ul li {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.gp-theprint-homepage-1-posts-e ul li:nth-child(4),
.gp-theprint-homepage-1-posts-e ul li:nth-child(7),
.gp-theprint-homepage-1-posts-e ul li:nth-child(10),
.gp-theprint-homepage-1-posts-e ul li:nth-child(13),
.gp-theprint-homepage-1-posts-e ul li:nth-child(16),
.gp-theprint-homepage-1-posts-e ul li:nth-child(19),
.gp-theprint-homepage-1-posts-e ul li:nth-child(22),
.gp-theprint-homepage-1-posts-e ul li:nth-child(25),
.gp-theprint-homepage-1-posts-e ul li:nth-child(28) {
clear: left;
} .gp-theprint-homepage-1-posts-e ul li .featured-image {
margin: 0 0 0.938rem;
} .gp-theprint-homepage-1-posts-e ul li h5 {
font-size: 1.125rem;
margin: 0;
} .gp-theprint-homepage-1-posts-e ul li p.entry-meta {
margin: 0.625rem 0 0;
}  .gp-theprint-homepage-widget-area-1 .gp-theprint-homepage-1-posts-f {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-1-posts-f .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-1-posts-f .gp-theprint-column-1,
.gp-theprint-homepage-1-posts-f .gp-theprint-column-2,
.gp-theprint-homepage-1-posts-f .gp-theprint-column-3 {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-1-posts-f ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-1-posts-f ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-1-posts-f ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-1-posts-f ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-1-posts-f ul li.style-a .featured-image {
margin: 0 0 0.938rem;
position: relative;
} .gp-theprint-homepage-1-posts-f ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
}
.gp-theprint-homepage-1-posts-f ul li.style-b h5.entry-title {
font-size: 15px;
margin: 0;
} .gp-theprint-homepage-1-posts-f ul li p.entry-meta {
margin: 0.625rem 0 0;
} .gp-theprint-homepage-1-posts-f ul li.style-b p.entry-meta {
margin: 0.313rem 0 0;
}    .gp-theprint-homepage-widget-area-2 {
margin: 0;
}
.gp-theprint-homepage-widget-area-2 .gp-theprint-widget {
display: block;
width: 100%;
padding: 0;
margin: 0 0 3.125rem;
overflow: hidden;
}  .gp-theprint-homepage-widget-area-2 h4.gp-theprint-widget-title {
display: block;
background: none;
font-size: 1.125rem;
letter-spacing: 1px;
color: #444444;
padding: 0;
margin: 0 0 1.500rem;
text-align: left;
text-transform: uppercase;
position: relative;
}
.gp-theprint-homepage-widget-area-2 h4.gp-theprint-widget-title a {
color: #444444;
text-decoration: none;
}
.gp-theprint-homepage-widget-area-2 h4.gp-theprint-widget-title a:hover {
color: #666666;
text-decoration: none;
}
.gp-theprint-homepage-widget-area-2 h4.gp-theprint-widget-title span {
display: block;
background-color: #f2f3f4;
}
.gp-theprint-homepage-widget-area-2 h4.gp-theprint-widget-title span.after {
display: none;
background: none;
padding: 0;
}  .gp-theprint-homepage-widget-area-2 .gp-theprint-homepage-2-posts-a {
margin: 0 0 1.250rem;
} .gp-theprint-homepage-2-posts-a ul {
list-style: none;
margin: 0 -0.938rem;
}
.gp-theprint-homepage-2-posts-a ul li {
float: left;
width: 50%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.gp-theprint-homepage-2-posts-a ul li:nth-child(3),
.gp-theprint-homepage-2-posts-a ul li:nth-child(6),
.gp-theprint-homepage-2-posts-a ul li:nth-child(8),
.gp-theprint-homepage-2-posts-a ul li:nth-child(11),
.gp-theprint-homepage-2-posts-a ul li:nth-child(13),
.gp-theprint-homepage-2-posts-a ul li:nth-child(16),
.gp-theprint-homepage-2-posts-a ul li:nth-child(18),
.gp-theprint-homepage-2-posts-a ul li:nth-child(21),
.gp-theprint-homepage-2-posts-a ul li:nth-child(23),
.gp-theprint-homepage-2-posts-a ul li:nth-child(26),
.gp-theprint-homepage-2-posts-a ul li:nth-child(28) {
clear: left;
}
.gp-theprint-homepage-2-posts-a ul li.style-a {
width: 50%;
}
.gp-theprint-homepage-2-posts-a ul li.style-b {
width: 33.33333334%;
} .gp-theprint-homepage-2-posts-a ul li .featured-image {
float: none;
margin: 0 0 0.938rem;
position: relative;
} .gp-theprint-homepage-2-posts-a ul li h5.entry-title {
font-size: 1.250rem;
margin: 0;
}
.gp-theprint-homepage-2-posts-a ul li.style-a h5.entry-title {
font-size: 1.375rem;
margin: 0;
} .gp-theprint-homepage-2-posts-a ul li p.entry-meta {
font-size: 0.813rem;
color: #bebebe;
margin: 0.625rem 0 0;
}  .gp-theprint-homepage-widget-area-2 .gp-theprint-homepage-2-posts-b {
margin: 0 0 3.625rem;
} .gp-theprint-homepage-2-posts-b ul {
list-style: none;
margin: 0 -1px;	
} 
.gp-theprint-homepage-2-posts-b ul li {
float: left;
width: 50%;
padding: 0 1px;
margin: 0 0 2px;
} .gp-theprint-homepage-2-posts-b ul li .featured-image {
margin: 0;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image img {
width: 100%;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image a:hover img {
-webkit-opacity: 1;
opacity: 1;
} .gp-theprint-homepage-2-posts-b ul li .featured-image .entry-overlay {
background-color: rgba(0,0,0,0.3);
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image:hover .entry-overlay {
background-color: rgba(0,0,0,0.5);
-webkit-transition: 0.1s all ease-in-out;
-transition: 0.1s all ease-in-out;
transition: 0.1s all ease-in-out;
} .gp-theprint-homepage-2-posts-b ul li .featured-image .entry-format {
display: inline-block;
margin: 0;
top: 1.250rem;
left: 1.250rem;
} .gp-theprint-homepage-2-posts-b ul li .featured-image .entry-description {
display: block;
padding: 1.250rem;
position: absolute;
bottom: 0;
left: 0;
} .gp-theprint-homepage-2-posts-b ul li h5.entry-title {
font-size: 1.375rem;
color: #ffffff;
margin: 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.gp-theprint-homepage-2-posts-b ul li .featured-image h5.entry-title a {
color: #ffffff;
text-decoration: none;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image h5.entry-title a:hover {
color: #ffffff;
text-decoration: none;
} .gp-theprint-homepage-2-posts-b ul li p.entry-meta {
font-size: 0.750rem;
font-weight: bold;
color: #ffffff;
margin: 0.313rem 0 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
text-transform: uppercase;
} .gp-theprint-homepage-2-posts-b a.entry-link {
display: inline-block;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}  .gp-theprint-homepage-widget-area-2 .gp-theprint-homepage-2-posts-c {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-2-posts-c .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-2-posts-c .gp-theprint-column-1,
.gp-theprint-homepage-2-posts-c .gp-theprint-column-2 {
float: left;
width: 50%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-2-posts-c ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-2-posts-c ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-2-posts-c ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-2-posts-c ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-2-posts-c ul li.style-a .featured-image {
margin: 0 0 0.938rem;
position: relative;
}
.gp-theprint-homepage-2-posts-c ul li.style-b .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-homepage-2-posts-c ul li h5.entry-title {
font-size: 1.375rem;
margin: 0;
}
.gp-theprint-homepage-2-posts-c ul li.style-b h5.entry-title {
font-size: 15px;
margin: 0.313rem 0 0;
} .gp-theprint-homepage-2-posts-c ul li p.entry-meta {
margin: 0.625rem 0 0;
}
.gp-theprint-homepage-2-posts-c ul li.style-b p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-2 .gp-theprint-homepage-2-posts-d {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-2-posts-d .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-2-posts-d .gp-theprint-column-1,
.gp-theprint-homepage-2-posts-d .gp-theprint-column-2 {
float: left;
width: 50%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-2-posts-d ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-2-posts-d ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-2-posts-d ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-2-posts-d ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-2-posts-d ul li .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-homepage-2-posts-d ul li h5.entry-title {
font-size: 15px;
margin: 0.313rem 0 0.313rem;
} .gp-theprint-homepage-2-posts-d ul li p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-2 .gp-theprint-homepage-2-posts-e {
margin: 0 0 1.250rem;
} .gp-theprint-homepage-2-posts-e ul {
list-style: none;
margin: 0 -0.938rem;
}
.gp-theprint-homepage-2-posts-e ul li {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.gp-theprint-homepage-2-posts-e ul li:nth-child(4),
.gp-theprint-homepage-2-posts-e ul li:nth-child(7),
.gp-theprint-homepage-2-posts-e ul li:nth-child(10),
.gp-theprint-homepage-2-posts-e ul li:nth-child(13),
.gp-theprint-homepage-2-posts-e ul li:nth-child(16),
.gp-theprint-homepage-2-posts-e ul li:nth-child(19),
.gp-theprint-homepage-2-posts-e ul li:nth-child(22),
.gp-theprint-homepage-2-posts-e ul li:nth-child(25),
.gp-theprint-homepage-2-posts-e ul li:nth-child(28) {
clear: left;
} .gp-theprint-homepage-2-posts-e ul li .featured-image {
margin: 0 0 0.938rem;
} .gp-theprint-homepage-2-posts-e ul li h5 {
font-size: 1.125rem;
margin: 0;
} .gp-theprint-homepage-2-posts-e ul li p.entry-meta {
margin: 0.625rem 0 0;
}  .gp-theprint-homepage-widget-area-2 .gp-theprint-homepage-2-posts-f {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-2-posts-f .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-2-posts-f .gp-theprint-column-1,
.gp-theprint-homepage-2-posts-f .gp-theprint-column-2,
.gp-theprint-homepage-2-posts-f .gp-theprint-column-3 {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-2-posts-f ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-2-posts-f ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-2-posts-f ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-2-posts-f ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-2-posts-f ul li.style-a .featured-image {
margin: 0 0 0.938rem;
position: relative;
} .gp-theprint-homepage-2-posts-f ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
}
.gp-theprint-homepage-2-posts-f ul li.style-b h5.entry-title {
font-size: 15px;
margin: 0;
} .gp-theprint-homepage-2-posts-f ul li p.entry-meta {
margin: 0.625rem 0 0;
}
.gp-theprint-homepage-2-posts-f ul li.style-b p.entry-meta {
margin: 0.313rem 0 0;
}    .gp-theprint-homepage-widget-area-3 {
margin: 0;
}
.gp-theprint-homepage-widget-area-3 .gp-theprint-widget:last-child {
margin-bottom: 1.875rem ! important;
}  .gp-theprint-homepage-widget-area-3 h4.gp-theprint-widget-title {
display: block;
background: none;
font-size: 1.125rem;
letter-spacing: 1px;
color: #444444;
padding: 0;
margin: 0 0 1.500rem;
text-align: left;
text-transform: uppercase;
position: relative;
}
.gp-theprint-homepage-widget-area-3 h4.gp-theprint-widget-title a {
color: #444444;
text-decoration: none;
}
.gp-theprint-homepage-widget-area-3 h4.gp-theprint-widget-title a:hover {
color: #666666;
text-decoration: none;
}
.gp-theprint-homepage-widget-area-3 h4.gp-theprint-widget-title span {
display: block;
background-color: #f2f3f4;
}
.gp-theprint-homepage-widget-area-3 h4.gp-theprint-widget-title span.after {
display: none;
background: none;
padding: 0;
}  .gp-theprint-homepage-widget-area-3 .gp-theprint-homepage-3-posts-a {
margin: 0 0 0.625rem;
} .gp-theprint-homepage-3-posts-a ul {
list-style: none;
margin: 0 -0.938rem;
}
.gp-theprint-homepage-3-posts-a ul li {
float: left;
width: 25%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.gp-theprint-homepage-3-posts-a ul li:nth-child(5),
.gp-theprint-homepage-3-posts-a ul li:nth-child(9),
.gp-theprint-homepage-3-posts-a ul li:nth-child(13),
.gp-theprint-homepage-3-posts-a ul li:nth-child(17),
.gp-theprint-homepage-3-posts-a ul li:nth-child(21),
.gp-theprint-homepage-3-posts-a ul li:nth-child(25),
.gp-theprint-homepage-3-posts-a ul li:nth-child(29) {
clear: left;
} .gp-theprint-homepage-3-posts-a ul li .featured-image {
margin: 0 0 0.938rem;
position: relative;
} .gp-theprint-homepage-3-posts-a ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
} .gp-theprint-homepage-3-posts-a ul li p.entry-meta {
margin: 0.625rem 0 0;
}  .gp-theprint-homepage-widget-area-3 .gp-theprint-homepage-3-posts-b {
margin: 0 0 0.625rem;
} .gp-theprint-homepage-3-posts-b ul {
list-style: none;
margin: 0 -0.938rem;
}
.gp-theprint-homepage-3-posts-b ul li {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.gp-theprint-homepage-3-posts-b ul li:nth-child(4),
.gp-theprint-homepage-3-posts-b ul li:nth-child(7),
.gp-theprint-homepage-3-posts-b ul li:nth-child(10),
.gp-theprint-homepage-3-posts-b ul li:nth-child(13),
.gp-theprint-homepage-3-posts-b ul li:nth-child(16),
.gp-theprint-homepage-3-posts-b ul li:nth-child(19),
.gp-theprint-homepage-3-posts-b ul li:nth-child(22),
.gp-theprint-homepage-3-posts-b ul li:nth-child(25),
.gp-theprint-homepage-3-posts-b ul li:nth-child(28) {
clear: left;
} .gp-theprint-homepage-3-posts-b ul li .featured-image {
margin: 0 0 0.938rem;
position: relative;
} .gp-theprint-homepage-3-posts-b ul li h5.entry-title {
font-size: 1.375rem;
margin: 0;
} .gp-theprint-homepage-3-posts-b ul li p.entry-meta {
margin: 0.625rem 0 0;
}  .gp-theprint-homepage-widget-area-3 .gp-theprint-homepage-3-posts-c {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-3-posts-c .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-3-posts-c .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-c .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-c .gp-theprint-column-3 {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-3-posts-c ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-3-posts-c ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-3-posts-c ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-3-posts-c ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-3-posts-c ul li.style-a .featured-image {
margin: 0 0 0.938rem;
}
.gp-theprint-homepage-3-posts-c ul li.style-b .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-homepage-3-posts-c ul li h5.entry-title {
font-size: 15px;
margin: 0.313rem 0 0;
}
.gp-theprint-homepage-3-posts-c ul li.style-a h5.entry-title {
font-size: 1.375rem;
margin: 0;
} .gp-theprint-homepage-3-posts-c ul li p.entry-meta {
margin: 0.625rem 0 0;
}
.gp-theprint-homepage-3-posts-c ul li.style-b p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-3 .gp-theprint-homepage-3-posts-d {
margin: 0 0 3.125rem;
} .gp-theprint-homepage-3-posts-d .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-3-posts-d .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-d .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-d .gp-theprint-column-3,
.gp-theprint-homepage-3-posts-d .gp-theprint-column-4 {
float: left;
width: 25%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-3-posts-d ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-3-posts-d ul li {
display: block;
width: 100%;
padding: 0.625rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-3-posts-d ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-3-posts-d ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-3-posts-d ul li.style-a .featured-image {
margin: 0 0 0.938rem;
} .gp-theprint-homepage-3-posts-d ul li h5.entry-title {
font-size: 1.125rem;
margin: 0;
}
.gp-theprint-homepage-3-posts-d ul li.style-b h5.entry-title { 
font-size: 15px;
margin: 0;
} .gp-theprint-homepage-3-posts-d ul li p.entry-meta {
margin: 0.625rem 0 0;
}
.gp-theprint-homepage-3-posts-d ul li.style-b p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-3 .gp-theprint-homepage-3-posts-e {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-3-posts-e .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-3-posts-e .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-e .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-e .gp-theprint-column-3 {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-3-posts-e ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-3-posts-e ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-3-posts-e ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-3-posts-e ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-3-posts-e ul li .featured-image {
float: left;
width: 6.875rem;
margin: 0 0.938rem 0 0;
} .gp-theprint-homepage-3-posts-e ul li h5.entry-title {
font-size: 15px;
margin: 0.313rem 0 0;
} .gp-theprint-homepage-3-posts-e ul li p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-homepage-widget-area-3 .gp-theprint-homepage-3-posts-f {
margin: 0 0 3.000rem;
} .gp-theprint-homepage-3-posts-f .gp-theprint-columns {
margin: 0 -0.938rem;
}
.gp-theprint-homepage-3-posts-f .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-f .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-f .gp-theprint-column-3,
.gp-theprint-homepage-3-posts-f .gp-theprint-column-4 {
float: left;
width: 25%;
padding: 0 0.938rem;
margin: 0;
} .gp-theprint-homepage-3-posts-f ul {
list-style: none;
margin: 0;
}
.gp-theprint-homepage-3-posts-f ul li {
display: block;
width: 100%;
padding: 0.750rem 0;
margin: 0;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
}
.gp-theprint-homepage-3-posts-f ul li:first-child {
padding-top: 0;
}
.gp-theprint-homepage-3-posts-f ul li:last-child {
border-bottom: none;
} .gp-theprint-homepage-3-posts-f ul li h5.entry-title {
font-size: 15px;
margin: 0;
} .gp-theprint-homepage-3-posts-f ul li p.entry-meta {
margin: 0.313rem 0 0;
}  .gp-theprint-footer {
background-color: #444444;
font-size: 90%;
color: #ffffff;
width: 100%;
padding: 2.500rem 0 3.750rem;
margin: 0;
overflow: hidden;
position: relative;
}
.gp-theprint-footer a {
color: #ffffff;
text-decoration: none;
}
.gp-theprint-footer a:hover {
color: #ffffff;
text-decoration: underline;
} .gp-theprint-footer.footer-b {
text-align: center;
}  .gp-theprint-footer-navigation-copyright {
float: left;
width: 50%;
margin: 0;
} .gp-theprint-footer-navigation {
display: block;
width: 100%;
font-weight: 700;
margin: 0;
} .gp-theprint-footer-navigation ul {
list-style: none;
margin: 0;
overflow: hidden;
}
.gp-theprint-footer-navigation ul li {
float: left;
margin: 0 0 0.313rem 0;
}
.gp-theprint-footer-navigation ul li:after {
display: inline-block;
content: "|";
margin: 0 10px;
opacity: 0.6;
}
.gp-theprint-footer-navigation ul li:last-child:after {
display: none;
}
.gp-theprint-footer-navigation ul li ul {
display: none;
} .gp-theprint-footer-navigation ul li a {
color: #ffffff;
text-decoration: none;
}
.gp-theprint-footer-navigation ul li a:hover {
color: #ffffff;
text-decoration: underline;
} .gp-theprint-footer.footer-b .gp-theprint-footer-navigation {
max-width: 100%;
width: 100%;
text-align: center;
}
.gp-theprint-footer.footer-b .gp-theprint-footer-navigation ul li {
float: none;
display: inline-block;
} .gp-theprint-copyright {
width: 100%;
margin: 0;
}
.gp-theprint-copyright p {
margin: 0 0 0.313rem;
}
.gp-theprint-copyright p {
-webkit-opacity: 0.7;
opacity: 0.7;
}
.gp-theprint-copyright a {
text-decoration: underline;
}
.gp-theprint-copyright a:hover {
text-decoration: none;
}  .gp-theprint-footer-icons-newsletter {
float: right;
width: 30%;
} .gp-theprint-footer-icons {
font-size: 1.625rem;
line-height: 1;
width: 100%;
margin: 0 0 0.625rem;
text-align: right;
overflow: hidden;
} .gp-theprint-footer-icons ul {
list-style: none;
margin: 0;
}
.gp-theprint-footer-icons ul li {
display: inline-block;
margin: 0 0.938rem 0 0;
}
.gp-theprint-footer-icons ul li:last-child {
margin: 0;
} .gp-theprint-footer-icons ul li a {
color: #ffffff;
text-decoration: none;
}
.gp-theprint-footer-icons ul li a:hover {
color: #ffffff;
text-decoration: none;
} .gp-theprint-footer-newsletter {
width: 100%;
margin: 0;
overflow: hidden;
}
.gp-theprint-footer-newsletter form {
width: 100%;
position: relative;
}
.gp-theprint-footer-newsletter form input[type="email"],
.gp-theprint-footer-newsletter form input[type="text"] {
float: left;
padding: 0.500rem 0.750rem;
width: 62%;
height: 2.500rem;
}
.gp-theprint-footer-newsletter form input[type="submit"],
.gp-theprint-footer-newsletter form input[type="button"],
.gp-theprint-footer-newsletter form button {
font-size: 0.875rem;
padding: 0.500rem 0.750rem;
width: 38%;
height: 2.500rem;
position: absolute;
top: 0;
right: 0;
} .gp-theprint-footer.footer-b .gp-theprint-footer-navigation-copyright {
float: none;
width: 100%;
margin-bottom: 1.250rem;
overflow: hidden;
}
.gp-theprint-footer.footer-b .gp-theprint-footer-icons-newsletter {
float: none;
width: 65%;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.gp-theprint-footer.footer-b .gp-theprint-footer-icons {
margin-bottom: 1.250rem;
text-align: center;
}    .gp-theprint-pagination {
clear: both;
font-size: 1.000rem;
font-weight: 700;
line-height: 1;
padding: 0;
margin: 0 0 3.750rem;
text-align: center;
overflow: hidden;
position: relative;
}
.gp-theprint-pagination span.current {
display: inline-block;
background-color: #f2f3f4;
color: #444444;
padding: 0.625rem 0.750rem;
margin: 0 0.313rem 0 0;
text-decoration: none;
border: 1px solid #eaeaea;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.gp-theprint-pagination a {
display: inline-block;
background-color: #ffffff;
color: #444444;
padding: 0.625rem 0.750rem;
margin: 0 0.313rem 0 0;
text-decoration: none;
border: 1px solid #eaeaea;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.gp-theprint-pagination a:hover {
background-color: #f2f3f4;
color: #444444;
text-decoration: none;
border: 1px solid #eaeaea;
} #infscr-loading {
text-align: center;
}
h5.ajax-loading-text {
display: block;
color: #777777;
margin: 0 0 1.875rem;
text-align: center;
}
h5.ajax-loading-text.more {
margin-top: -1.250rem;
} .gp-theprint-ajax-loading-button {
margin: 0 0 4.063rem;
text-align: center;
}
.gp-theprint-ajax-loading-button h5 {
margin: 0;
}
.gp-theprint-ajax-loading-button a {
display: inline-block;
background-color: #f2f3f4;
font-size: 1.125rem;
line-height: 3.000rem;
letter-spacing: 1px;
color: #444444;
padding: 0;
margin: 0;
width: 100%;
text-decoration: none;
text-transform: uppercase;
}
.gp-theprint-ajax-loading-button a:hover {
background: #444444;
color: #ffffff;
}  .gp-theprint-breadcrumbs {
font-size: 90%;
color: #b2b2b2;
margin-bottom: 0.938rem;
}
.gp-theprint-breadcrumbs span.sep {
font-weight: bold;
color: #b2b2b2;
margin: 0 0.500rem;
}
.gp-theprint-breadcrumbs a {
color: #b2b2b2;
text-decoration: none;
}
.gp-theprint-breadcrumbs a:hover {
color: #b2b2b2;
text-decoration: underline;
}
.gp-theprint-content.single-post .gp-theprint-breadcrumbs,
.gp-theprint-content.single-page .gp-theprint-breadcrumbs {
display: none;
}    .gp-theprint-content.single-page {
padding: 0 3.125rem;
}
.hentry.entry-page {
padding: 0;
margin: 0 0 1.875rem;
border: none;
}
.entry-page .entry-content {
margin: 0;
} .entry-page h1.entry-title {
font-size: 2.250rem;
margin: 0.625rem 0 1.875rem;
}  .page-template-full-width .gp-theprint-content.single-page {
width: 100%;
}
.page-template-full-width .entry-page h1.entry-title {
text-align: center;
}  .page-template-contributors .gp-theprint-contributors {
padding: 0;
margin: 0 -0.938rem;
overflow: hidden;
}
.page-template-contributors .gp-theprint-contributors .contributor {
float: left;
width: 33.33333334%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.page-template-contributors .gp-theprint-contributors .contributor-info {
text-align: center;
}
.page-template-contributors .gp-theprint-contributors .contributor-avatar {
margin: 0 0 0.625rem;
}
.page-template-contributors .gp-theprint-contributors h2.contributor-name {
font-size: 1.125rem;
margin: 0;
text-transform: uppercase;
}
.page-template-contributors .gp-theprint-contributors h2.contributor-name a {
color: #444444;
text-decoration: none;
}
.page-template-contributors .gp-theprint-contributors h2.contributor-name a:hover {
color: #666666;
text-decoration: none;
}  .page-template-contributors-full-width .gp-theprint-content.single-page {
width: 100%;
}
.page-template-contributors-full-width .entry-page h1.entry-title {
text-align: center;
}
.page-template-contributors-full-width .gp-theprint-contributors {
padding: 0;
margin: 0 -0.938rem;
overflow: hidden;
}
.page-template-contributors-full-width .gp-theprint-contributors .contributor {
float: left;
width: 25%;
padding: 0 0.938rem;
margin: 0 0 2.500rem;
}
.page-template-contributors-full-width .gp-theprint-contributors .contributor-info {
text-align: center;
}
.page-template-contributors-full-width .gp-theprint-contributors .contributor-avatar {
margin: 0 0 0.625rem;
}
.page-template-contributors-full-width .gp-theprint-contributors h2.contributor-name {
font-size: 1.125rem;
margin: 0;
text-transform: uppercase;
}
.page-template-contributors-full-width .gp-theprint-contributors h2.contributor-name a {
color: #444444;
text-decoration: none;
}
.page-template-contributors-full-width .gp-theprint-contributors h2.contributor-name a:hover {
color: #666666;
text-decoration: none;
}   .entry-page.error-404 .gp-theprint-search-form {
position: relative;
margin: 0 0 2.500rem;
}
.entry-page.error-404 .gp-theprint-search-form button {
position: absolute;
top: 0;
right: 0;
} .entry-page.error-404 .gp-theprint-archive-lists ul {
list-style: none;
margin: 0 0 1.875rem;
}
.entry-page.error-404 .gp-theprint-archive-lists ul li {
padding: 0.35rem 0;
}    .archive-header {
margin: 0;
}
h1.archive-title {
font-size: 2.250rem;
margin: 0 0 1.875rem;
}  .gp-theprint-author-box {
padding: 0 0 1.250rem;
margin: 0 0 1.875rem;
border-bottom: 1px solid #eaeaea;
overflow: hidden;
}
.gp-theprint-author-box .author-avatar {
float: left;
width: 6.250rem;
margin: 0 1.875rem 0 0;
}
.gp-theprint-author-box h2.author-title {
font-size: 1.250rem;
margin: 0 0 1.250rem;
}
.gp-theprint-author-box .author-description p {
margin: 0 0 0 8.125rem;
}  .gp-site-cover {
content: '';
height: 200px;
margin: 0;
overflow: hidden;
}  .gp-theprint-container {
height: 100%;
}
.gp-theprint-content-wrap-mobile {
width: 100%;
height: 100%;
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
.gp-theprint-content-wrap {
position: relative;
}
.gp-theprint-content-wrap:before {
content: '';
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
transition: opacity 0.2s, transform 0s 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.gp-theprint-menu-wrap {
background-color: #ffffff;
width: 300px;
height: 100%;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
@media only screen and (max-width: 400px) {
.gp-theprint-menu-wrap {
width: 260px;
}
} .gp-theprint-menu-button {
display: none;
font-size: 0;
line-height: 1;
margin-top: 15px;
}
button.menu-button {
display: inline-block;
content: '';
background: none;
line-height: 1;
width: 24px;
height: 20px;
padding: 0;
margin: 0;
position: relative;
border: none;
}
button.menu-button span {
display: inline-block;
background-color: #ffffff;
width: 24px;
height: 3px;
position: absolute;
left: 0;
z-index: -9;
}
button.menu-button span.top {
top: 0;
}
button.menu-button span.mid {
top: 7px;
}
button.menu-button span.bot {
top: 14px;
}
button.menu-button span:last-child {
margin-bottom: 0;
}
button.menu-button:hover {
background: none;
} .gp-theprint-search-mobile {
padding:  20px 20px 10px 20px;
}
.gp-theprint-search-mobile form.gp-theprint-search-form input[type="text"] {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.gp-theprint-search-mobile form.gp-theprint-search-form button {
background: none;
width: 32px;
font-size: 18px;
color: #888888;
} .gp-theprint-social-icons-mobile {
font-size: 18px;
padding: 0 20px 15px 20px;
margin: 0;
border-bottom: 1px dotted #e9e9e9;
overflow: hidden;
}
.gp-theprint-social-icons-mobile ul {
list-style: none;
margin: 0;
}
.gp-theprint-social-icons-mobile ul li {
float: left;
margin: 0 25px 0 0;
}
.gp-theprint-social-icons-mobile ul li:last-child {
margin-right: 0;
}
.gp-theprint-social-icons-mobile ul li a {
color: #444444;
text-decoration: none;
}
.gp-theprint-social-icons-mobile ul li a:hover {
color: #444444;
text-decoration: none;
} .gp-theprint-mobile-menu ul {
list-style: none;
margin: 0;
}
.gp-theprint-mobile-menu ul li {
margin: 0;
}
.gp-theprint-mobile-menu ul li ul {
margin: 0;
}
.gp-theprint-mobile-menu ul li a {
display: block;
font-size: 90%;
font-weight: 700;
color: #444444;
padding: 12px 15px 12px 20px;
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px dotted #e9e9e9;
position: relative;
}
.gp-theprint-mobile-menu ul li a:hover {
color: #444444;
text-decoration: none;
}
.gp-theprint-mobile-menu ul li ul li a {
font-size: 85%;
font-weight: 700;
padding: 10px 15px 10px 35px;
}
.gp-theprint-mobile-menu ul li ul li a i {
margin-right: 10px;
} html {
height: 100%;
}
body.show-menu {
height: 100%;
overflow: hidden;
}
.show-menu .gp-theprint-menu-wrap {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .gp-theprint-content-wrap:before {
opacity: 1;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}    @media only screen and (max-width: 1240px) {  .gp-theprint-row {
max-width: 100%;
}  .gp-theprint-primary-navigation ul li a {
padding: 0 0.938rem;
}  .gp-theprint-secondary-navigation ul li a {
padding: 0 0.938rem;
}  .gp-theprint-site-main {
padding: 1.875rem 1.875rem;
}
.gp-theprint-content {
padding-right: 1.875rem;
}  .gp-theprint-staff-posts {
margin-left: -1.875rem;
margin-right: -1.875rem;
}  .entry-blocks {
padding: 0 2.500rem;
}  .single-entry-share {
left: -1.875rem;
}  .entry-navigation {
display: none;
}  .gp-theprint-content.single-page {
padding: 0 2.500rem;
}
}  @media only screen and (max-width: 1040px) {  html {
font-size: 90%;
}
body {
font-size: 16px;
}
}  @media only screen and (max-width: 980px) {  .gp-theprint-site-header {
height: 50px;
}
.gp-theprint-site-header {
position: relative ! important;
}  .gp-theprint-menu-button {
display: block;
position: absolute;
left: 0;
}  .gp-theprint-logo {
max-width: 100%;
width: 100%;
text-align: center;
}
.gp-theprint-logo h1.site-title, 
.gp-theprint-logo p.site-title {
font-size: 28px;
line-height: 50px ! important;
}
.gp-theprint-logo h1.site-logo a, 
.gp-theprint-logo p.site-logo a {
display: inline-block;
}
.gp-theprint-logo h1.site-logo, 
.gp-theprint-logo p.site-logo {
line-height: 50px ! important;
}
.gp-theprint-logo h1.site-logo a img, 
.gp-theprint-logo p.site-logo a img {
width: auto ! important;
height: 50px ! important;
max-height: 50px ! important;
} .gp-theprint-logo.header-l h1.site-title, 
.gp-theprint-logo.header-l p.site-title {
font-size: 40px ! important;
margin-bottom: 10px;
}
.gp-theprint-logo.header-l h1.site-logo a img, 
.gp-theprint-logo.header-l p.site-logo a img {
width: auto ! important;
height: auto ! important;
} .gp-theprint-logo.header-m h1.site-title, 
.gp-theprint-logo.header-m p.site-title {
font-size: 40px ! important;
margin-bottom: 10px;
}
.gp-theprint-logo.header-m h1.site-logo a img, 
.gp-theprint-logo.header-m p.site-logo a img {
width: auto ! important;
height: auto ! important;
} .gp-theprint-logo.header-n h1.site-title, 
.gp-theprint-logo.header-n p.site-title {
font-size: 40px ! important;
margin-bottom: 10px;
}
.gp-theprint-logo.header-n h1.site-logo a img, 
.gp-theprint-logo.header-n p.site-logo a img {
width: auto ! important;
height: auto ! important;
}  .gp-theprint-header-icons {
line-height: 50px ! important;
position: absolute;
right: 0;
}
.gp-theprint-header-icons ul li {
display: none;
}
.gp-theprint-header-icons ul li.search-icon {
display: block;
}
.gp-theprint-header-icons ul li.search-icon {
font-size: 20px;
}  .gp-theprint-primary-navigation {
display: none;
}  .gp-theprint-secondary-navigation {
display: none;
}  .gp-theprint-content {
width: 100%;
padding-right: 0;
}  .gp-theprint-sidebar {
display: none;
height: 0 ! important;
}
.sticky-sidebar-container {
display: none;
height: 0 ! important;
}  .gp-theprint-footer {
font-size: 85%;
} .gp-theprint-footer-navigation-copyright {
width: 100%;
}
.gp-theprint-footer-navigation ul li {
float: none;
display: inline-block;
} .gp-theprint-footer-icons-newsletter {
float: left;
margin: 1.250rem 0 0;
width: 70%;
}
.gp-theprint-footer-icons {
text-align: left;
}  .featured-image img {
width: 100%;
}   .gp-theprint-featured-post-a h2.entry-title {
font-size: 1.775rem;
}
.gp-theprint-featured-post-a.style-b h2.entry-title {
font-size: 1.350rem;
}
.gp-theprint-featured-post-a.style-b .featured-image {
height: 200px;
overflow: hidden;
} .gp-theprint-featured-post-b h2.entry-title {
font-size: 1.775rem;
width: 100%;
} .gp-theprint-featured-post-c .featured-image {
height: 240px;
overflow: hidden;
}
.gp-theprint-featured-post-c h2.entry-title {
font-size: 1.750rem;
}
.gp-theprint-featured-post-c.style-b h2.entry-title {
font-size: 1.350rem;
} .gp-theprint-featured-post-d h2.entry-title {
font-size: 1.775rem;
}
.gp-theprint-featured-post-d.style-b h2.entry-title {
font-size: 1.350rem;
} .gp-theprint-featured-post-e h2.entry-title {
font-size: 1.775rem;
}
.gp-theprint-featured-post-e.style-b h2.entry-title {
font-size: 1.350rem;
} .gp-theprint-featured-post-f {
width: 33.33333334%;
}
.gp-theprint-featured-post-f:nth-child(1),
.gp-theprint-featured-post-f:nth-child(2) {
width: 50%;
}
.gp-theprint-featured-post-f .featured-image {
height: 250px;
overflow: hidden;
}
.gp-theprint-featured-post-f h2.entry-title {
font-size: 1.350rem;
}   .hentry.gp-theprint-front-post-c .featured-image {
width: 15.000rem;
}
.hentry.gp-theprint-front-post-c .entry-description {
margin: 0 0 0 16.875rem;
} .hentry.gp-theprint-front-post-d h2.entry-title {
font-size: 1.700rem;
} .hentry.gp-theprint-front-post-f.style-a h2.entry-title {
font-size: 1.700rem;
}
.hentry.gp-theprint-front-post-f.style-b .featured-image {
width: 15.000rem;
}
.hentry.gp-theprint-front-post-f.style-b .entry-description {
margin: 0 0 0 16.875rem;
} .hentry.gp-theprint-front-post-h .featured-image {
width: 17.500rem;
}
.hentry.gp-theprint-front-post-h .entry-description {
margin: 0 0 0 19.375rem;
} .hentry.gp-theprint-front-post-i.style-a .featured-image {
width: 15.000rem;
}
.hentry.gp-theprint-front-post-i.style-a .entry-description {
margin: 0 0 0 16.875rem;
} .hentry.gp-theprint-front-post-j.style-a .featured-image {
width: 17.500rem;
}
.hentry.gp-theprint-front-post-j.style-a .entry-description {
margin: 0 0 0 19.375rem;
}
.hentry.gp-theprint-front-post-j.style-b .featured-image {
width: 15.000rem;
}
.hentry.gp-theprint-front-post-j.style-b .entry-description {
margin: 0 0 0 16.875rem;
} .hentry.gp-theprint-front-post-k h2.entry-title {
font-size: 1.700rem;
}   .gp-theprint-staff-post-a {
width: 50%;
}
.gp-theprint-staff-post-a .featured-image {
height: 240px;
overflow: hidden;
}
.gp-theprint-staff-post-a h2.entry-title {
font-size: 1.375rem;
} .gp-theprint-staff-post-b:nth-child(1),
.gp-theprint-staff-post-b:nth-child(2) {
width: 50%;
}
.gp-theprint-staff-post-b {
width: 33.33333334%;
}
.gp-theprint-staff-post-b .featured-image {
height: 250px;
overflow: hidden;
}
.gp-theprint-staff-post-b h2.entry-title {
font-size: 1.375rem;
}   .entry-blocks {
width: 100%;
}
}  @media only screen and (max-width: 840px) {  .gp-theprint-row {
padding: 0 0.625rem;
}   .gp-theprint-featured-post-a.style-a h2.entry-title {
font-size: 1.625rem;
} .gp-theprint-featured-post-b .featured-image {
height: 240px;
overflow: hidden;
}
.gp-theprint-featured-post-b h2.entry-title {
font-size: 1.625rem;
} .gp-theprint-featured-post-c.style-a {
width: 66.66666666%;
}
.gp-theprint-featured-post-c.style-b {
width: 33.33333334%;
}
.gp-theprint-featured-post-c.style-b:nth-child(3),
.gp-theprint-featured-post-c.style-b:nth-child(4) {
width: 50%;
}
.gp-theprint-featured-post-c.style-a h2.entry-title {
font-size: 1.625rem;
} .gp-theprint-featured-post-d.style-a {
width: 100%;
}
.gp-theprint-featured-post-d.style-a .featured-image {
height: 260px;
overflow: hidden;
}
.gp-theprint-featured-post-d.style-b {
width: 50%;
}
.gp-theprint-featured-post-d.style-b .featured-image {
height: 220px;
overflow: hidden;
}   .hentry.front-post:hover .featured-image .entry-share {
display: none;
opacity: 0;
}   .gp-theprint-homepage-3-posts-d .gp-theprint-column-1, 
.gp-theprint-homepage-3-posts-d .gp-theprint-column-2, 
.gp-theprint-homepage-3-posts-d .gp-theprint-column-3, 
.gp-theprint-homepage-3-posts-d .gp-theprint-column-4 {
width: 50%;
}
.gp-theprint-homepage-3-posts-d .gp-theprint-column-1, 
.gp-theprint-homepage-3-posts-d .gp-theprint-column-2 {
margin-bottom: 1.250rem;
} .gp-theprint-homepage-3-posts-f .gp-theprint-column-1, 
.gp-theprint-homepage-3-posts-f .gp-theprint-column-2, 
.gp-theprint-homepage-3-posts-f .gp-theprint-column-3, 
.gp-theprint-homepage-3-posts-f .gp-theprint-column-4 {
width: 50%;
}
.gp-theprint-homepage-3-posts-f .gp-theprint-column-1, 
.gp-theprint-homepage-3-posts-f .gp-theprint-column-2 {
margin-bottom: 1.250rem;
}   h1.entry-title,
.entry-single.style-b h1.entry-title,
.entry-cover.style-f h1.entry-title {
font-size: 2.250rem;
}  h1.archive-title {
font-size: 2.250rem;
}
}  @media only screen and (max-width: 767px) { html {
font-size: 90%;
}  .gp-theprint-site-main {
padding-left: 0.938rem;
padding-right: 0.938rem;
}  .gp-theprint-footer {
z-index: 9999;
}   .gp-theprint-featured-post-a.style-a:nth-child(1) {
width: 100%;
}
.gp-theprint-featured-post-a.style-a:nth-child(2),
.gp-theprint-featured-post-a.style-b {
width: 50%;
}
.gp-theprint-featured-post-a.style-a:nth-child(2) h2.entry-title {
font-size: 1.375rem;
}
.gp-theprint-featured-post-a.style-a:nth-child(1) .featured-image {
height: 260px;
overflow: hidden;
}
.gp-theprint-featured-post-a.style-a:nth-child(2) .featured-image,
.gp-theprint-featured-post-a.style-b .featured-image {
height: auto;
height: 220px;
overflow: hidden;
} .gp-theprint-featured-post-e.style-a {
width: 100%;
}
.gp-theprint-featured-post-e.style-a .featured-image {
height: 400px;
overflow: hidden;
}
.gp-theprint-featured-post-e.style-b {
width: 50%;
} .gp-theprint-featured-post-f {
width: 50%;
}
.gp-theprint-featured-post-f .featured-image {
max-height: 200px;
overflow: hidden;
}  .gp-theprint-staff-picks {
margin-left: -0.938rem;
margin-right: -0.938rem;
} .gp-theprint-staff-post-a .featured-image {
height: 200px;
overflow: hidden;
} .gp-theprint-staff-post-b {
width: 50%;
}
.gp-theprint-staff-post-b .featured-image {
height: 200px;
overflow: hidden;
}   .hentry.gp-theprint-front-post-a {
width: 100%;
}
.hentry.gp-theprint-front-post-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-a .entry-header {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-a h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-b {
width: 100%;
}
.hentry.gp-theprint-front-post-b .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-b .entry-header {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-b h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-c .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-c .entry-description {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-c h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-d h2.entry-title {
font-size: 1.625rem;
} .hentry.gp-theprint-front-post-e.style-a,
.hentry.gp-theprint-front-post-e.style-b {
width: 100%;
}
.hentry.gp-theprint-front-post-e.style-a .featured-image,
.hentry.gp-theprint-front-post-e.style-b .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-e.style-a .entry-header,
.hentry.gp-theprint-front-post-e.style-b .entry-header {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-e.style-a h2.entry-title,
.hentry.gp-theprint-front-post-e.style-b h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-f.style-a h2.entry-title {
font-size: 1.625rem;
}
.hentry.gp-theprint-front-post-f.style-b .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-f.style-b .entry-description {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-f.style-b h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-g .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-g .entry-description {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-g h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-h .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-h .entry-description {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-h h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-i.style-a .featured-image,
.hentry.gp-theprint-front-post-i.style-b .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-i.style-a .entry-description,
.hentry.gp-theprint-front-post-i.style-b .entry-description {
margin-left: 33%;
} .hentry.gp-theprint-front-post-j.style-a .featured-image,
.hentry.gp-theprint-front-post-j.style-b .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.hentry.gp-theprint-front-post-j.style-a .entry-description,
.hentry.gp-theprint-front-post-j.style-b .entry-description {
margin-left: 33%;
}
.hentry.gp-theprint-front-post-j.style-a h2.entry-title,
.hentry.gp-theprint-front-post-j.style-b h2.entry-title {
font-size: 1.250rem;
} .hentry.gp-theprint-front-post-k h2.entry-title {
font-size: 1.625rem;
}   .gp-theprint-homepage-1-posts-a ul li.style-a,
.gp-theprint-homepage-1-posts-a ul li.style-b {
width: 100%;
}
.gp-theprint-homepage-1-posts-a ul li.style-a .featured-image,
.gp-theprint-homepage-1-posts-a ul li.style-b .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-a ul li.style-a .entry-header,
.gp-theprint-homepage-1-posts-a ul li.style-b .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-1-posts-a ul li.style-a h5.entry-title,
.gp-theprint-homepage-1-posts-a ul li.style-b h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-1-posts-b ul li {
width: 50%;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image {
height: 220px;
overflow: hidden;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image img {
height: 220px;
}
.gp-theprint-homepage-1-posts-b ul li h5.entry-title {
font-size: 1.375rem;
} .gp-theprint-homepage-1-posts-c .gp-theprint-column-1, 
.gp-theprint-homepage-1-posts-c .gp-theprint-column-2 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-1-posts-c .gp-theprint-column-2 {
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-c ul li.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-c ul li.style-a .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-1-posts-c ul li.style-a h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-1-posts-d .gp-theprint-column-1, 
.gp-theprint-homepage-1-posts-d .gp-theprint-column-2 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-1-posts-d .gp-theprint-column-2 {
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-d ul li {
width: 100%;
} .gp-theprint-homepage-1-posts-e ul li {
width: 100%;
}
.gp-theprint-homepage-1-posts-e ul li .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-e ul li .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-1-posts-e ul li h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-1-posts-f .gp-theprint-column-1, 
.gp-theprint-homepage-1-posts-f .gp-theprint-column-2,
.gp-theprint-homepage-1-posts-f .gp-theprint-column-3 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-1-posts-f .gp-theprint-column-3 {
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-f ul li {
width: 100%;
}
.gp-theprint-homepage-1-posts-f ul li.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-1-posts-f ul li.style-a .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-1-posts-f ul li h5.entry-title {
font-size: 1.250rem;
}   .gp-theprint-homepage-2-posts-a ul li.style-a,
.gp-theprint-homepage-2-posts-a ul li.style-b {
width: 100%;
}
.gp-theprint-homepage-2-posts-a ul li.style-a .featured-image,
.gp-theprint-homepage-2-posts-a ul li.style-b .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-a ul li.style-a .entry-header,
.gp-theprint-homepage-2-posts-a ul li.style-b .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-2-posts-a ul li.style-a h5.entry-title,
.gp-theprint-homepage-2-posts-a ul li.style-b h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-2-posts-b ul li {
width: 50%;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image {
height: 220px;
overflow: hidden;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image img {
height: 220px;
}
.gp-theprint-homepage-2-posts-b ul li h5.entry-title {
font-size: 1.375rem;
} .gp-theprint-homepage-2-posts-c .gp-theprint-column-1, 
.gp-theprint-homepage-2-posts-c .gp-theprint-column-2 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-2-posts-c .gp-theprint-column-2 {
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-c ul li.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-c ul li.style-a .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-2-posts-c ul li.style-a h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-2-posts-d .gp-theprint-column-1, 
.gp-theprint-homepage-2-posts-d .gp-theprint-column-2 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-2-posts-d .gp-theprint-column-2 {
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-d ul li {
width: 100%;
} .gp-theprint-homepage-2-posts-e ul li {
width: 100%;
}
.gp-theprint-homepage-2-posts-e ul li .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-e ul li .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-2-posts-e ul li h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-2-posts-f .gp-theprint-column-1, 
.gp-theprint-homepage-2-posts-f .gp-theprint-column-2,
.gp-theprint-homepage-2-posts-f .gp-theprint-column-3 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-2-posts-f .gp-theprint-column-3 {
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-f ul li {
width: 100%;
}
.gp-theprint-homepage-2-posts-f ul li.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-2-posts-f ul li.style-a .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-2-posts-f ul li h5.entry-title {
font-size: 1.250rem;
}   .gp-theprint-homepage-3-posts-a ul li {
width: 100%;
}
.gp-theprint-homepage-3-posts-a ul li .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-3-posts-a ul li .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-3-posts-a ul li h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-3-posts-b ul li {
width: 100%;
}
.gp-theprint-homepage-3-posts-b ul li .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-3-posts-b ul li .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-3-posts-b ul li h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-3-posts-c .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-c .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-c .gp-theprint-column-3 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-3-posts-c .gp-theprint-column-3 {
margin-bottom: 0;
}
.gp-theprint-homepage-3-posts-c ul li.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-3-posts-c ul li.style-a .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-3-posts-c ul li.style-a h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-3-posts-d .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-d .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-d .gp-theprint-column-3,
.gp-theprint-homepage-3-posts-d .gp-theprint-column-4 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-3-posts-d .gp-theprint-column-4 {
margin-bottom: 0;
}
.gp-theprint-homepage-3-posts-d ul li.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.gp-theprint-homepage-3-posts-d ul li.style-a .entry-header {
margin-left: 33%;
}
.gp-theprint-homepage-3-posts-d ul li.style-a h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-3-posts-e .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-e .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-e .gp-theprint-column-3 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-3-posts-e .gp-theprint-column-3 {
margin-bottom: 0;
} .gp-theprint-homepage-3-posts-f .gp-theprint-column-1,
.gp-theprint-homepage-3-posts-f .gp-theprint-column-2,
.gp-theprint-homepage-3-posts-f .gp-theprint-column-3,
.gp-theprint-homepage-3-posts-f .gp-theprint-column-4 {
width: 100%;
margin-bottom: 1.250rem;
}
.gp-theprint-homepage-3-posts-f .gp-theprint-column-4 {
margin-bottom: 0;
}   .entry-blocks {
padding: 0;
} .single-entry-share {
display: none;
} .single-entry-share-mobile {
display: block;
} .entry-related-posts .entry-related-post {
width: 100%;
}
.entry-related-posts .entry-related-post .featured-image {
float: left;
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.entry-related-posts .entry-related-post h5 {
margin-left: 33%;
font-size: 1.250rem;
} .entry-recent-posts .entry-recent-post.style-a {
width: 100%;
}
.entry-recent-posts .entry-recent-post.style-a .featured-image {
float: left;
width: 30%;
margin-right: 3%;
}
.entry-recent-posts .entry-recent-post.style-b .featured-image,
.entry-recent-posts .entry-recent-post.style-c .featured-image,
.entry-recent-posts .entry-recent-post.style-d .featured-image {
width: 30%;
margin-right: 3%;
margin-bottom: 0;
}
.entry-recent-posts .entry-recent-post.style-a .entry-header {
margin-left: 33%;
}
.entry-recent-posts .entry-recent-post.style-b .entry-description,
.entry-recent-posts .entry-recent-post.style-c .entry-description,
.entry-recent-posts .entry-recent-post.style-d .entry-description {
margin-left: 33%;
}
.entry-recent-posts .entry-recent-post.style-a h5.entry-title,
.entry-recent-posts .entry-recent-post.style-b h5.entry-title,
.entry-recent-posts .entry-recent-post.style-c h5.entry-title,
.entry-recent-posts .entry-recent-post.style-d h5.entry-title {
font-size: 1.250rem;
}
.entry-recent-posts .entry-recent-post.style-b .entry-excerpt,
.entry-recent-posts .entry-recent-post.style-c .entry-excerpt,
.entry-recent-posts .entry-recent-post.style-d .entry-excerpt {
display: none;
}  .gp-theprint-content.single-page {
padding: 0;
} .page-template-contributors-full-width .gp-theprint-contributors .contributor {
width: 33.33333334%;
}
} @media only screen and (max-width: 600px) {   .gp-theprint-footer-icons-newsletter {
width: 100%;
}
.gp-theprint-footer-navigation ul li::after {
content: "";
margin: 0 0.500rem;
} .gp-theprint-footer.footer-b .gp-theprint-footer-icons-newsletter {
width: 100%;
}
.gp-theprint-footer.footer-b .gp-theprint-footer-navigation ul li:after {
content: "";
margin: 0 0.500rem;
}   .gp-theprint-featured-post-a.style-a:nth-child(1) .featured-image {
height: 220px;
overflow: hidden;
}
.gp-theprint-featured-post-a.style-a:nth-child(2) .featured-image,
.gp-theprint-featured-post-a.style-b:nth-child(3) .featured-image,
.gp-theprint-featured-post-a.style-b:nth-child(4) .featured-image,
.gp-theprint-featured-post-a.style-b:nth-child(5) .featured-image {
height: 200px;
overflow: hidden;
}
.gp-theprint-featured-post-a.style-a:nth-child(1) h2.entry-title,
.gp-theprint-featured-post-a.style-a:nth-child(2) h2.entry-title,
.gp-theprint-featured-post-a.style-b:nth-child(3) h2.entry-title,
.gp-theprint-featured-post-a.style-b:nth-child(4) h2.entry-title,
.gp-theprint-featured-post-a.style-b:nth-child(5) h2.entry-title {
font-size: 1.250rem;
} .gp-theprint-featured-post-b .featured-image {
height: 200px;
overflow: hidden;
}
.gp-theprint-featured-post-b h2.entry-title {
font-size: 1.250rem;
} .gp-theprint-featured-post-c:nth-child(1),
.gp-theprint-featured-post-c:nth-child(6) {
width: 100%;
}
.gp-theprint-featured-post-c:nth-child(1) .featured-image,
.gp-theprint-featured-post-c:nth-child(6) .featured-image {
max-height: 220px;
overflow: hidden;
}
.gp-theprint-featured-post-c:nth-child(2),
.gp-theprint-featured-post-c:nth-child(3),
.gp-theprint-featured-post-c:nth-child(4),
.gp-theprint-featured-post-c:nth-child(5) {
width: 50%;
}
.gp-theprint-featured-post-c:nth-child(2) .featured-image,
.gp-theprint-featured-post-c:nth-child(3) .featured-image,
.gp-theprint-featured-post-c:nth-child(4) .featured-image,
.gp-theprint-featured-post-c:nth-child(5) .featured-image {
max-height: 200px;
overflow: hidden;
}
.gp-theprint-featured-post-c:nth-child(1) h2.entry-title,
.gp-theprint-featured-post-c:nth-child(2) h2.entry-title,
.gp-theprint-featured-post-c:nth-child(3) h2.entry-title,
.gp-theprint-featured-post-c:nth-child(4) h2.entry-title,
.gp-theprint-featured-post-c:nth-child(5) h2.entry-title,
.gp-theprint-featured-post-c:nth-child(6) h2.entry-title {
font-size: 1.250rem;
} .gp-theprint-featured-post-d:nth-child(1) {
width: 100%;
}
.gp-theprint-featured-post-d:nth-child(1) .featured-image {
max-height: 240px;
overflow: hidden;
}
.gp-theprint-featured-post-d:nth-child(2),
.gp-theprint-featured-post-d:nth-child(3) {
width: 50%;
}
.gp-theprint-featured-post-d:nth-child(2) .featured-image,
.gp-theprint-featured-post-d:nth-child(3) .featured-image,
.gp-theprint-featured-post-d:nth-child(4) .featured-image,
.gp-theprint-featured-post-d:nth-child(5) .featured-image {
max-height: 200px;
overflow: hidden;
}
.gp-theprint-featured-post-d:nth-child(1) h2.entry-title,
.gp-theprint-featured-post-d:nth-child(2) h2.entry-title,
.gp-theprint-featured-post-d:nth-child(3) h2.entry-title,
.gp-theprint-featured-post-d:nth-child(4) h2.entry-title,
.gp-theprint-featured-post-d:nth-child(5) h2.entry-title {
font-size: 1.250rem;
} .gp-theprint-featured-post-e.style-b {
width: 50%;
}
.gp-theprint-featured-post-e.style-a .featured-image {
height: 240px;
overflow: hidden;
}
.gp-theprint-featured-post-e.style-b .featured-image {
height: 200px;
overflow: hidden;
}
.gp-theprint-featured-post-e.style-a h2.entry-title,
.gp-theprint-featured-post-e.style-b h2.entry-title {
font-size: 1.250rem;
} .gp-theprint-featured-post-f h2.entry-title {
font-size: 1.250rem;
}  .gp-theprint-staff-posts h4.gp-theprint-staff-posts-title {
font-size: 1.250rem;
} .gp-theprint-staff-post-a .featured-image {
height: 200px;
overflow: hidden;
}
.gp-theprint-staff-post-a h2.entry-title {
font-size: 1.250rem;
} .gp-theprint-staff-post-b .featured-image {
height: 200px;
overflow: hidden;
}
.gp-theprint-staff-post-b h2.entry-title {
font-size: 1.250rem;
}  .gp-theprint-homepage-newsletter {
padding: 5.000rem 0;
}
.gp-theprint-homepage-newsletter .newsletter-content h4 {
font-size: 1.375rem;
}   .gp-theprint-homepage-1-posts-b ul li h5.entry-title {
font-size: 1.250rem;
}   .gp-theprint-homepage-2-posts-b ul li h5.entry-title {
font-size: 1.250rem;
}   h1.entry-title,
.entry-single.style-b h1.entry-title,
.entry-single.style-d h1.entry-title,
.entry-cover.style-f h1.entry-title {
font-size: 2.000rem;
} .entry-newsletter form input[type="text"], 
.entry-newsletter form input[type="email"] {
width: 100%;
margin-bottom: 0.625rem;
}
.entry-newsletter form input[type="submit"], 
.entry-newsletter form input[type="button"], 
.entry-newsletter form button {
width: 100%;
} .entry-single .entry-cover,
.entry-single.style-e .entry-cover {
margin: 0;
}
.entry-single .entry-cover .entry-header,
.entry-single.style-d .entry-cover .entry-header {
padding: 0;
text-shadow: none;
position: relative;
}
.entry-single .entry-cover .featured-image {
display: none;
}
.entry-single .entry-cover .single-entry-meta-category,
.entry-single .entry-cover .single-entry-meta-category a,
.entry-single .entry-cover .single-entry-meta-category a:hover {
color: #bebebe;
}
.entry-single .entry-cover h1.entry-title {
color: #000000;
}
.entry-single .entry-cover .entry-meta,
.entry-single .entry-cover .entry-meta a,
.entry-single .entry-cover .entry-meta a:hover {
color: #bebebe;
}   .entry-page h1.entry-title {
font-size: 2.000rem;
} .page-template-contributors-full-width .gp-theprint-contributors .contributor {
width: 50%;
}
.page-template-contributors .gp-theprint-contributors .contributor {
width: 50%;
}  h1.archive-title {
font-size: 2.000rem;
}
} @media only screen and (max-width: 500px) {  .gp-theprint-logo h1.site-logo a, 
.gp-theprint-logo p.site-logo a {
max-width: 60%;
}
.gp-theprint-logo h1.site-logo a img, 
.gp-theprint-logo p.site-logo a img {
height: auto ! important;
max-height: 50px ! important;
} .gp-theprint-logo.header-l h1.site-title, 
.gp-theprint-logo.header-l p.site-title {
font-size: 30px ! important;
margin-bottom: 10px;
} .gp-theprint-logo.header-m h1.site-title, 
.gp-theprint-logo.header-m p.site-title {
font-size: 30px ! important;
margin-bottom: 10px;
} .gp-theprint-logo.header-n h1.site-title, 
.gp-theprint-logo.header-n p.site-title {
font-size: 30px ! important;
margin-bottom: 10px;
}   .gp-theprint-featured-post-a {
width: 100% ! important;
}
.gp-theprint-featured-post-a .featured-image {
height: 180px ! important;
overflow: hidden;
} .gp-theprint-featured-post-b {
width: 100% ! important;
}
.gp-theprint-featured-post-b .featured-image {
height: 180px ! important;
overflow: hidden;
} .gp-theprint-featured-post-c {
width: 100% ! important;
}
.gp-theprint-featured-post-c .featured-image {
height: 180px ! important;
overflow: hidden;
} .gp-theprint-featured-post-d {
width: 100% ! important;
}
.gp-theprint-featured-post-d .featured-image {
height: 180px ! important;
overflow: hidden;
} .gp-theprint-featured-post-e {
width: 100% ! important;
}
.gp-theprint-featured-post-e .featured-image {
height: 180px ! important;
overflow: hidden;
} .gp-theprint-featured-post-f {
width: 100% ! important;
}
.gp-theprint-featured-post-f .featured-image {
height: 180px ! important;
overflow: hidden;
}  .gp-theprint-staff-posts h4.gp-theprint-staff-posts-title {
font-size: 1.000rem;
} .gp-theprint-staff-post-a {
width: 100% ! important;
}
.gp-theprint-staff-post-a .featured-image {
max-height: 180px ! important;
overflow: hidden;
} .gp-theprint-staff-post-b {
width: 100% ! important;
}
.gp-theprint-staff-post-b .featured-image {
max-height: 180px ! important;
overflow: hidden;
}   .hentry.gp-theprint-front-post-a .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-a .entry-header {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-a h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-b .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-b .entry-header {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-b h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-c .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-c .entry-description {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-c h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-d h2.entry-title {
font-size: 1.500rem;
} .hentry.gp-theprint-front-post-e.style-a .featured-image,
.hentry.gp-theprint-front-post-e.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-e.style-a .entry-header,
.hentry.gp-theprint-front-post-e.style-b .entry-header {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-e.style-a h2.entry-title,
.hentry.gp-theprint-front-post-e.style-b h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-f.style-a h2.entry-title {
font-size: 1.500rem;
}
.hentry.gp-theprint-front-post-f.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-f.style-b .entry-description {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-f.style-b h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-g .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-g .entry-description {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-g h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-h .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-h .entry-description {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-h h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-i.style-a .featured-image,
.hentry.gp-theprint-front-post-i.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-i.style-a .entry-description,
.hentry.gp-theprint-front-post-i.style-b .entry-description {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-i.style-a h2.entry-title,
.hentry.gp-theprint-front-post-i.style-b h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-j.style-a .featured-image,
.hentry.gp-theprint-front-post-j.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.hentry.gp-theprint-front-post-j.style-a .entry-description,
.hentry.gp-theprint-front-post-j.style-b .entry-description {
margin-left: 38%;
}
.hentry.gp-theprint-front-post-j.style-a h2.entry-title,
.hentry.gp-theprint-front-post-j.style-b h2.entry-title {
font-size: 1.063rem;
} .hentry.gp-theprint-front-post-k h2.entry-title {
font-size: 1.500rem;
}   .gp-theprint-homepage-1-posts-a ul li.style-a .featured-image, 
.gp-theprint-homepage-1-posts-a ul li.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-1-posts-a ul li.style-a .entry-header,
.gp-theprint-homepage-1-posts-a ul li.style-b .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-1-posts-a ul li.style-a h5.entry-title,
.gp-theprint-homepage-1-posts-a ul li.style-b h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-1-posts-b ul li {
width: 100%;
}
.gp-theprint-homepage-1-posts-b ul li .featured-image {
height: 180px;
overflow: hidden;
}
.gp-theprint-homepage-1-posts-b ul li h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-1-posts-c ul li.style-a .featured-image, 
.gp-theprint-homepage-1-posts-c ul li.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-1-posts-c ul li.style-a .entry-header,
.gp-theprint-homepage-1-posts-c ul li.style-b .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-1-posts-c ul li.style-a h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-1-posts-d ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-1-posts-d ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-1-posts-d ul li h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-1-posts-e ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-1-posts-e ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-1-posts-e ul li h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-1-posts-f ul li.style-a .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-1-posts-f ul li.style-a .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-1-posts-f ul li.style-a h5.entry-title {
font-size: 1.063rem;
}   .gp-theprint-homepage-2-posts-a ul li.style-a .featured-image, 
.gp-theprint-homepage-2-posts-a ul li.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-2-posts-a ul li.style-a .entry-header,
.gp-theprint-homepage-2-posts-a ul li.style-b .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-2-posts-a ul li.style-a h5.entry-title,
.gp-theprint-homepage-2-posts-a ul li.style-b h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-2-posts-b ul li {
width: 100%;
}
.gp-theprint-homepage-2-posts-b ul li .featured-image {
height: 180px;
overflow: hidden;
}
.gp-theprint-homepage-2-posts-b ul li h5.entry-title {
font-size: 1.250rem;
} .gp-theprint-homepage-2-posts-c ul li.style-a .featured-image, 
.gp-theprint-homepage-2-posts-c ul li.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-2-posts-c ul li.style-a .entry-header,
.gp-theprint-homepage-2-posts-c ul li.style-b .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-2-posts-c ul li.style-a h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-2-posts-d ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-2-posts-d ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-2-posts-d ul li h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-2-posts-e ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-2-posts-e ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-2-posts-e ul li h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-2-posts-f ul li.style-a .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-2-posts-f ul li.style-a .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-2-posts-f ul li.style-a h5.entry-title {
font-size: 1.063rem;
}   .gp-theprint-homepage-3-posts-a ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-3-posts-a ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-3-posts-a ul li h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-3-posts-b ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-3-posts-b ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-3-posts-b ul li h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-3-posts-c ul li.style-a .featured-image,
.gp-theprint-homepage-3-posts-c ul li.style-b .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-3-posts-c ul li.style-a .entry-header,
.gp-theprint-homepage-3-posts-c ul li.style-b .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-3-posts-c ul li.style-a h5.entry-title,
.gp-theprint-homepage-3-posts-c ul li.style-b h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-3-posts-d ul li.style-a .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-3-posts-d ul li.style-a .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-3-posts-d ul li.style-a h5.entry-title {
font-size: 1.063rem;
} .gp-theprint-homepage-3-posts-e ul li .featured-image {
width: 35%;
margin-right: 3%;
}
.gp-theprint-homepage-3-posts-e ul li .entry-header {
margin-left: 38%;
}
.gp-theprint-homepage-3-posts-e ul li h5.entry-title {
font-size: 1.063rem;
}   h1.entry-title,
.entry-single.style-b h1.entry-title,
.entry-single.style-d h1.entry-title,
.entry-cover.style-f h1.entry-title {
font-size: 1.625rem;
} .entry-rating {
padding: 0.938rem;
}
.entry-rating .rating-score-box .score-description .score-box {
width: 6.000rem;
height: 6.000rem;
}
.entry-rating .rating-score-box .score-description .score-box .score-total {
font-size: 2.000rem;
}
.entry-rating .rating-score-box .score-description p.description {
font-size: 90%;
margin-left: 7.250rem;
} .entry-author-box .author-avatar {
width: 5.000rem;
margin-right: 1.250rem;
}
.entry-author-box .author-description p {
font-size: 90%;
margin-left: 6.250rem;
} .entry-related-posts .entry-related-post .featured-image {
width: 35%;
margin-right: 3%;
}
.entry-related-posts .entry-related-post h5 {
margin-left: 38%;
font-size: 1.063rem;
} .entry-recent-posts .entry-recent-post.style-a {
width: 100%;
}
.entry-recent-posts .entry-recent-post.style-a .featured-image {
float: left;
width: 35%;
margin-right: 3%;
}
.entry-recent-posts .entry-recent-post.style-b .featured-image,
.entry-recent-posts .entry-recent-post.style-c .featured-image,
.entry-recent-posts .entry-recent-post.style-d .featured-image {
width: 35%;
margin-right: 3%;
}
.entry-recent-posts .entry-recent-post.style-a .entry-header {
margin-left: 38%;
}
.entry-recent-posts .entry-recent-post.style-b .entry-description,
.entry-recent-posts .entry-recent-post.style-c .entry-description,
.entry-recent-posts .entry-recent-post.style-d .entry-description {
margin-left: 38%;
}
.entry-recent-posts .entry-recent-post.style-a h5.entry-title,
.entry-recent-posts .entry-recent-post.style-b h5.entry-title,
.entry-recent-posts .entry-recent-post.style-c h5.entry-title,
.entry-recent-posts .entry-recent-post.style-d h5.entry-title {
font-size: 1.063rem;
}   .entry-page h1.entry-title {
font-size: 1.625rem;
} .page-template-contributors-full-width .gp-theprint-contributors .contributor {
width: 100%;
}
.page-template-contributors .gp-theprint-contributors .contributor {
width: 100%;
}  h1.archive-title {
font-size: 1.625rem;
} .gp-theprint-author-box .author-avatar {
width: 5.000rem;
margin-right: 1.250rem;
}
.gp-theprint-author-box .author-description p {
font-size: 90%;
margin-left: 6.250rem;
}
}@font-face{font-family:'FontAwesome';src:url(//www.agendaculturelducameroun.com/wp-content/themes/theprint/css/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.agendaculturelducameroun.com/wp-content/themes/theprint/css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.agendaculturelducameroun.com/wp-content/themes/theprint/css/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.agendaculturelducameroun.com/wp-content/themes/theprint/css/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.agendaculturelducameroun.com/wp-content/themes/theprint/css/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.agendaculturelducameroun.com/wp-content/themes/theprint/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(//www.agendaculturelducameroun.com/wp-content/plugins/super-socializer/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWordpressLoginSvg{background-size:83%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleLoginSvg{background-size:101%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(//www.agendaculturelducameroun.com/wp-content/plugins/super-socializer/css/%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(//www.agendaculturelducameroun.com/wp-content/plugins/super-socializer/css/%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(//www.agendaculturelducameroun.com/wp-content/plugins/super-socializer/css/%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2033%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLineLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMicrosoftLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-16.61977%20-16.61977%20123.565208%20123.834167%22%20id%3D%22svg8375%22%3E%3Cpath%20d%3D%22M%200%2C12.40183%2035.68737%2C7.5416%2035.70297%2C41.96435%200.03321%2C42.16748%20z%20m%2035.67037%2C33.52906%200.0277%2C34.45332%20-35.66989%2C-4.9041%20-0.002%2C-29.77972%20z%20M%2039.99644%2C6.90595%2087.31462%2C0%20l%200%2C41.527%20-47.31818%2C0.37565%20z%20M%2087.32567%2C46.25471%2087.31457%2C87.59463%2039.9964%2C80.91625%2039.9301%2C46.17767%20z%22%20id%3D%22path13%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampKakaoLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20data-v-2f45413c%3D%22%22%20data-v-47403985%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%227.5%207.5%2021%2021%22%20class%3D%22ico%5fshare%5fkakao%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22none%22%20data-v-2f45413c%3D%22%22%3E%3Cg%20data-v-2f45413c%3D%22%22%3E%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M0%200H18V18H0z%22%20transform%3D%22translate%289%209%29%22%3E%3C%2Fpath%3E%20%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M9.375%201.5C5.025%201.5%201.5%204.393%201.5%207.962c0%202.718%201.151%203.858%202.949%205.042l.01%203.315c0%20.149.178.234.303.145L7.827%2014.3c.5.082%201.018.125%201.548.125%204.35%200%207.875-2.893%207.875-6.463%200-3.569-3.526-6.462-7.875-6.462%22%20transform%3D%22translate%289%209%29%22%20class%3D%22fill%22%20fill%3D%22black%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampSpotifyLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20186.845%20186.845%22%20style%3D%22enable-background%3Anew%200%200%20186.845%20186.845%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.875%2C120.962c-31.094-14.37-74.616-8.014-76.453-7.737c-4.096%2C0.619-6.915%2C4.44-6.296%2C8.536%20c0.619%2C4.096%2C4.443%2C6.912%2C8.536%2C6.296c0.406-0.062%2C40.867-5.982%2C67.92%2C6.521c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.813-4.355C134.274%2C127.157%2C132.635%2C122.7%2C128.875%2C120.962z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M137.614%2C93.953c-35.313-16.319-84.833-9.087-86.924-8.772c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532%20c0.616%2C4.095%2C4.438%2C6.916%2C8.531%2C6.301c0.468-0.071%2C47.206-6.857%2C78.394%2C7.556c1.02%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.814-4.356C143.014%2C100.148%2C141.374%2C95.691%2C137.614%2C93.953z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.49%2C65.736c-39.006-18.027-93.79-10.028-96.103-9.679c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532s4.44%2C6.919%2C8.531%2C6.3%20c0.523-0.079%2C52.691-7.657%2C87.573%2C8.463c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694c2.834%2C0%2C5.546-1.614%2C6.813-4.355%20C148.89%2C71.93%2C147.25%2C67.474%2C143.49%2C65.736z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat;background-size:128%}.theChampGithubLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20fill%3D%27%23FFF%27%20d%3D%27M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat;background-size:94%}.theChampDribbbleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-10%2010%201000%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20500c0-90.667%2022.334-174.333%2067-251%2044.667-76.667%20105.334-137.333%20182-182C325.667%2022.333%20409.334%200%20500%200c90.667%200%20174.334%2022.333%20251%2067%2076.667%2044.667%20137.334%20105.333%20182%20182%2044.667%2076.667%2067%20160.333%2067%20251s-22.333%20174.333-67%20251c-44.666%2076.667-105.333%20137.333-182%20182-76.666%2044.667-160.333%2067-251%2067-90.666%200-174.333-22.333-251-67-76.666-44.667-137.333-105.333-182-182C22.334%20674.333%200%20590.667%200%20500zm83%200c0%20104%2035%20195.667%20105%20275%2032-62.667%2082.667-122.333%20152-179%2069.334-56.667%20137-92.333%20203-107-10-23.333-19.666-44.333-29-63-114.666%2036.667-238.666%2055-372%2055-26%200-45.333-.333-58-1%200%202.667-.166%206-.5%2010-.333%204-.5%207.333-.5%2010zm13-103c14.667%201.333%2036.334%202%2065%202%20111.334%200%20217-15%20317-45-50.666-90-106.333-165-167-225-52.666%2026.667-97.833%2063.667-135.5%20111-37.666%2047.333-64.166%2099.667-79.5%20157zm149%20432c75.334%2058.667%20160.334%2088%20255%2088%2049.334%200%2098.334-9.333%20147-28-13.333-114-39.333-224.333-78-331-61.333%2013.333-123.166%2047-185.5%20101C321.167%20713%20275%20769.667%20245%20829zM398%2097c58.667%2060.667%20113%20136.333%20163%20227%2090.667-38%20159-86.333%20205-145-77.333-64-166-96-266-96-34%200-68%204.667-102%2014zm199%20298c10%2021.333%2021.334%2048.333%2034%2081%2049.334-4.667%20103-7%20161-7%2041.334%200%2082.334%201%20123%203-5.333-90.667-38-171.333-98-242-43.333%2064.667-116.666%20119.667-220%20165zm59%20151c34%2098.667%2057%20200%2069%20304%2052.667-34%2095.667-77.667%20129-131%2033.334-53.333%2053.334-111%2060-173-48.666-3.333-93-5-133-5-36.666%200-78.333%201.667-125%205z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:78%}.theChampYahooLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:92%}.theChampDiscordLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3%20-3%2054%2054%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M40%2012s-4.586-3.59-10-4l-.488.977C34.406%2010.176%2036.652%2011.89%2039%2014c-4.047-2.066-8.04-4-15-4-6.96%200-10.953%201.934-15%204%202.348-2.11%205.02-4.016%209.488-5.023L18%208c-5.68.535-10%204-10%204s-5.121%207.426-6%2022c5.16%205.953%2013%206%2013%206l1.64-2.184C13.856%2036.848%2010.716%2035.121%208%2032c3.238%202.45%208.125%205%2016%205s12.762-2.55%2016-5c-2.715%203.121-5.855%204.848-8.64%205.816L33%2040s7.84-.047%2013-6c-.879-14.574-6-22-6-22zM17.5%2030c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204zm13%200c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204z%22%20fill%3D%22%23fff%22%20id%3D%22surface1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampStackoverflowLoginSvg{background-size:88%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-20.5%20-20.5%20140%20170%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2288%2080%2099%2080%2099%20124%200%20124%200%2080%2011%2080%2011%20113%2088%20113%22%3E%3C%2Fpolygon%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M22.9878906%2C76.73%20L77.0128906%2C88.085%20L79.2838906%2C77.285%20L25.2588906%2C65.925%20L22.9878906%2C76.73%20Z%20M30.1368906%2C50.861%20L80.1828906%2C74.169%20L84.8448906%2C64.16%20L34.7978906%2C40.852%20L30.1368906%2C50.861%20Z%20M43.9848906%2C26.308%20L86.4128906%2C61.639%20L93.4788906%2C53.154%20L51.0508906%2C17.824%20L43.9848906%2C26.308%20Z%20M71.3718906%2C0.192%20L62.5118906%2C6.782%20L95.4598906%2C51.082%20L104.319891%2C44.493%20L71.3718906%2C0.192%20Z%20M22%2C102%20L77%2C102%20L77%2C91%20L22%2C91%20L22%2C102%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampAmazonLoginSvg{background-size:71%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201100%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%20776c3.333-5.333%208.666-5.667%2016-1%20166.666%2096.667%20348%20145%20544%20145%20130.666%200%20259.666-24.333%20387-73%203.333-1.333%208.166-3.333%2014.5-6%206.333-2.667%2010.833-4.667%2013.5-6%2010-4%2017.833-2%2023.5%206%205.666%208%203.833%2015.333-5.5%2022-12%208.667-27.334%2018.667-46%2030-57.334%2034-121.334%2060.333-192%2079-70.667%2018.667-139.667%2028-207%2028-104%200-202.334-18.167-295-54.5C162.333%20909.167%2079.333%20858%206%20792c-4-3.333-6-6.667-6-10%200-2%20.666-4%202-6zm301-285c0-46%2011.333-85.333%2034-118%2022.666-32.667%2053.666-57.333%2093-74%2036-15.333%2080.333-26.333%20133-33%2018-2%2047.333-4.667%2088-8v-17c0-42.667-4.667-71.333-14-86-14-20-36-30-66-30h-8c-22%202-41%209-57%2021s-26.334%2028.667-31%2050c-2.667%2013.333-9.334%2021-20%2023l-115-14c-11.334-2.667-17-8.667-17-18%200-2%20.333-4.333%201-7%2011.333-59.333%2039.166-103.333%2083.5-132C451.833%2019.333%20503.666%203.333%20563%200h25c76%200%20135.333%2019.667%20178%2059a190.52%20190.52%200%200%201%2018.5%2021.5c5.666%207.667%2010.166%2014.5%2013.5%2020.5%203.333%206%206.333%2014.667%209%2026%202.666%2011.333%204.666%2019.167%206%2023.5%201.333%204.333%202.333%2013.667%203%2028%20.666%2014.333%201%2022.833%201%2025.5v242c0%2017.333%202.5%2033.167%207.5%2047.5s9.833%2024.667%2014.5%2031c4.666%206.333%2012.333%2016.5%2023%2030.5%204%206%206%2011.333%206%2016%200%205.333-2.667%2010-8%2014-55.334%2048-85.334%2074-90%2078-8%206-17.667%206.667-29%202-9.334-8-17.5-15.667-24.5-23s-12-12.667-15-16-7.834-9.833-14.5-19.5c-6.667-9.667-11.334-16.167-14-19.5-37.334%2040.667-74%2066-110%2076-22.667%206.667-50.667%2010-84%2010-51.334%200-93.5-15.833-126.5-47.5S303%20549%20303%20491zm172-20c0%2026%206.5%2046.833%2019.5%2062.5S525%20557%20547%20557c2%200%204.833-.333%208.5-1%203.666-.667%206.166-1%207.5-1%2028-7.333%2049.666-25.333%2065-54%207.333-12.667%2012.833-26.5%2016.5-41.5%203.666-15%205.666-27.167%206-36.5.333-9.333.5-24.667.5-46v-25c-38.667%200-68%202.667-88%208-58.667%2016.667-88%2053.667-88%20111zm420%20322c1.333-2.667%203.333-5.333%206-8%2016.666-11.333%2032.666-19%2048-23%2025.333-6.667%2050-10.333%2074-11%206.666-.667%2013-.333%2019%201%2030%202.667%2048%207.667%2054%2015%202.666%204%204%2010%204%2018v7c0%2023.333-6.334%2050.833-19%2082.5-12.667%2031.667-30.334%2057.167-53%2076.5-3.334%202.667-6.334%204-9%204-1.334%200-2.667-.333-4-1-4-2-5-5.667-3-11%2024.666-58%2037-98.333%2037-121%200-7.333-1.334-12.667-4-16-6.667-8-25.334-12-56-12-11.334%200-24.667.667-40%202-16.667%202-32%204-46%206-4%200-6.667-.667-8-2-1.334-1.333-1.667-2.667-1-4%200-.667.333-1.667%201-3z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMailruLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(//www.agendaculturelducameroun.com/wp-content/plugins/super-socializer/images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .55em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}div.heateor_ss_follow_ul a,div.the_champ_sharing_ul a,ul.the_champ_sharing_ul li{text-decoration:none!important;margin:2px;float:left;padding:0;list-style:none;border:none;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before{content:none!important}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing .the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing .the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing .the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing .the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing .the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing .the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing .the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing .the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampYahooBackground{background-color:#400090}.theChampGithubBackground{background-color:#2a2a2a}.theChampSpotifyBackground{background-color:#1DB954}.theChampAmazonBackground{background-color:#f59829}.theChampDiscordBackground{background-color:#7289DA}.theChampStackoverflowBackground{background-color:#f3802e}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FEE500}.theChampDropboxBackground{background-color:#0061ff}.theChampFoursquareBackground{background-color:#f94877}.theChampDisqusBackground{background-color:#2e9fff}.theChampFacebookBackground{background-color:#4267B2}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampLineBackground{background-color:#00C300}.theChampMicrosoftBackground{background-color:#2672ec}.theChampParlerBackground{background-color:#C63240}.theChampTwitterBackground{background-color:#55acee}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMailruBackground{background-color:#356FAC}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}div.the_champ_sharing_ul .theChampTCBackground{background-color:transparent;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}div.the_champ_bottom_sharing{margin-bottom:0}.theChampTwitchBackground{background-color:#6441A5}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}div#the_champ_sharing_more_content ss.theChampParlerSvg{width:92%!important}.theChampRedditLoginSvg{background-size:125%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDisqusLoginSvg{background-size:112%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer%5f1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20200%20200%22%20enable-background%3D%22new%200%200%20200%20200%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer%5f2%22%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M102.535%2C167.5c-16.518%2C0-31.621-6.036-43.298-16.021L30.5%2C155.405l11.102-27.401%0A%09c-3.868-8.535-6.038-18.01-6.038-28.004c0-37.277%2C29.984-67.5%2C66.971-67.5c36.984%2C0%2C66.965%2C30.223%2C66.965%2C67.5%0A%09C169.5%2C137.284%2C139.52%2C167.5%2C102.535%2C167.5z%20M139.102%2C99.807v-0.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201%0A%09C125.171%2C133.753%2C139.102%2C119.284%2C139.102%2C99.807L139.102%2C99.807z%20M101.964%2C117.168h-7.482V82.841h7.482%0A%09c10.989%2C0%2C18.283%2C6.265%2C18.283%2C17.07v0.188C120.247%2C110.995%2C112.953%2C117.168%2C101.964%2C117.168z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDropboxLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20id%3D%22svg126%22%20version%3D%221.1%22%20viewBox%3D%22-35.3175%20-50%20306.085%20300%22%3E%3Cdefs%20id%3D%22defs112%22%3E%3Cstyle%20id%3D%22style110%22%3E.cls-1%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22polygon116%22%20class%3D%22cls-1%22%20d%3D%22M58.86%2075l58.87-37.5L58.86%200%200%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon118%22%20class%3D%22cls-1%22%20d%3D%22M176.59%2075l58.86-37.5L176.59%200l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon120%22%20class%3D%22cls-1%22%20d%3D%22M117.73%20112.5L58.86%2075%200%20112.5%2058.86%20150z%22%2F%3E%3Cpath%20id%3D%22polygon122%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20150l58.86-37.5L176.59%2075l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon124%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20162.5L117.73%20125l-58.87%2037.5%2058.87%2037.5z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFoursquareLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-6.25%20-4%2040%2040%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center}#the_champ_sharing_more_providers .all-services ul li a span{width:51%;}@media screen and (max-width:783px){.the_champ_hide_sharing{display:none}}