body { margin: 0px; } .grid { width: 100%; max-width: 1240px; min-width: 755px; margin: 0 auto; overflow: hidden; } .grid:after { content: ""; display: table; clear: both; } .grid-pad { padding-top: 20px; padding-left: 0px; /* grid-space to left */ padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ } .col-1-4 { float: left; padding-right: 2%; width: 23%; text-align: center; } .col-1-3 { float: left; padding-right: 2%; width: 31.333%; text-align: center; } .fa { font-size: 30px; color: #1cbda2; } .senswp .fa { font-size: 30px !important; } .col-1-4 h4 { font-size: 16px; } button, input[type="button"], input[type="reset"], input[type="submit"] { border: 2px solid; border-color: #1cbda2; border-radius: 4px; background: #1cbda2; box-shadow: none; font-size: 13px; line-height: 1; font-weight: 400; padding: 0.7em 1.5em 0.7em; text-shadow: none; color: #fff; cursor: pointer; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #1cbda2; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #1cbda2; } button.pro { font-size: 24px; padding: 1.25em 2em; text-align: center; margin: 20px auto 0; display: block; } a { text-decoration: none; } .custom-box { border: 1px solid #dadada; border-radius: 5px; cursor: pointer; margin-bottom: 30px; overflow: hidden; position: relative; width: 100%; } .custom-box:before { content: ""; display: block; padding-top: 90%; } .home-collection { background: none repeat scroll 0 0 #fff; } .custom-content { bottom: 0; color: white; left: 0; position: absolute; right: 0; top: 0; } .custom-content div { display: table; height: 100%; width: 100%; } .custom-content span { color: #999; display: table-cell; padding: 20px; text-align: center; vertical-align: middle; } .custom-content span > .fa { color: #404040; display: block; font-size: 50px; margin: 0 auto; padding: 0 0 20px; transition: all 0.2s ease-in-out 0s; } .custom-content:hover .fa { color: #1cbda2; font-size: 58px; transition: all 0.2s ease-in-out 0s; } .custom-content span > h5 { color: #404040; font-size: 18px; line-height: 20px; margin: 0; } .custom-content span > p { font-size: 15px; margin-bottom: 0; } @media handheld, only screen and (max-width: 800px) { .grid { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0px; /* grid-space to left */ padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */ } .col-1-4 { float: none; padding-right: 0px; width: 100%; text-align: center; } .col-1-3 { float: none; padding-right: 0px; width: 100%; text-align: center; } } } '; } add_action('admin_head', 'bldr_custom_admin_colors'); add_action('admin_menu', 'bldr_setup_menu'); function bldr_setup_menu(){ add_theme_page( __('BLDR Theme Details', 'bldr' ), __('BLDR Theme Details', 'bldr' ), 'manage_options', 'bldr-setup', 'bldr_init' ); } function bldr_init(){ echo '

'; printf( __('Thank you for using BLDR!', 'bldr' )); echo "

"; echo '

'; printf( __('BLDR Theme Setup', 'bldr' )); echo '

'; echo '

'; printf( __('We created a quick theme setup video to help you get started with BLDR. Watch the video by clicking the link below.', 'bldr' )); echo '

'; echo '
"; echo '

'; printf( __('Documentation', 'bldr' )); echo '

'; echo '

'; printf( __('Check out our BLDR Documentation to learn how to use BLDR and for tutorials on theme functions. Click the link below.', 'bldr' )); echo '

'; echo '
"; echo '

'; printf( __('About ModernThemes', 'bldr' )); echo '

'; echo '

'; printf( __('Want more to learn more about ModernThemes? Let us help you at modernthemes.net.', 'bldr' )); echo '

'; echo '
'; echo '

'; printf( __('Want more features? Go Pro.', 'bldr' )); echo '

'; echo '

'; printf( __('Home Page Layouts', 'bldr' )); echo '

'; echo '

'; printf( __('BLDR Pro comes with more packaged home template files including pre-made layouts ideal for businesses and creatives.', 'bldr' )); echo '

'; echo '

'; printf( __('Sliders & Video', 'bldr' )); echo '

'; echo '

'; printf( __('Add a slider or video to your homepage and choose between a regular slider, fullscreen slider or video template.', 'bldr' )); echo '

'; echo '

'; printf( __('More Theme Options', 'bldr' )); echo '

'; echo '

'; printf( __( 'Add information with home widget sections for a contact form, skill bars, details spinner, and more optional animations effects.', 'bldr' )); echo '

'; echo '

'; printf( __( 'WooCommerce', 'bldr' )); echo '

'; echo '

'; printf( __( 'Turn your website into a powerful eCommerce machine. BLDR Pro is fully compatible with WooCommerce.', 'bldr' )); echo '

'; echo '

'; printf( __( 'More Sidebars', 'bldr' )); echo '

'; echo '

'; printf( __( 'Sometimes you need different sidebars for different pages. We got you covered, offering up to 5 different sidebars.', 'bldr' )); echo '

'; echo '

More Google Fonts

'; printf( __( 'Access an additional 65 Google fonts with BLDR Pro right in the WordPress customizer.', 'bldr' )); echo '

'; echo '

'; printf( __( 'PSD Files', 'bldr' )); echo '

'; echo '

'; printf( __( 'Premium versions include PSD files. Preview your own content or showcase a customized version for your clients.', 'bldr' )); echo '

'; echo '

'; printf( __( 'Free Support', 'bldr' )); echo '

'; echo '

'; printf( __( 'Call on us to help you out. Premium themes come with free support that goes directly to our support staff.', 'bldr' )); echo '

'; echo '
'; } ?>