.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 10100; text-align: center;
line-height: 0;
}
#jqlb_loading{
height:32px;
background-image:url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/loading.gif);
background-repeat:no-repeat;				
background-position:center center; 		
}	
#jqlb_closelabel{
height:22px;
background-image:url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/closelabel.gif);
background-repeat:no-repeat;				
background-position:center center;
}	
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 45%;
height: 100%;
background: transparent url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/blank.gif) no-repeat; display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/next.gif) right 50% no-repeat; } #nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
#downloadLink{
margin-left: 10px;
}  .ontop #imageData {
padding-top: 5px;
} #imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px;  float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 10090;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
display: none;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html>body .clearfix {
display: inline-block; 
width: 100%;
}
* html .clearfix {/*\*/height: 1%;/**/}	
#lightboxIframe {
display: none;
}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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: none;
padding: 0;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}    
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
-ms-word-wrap: break-word;
word-wrap: break-word;
line-height: 120%;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
}
h1 {
color: black;
font-size: 27px;  
}
h2 {
color: #222222;
font-size: 21px;  
}
h3 {
color: #888666;
font-size: 18px;
}
h4 {
color: #444444;
font-size: 16px;  
}
h5 {
color: #555555;
font-size: 14px;  
}
h6 {
color: #888666;
font-size: 13px;  
}
p, ul, ol, li, dl, address {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 13px;
text-align: left;
}
ul {
}
ol {
list-style-type: decimal;
margin-left: 20px;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
dl {
margin-bottom: 20px;   
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 5px;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote cite {
display: block;
font-style: normal;
text-transform: uppercase;
}
a {
color: #666666;
text-decoration: underline;
}
a:hover {
text-decoration: none;           
}
a img {
border: none;      
}
img {
height: auto; 
max-width: 100%;   
}
table {
font-size: 13px;
width: 100%;      
}
table, td, th {
border: 1px solid #e3e3e3;
border-collapse: collapse;
text-align: left;
}
td, th {
padding: 5px 8px;       
}
th {
background: #555555;
color: white;
font-weight: bold;   
}
blockquote, q { 
border-left: 1px solid #e3e3e3;
clear: both;
color: #333333;
font-style: italic;
margin: 0 0 20px;
padding-left: 10px;
}
address {
font-style: italic;        
}
pre {
margin-bottom: 20px;
overflow: auto;   
}
sup {
vertical-align: super;    
}
sub {
vertical-align: sub;    
}
iframe,
embed {
clear: both;
width: 100%;   
}
hr {
background: #e8e8e8;
border: none;
height: 1px; 
margin: 15px 0;  
} .alignnone {
clear: both;
float: left;
margin-top: 5px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 0;
}
.aligncenter,
div.aligncenter {
clear: both;
display: block;
margin-top: 5px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin-top: 5px;
margin-right: auto;
margin-left: auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin-top: 5px;
margin-right: 20px;
margin-bottom: 5px;
margin-left: 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption,
.gallery-caption {
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px;
text-align: center;
}
#wrapper .gallery-caption {
border: none;                          
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
#wrapper .wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px;
}
.wp-audio-shortcode {
margin-bottom: 20px;                   
} body {
color: #666;
font-family: Arial, Helvetica, sans-serif;
line-height: 150%;
background-color: #fefefe;
}
#container {  
margin: 0 auto;
position: relative;
width: 100%; padding-top:-15px;
}
#header {
height: 120px;
position: relative;
width: 100%;
margin: auto;
}
#main-content {
background: white;
height: auto;
position: relative;        
}
#wrapper-footer {float:left;
height: auto;
position: relative;
width: 100%;        
}
#wrapper #main-content {
width: 1042px;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
padding-bottom: 10px;
}
#content {
float: right;
margin: 0;
width: 790px;
}
.page-template-template-full-width-php #container #content,
.page-template-template-landing-page-php #container #content {
width: 100%;                                                      
}
#sidebar {
float: left;
width: 220px;
margin-top: 0;
margin-right: 28px;
margin-bottom: 0;
margin-left: 0px;
}
.scroll-top {
background: #555555 left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/scroll-top.png);
border: 1px solid black;
cursor: pointer;
display: block;
height: 29px;
opacity: 0.4;
filter: alpha(opacity=40);
position: fixed;
bottom: 20px;
right: 20px;
width: 29px;
z-index: 200;            
}
#wrapper .scroll-top:hover {
opacity: 1;
filter: alpha(opacity=100);                            
}
body .pattern {
height: 100%;
opacity: 0.05;
filter: alpha(opacity=5);
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: -1;
} .header-content {
position: relative;
width: 1042px;
padding-top: 10px;
padding-bottom: 0px;
margin: auto;
}
.site-title { 
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 48px;
font-weight: bold;  
line-height: 100%;
margin: 0;
position: relative;
width: 100%;
z-index: 50;       
}
.site-description {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px; font-weight:bolder;
position: relative;
width: 700px;letter-spacing:-2px;
z-index: 50;
margin-top: 30px;
margin-right: 0;
margin-bottom: 0;
margin-left: 5px;
float: left;text-transform:uppercase;
}
.site-description span{ color:#b72928}
.site-title a {
color: #cd2324;
text-decoration: none;           
}
.site-title a:hover {
color: black;                   
}
.header-logo {
clear: both;
height: auto;
margin: 0 auto;
max-width: 760px;
position: relative;
width: auto;             
}
.page-template-template-landing-page-php .site-title,
.page-template-template-landing-page-php .site-description,
.page-template-template-landing-page-php .header-logo {
max-width: 100%;              
}
.header-image {
background: white;
float: left;
height: auto;
position: relative;
width: 100%;              
}
.header-image img {
display: block; 
margin: 0 auto;                 
}  .menu-box {
float: left;
padding-top: 0;
padding-bottom: 0;
width: 100%;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/nav-bg.png);
background-repeat: repeat-x;
height: 34px;
}
.menu-box .navigation-pattern {
background: left top repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/hatching-white.png);  
height: 100%;
opacity: 0.1;
filter: alpha(opacity=10);
position: absolute;
left: 0;
top: 0;
width: 100%;              
}
.menu-box .link-home {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-home.png);
background-position: center center;
background-repeat: no-repeat;
border-left: 1px solid #535353;
position: relative;
width: 24px;                    
}
.menu-box ul {
list-style-type: none;
margin: 0;
position: relative;
text-align: left;
z-index: 100;
}
.menu-box ul ul {
background: #ededed;
float: none;
width: 212px;
z-index: 110;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #000;
}
.menu-box ul li {
float: left;
height: 34px;
line-height: 34px;
margin: 0;
position: relative;
}
.menu-box ul ul li {
border-bottom: 1px solid #d9d9d9;
display: block;
height: auto;
line-height: 30px;
margin: 0;
position: relative;
width: 212px;
}
#wrapper #header .menu-box ul ul .last-menu-item {
border-bottom: none;                          
}
.menu-box a,
.menu-box a:visited {
color: white;
display: block;
float: left;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 14px;
height: 34px;
line-height: 34px;
text-decoration: none;
text-transform: uppercase;
padding-top: 0;
padding-right: 43px;
padding-bottom: 0;
padding-left: 43px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
}
#header .menu-box ul ul a,
#header .menu-box ul ul a:visited {
border-right: none;
color: #333333 !important;
display: block;
font-size: 13px;
font-weight: normal;
height: auto;
line-height: 34px;
margin: 0;
min-height: 34px;
padding: 0 0 0 19px;
text-align: left;
width: 193px;
}
#header .menu-box ul ul ul a,
#header .menu-box ul ul ul a:visited {
color: #444444 !important;
}
.menu-box a:hover,
.menu-box :hover > a {
background-color: #111111; color: #fff;
}
#header .menu-box ul ul a:hover,
#header .menu-box ul ul :hover > a {
background-color: #dbdbdb !important;
color: black !important;
}
.menu-box ul ul {
height: 0;
position: absolute;
left: 0px;
top: 34px;
visibility: hidden;
width: 212px; 
}
.menu-box ul ul ul {
left: 212px;
top: -2px;
width: 212px;
}
.menu-box ul li:hover ul,
.menu-box ul a:hover ul,
.top-navigation ul li:hover ul,
.top-navigation ul a:hover ul {
height: auto;
padding-bottom: 0;
visibility: visible;
}
.menu-box ul :hover ul ul,
.top-navigation ul :hover ul ul {
visibility: hidden;
}
.menu-box ul :hover ul :hover ul ul,
.top-navigation ul :hover ul :hover ul ul {
visibility: hidden;
}
.menu-box ul :hover ul :hover ul,
.top-navigation ul :hover ul :hover ul {
visibility: visible;
}
.menu-box ul :hover ul :hover ul :hover ul,
.top-navigation ul :hover ul :hover ul :hover ul {
visibility: visible;
}
#header .menu-box .current-menu-item > a,
#header .menu-box .current-menu-ancestor > a,
#header .menu-box .current_page_item > a,
#header .menu-box .current-page-ancestor > a,
.home #header .menu-box .link-home {
background-color: #000;
}
#header .menu-box .sub-menu .current-menu-item > a,
#header .menu-box .sub-menu .current-menu-ancestor > a,
#header .menu-box .sub-menu .current_page_item > a,
#header .menu-box .sub-menu .current-page-ancestor > a {  
background-color: #ededed;
color: black !important;
}
.selectnav {
display: none;
} 
#wrapper .sticky-nav {
max-width: 986px;
position: fixed;
top: 0;
z-index: 200;
}   
.admin-bar .sticky-nav {
top: 32px !important;
} #top-navigation-wrapper {
border-bottom: 1px solid #e6e6e6;
float: left;
height: auto;
position: relative;
width: 100%;
z-index: 150;                        
}
.top-navigation {
min-height: 34px;
padding: 0 28px;               
}
.top-navigation ul {
border-left: 1px solid #e6e6e6;
float: left;
list-style-type: none;
margin: 0;
max-width: 790px;
position: relative;
}
.top-navigation ul ul {
border-left: none;
background: #ededed;
margin: 0;
width: 250px;
z-index: 110;
}
.top-navigation ul li {
float: left;
height: 34px;
line-height: 34px; 
position: relative;
}
.top-navigation ul .last-menu-item {
margin-right: 0;                                   
}
.top-navigation ul ul li {
border-bottom: 1px solid #d9d9d9;
display: block;
height: auto;
line-height: 30px;
margin: 0;
min-height: 30px;
position: relative;
width: 250px;
}
#wrapper #header .top-navigation ul ul .last-menu-item {
border-bottom: none;                          
}
.top-navigation a,
.top-navigation a:visited {
border-right: 1px solid #e6e6e6;
color: #999999;
display: block;
float: left;    
font-size: 13px;
height: 34px;
line-height: 34px;
padding: 0 16px;
text-align: center;
text-decoration: none;
}
#wrapper #header .top-navigation ul ul a,
#wrapper #header .top-navigation ul ul a:visited { 
color: #777777;
display: block;
font-size: 13px;
font-weight: normal;
height: auto;
line-height: 30px;
margin: 0;
min-height: 30px;
padding: 0 0 0 16px;
text-align: left;
width: 234px;
}
.top-navigation ul a:hover,
.top-navigation ul :hover > a {
background-color: #eeeeee;
color: #111111;
}
#wrapper #header .top-navigation ul ul a:hover,
#wrapper #header .top-navigation ul ul :hover > a {
background-color: #dbdbdb;
color: #333333;
}
.top-navigation ul ul {
border-top: 1px solid #cd2324;
height: 0;
position: absolute;
left: 0;
top: 34px;
visibility: hidden;
width: 250px; 
}
.top-navigation ul ul ul {
left: 250px;
top: -1px;
width: 250px;
}
#wrapper #header .top-navigation .current-menu-item > a,
#wrapper #header .top-navigation .current-menu-ancestor > a,
#wrapper #header .top-navigation .current_page_item > a,
#wrapper #header .top-navigation .current-page-ancestor > a {
color: black;
}
.header-icons {
border-left: 1px solid #e6e6e6;
height: 34px;
position: absolute;
right: 28px;
top: 0;
width: auto;              
}
#wrapper .top-navigation .header-icons a {
display: block; 
height: 34px;
padding: 0; 
width: 34px;              
}
.social-icon {
background-position: center center;
background-repeat: no-repeat;
float: left;
width: 34px;             
}
.header-icons .facebook-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-facebook.png);                             
}
.header-icons .twitter-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-twitter.png);                             
}
.header-icons .google-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-google.png);                             
}
.header-icons .rss-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-rss.png);                             
}
#wrapper .top-navigation .header-icons a:hover {
background-color: #eeeeee;             
} .content-headline {
float: left;
margin: 0 0 20px;
width: 100%;                  
}
.entry-headline {
color: black;
font-size: 27px;
line-height: 100%;
margin: 0 0 3px;
position: relative;
z-index: 50;
}  
.home-latest-posts .entry-headline {
margin-bottom: 25px;                                   
}
.entry-headline-text {
background: white;
display: inline-block;  
max-width: 90%;
padding-right: 15px;                     
}
#content p,
#content ul,
#content ol,
#content table,
#content address {
margin-bottom: 5px;
}
#content ul ul,
#content ol ol,
#content ol ul,
#content ul ol {
margin-bottom: 0;           
}
.home-latest-posts,
.home-list-posts {
float: left;
position: relative;
width: 100%;                                 
}
.home-list-posts {
margin-bottom: 30px;                                 
}
.home-latest-posts {
margin-bottom: 10px;                                 
}
#sidebar .home-list-posts,
#footer .home-list-posts {
display: none;                  
}
#content .breadcrumb-navigation {
color: #bbbbbb; 
float: left; 
font-size: 12px;
line-height: 100%;
margin: 7px 0 3px;
position: relative;
width: 100%;                                      
}
.page-template-template-without-title-php #content .breadcrumb-navigation {
margin-top: 4px;                                                                          
}
#content .breadcrumb-navigation a {
color: #999999 !important; 
text-decoration: none;
}
#content .breadcrumb-navigation a:hover {
color: #333333 !important;}
#main-content .post-meta {
clear: both;
color: #999999; 
font-size: 12px;
line-height: 21px;
padding-bottom: 5px;
margin: -2px 0 0;        
}
.single #main-content #content .post-meta {
margin: 0;                                          
}
#main-content .home-list-posts .post-meta {
clear: none;
margin: 0;
padding: 0;                                            
}
#main-content .post-meta span {
border-left: 1px solid #dbdbdb; 
padding: 0 6px 0 6px;                             
}
#main-content .post-meta .post-info-author,
#main-content .home-list-posts .post-meta .post-info-date {
border-left: none; 
padding-left: 0;                                          
}
#main-content .post-info {
border-top: 1px solid #e8e8e8;
clear: both;
color: #999999; 
float: left;
font-size: 12px;
line-height: 21px;
margin: 10px 0 0;
padding: 0;
width: 100%;        
}
.single #main-content #content .post-info {
border-bottom: 1px solid #e8e8e8;
margin: 0 0 20px;                                          
}
.post-info a,
.post-meta a {
color: #999999 !important;
text-decoration: none;             
}
.post-info a:hover,
.post-meta a:hover {
color: #111111 !important;}
.post-info span { 
display: inline-block; 
min-height: 16px;
line-height: 16px;
padding: 0 0 0 22px;               
}
#main-content .post-info .post-category,
#main-content .post-info .post-tags {
float: left;
margin: 0;
padding: 6px 0;
width: 50%;                       
}
#main-content .post-info .post-tags {
padding-left: 5%;
text-align: right;
width: 45%;                           
}
.post-info .post-info-category {
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-category.png);                
}
.post-info .post-info-tags {
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-tag.png);                
}
#content .archive-meta {
border-bottom: 1px solid #e8e8e8;
float: left; 
margin-bottom: 25px;  
width: 100%;                    
}
#main-content .author-info .author-avatar {
margin: 0 0 5px;                                          
}
#main-content .number-of-results {
font-weight: bold;                                
}
#main-content #content .page-link {
color: #333333;
font-size: 12px;                                  
}
#nav-below,
#minezine-post-nav,
.search .navigation {
float: left;
margin: 0 0 25px;
width: 100%;           
}
#main-content #minezine-post-nav {
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
}
.nav-wrapper {
border-bottom: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
float: left;
padding: 5px 0;
width: 100%;               
}
.navigation-headline {
font-size: 18px;
font-weight: normal;
margin: 0 0 4px;                                          
}
.navigation .navigation-links {
margin-bottom: 0 !important;                            
}
.navigation .navigation-links a {
text-decoration: none;  border:1px solid #ccc; padding-left:5px; padding-right:5px; height:25px;                               
}
.navigation .navigation-links a:hover {
text-decoration: underline;
border:1px solid #333;
}
.navigation .navigation-links  .current{
padding-left: 5px;
padding-right: 5px;
height: 25px;
background-color: #000;
color: #FFF;
}
#main-content .nav-previous {
float: left;
margin: 0;
width: 50%;                       
}
#main-content .nav-next {
float: right;
margin: 0;
text-align: right;
width: 50%;                       
}
#main-content .nav-previous a,
#main-content .nav-next a {
text-decoration: none;                          
}
#main-content .nav-previous a:hover,
#main-content .nav-next a:hover {
text-decoration: underline;                          
}
.post-edit-link {
font-weight: bold;                
} .post-entry {
float: left;
margin-bottom: 30px;
position: relative;
width: 180px;
margin-right: 15px;
}
.search .type-page {
padding-bottom: 10px;                  
}
#main-content .sticky {
background-color: #f0f0f0;
padding: 20px 3% 0;
width: 94%;                 
}
.post-entry-content-wrapper {
padding: 3px 0 0;                           
}
.post-entry-content-wrapper .attachment-post-thumbnail {
float: left;
height: auto;
width: 176px;
height:132px;
margin-top: 0;
margin-right: 15px;
margin-bottom: 5px;
margin-left: 0;
padding: 1px;
border: 1px solid #666;
}
.attachment-post-thumbnail {
height: auto;
width: 400px;
margin-top: 0;
margin-right: 15px;
margin-bottom: 5px;
margin-left: 0;
}
.single #content .attachment-post-thumbnail,
.page #content .attachment-post-thumbnail { 
margin: 4px 0 20px;  
max-width: 100%;
padding: 0;
}
.post-entry-content {
margin-bottom: -12px; 
margin-top: -5px;                   
}
.post-entry-content h1 {
font-size: 21px;  
}
.post-entry-content h2 {
font-size: 19px;  
}
#main-content .post-entry .post-entry-headline {
font-size: 14px;
line-height: 100%;
margin: 0 0 7px;
height:30px;
font-weight: normal;
}
.post-entry .post-entry-headline a {
color: #666;
text-decoration: none;
}
.post-entry .post-entry-headline a:hover {
color: black;}
.post-entry .read-more-button {
background-color: #e65757;
color: white !important;
display: inline-block;
font-size: 12px;
line-height: 12px;
margin: 8px 0 3px;
padding: 6px 8px;
text-decoration: none;
text-transform: uppercase;                             
}
.post-entry .read-more-button:hover {
background-color: #cd2324;                                    
}
.navigation-inner{ margin-top:20px;} .home-list-posts .entry-headline {
margin-bottom: 22px;                                 
}
.home-list-posts .post-entry-list-first {
margin-bottom: 0;                     
}
.post-entry-list-first .attachment-post-thumbnail {
margin: 0 0 11px !important;
max-width: 100%;                                                    
}
#content .post-entry-list-first .post-entry-content {
margin-bottom: -2px;  
margin-top: 0;                                                    
}
#content .post-entry-list-first .post-entry-content p {
margin-bottom: 10px;                
}
#main-content #content .post-entry-list-first .post-entry-content .post-meta {
margin: -4px 0 0;
padding-bottom: 0;                                                                
}
.home-list-posts-wrapper {
float: left;
margin-top: 8px;
width: 100%;                         
}
#content .home-list-posts ul {
margin-bottom: 0;           
}
#content .home-list-posts ul li a {
color: #cd2324;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;                                  
}
#content .home-list-posts ul li a:hover {
color: black;}
#content .post-entry-list-first .read-more-button {
display: none;                                                    
} .sidebar-widget {
color: #333333;
font-size: 13px;
margin-bottom: 5px;
padding-bottom: 20px;
}
.sidebar-widget .sidebar-headline {
color: #FFFFFF;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 19px;
position: relative;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/title-bg.png);
background-repeat: no-repeat;
background-position: left;
height: 35px;
width: 200px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
padding-top: 10px;
padding-bottom: 10px;
line-height: 35px;
padding-left: 20px;
}
.sidebar-headline-text {
display: inline-block;
max-width: 90%;
padding-right: 10px;
}
.sidebar-widget .sidebar-headline a {
color: #333333;
text-decoration: none;                                    
}
.sidebar-widget img {
height: auto;
max-width: 100%;                    
}
.sidebar-widget p {
margin: 6px 0 -4px;                  
}
.sidebar-widget p,
.sidebar-widget ul li,
.sidebar-widget ol li {
color: #333333;
font-size: 13px;
font-weight: bold;
}
.sidebar-widget ul {
margin-top: -3px;
margin-right: 0;
margin-bottom: 0;
}
.sidebar-widget ul ul {
margin-top: 0; margin-right:-30px;                
}
.sidebar-widget ul li {
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/menu-1.png);
height: auto;
line-height: 32px;
list-style-type: none;
min-height: 32px;
padding-left: 20px;
margin-left: 8px;
margin-top: 3px;
margin-bottom: 3px;
} 
.sidebar-widget ul li ul li{
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/sidebar-li.png);
height: auto;
line-height: 20px;
list-style-type: none;
min-height: 20px;
text-indent: -30px;
} 
.sidebar-widget a {
color: #000;
}
.sidebar-widget ul li a {
text-decoration: none;
}
.sidebar-widget a:hover {
color: black !important;
text-decoration: none;
-webkit-transition: color;
transition: color;
-moz-transition: color;
-ms-transition: color;
-o-transition: color;
} 
.sidebar-widget ul li li a{
font-weight:normal;
color:#666;
} #wrapper #wrapper-footer {
background-color: #999;
}
#footer {
position: relative;
width: 986px;
padding-top: 0;
padding-right: 28px;
padding-bottom: 0;
padding-left: 28px;
margin-right: auto;
margin-left: auto;
}
#footer p,
#footer ul li,
#footer ol li {
color: #fff;
font-size: 11px; line-height:150%;
list-style: none;
}
#footer .footer-widget-area p,
#footer .footer-widget-area ul,
#footer .footer-widget-area ol {
margin-bottom: 2px;          
}
#footer table,
#footer td,
#footer th {
border-color: black;
color: white;                                      
}
#footer a {
color: #FFF;
font-size: 11px;
line-height:150%;
text-decoration: none;
}
#footer a:hover{
color: #000;
}
.footer-widget-area {
float: left;
height: auto;
margin-right: 28px;
position: relative;
width: 200px;
z-index: 50;
padding-top: 15px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 0;
}
#footer .footer-widget-area-1{
width: 200px;
}
#footer .footer-widget-area-3 {
margin-right: 0;                              
}
.footer-widget {
margin-bottom: 10px;
}
#footer .footer-widget .footer-headline {
color: #ededed;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.footer-headline-text {
display: inline-block;
max-width: 90%;
padding-right: 10px;
color: #000;
}
.footer-signature {
float: right;
text-align: right;
position: relative;
width: 100%;
z-index: 50;
background-color: #5c5b56;
}
.footer-signature .footer-signature-content {
color: white;
font-size: 12px;
line-height: 35px;
min-height: 42px;
text-align: left;
width: 986px;
clip: rect(auto,auto,auto,auto);
border-top-width: 1px;
border-top-style: solid;
border-top-color: #888;
}
.footer-signature .footer-signature-content p {
color: white;
font-size: 12px;
line-height: 150%;
min-height: 22px;
padding: 10px 0;
text-align: center;                                              
}
.footer-signature .footer-signature-content a {
color: #f3a0a0;                                             
} #wp-calendar th,
#wp-calendar td {
text-align: center;                   
}
#wp-calendar a,
#wp-calendar #today {
font-weight: bold;
text-decoration: none;               
}
#wp-calendar #prev {
text-align: left;                   
}
#wp-calendar #next {
text-align: right;                   
}
.tagcloud {
padding-top: 10px;          
}
#footer .tagcloud {
padding-top: 0;          
}
.tagcloud a {
text-decoration: none;          
}
.tagcloud a:hover {
text-decoration: underline;          
}
.sidebar-widget img,
.footer-widget img {
padding-top: 3px;                           
}
.sidebar-widget .wp-caption,
.footer-widget .wp-caption {
border: none;
margin-right: 0;                          
}
.sidebar-widget .wp-caption img,
.footer-widget .wp-caption img {
max-width: 100%;                           
}
.sidebar-widget select {
margin-top: 3px;
width: 100%;                       
}
.sidebar-widget #searchform {
margin-top: 10px;                       
} input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea,
select {
background-color: #CCC;
border: 1px solid #e6e6e6;
color: #333333;
line-height: normal;
padding: 5px;
width: 98%;
}
textarea {
overflow: auto;
vertical-align: top;
width: 98%;
}
input[type="submit"],
input[type="reset"] {
border: none;
border-radius: 0 !important;
box-shadow: none;
color: white !important;
cursor: pointer;
font-size: 15px;
height: auto;
margin-top: 5px;
padding: 7px 10px;
text-align: center;
text-decoration: none;
text-shadow: none;
background-color: #000;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
background-color: #000;
}
#searchform .searchform-wrapper {
height: 31px;
position: relative;
width: 100%;                                
}
.header-content #searchform .searchform-wrapper {
margin-top: -15px;
position: absolute;
right: 28px;
top: 30px;
width: 200px;
z-index: 100;
}
#searchform .searchform-wrapper #s {
color: #aaaaaa; 
font-size: 13px;
height: 19px;
padding: 5px 0 5px 3%;
position: absolute;
left: 0;
top: 0;
width: 96%;              
}
#searchform .searchform-wrapper .send {
background-color: #aaa;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/searchform-send.png);
border: none;
cursor: pointer;
height: 31px;
position: absolute;
right: 0;
top: 0;
width: 31px;
z-index: 20;
}
#searchform .send:hover {
background-color: #aaa;
} #comments {
float: left;
margin-top: 25px; 
width: 100%;        
}
.single .comments-area-post {
margin-top: 5px !important;                            
}
.page #comments {
margin-top: 16px !important;                            
}
#content .commentlist {
list-style-type: none;
margin-bottom: 30px;             
}
.commentlist .children {
list-style-type: none;                       
}
.comment-reply-title {
font-size: 20px;
font-weight: normal;
line-height: 100%;
margin-top: 0;             
}
#comments .entry-headline-wrapper {
margin-bottom: -21px;                        
}
#comments .entry-headline {
background-image: none;
border-bottom: none;
color: #333333;
font-size: 20px;
font-weight: normal; 
margin-bottom: -4px;
padding: 0;                         
}
.comment-reply-link {
font-size: 13px;                    
}
.comments-title {
margin-top: 0;                
}
#comments .section-heading {
font-weight: normal;              
}
#comments ol {
color: #333333;
margin-left: 0;             
}
#comments ol ol {
margin: 0 20px;             
}
#comments ol li { 
border-top: 1px solid #e8e8e8;
margin: 15px 0 0 0;
padding: 15px 0 0 0;                
}
#comments .avatar,
#comments .fn {
float: left;
margin: 0 6px 0 0;                  
}
#comments .fn {
font-style: italic; 
margin: 0 3px 0 0;             
}
#comments time,
#comments .edit-link {
color: #555555;
float: right; 
font-size: 13px;              
}
#comments .comment-content {
clear: both;
padding-top: 10px;                          
}
#comments #comment-nav-below {
float: left;
margin: 10px 0 30px;
width: 100%;                  
}
#comments input,
#comments textarea {
margin-top: 7px;                
}
#content #commentform .form-allowed-tags {
color: #707070; 
font-size: 12px;                  
}  
#comments .bypostauthor {
background: #f2f2f2;
border-top: 1px solid #cccccc;
color: black;
margin-bottom: -15px;
padding: 10px 30px;              
}
.reply {
margin-top: -10px;
width: 50%;      
}
#content .comment-content p {
font-size: 13px;
margin-bottom: 10px;                   
}
#content .comment-content .edit-link {
margin: -15px 0 0;
text-align: right; 
width: 50%;                                    
}
#content .comment-content li {
border: none;
font-size: 13px;
margin: 0;
padding: 0;                             
}
#content #commentform p {
color: #333333;
font-size: 13px;
margin-bottom: 5px;                        
}
#content #commentform .logged-in-as,
#content #commentform .comment-notes {
margin-top: 0;         
}
#comments #respond {
float: left;
margin-bottom: 20px;
width: 100%;
} @media screen and (max-width: 1012px) {
#wrapper #container {
max-width: 90%;
width: 90%;                         
}
#wrapper #container #main-content {
padding: 28px 5% 10px;
width: 90%;              
}
#wrapper #content {
max-width: 100%;
width: 100% !important;                    
}
#wrapper #sidebar {
float: left;
margin: 15px 0 0;
width: 100%;                    
}
#wrapper .header-content {
padding: 35px 5%;
width: 90%;               
}
#wrapper .site-title,
#wrapper .site-description,
#wrapper #header .header-content .header-logo {
float: left;
max-width: 100%;              
}
#wrapper .header-content #searchform .searchform-wrapper {
float: left;
margin: 20px 0 0;
position: relative;
right: 0;
top: 0;
width: 100%;        
}
#wrapper .menu-box {
padding: 0;
width: 100%;          
}
#wrapper #header .sticky-nav {
max-width: 90%;
} 
#wrapper .menu-box .link-home {
display: none;                                
}
#wrapper .top-navigation {
height: 34px;
padding: 0 5%;               
}
#wrapper .header-icons {
right: 5%;             
}
.js #nav,
.js #top-nav {
display: none;
}
.js .selectnav {
background: #333333;
border: 1px solid black;
color: white;
display: block;
float: left;
height: 30px;
margin: 7px 0 0 5%;
padding: 0; 
position: relative;
text-transform: uppercase;
width: 90%;
} 
.js #top-navigation-wrapper .selectnav {
background: white;
border: 1px solid #e6e6e6;
color: #999999;
height: 26px;
margin: 4px 0 0;
width: 40%;                                         
}
#wrapper #container #footer {
background-image: none;
padding: 35px 5% 10px; 
width: 90%;                  
}
#footer .footer-widget-area {
margin: 0;
padding: 0;
width: 100%;                              
}
}
@media screen and (max-width: 782px) {
.admin-bar #header .sticky-nav {
top: 46px !important;
} 
}
@media screen and (max-width: 600px) {
.admin-bar #header .sticky-nav {
top: 0 !important;
} 
} @media print {
html body {
background: none !important; 
font-family: Arial, Helvetica, sans-serif !important;        
}
h1, h2, h3, h4, h5, h6 { 
font-family: Oswald, Arial, Helvetica, sans-serif !important;        
}
#wrapper-footer,
#header,
#sidebar,
#respond,
.scroll-top,
.reply,
.pattern {
display: none !important;                                   
}
#container {  
max-width: 100% !important;
}
#wrapper #main-content {
padding: 0 !important;
width: 100% !important;              
} 
#content {
width: 100% !important;         
}
.entry-headline {
background-image: none !important;                  
}
}
.index-left{
float: left;
}
.index-right{width:65%; float:right;}
.inquiry {width:100px; height:30px; background-color:#d8231c;  line-height:30px; margin-left:100px; margin-bottom:10px; text-align:center;   font-weight:700;}
.inquiry a{
color: #fff;
text-decoration: none;
}
.inquiry:hover{ background-color:#2a2a2a;}
.pro-title{width:100%; height:35px; font-size:18px; float:left; padding-bottom:8px; font-weight:700;}
.pro-img{ width:100%; padding-top:20px;}
.pro-img ul{}
.pro-img ul li{ width:130px; float:left; list-style:none; margin-right:12px; margin-bottom:8px; text-align:center}
.pro-img ul li img{ border:3px solid #ccc;}
.pro-img ul li img:hover{border:3px solid #d8231c;}
.pro-img2{ width:100%; padding-top:20px;}
.pro-img2 ul{}
.pro-img2 ul li{ width:220px; float:left; list-style:none; margin-right:16px; margin-bottom:8px; text-align:center}
.pro-img2 ul li img{ border:3px solid #ccc;}
.pro-img2 ul li img:hover{border:3px solid #d8231c;}
.sidebar-widget .menu {
padding-bottom: 20px;
padding-top: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #e8e8e8;
border-bottom-color: #e8e8e8;
border-left-color: #e8e8e8;
background-color: #f2f2f2;
}
.index-left{
width: 270px;
float: left;
margin-right: 1%;
font-size: 12px;
line-height: 22px;
color: #333;
margin-bottom: 20px;
}
.index-left h3{
font-size:14px;
padding-bottom:10px;
color:#000;
width:100%;
border-bottom:1px solid #eee;
}
.index-right h3{
font-size:14px;
padding-bottom:10px;
color:#000;
width:100%;
border-bottom:1px solid #eee;
}
.index-main{
width: 436px;
float: left;
margin-bottom: 20px;
font-size: 12px;
line-height: 18px;
color: #333;
margin-right: 1%;
margin-left: 1%;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #eee;
border-left-color: #eee;
padding-left: 1%;
padding-right: 1%;
}
.index-right{
width: 270px;
float: right;
margin-bottom: 20px;
font-size: 12px;
line-height: 18px;
color: #333;
padding-left: 1%;
}
.index-main ul{}
.index-main ul li{
list-style: none;
padding-bottom: 5px;
width: 100%;
float: left;
}
.index-main ul li img{ float:left; border:2px solid #eee; margin-right:10px; padding:2px;}
.index-main  h3{
font-size: 14px;
padding-bottom: 10px;
color: #000;
width: 100%;
border-bottom: 1px solid #eee;
}
.banner-top { width:100%; text-align:center; margin-left:auto; margin-right:auto; margin-bottom:10px; }
.banner-top .attachment-post-thumbnail{}
.entry-contact img{ padding:5px; border:1px solid #ccc; margin-right:20px;}
.entry-contact h5{ color:#cd2324; font-size:18px; font-family: Oswald, Arial, Helvetica, sans-serif;}
.Exhibition { width:100%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;}
.Exhibition a{
font-size: 12px;
color: #888;
padding-top: 15px;
padding-bottom: 15px;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-2.png);
background-repeat: no-repeat;
padding-left: 20px;
background-position: left;
text-decoration: none;
}
.Exhibition a:hover{
color: #CD2324;
}
.down ul{}
.down ul li {background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/cx.jpg);
background-repeat: no-repeat;float:left; width:250px;border-bottom:1px #ccc dotted; list-style:none;height:30px;  padding-bottom:10px; padding-right:40px; padding-top:10px;  margin-bottom:10px; }
.down ul li a{padding-left: 50px;
}
.Certification  ul li{ float:left; list-style: none;}
.Certification  ul li img{ height:218px; padding:3px; border:2px solid #eee; }
.Certification  ul li img:hover{border:2px solid #b70014;}
.equipments ul{}
.equipments ul li{
float: left;
list-style: none;
margin-right: 5px;
}
.equipments ul li img{
height: 228px;
border: 2px solid #eee;
padding-bottom: 3px;
padding-top: 3px;
padding-right: 3px;
padding-left: 3px;
}
.equipments ul li img:hover{border:2px solid #b70014;}
.zhiliang  ul li{ float:left; list-style: none; margin-right:10px;}
.zhiliang  ul li img{ height:280px; padding:3px; border:2px solid #eee; }
.zhiliang  ul li img:hover{border:2px solid #b70014;} .sidebar-widget ul li ul .sub-menu  {
padding-right: 0;
padding-left: 0;
}
[class*="navigation"] .nav-previous {
float: right;
}
[class*="navigation"] .nav-next {
float: left;
text-align: left;
}
.showsub-toggle {
left: 0;
right: auto;
}
.showsub-toggle:after {
left: 11px;
right: auto; color:#cbcbcb;
}
.social-links ul:last-of-type {
margin-left: 0;
margin-right: auto;
}
#mobile-link {
float: right;
}
#mobile-panel h1.site-title {
float: left;
}
.sidebar-widget ul li ul .sub-menu  {
list-style: none;
margin: 0;
padding-left: 0;
}.main-navigation ul li a{}
.main-navigation ul li:hover{color:#fff;}
.main-navigation ul ul {
color: #000;
display: none;
margin: 0;
padding: 0;
}
.main-navigation ul ul li a {
opacity: 0.7;
padding-left: 5px; outline:none; color:#888;
}
.main-navigation ul ul li a:hover {
opacity: 1; 
background-color: #efefef;
}
.main-navigation ul ul ul li a {
padding-right: 10px; color:#888;
}
.main-navigation ul ul ul li:first-child a {
color: #888;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 5px;
}
.main-navigation ul ul ul li:last-child a {
color: #888;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 5px;
}
.main-navigation ul ul ul ul li a {
padding-right: 10px; color:#888;
}
.main-navigation ul ul ul ul li:first-child a {
padding: 10px 10px 10px 10px; color:#888;
}
.main-navigation ul ul ul ul li:last-child a {
padding: 10px 10px 10px 10px; color:#888;
}
.main-navigation ul ul {
top: 0;
}
.main-navigation li a {
position: relative;
padding-right: 10px;
}
.main-navigation li a:hover {
color: #C71F20;
}
.main-navigation li:first-child a {
padding-right: 10px;
}
.main-navigation li:last-child a {
padding-right: 10px;
}
.main-navigation a,
.main-navigation a:visited {
color: #666;
display: block;
opacity: 1;
}
.main-navigation a:hover {
color: #999;
opacity: 1;
}
.main-navigation ul ul.sub-on {
display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
color: #cd2324;
}
.site-main [class*="navigation"] {
margin: 0;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
}
#social-links-wrapper {
clear: both;
display: block;
padding: 40px 20px;
}
.social-links ul a:before,
#mobile-link:before,
.showsub-toggle,
#widget-link {
-webkit-font-smoothing: antialiased;
font-family: "Genericons";
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
vertical-align: text-bottom;
}
.showsub-toggle {
content: "";color: #fff;
display: block;
height: 41px;
position: absolute;right:0; 
top: 0; text-align:right;
}
.showsub-toggle {
opacity: 0.5;
}
.showsub-toggle:after {
content: "\f502";
font-size: 16px;
height: 16px;
position: absolute;
right: 0px;
top: 14px;
width: 140px;
}
.showsub-toggle:hover,
.showsub-toggle:focus,
.showsub-toggle.sub-on {
opacity: 1;
}
.showsub-toggle:hover:after,
.showsub-toggle:focus:after {
color: #cd2324;
}
.showsub-toggle.sub-on:after {
content: "\f500";
top: 6px;
}
.social-links {
margin: 0 auto;
}
.social-links ul {
list-style: none;
margin: 0;
padding: 0;
}
.social-links ul li {
display: inline-block;
list-style: none;
margin: 0 0 4px 0;
}
.social-links ul a {
display: inline-block;
text-decoration: none;
}
.social-links ul a:before {
color: #cd2324;
font-size: 28px;
display: block;
padding: 5px;
text-align: center;
}
.social-links ul a:hover {
text-decoration: none;
}
.social-links ul a:hover:before {
background: #cd2324;
}
.social-links ul:last-of-type {
margin-right: 0;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
content: "\f413";
}
.social-links ul a:before {
background: #666;
content: "\f415";
}
#mobile-panel {
background: #cf000f;
height: 45px;
overflow: hidden;
width: 100%;
}
#mobile-link {
color: white;
cursor: pointer;
display: inline-block;
float: left;
height: 45px;
padding: 10px;
width: 50px;
}
#mobile-link:hover,
#mobile-link.active {
background: rgba(0, 0, 0, 0.4);
}
#mobile-link:before {
content: "\f419";
font-size: 28px;
}
#mobile-panel h1.site-title {
clear: none;
float: right;
font-size: 18px;
font-size: 1.8rem;
margin: 0;
padding: 15px 10px 0 10px;
}
#mobile-panel h1.site-title a {
color: white;
}
#mobile-block {
border-top: 1px solid #fff;
display: none;
overflow: hidden;
}
#mobile-block.active {
display: block;
}
#mobile-block {
top: 0;
}
a {
color: #333;
}
a:hover, a:active, a:focus {
color: #333;
}
.entry-summary a,
.entry-summary a:hover,
.entry-content a,
.entry-content a:hover {
text-decoration: underline;
}
.entry-content h3{
font-size: 14px;
font-weight: 600;
color: #000;
}
.entry-summary a:hover,
.entry-content a:hover {
color: #aaa;
}