Created
August 14, 2017 12:02
-
-
Save hawkz/9db3bf9b3b4e2273b60420da1972a812 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: 'icons'; | |
| src: url(../fonts/icons.eot?social); | |
| src: url(../fonts/icons.eot?#iefixsocial) format("embedded-opentype"), | |
| url(../fonts/icons.woff?social) format("woff"), | |
| url(../fonts/icons.ttf?social) format("truetype"), | |
| url(../fonts/icons.svg?social#icons) format("svg"); | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| .content-page-wrap { | |
| overflow: hidden; | |
| } | |
| html { | |
| font-family: sans-serif; | |
| -ms-text-size-adjust: 100%; | |
| -webkit-text-size-adjust: 100%; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| footer, | |
| header, | |
| nav, | |
| section { | |
| display: block; | |
| } | |
| a { | |
| background: transparent; | |
| } | |
| a:active, | |
| a:hover { | |
| outline: 0; | |
| } | |
| img { | |
| border: 0; | |
| } | |
| button { | |
| color: inherit; | |
| font: inherit; | |
| margin: 0; | |
| } | |
| button { | |
| overflow: visible; | |
| } | |
| button { | |
| text-transform: none; | |
| } | |
| button { | |
| -webkit-appearance: button; | |
| cursor: pointer; | |
| } | |
| button::-moz-focus-inner { | |
| border: 0; | |
| padding: 0; | |
| } | |
| @media print { | |
| * { | |
| text-shadow: none !important; | |
| color: #000 !important; | |
| background: transparent !important; | |
| box-shadow: none !important; | |
| } | |
| a, | |
| a:visited { | |
| text-decoration: underline; | |
| } | |
| a[href]:after { | |
| content: " (" attr(href) ")"; | |
| } | |
| a[href^="#"]:after { | |
| content: ""; | |
| } | |
| img { | |
| page-break-inside: avoid; | |
| } | |
| img { | |
| max-width: 100% !important; | |
| } | |
| p, | |
| h2, | |
| h3 { | |
| orphans: 3; | |
| widows: 3; | |
| } | |
| h2, | |
| h3 { | |
| page-break-after: avoid; | |
| } | |
| .navbar { | |
| display: none; | |
| } | |
| } | |
| * { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| *:before, | |
| *:after { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| html { | |
| font-size: 10px; | |
| -webkit-tap-highlight-color: transparent; | |
| } | |
| body { | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.428571429; | |
| color: #333; | |
| background-color: #fff; | |
| } | |
| button { | |
| font-family: inherit; | |
| font-size: inherit; | |
| line-height: inherit; | |
| } | |
| a { | |
| color: #006699; | |
| text-decoration: none; | |
| } | |
| a:hover, | |
| a:focus { | |
| color: #00334d; | |
| text-decoration: underline; | |
| } | |
| a:focus { | |
| outline: thin dotted; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| img { | |
| vertical-align: middle; | |
| } | |
| .img-responsive { | |
| display: block; | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| h2, | |
| h3 { | |
| font-family: inherit; | |
| font-weight: 500; | |
| line-height: 1.1; | |
| color: inherit; | |
| } | |
| h2, | |
| h3 { | |
| margin-top: 20px; | |
| margin-bottom: 10px; | |
| } | |
| h2 { | |
| font-size: 30px; | |
| } | |
| h3 { | |
| font-size: 24px; | |
| } | |
| p { | |
| margin: 0 0 10px; | |
| } | |
| ul { | |
| margin-top: 0; | |
| margin-bottom: 10px; | |
| } | |
| .container { | |
| margin-right: auto; | |
| margin-left: auto; | |
| padding-left: 15px; | |
| padding-right: 15px; | |
| } | |
| .container:before, | |
| .container:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .container:after { | |
| clear: both; | |
| } | |
| @media (min-width:768px) { | |
| .container { | |
| width: 98%; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .container { | |
| width: 970px; | |
| } | |
| } | |
| @media (min-width:1200px) { | |
| .container { | |
| width: 1170px; | |
| } | |
| } | |
| .row { | |
| margin-left: -15px; | |
| margin-right: -15px; | |
| } | |
| .row:before, | |
| .row:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .row:after { | |
| clear: both; | |
| } | |
| .col-sm-4, | |
| .col-md-5, | |
| .col-md-7, | |
| .col-sm-8, | |
| .col-xs-12 { | |
| position: relative; | |
| min-height: 1px; | |
| padding-left: 15px; | |
| padding-right: 15px; | |
| } | |
| .col-xs-12 { | |
| float: left; | |
| } | |
| .col-xs-12 { | |
| width: 100%; | |
| } | |
| @media (min-width:768px) { | |
| .col-sm-4, | |
| .col-sm-8 { | |
| float: left; | |
| } | |
| .col-sm-4 { | |
| width: 33.3333333333%; | |
| } | |
| .col-sm-8 { | |
| width: 66.6666666667%; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .col-md-5, | |
| .col-md-7 { | |
| float: left; | |
| } | |
| .col-md-5 { | |
| width: 41.6666666667%; | |
| } | |
| .col-md-7 { | |
| width: 58.3333333333%; | |
| } | |
| } | |
| .collapse { | |
| display: none; | |
| } | |
| .dropdown { | |
| position: relative; | |
| } | |
| .dropdown-toggle:focus { | |
| outline: 0; | |
| } | |
| .nav { | |
| margin-bottom: 0; | |
| padding-left: 0; | |
| list-style: none; | |
| } | |
| .nav:before, | |
| .nav:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .nav:after { | |
| clear: both; | |
| } | |
| .nav>li { | |
| position: relative; | |
| display: block; | |
| } | |
| .nav>li>a { | |
| position: relative; | |
| display: block; | |
| padding: 10px 15px; | |
| } | |
| .nav>li>a:hover, | |
| .nav>li>a:focus { | |
| text-decoration: none; | |
| background-color: #eee; | |
| } | |
| .navbar { | |
| position: relative; | |
| min-height: 50px; | |
| margin-bottom: 20px; | |
| border: 1px solid transparent; | |
| } | |
| .navbar:before, | |
| .navbar:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .navbar:after { | |
| clear: both; | |
| } | |
| @media (min-width:768px) { | |
| .navbar { | |
| border-radius: 4px; | |
| } | |
| } | |
| .navbar-header:before, | |
| .navbar-header:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .navbar-header:after { | |
| clear: both; | |
| } | |
| @media (min-width:768px) { | |
| .navbar-header { | |
| float: left; | |
| } | |
| } | |
| .navbar-collapse { | |
| overflow-x: visible; | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| border-top: 1px solid transparent; | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
| -webkit-overflow-scrolling: touch; | |
| } | |
| .navbar-collapse:before, | |
| .navbar-collapse:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .navbar-collapse:after { | |
| clear: both; | |
| } | |
| @media (min-width:768px) { | |
| .navbar-collapse { | |
| width: auto; | |
| border-top: 0; | |
| box-shadow: none; | |
| } | |
| .navbar-collapse.collapse { | |
| display: block !important; | |
| height: auto !important; | |
| padding-bottom: 0; | |
| overflow: visible !important; | |
| } | |
| } | |
| .container>.navbar-header, | |
| .container>.navbar-collapse { | |
| margin-right: -15px; | |
| margin-left: -15px; | |
| } | |
| @media (min-width:768px) { | |
| .container>.navbar-header, | |
| .container>.navbar-collapse { | |
| margin-right: 0; | |
| margin-left: 0; | |
| } | |
| } | |
| .navbar-toggle { | |
| position: relative; | |
| float: right; | |
| margin-right: 15px; | |
| padding: 9px 10px; | |
| margin-top: 8px; | |
| margin-bottom: 8px; | |
| background-color: transparent; | |
| background-image: none; | |
| border: 1px solid transparent; | |
| border-radius: 4px; | |
| } | |
| .navbar-toggle:focus { | |
| outline: 0; | |
| } | |
| @media (min-width:768px) { | |
| .navbar-toggle { | |
| display: none; | |
| } | |
| } | |
| .navbar-nav { | |
| margin: 7.5px -15px; | |
| } | |
| .navbar-nav>li>a { | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| line-height: 20px; | |
| } | |
| @media (min-width:768px) { | |
| .navbar-nav { | |
| float: left; | |
| margin: 0; | |
| } | |
| .navbar-nav>li { | |
| float: left; | |
| } | |
| .navbar-nav>li>a { | |
| padding-top: 15px; | |
| padding-bottom: 15px; | |
| } | |
| .navbar-nav.navbar-right:last-child { | |
| margin-right: -15px; | |
| } | |
| } | |
| @media (min-width:768px) { | |
| .navbar-right { | |
| float: right !important; | |
| } | |
| } | |
| .navbar-default { | |
| background-color: #f8f8f8; | |
| border-color: #e7e7e7; | |
| } | |
| .navbar-default .navbar-nav>li>a { | |
| color: #777; | |
| } | |
| .navbar-default .navbar-nav>li>a:hover, | |
| .navbar-default .navbar-nav>li>a:focus { | |
| color: #333; | |
| background-color: transparent; | |
| } | |
| .navbar-default .navbar-toggle { | |
| border-color: #ddd; | |
| } | |
| .navbar-default .navbar-toggle:hover, | |
| .navbar-default .navbar-toggle:focus { | |
| background-color: #ddd; | |
| } | |
| .navbar-default .navbar-collapse { | |
| border-color: #e7e7e7; | |
| } | |
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .clearfix:after { | |
| clear: both; | |
| } | |
| @-ms-viewport { | |
| width: device-width; | |
| } | |
| @media (min-width:1600px) { | |
| .container { | |
| width: 1170px; | |
| } | |
| } | |
| h2 { | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| font-weight: normal; | |
| font-family: "AmericanTypwrterITCW01- 731031", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| letter-spacing: -1px; | |
| color: #ed1c24; | |
| font-size: 1.8em; | |
| text-rendering: optimizeLegibility; | |
| font-feature-settings: "kern"; | |
| -webkit-font-feature-settings: "kern"; | |
| -moz-font-feature-settings: "kern"; | |
| -moz-font-feature-settings: "kern=1"; | |
| } | |
| @media (min-width:768px) { | |
| h2 { | |
| font-size: 2.1em; | |
| } | |
| } | |
| h3 { | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| font-weight: normal; | |
| font-family: "AmericanTypwrterITCW01- 731031", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| letter-spacing: -1px; | |
| color: #222; | |
| text-rendering: optimizeLegibility; | |
| font-feature-settings: "kern"; | |
| -webkit-font-feature-settings: "kern"; | |
| -moz-font-feature-settings: "kern"; | |
| -moz-font-feature-settings: "kern=1"; | |
| line-height: 1.25; | |
| } | |
| @media (min-width:768px) { | |
| p, | |
| li { | |
| font-size: 1.15em; | |
| } | |
| } | |
| ul { | |
| list-style-type: disc; | |
| } | |
| header { | |
| position: relative; | |
| z-index: 6; | |
| } | |
| .main-site-navigation { | |
| background: #ed1c24; | |
| border: none; | |
| border-radius: 0; | |
| min-height: 70px; | |
| margin-bottom: 0; | |
| z-index: 4; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| .main-site-navigation:before, | |
| .main-site-navigation:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .main-site-navigation:after { | |
| clear: both; | |
| } | |
| .main-site-navigation .actionaid-logo { | |
| width: 160px; | |
| margin: 15px 0 0 0; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation .actionaid-logo { | |
| margin-left: 0; | |
| margin-top: 25px; | |
| width: 200px; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation .actionaid-logo { | |
| margin-top: 20px; | |
| } | |
| } | |
| .main-site-navigation .container { | |
| position: relative; | |
| } | |
| .main-site-navigation .action-arrow { | |
| position: absolute; | |
| left: 25px; | |
| top: 70px; | |
| z-index: 20; | |
| } | |
| .main-site-navigation .action-arrow img { | |
| height: 28px; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation .action-arrow { | |
| left: 28px; | |
| top: 94px; | |
| } | |
| .main-site-navigation .action-arrow img { | |
| height: 44px; | |
| } | |
| } | |
| .main-site-navigation .navbar-header { | |
| z-index: 22; | |
| position: relative; | |
| margin: 0; | |
| float: left; | |
| width: 100%; | |
| } | |
| .main-site-navigation .navbar-header button.navbar-toggle { | |
| font-family: "AmericanTypwrterITCW01- 731031", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| color: #FFF; | |
| border-color: #FFF; | |
| margin: 16px 0 0 0; | |
| } | |
| .main-site-navigation .navbar-header button.navbar-toggle:hover, | |
| .main-site-navigation .navbar-header button.navbar-toggle:focus { | |
| background: #d01018; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation .navbar-header { | |
| width: 21%; | |
| padding: 0; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation .navbar-header { | |
| width: 25%; | |
| } | |
| } | |
| .main-site-navigation .aa-main-nav { | |
| position: relative; | |
| border: none; | |
| z-index: 21; | |
| } | |
| @media (max-width:767px) { | |
| .main-site-navigation .aa-main-nav>section { | |
| clear: both; | |
| padding-top: 10px; | |
| } | |
| } | |
| .main-site-navigation .aa-main-nav.navbar-collapse { | |
| box-shadow: none; | |
| } | |
| .main-site-navigation .aa-main-nav div.search-trigger { | |
| display: none; | |
| float: right; | |
| font-size: 1em; | |
| line-height: 20px; | |
| margin-right: -15px; | |
| margin-left: 15px; | |
| position: relative; | |
| position: static; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation .aa-main-nav div.search-trigger { | |
| display: block; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation .aa-main-nav div.search-trigger { | |
| font-size: 1.2em; | |
| } | |
| } | |
| .main-site-navigation .aa-main-nav div.search-trigger>a { | |
| line-height: 20px; | |
| color: #FFF; | |
| display: block; | |
| background-position: center 50%; | |
| background-repeat: no-repeat; | |
| background-image: url(../magnifying-glass.png); | |
| background-image: none, url(../img/magnifying-glass.svg); | |
| width: 30px; | |
| height: 94px; | |
| } | |
| .main-site-navigation .aa-main-nav div.search-trigger>a:hover { | |
| background-color: #d01018; | |
| -webkit-transition: background-color 150ms ease-in; | |
| -moz-transition: background-color 150ms ease-in; | |
| -o-transition: background-color 150ms ease-in; | |
| -ms-transition: background-color 150ms ease-in; | |
| transition: background-color 150ms ease-in; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation .aa-main-nav div.search-trigger>a { | |
| padding: 37px 13px; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation .aa-main-nav div.search-trigger>a { | |
| padding: 37px 15px; | |
| } | |
| } | |
| @media (min-width:1200px) { | |
| .main-site-navigation .aa-main-nav div.search-trigger>a { | |
| padding: 37px 25px; | |
| } | |
| } | |
| @media (max-width:768px) { | |
| .main-site-navigation .aa-main-nav { | |
| overflow: visible; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav { | |
| z-index: 15; | |
| position: relative; | |
| margin-right: -15px !important; | |
| margin-top: 0; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation ul.navbar-nav.navbar-right:last-child { | |
| margin-right: 0; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav>li { | |
| font-size: 1.1em; | |
| } | |
| .main-site-navigation ul.navbar-nav>li.expanded, | |
| .main-site-navigation ul.navbar-nav>li.leaf { | |
| padding: 0; | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation ul.navbar-nav>li { | |
| font-size: 1.2em; | |
| } | |
| } | |
| @media (min-width:1200px) { | |
| .main-site-navigation ul.navbar-nav>li { | |
| font-size: 1.4em; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav>li:hover>a { | |
| background: #d01018; | |
| -webkit-transition: background-color 150ms ease-in; | |
| -moz-transition: background-color 150ms ease-in; | |
| -o-transition: background-color 150ms ease-in; | |
| -ms-transition: background-color 150ms ease-in; | |
| transition: background-color 150ms ease-in; | |
| } | |
| @media (max-width:768px) { | |
| .main-site-navigation ul.navbar-nav>li:hover>a { | |
| background-color: #b00e13; | |
| } | |
| } | |
| @media (max-width:768px) { | |
| .main-site-navigation ul.navbar-nav>li:hover { | |
| background-color: #b00e13; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav>li>a { | |
| background: #ed1c24; | |
| } | |
| .main-site-navigation ul.navbar-nav>li>a:link, | |
| .main-site-navigation ul.navbar-nav>li>a:visited, | |
| .main-site-navigation ul.navbar-nav>li>a:focus { | |
| color: #FFF; | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation ul.navbar-nav>li>a { | |
| padding: 37px 15px; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation ul.navbar-nav>li>a { | |
| padding: 37px 20px; | |
| } | |
| } | |
| @media (min-width:1200px) { | |
| .main-site-navigation ul.navbar-nav>li>a { | |
| padding: 37px 30px; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-6146>a { | |
| padding: 0; | |
| margin: 5px 10px; | |
| } | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-6146>a>span { | |
| border-radius: 4px; | |
| display: block; | |
| padding: 13px 11px; | |
| border: 1px solid #FFF; | |
| font-weight: bold; | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-6146>a>span { | |
| padding: 13px 17px; | |
| } | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-6146>a { | |
| margin: 24px 15px 0 5px; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-6146>a { | |
| margin: 24px 20px 0 10px; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-8273>a { | |
| padding: 0; | |
| margin: 15px 10px 0 10px; | |
| } | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-8273>a>span { | |
| background: #FFF; | |
| color: #ed1c24; | |
| font-weight: bold; | |
| border-radius: 4px; | |
| display: block; | |
| padding: 14px 12px; | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-8273>a>span { | |
| padding: 14px 18px; | |
| } | |
| } | |
| @media (min-width:768px) { | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-8273>a { | |
| margin: 24px 5px 0 0; | |
| } | |
| } | |
| @media (min-width:992px) { | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-8273>a { | |
| margin: 24px 15px 0 0; | |
| } | |
| } | |
| .main-site-navigation ul.navbar-nav>li.menu-mlid-8273:hover>a>span { | |
| border-bottom-left-radius: 0px; | |
| border-bottom-right-radius: 0px; | |
| } | |
| .wrapper { | |
| width: 100%; | |
| position: relative; | |
| } | |
| .wrapper:before, | |
| .wrapper:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .wrapper:after { | |
| clear: both; | |
| } | |
| .wrapper .container { | |
| position: relative; | |
| } | |
| .footer-dark-wrapper { | |
| background-color: #000; | |
| margin-top: 6em; | |
| padding-top: 3em; | |
| padding: 50px 0 100px 0; | |
| } | |
| .footer-dark-wrapper .btt { | |
| margin: 0 0 20px 0; | |
| text-align: right; | |
| } | |
| .footer-dark-wrapper .btt a, | |
| .footer-dark-wrapper .btt a:link, | |
| .footer-dark-wrapper .btt a:visited { | |
| color: #FFF; | |
| } | |
| .footer-dark-wrapper .colour-social-icons { | |
| margin-top: 15px; | |
| } | |
| .footer-dark-wrapper a:link, | |
| .footer-dark-wrapper a:visited { | |
| color: #FFF; | |
| } | |
| .footer-dark-wrapper h2 { | |
| color: #FFF; | |
| } | |
| @media (max-width:991px) { | |
| .footer-dark-wrapper h2 { | |
| margin-top: 0; | |
| } | |
| } | |
| .footer-dark-wrapper h3 { | |
| color: #ed1c24; | |
| } | |
| .footer-dark-wrapper h3 a:link, | |
| .footer-dark-wrapper h3 a:visited { | |
| color: #ed1c24; | |
| } | |
| .footer-dark-wrapper h3.instagram-link { | |
| clear: left; | |
| color: #FFF; | |
| padding-top: 8px; | |
| margin: 35px 0 0 0; | |
| } | |
| .footer-dark-wrapper h3.instagram-link a { | |
| background-image: url(/sites/all/themes/aa_responsivo/img/thin-arrow-white.png); | |
| background-position: right center; | |
| background-size: 20px 20px; | |
| background-repeat: no-repeat; | |
| -ms-behavior: url(/polyfill/backgroundsize.min.htc); | |
| padding-right: 35px; | |
| } | |
| .footer-dark-wrapper h3.instagram-link a:link, | |
| .footer-dark-wrapper h3.instagram-link a:visited { | |
| color: #FFF; | |
| } | |
| .footer-dark-wrapper h3.instagram-link:before, | |
| .footer-dark-wrapper h3.instagram-link:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .footer-dark-wrapper h3.instagram-link:after { | |
| clear: both; | |
| } | |
| .footer-dark-wrapper h3.instagram-link .colour-social-icon { | |
| float: left; | |
| margin: 4px 12px 0 0; | |
| } | |
| @media (min-width:768px) { | |
| .footer-dark-wrapper h3.instagram-link .colour-social-icon { | |
| margin: -8px 12px 0 0 !important; | |
| } | |
| } | |
| .footer-dark-wrapper p { | |
| color: #FFF; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| .footer-dark-wrapper p a:link, | |
| .footer-dark-wrapper p a:visited { | |
| color: #4A90E2; | |
| } | |
| .footer-dark-wrapper li { | |
| color: #FFF; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| .footer-dark-wrapper .footer-logo { | |
| margin-bottom: 30px; | |
| } | |
| .footer-dark-wrapper p.registered-charity { | |
| font-size: 1em; | |
| color: #FFF; | |
| } | |
| .footer-dark-wrapper .ts-and-cs { | |
| margin-top: 30px; | |
| } | |
| .footer-dark-wrapper .ts-and-cs a, | |
| .footer-dark-wrapper .ts-and-cs a:link, | |
| .footer-dark-wrapper .ts-and-cs a:visited { | |
| color: #FFF; | |
| } | |
| @screen (min-width:$screen-sm-min) {} | |
| .add-padding { | |
| padding: 15px !important; | |
| } | |
| .colour-social-icons { | |
| margin: 0; | |
| padding: 0; | |
| list-style: none; | |
| width: 100%; | |
| } | |
| .colour-social-icons li { | |
| padding: 0; | |
| margin: 0; | |
| width: 25%; | |
| float: left; | |
| } | |
| .colour-social-icon { | |
| display: block; | |
| margin: 0 auto; | |
| background-image: url(../img/colour-social-icons.png); | |
| background-image: none, url(../img/colour-social-icons.svg); | |
| background-repeat: no-repeat; | |
| height: 40px; | |
| width: 40px; | |
| background-size: 93px 200px; | |
| } | |
| .colour-social-icon.twitter-icon { | |
| background-position: -25.6px 0; | |
| } | |
| .colour-social-icon.facebook-icon { | |
| background-position: -25.6px -40px; | |
| } | |
| .colour-social-icon.youtube-icon { | |
| width: 93px; | |
| background-position: 0 -80px; | |
| } | |
| .colour-social-icon.google-icon { | |
| background-position: -25.6px -120px; | |
| } | |
| .colour-social-icon.instagram-icon { | |
| background-position: -25.6px -160px; | |
| } | |
| @media (min-width:480px) { | |
| .colour-social-icon { | |
| height: 50px; | |
| width: 50px; | |
| background-size: 116px 250px; | |
| } | |
| .colour-social-icon.twitter-icon { | |
| background-position: -32px 0; | |
| } | |
| .colour-social-icon.facebook-icon { | |
| background-position: -32px -50px; | |
| } | |
| .colour-social-icon.youtube-icon { | |
| width: 116px; | |
| background-position: 0 -100px; | |
| } | |
| .colour-social-icon.google-icon { | |
| background-position: -32px -150px; | |
| } | |
| .colour-social-icon.instagram-icon { | |
| background-position: -32px -200px; | |
| } | |
| } | |
| #instafeed-wrapper { | |
| display: none; | |
| } | |
| @media (min-width:768px) { | |
| #instafeed-wrapper { | |
| display: block; | |
| margin-bottom: 35px; | |
| } | |
| } | |
| #instafeed { | |
| margin: 30px 0 0px 0; | |
| } | |
| .element-invisible { | |
| position: absolute !important; | |
| clip: rect(1px 1px 1px 1px); | |
| clip: rect(1px, 1px, 1px, 1px); | |
| overflow: hidden; | |
| height: 1px; | |
| } | |
| .element-invisible.element-focusable:active, | |
| .element-invisible.element-focusable:focus { | |
| position: static !important; | |
| clip: auto; | |
| overflow: visible; | |
| height: auto; | |
| } | |
| .clearfix:after { | |
| content: "."; | |
| display: block; | |
| height: 0; | |
| clear: both; | |
| visibility: hidden; | |
| } | |
| *:first-child+html .clearfix { | |
| min-height: 1%; | |
| } | |
| @font-face { | |
| font-family: 'smithyxt-heavybold'; | |
| src: url(/sites/all/themes/aa_responsivo/fonts/SmithyXT-Heavy-Bold.eot); | |
| src: url(/sites/all/themes/aa_responsivo/fonts/SmithyXT-Heavy-Bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/aa_responsivo/fonts/SmithyXT-Heavy-Bold.woff2) format('woff2'), url(/sites/all/themes/aa_responsivo/fonts/SmithyXT-Heavy-Bold.woff) format('woff'), url(/sites/all/themes/aa_responsivo/fonts/SmithyXT-Heavy-Bold.ttf) format('truetype'), url(/sites/all/themes/aa_responsivo/fonts/SmithyXT-Heavy-Bold#SmithyXT-Heavy-Bold) format('svg'); | |
| } | |
| @font-face { | |
| font-family: "AmericanTypwrterITCW01- 731025"; | |
| src: url(/sites/all/themes/aa_responsivo/fonts/dff8aebe-deee-47a7-8575-b2f39c8473f8.eot?#iefix); | |
| src: url(/sites/all/themes/aa_responsivo/fonts/dff8aebe-deee-47a7-8575-b2f39c8473f8.eot?#iefix) format("eot"), url(/sites/all/themes/aa_responsivo/fonts/ff20d16a-e1f3-4814-9254-1cb4c91ff45e.woff2) format("woff2"), url(/sites/all/themes/aa_responsivo/fonts/0c0f4d28-4c13-4e84-9a36-e63cd529ae86.woff) format("woff"), url(/sites/all/themes/aa_responsivo/fonts/7f26a278-84b3-4587-bf07-c8cdf7e347a9.ttf) format("truetype"), url(/sites/all/themes/aa_responsivo/fonts/254ab931-e6d6-4307-9762-5914ded49f13.svg#254ab931-e6d6-4307-9762-5914ded49f13) format("svg"); | |
| } | |
| @font-face { | |
| font-family: "AmericanTypwrterITCW01- 731031"; | |
| src: url(/sites/all/themes/aa_responsivo/fonts/3c49f7ed-6bef-4cb5-a070-64eeade7c483.eot?#iefix); | |
| src: url(/sites/all/themes/aa_responsivo/fonts/3c49f7ed-6bef-4cb5-a070-64eeade7c483.eot?#iefix) format("eot"), url(/sites/all/themes/aa_responsivo/fonts/2b8631a4-c4e6-4b3e-9803-ed806f8791f8.woff2) format("woff2"), url(/sites/all/themes/aa_responsivo/fonts/0ff9ff0c-a28f-4d64-9276-fdfe5be1be73.woff) format("woff"), url(/sites/all/themes/aa_responsivo/fonts/0091ce09-4c28-4367-98c1-88da189e0999.ttf) format("truetype"), url(/sites/all/themes/aa_responsivo/fonts/b414886c-ba69-4fa8-843b-b9bf4e256c68.svg#b414886c-ba69-4fa8-843b-b9bf4e256c68) format("svg"); | |
| } | |
| @font-face { | |
| font-family: "AmericanTypwrterITCW01- 731010"; | |
| src: url(/sites/all/themes/aa_responsivo/fonts/3f151e9d-b34f-476b-9d6e-15779083f80f.eot?#iefix); | |
| src: url(/sites/all/themes/aa_responsivo/fonts/3f151e9d-b34f-476b-9d6e-15779083f80f.eot?#iefix) format("eot"), url(/sites/all/themes/aa_responsivo/fonts/21faea98-813c-4f1b-8789-41f9c8824393.woff2) format("woff2"), url(/sites/all/themes/aa_responsivo/fonts/e6d44dab-a04b-4199-8e5b-982c8cea39b6.woff) format("woff"), url(/sites/all/themes/aa_responsivo/fonts/3da61d62-d39f-4bbe-978a-dd2feff89180.ttf) format("truetype"), url(/sites/all/themes/aa_responsivo/fonts/84a639b4-b415-4952-9945-151693076ef8.svg#84a639b4-b415-4952-9945-151693076ef8) format("svg"); | |
| } | |
| /**/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment