/****************************************************************** Stylesheet: Tablet & Small Desktop Stylesheet ******************************************************************/ /* ========================================================================== Navigation Styles ========================================================================== */ nav { .nav { padding: 20px 0; width: auto; li { margin-right: 10px !important; margin-left: 10px !important; a { width: auto; } ul.sub-menu { background: #fff; li { a { padding: 5px 10px; text-align: left; } } } } button { top: 5px; } } } /* ========================================================================== Services Styles ========================================================================== */ section.brafton_block.split-columns { .container { display: flex; } .container > .text, .container > .image { -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; margin-left: 2%; margin-top: auto; margin-bottom: auto; } } /* ========================================================================== Resources Styles ========================================================================== */ .post-type-archive-resources button[form=sort-resources], .tax-resource-type button[form=sort-resources] { margin: auto auto auto 10px !important; } .it-services-list { display: flex; flex-wrap: wrap; justify-content: space-evenly; .wp-block-column { flex: 0 1 48%; } } /* ========================================================================== Footer Styles ========================================================================== */ .footer { .widget-title { &:nth-of-type(2), &:nth-of-type(3) { display: block; } } .copyright-wrap { .container { display: -ms-flexbox; display: -webkit-flex; display: flex; } .copyright-wrap-item { display: block; width: 33.33%; } .copyright-wrap-item:nth-of-type(3) > img { float: right; } } } .footer-sm-list { h5 { margin: 20px 20px 0; } } ul.social-navigation { float: none; text-align: left; margin: 0; clear: none; } .menu-bottom-menu-container { ul { float: none; //margin: 1rem 0; } }