/*
	Theme Name: Not Alone in Sutton
	Theme URI: http://cuemarketing.co.uk
	Description: Custom built them for Not Alone in Sutton
	Version: 1.0
	Author: CUE Marketing
	Author URI: http://cuemarketing.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
    font-family: 'Poppins', sans-serif !important;
	color:#444;
    font-size: 16px !important;
}

.fjalla {
    font-family: 'Fjalla One', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700 !important;
}

h2 {
    font-size: 40px !important;
}

h3 {
    font-size: 34px !important;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

.cover-bg {
    background-size:cover;
    background-position: 50%;
}

@media (max-width: 1200px) {
.container {
    max-width: 100% !important;
    padding: 0 30px !important;
}
}

/*------------------------------------*\
    COOKIE BANNER
\*------------------------------------*/

div#eu_cookie_law_widget-2 {
    position: fixed;
    top: 0;
    bottom:  unset;
    z-index: 9999999;
    width:  100%;
    left:  0;
}

div#eu-cookie-law {
    padding: 30px;
    font-size: 16px;
}

.widget_eu_cookie_law_widget.top.off {
    display: none !important;
}

/*------------------------------------*\
    CLOSE BUTTON
\*------------------------------------*/

.hide-button.button {
    position: fixed;
    z-index: 9999999999;
    top: 106px;
    right: 10px;
}

.hide-button a {
    padding: 15px 20px;
    background: #f4be4f;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition:0.4s;
}

.hide-button a:hover {
    background: #000;
    color: #f4be4f;
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (max-width:768px) {

    .hide-button.button {
        bottom:  0;
        top: unset;
        left:  0;
        width: 100%;
    }

    .hide-button.button a {
        width:  100%;
        text-align:  center;
    }
    
}

/*------------------------------------*\
    POPUP BAR
\*------------------------------------*/

.wpfront-message {
    font-size: 14px;
    width: 60%;
    text-align: left !important;
}

#wpfront-notification-bar-spacer {
    z-index: 999999;
}

div#wpfront-notification-bar {
    background-color: #f4be4f !important;
    background: #f4be4f !important;
}

.wpfront-message {
    font-size: 14px;
    width: 60%;
    text-align: left !important;
    color: #000 !important;
}

.wpfront-message a {
    color: #000 !important;
    text-decoration: underline;
}

a.wpfront-button {
    background: transparent !important;
    box-shadow: 0 0 0 !important;
    border: 4px solid #000;
    border-radius: 0 !important;
    padding: 20px 30px !important;
    text-transform: uppercase;
    color: #000 !important;
    text-shadow: 0 0 0 !important;
    font-size: 18px !important;
}

@media only screen and (max-width:768px) {

    div#wpfront-notification-bar-spacer {
        display: none !important;
    }
    
}

/*------------------------------------*\
    COLOR
\*------------------------------------*/

.white-color {
    color:#fff !important;
}

/*------------------------------------*\
    ELEMENTS > BANNER
\*------------------------------------*/

.banner {
    padding:100px 0;
}

.banner h1 {
    font-size:60px;
}

/*------------------------------------*\
    ELEMENTS > 2 COLUMN TEXT
\*------------------------------------*/

.two-column-text {
    position: relative;
}

.two-column-col {
    padding: 60px 0;
}

.two-column-col {
    padding: 60px 0;
}

.two-column-col.full {
    padding-bottom: 0;
    margin-bottom: -60px;
    z-index: 1;
}

.two-column_content {
    padding: 0 20px;
    position: relative;
    max-width: 575px;
}

.two-column_content a, .two-column_content a:hover {
    color: inherit;
    text-decoration: underline;
}

.two-column_content.left {
    float: right;
}

.two-column_content.title {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.two-column-text h3 {
    padding: 0 0 30px;
    margin: 0;
}

.two-column-text p {
    margin: 0;
    padding: 0 0 10px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.two-column-col.map {
    padding: 0;
}

.two_column_map {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.acf-map {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media only screen and (max-width:992px) {

    .two-column_content {
        max-width: 1000px;
    }

    .two-column_content.left {
        float: none;
    }
    
    .two-column_content.title {
        padding: 0 20px;
    }
    
}

@media only screen and (max-width:768px) {
    
    .acf-map {
        position: relative;
        height: 400px;
    }
    
    .remove-padding-mobile.first {
        padding-bottom: 0;
    }
    
    .remove-padding-mobile.last {
        padding-top: 0;
    }
    
}

/*------------------------------------*\
    ELEMENTS > TEXT & COLLAPSE
\*------------------------------------*/

.text-and-collapse {
    padding: 60px 0;
}

.text-and-collapse h3 {
    margin:0 0 30px 0;
}

.tabs-title {
    margin: 0 0 30px 0;
}

h4.accordion-toggle {
    margin: 0;
    padding: 20px 50px 20px 20px;
    color: #fff;
    font-size: 20px;
    position: relative;
}

h4.accordion-toggle .accordion-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px !important;
    margin-top: -9.5px;
    transition:0.4s;
}

h4.accordion-toggle.active .accordion-toggle-icon {
    transform: rotate(180deg)
}

.accordion-item-container:nth-child(3n+1) {
    background: #232323 !important;
}

.accordion-item-container:nth-child(3n+2) {
    background: #585858 !important;
}

.accordion-item-container:nth-child(3n+3) {
    background: #2f2f2f !important;
}

.accordion-content {
    padding: 30px;
    color: #fff;
}

.accordion-content a {
    color: #fff;
    text-decoration: underline;
}

.accordion-content a:hover {
    color: #fff;
    text-decoration: none;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

.accordion-content h3 {
    font-size: 16px !important;
    background: #f3bd4e;
    display: inline-block;
    padding: 7px;
}

a.accordion-button {
    background: transparent !important;
    box-shadow: 0 0 0 !important;
    border: 4px solid #f3bd4e;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    color: #f3bd4e !important;
    text-shadow: 0 0 0 !important;
    font-size: 18px !important;
    text-decoration: none;
    margin: 0 0 10px 0;
    transition: 0.4s;
    display: table;
    width: auto;
}

a.accordion-button:hover {
    border: 4px solid #fff;
    color: #fff !important;
}

@media only screen and (max-width:576px) {

    .accordion-content {
        padding: 30px 0 !important;
    }
    
}

/*------------------------------------*\
    ELEMENTS > CALL TO ACTION
\*------------------------------------*/

.call-to-action {
    padding: 20px 0;
}

.call-to-action h3 {
    font-weight: 700;
    font-size: 20px !important;
    margin: 0 !important;
}

.call-to-action p {
    margin: 10px 0 0 0;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
    padding:30px 0;
    background: #000;
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    z-index: 9999999
}

.header .container {
    position: relative;
}

.header-logo a, .header-logo a:hover {
    font-weight: 700;
    font-size: 24px;
    color:#fff;
    text-decoration: none;
}

@media only screen and (max-width:1130px) {
    .header-menu ul {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .header-menu li a {
        color: #fff;
        font-weight: 700;
        font-size: 14px !important;
    }
    .header-logo a {
        font-size: 20px !important;
    }
}

.header-menu {
    text-align: right;
}

.header-menu ul {
    padding: 0;
    margin: 0;
}

.header-menu li {
    display: inline-block;
    margin: 5px 10px;
}

.header-menu li a {
    color: #fff;
    font-weight: 700;
    transition:0.4s;
}

.header-menu li a:hover, .header-menu li.current-menu-item a {
    color: #f4be4f;
    text-decoration: none;
}

/*------------------------------------*\
    PAGE CONTENT
\*------------------------------------*/

.page-content {
    margin-top:91px;
}

/*------------------------------------*\
    HEADER > MOBILE
\*------------------------------------*/

.mobile-menu-trigger .mobile-menu-trigger {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 30px;
    line-height: 0;
    margin-top: -15px;
    opacity: 0;
    visibility:hidden;
    transition:0.4s;
}

@media only screen and (max-width:1140px) {
    .mobile-menu-trigger .mobile-menu-trigger.closed.active {
        opacity: 1;
        visibility:visible;
    }
    .mobile-menu-trigger.active {
        opacity: 1;
        visibility:visible;
    }
}

@media only screen and (min-width:1140px) {
    .mobile-menu-container {
        visibility: hidden !important;
    }
}

.mobile-menu-container {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 999999;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:0.4s;
    visibility: visible;
}

.mobile-menu-container.open {
    top: -0;
}

.mobile-menu-container_inner {
    text-align:  center;
    font-size:  24px;
}

.mobile-menu-container_inner li {
    list-style:  none;
    margin:  0 0 20px;
}

.mobile-menu-container_inner ul {
    padding:  0;
    margin:  0;
}

.mobile-menu-container_inner li a {
    color:  #fff;
    font-weight: 700;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer-cookies {
    background: #222;
    padding: 30px 0;
    color: #fff;
    font-weight: 600;
}

.footer-cookies a {
    color: #f3bd4e;
    font-weight: 600;
    text-decoration: underline;
}

.footer {
    background:#000;
    color:#fff;
    padding:60px;
}
.footer-right {
    font-weight:700;
}

.footer-logo {
    text-transform: uppercase;
    font-size:40px;
    margin-top:10px;
}

.footer-logo a, .footer-logo a:hover {
	color:#fff;
	text-decoration:none;
}

@media (max-width: 1200px) {

.footer {
    padding: 60px 0 !important;
}
    
}

@media (max-width: 768px) {

.footer {
    margin-bottom:54px;
}
    
}

.footer-creds {
    font-size: 13px;
    font-weight: 400;
}

.footer-creds a, .footer-creds a:hover {
    color:#f3bd4e;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
