/* Margins // ========================================================================== */ #cs-content .x-accordion, #cs-content .x-alert, #cs-content .x-audio, #cs-content .x-author-box, #cs-content .x-base-margin, #cs-content .x-block-grid, #cs-content .x-card-outer, #cs-content .x-code, #cs-content .x-columnize, #cs-content .x-entry-share, #cs-content div.x-feature-box, #cs-content .x-feature-list, #cs-content .x-flexslider-shortcode-container, #cs-content .x-gap, #cs-content .x-img, #cs-content .x-map, #cs-content .x-promo, #cs-content .x-prompt, #cs-content .x-recent-posts, #cs-content .x-section, #cs-content .x-skill-bar, #cs-content .x-tab-content, #cs-content .x-video { margin-bottom: ; } #cs-content .x-blockquote:not(.x-pullquote), #cs-content .x-callout, #cs-content .x-hr, #cs-content .x-pricing-table { margin-top: ; margin-bottom: ; } @media (max-width: 767px) { #cs-content .x-pullquote.left, #cs-content .x-pullquote.right { margin-top: ; margin-bottom: ; } } @media (max-width: 480px) { #cs-content .x-toc.left, #cs-content .x-toc.right { margin-bottom: ; } } /* Containers // ========================================================================== */ #cs-content .x-container.width { width: ; } #cs-content .x-container.max { max-width: ; } /* Text Color // ========================================================================== */ #cs-content .x-accordion-heading .x-accordion-toggle.collapsed, #cs-content .x-nav-tabs > li > a, #cs-content .x-recent-posts .h-recent-posts, #cs-content .x-recent-posts .x-recent-posts-date { color: ; } /* Link Colors // ========================================================================== */ #cs-content .x-accordion-heading .x-accordion-toggle.collapsed:hover, #cs-content .x-accordion-heading .x-accordion-toggle, #cs-content .x-nav-tabs > li > a:hover, #cs-content .x-nav-tabs > .active > a, #cs-content .x-nav-tabs > .active > a:hover, #cs-content .x-recent-posts a:hover .h-recent-posts { color: ; } #cs-content a.x-img-thumbnail:hover { border-color: ; } #cs-content .x-dropcap, #cs-content .x-highlight, #cs-content .x-pricing-column.featured h2, #cs-content .x-recent-posts .x-recent-posts-img:after { background-color: ; } /* Buttons // ========================================================================== */ #cs-content .x-btn { color: ; border-color: ; background-color: ; } #cs-content a.x-btn:hover { color: ; border-color: ; background-color: ; } /* // Button Style - Real */ #cs-content .x-btn.x-btn-real, #cs-content .x-btn.x-btn-real:hover { margin-bottom: 0.25em; text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65); } #cs-content .x-btn.x-btn-real { box-shadow: 0 0.25em 0 0 , 0 4px 9px rgba(0, 0, 0, 0.75); } #cs-content .x-btn.x-btn-real:hover { box-shadow: 0 0.25em 0 0 , 0 4px 9px rgba(0, 0, 0, 0.75); } /* // Button Style - Flat */ #cs-content .x-btn.x-btn-flat, #cs-content .x-btn.x-btn-flat:hover { margin-bottom: 0; text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65); box-shadow: none; } /* // Button Style - Transparent */ #cs-content .x-btn.x-btn-transparent, #cs-content .x-btn.x-btn-transparent:hover { margin-bottom: 0; border-width: 3px; text-shadow: none; text-transform: uppercase; background-color: transparent; box-shadow: none; }