/** * 11. Responsive */ @media only screen and (max-width:1200px){ .csf-metabox{ .csf-field{ .csf-title{ float: none; width: 100%; margin-bottom: 10px; } .csf-fieldset{ margin-left: 0; } } } } @media only screen and (max-width:782px){ .csf-header-inner{ text-align: center; h1{ width: 100%; margin-bottom: 10px; } } .csf-form-result{ float: none; margin-right: 0; margin-bottom: 10px; } .csf-search, .csf-header-right, .csf-header-left{ width: 100%; } .csf-search{ text-align: center; margin-bottom: 15px; } .csf-footer{ text-align: center; } .csf-buttons{ float: none; } .csf-copyright{ float: none; margin-top: 10px; } .csf-nav, .csf-expand-all, .csf-reset-section, .csf-nav-background{ display: none !important; } .csf-content{ margin-left: 0; } .csf-section-title, .csf-section{ display: block !important; } .csf-field{ .csf-title{ float: none; width: 100%; margin-bottom: 10px; } .csf-fieldset{ margin-left: 0; } } .csf-modal-inner{ width: 350px; height: 400px; } .csf-modal-content{ height: 237px; } .csf-icon-dialog{ .csf-modal-inner{ width: 305px; height: 380px; } .csf-modal-content{ height: 267px; } } .csf-modal-icon{ .csf-modal-inner{ width: 330px; height: 385px; } .csf-modal-content{ height: 252px; } } .csf-profile{ > .csf-field{ > .csf-title{ float: none; width: 100%; margin-bottom: 10px; } > .csf-fieldset{ margin-left: 0; } } } }