/*
Theme Name: Aminona
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk
Description: Another custom theme for a happy customer!
Version: 1.1
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #111;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*outline: 1px solid red !important;*/
}

body{
  font-family: 'poppins', sans-serif;
  display: grid;
  grid-template-rows: 121px 1fr auto;
  min-height: 100vh;
}


/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav{
  display: grid;
  grid-template-columns: 25% 1fr;
  font-family: 'poppins', sans-serif;
  padding: 2em 3em;
  width: 100%;
}

nav img{
  max-width: 217px;
}

.main-nav{
    align-self: center;
    justify-self: end;
    margin: 0;
    padding: 0;
}

.main-nav a{
  color: #111;
  font-weight: 400;
  font-size:  0.9em;
  padding: 4px 0.5em;
}

.main-nav a:hover{
  color: #111;
  font-weight: 600;
  transition: 0;
}

.main-nav li{
  color: #111;
  display: inline-block;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
}

.main-nav ul{
  list-style-position: inside;
}

.nav-btn{
  display: none;
}

.side-nav {
  align-content: start;
  display: grid;
  color: #fff;
  grid-row-gap: 0.5em;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #084a94;
  overflow-x: hidden;
  transition: 0.4s;
  padding: 60px 0 0 0 !important;
  list-style-type: none;
  z-index: 200;
}

.side-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 400;
  display: block;
  transition: 0.4s;
  padding-left: 4%;
}

.side-nav a:hover {
  font-weight: 600;
}

.side-nav img{
  margin: 0 auto;
  height: auto;
  width: 200px;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.nav-btn{
    color: #2b2b2b;
    font-size: 1.5em;
    justify-self: end;
    cursor: pointer;
    padding: 10px 0;
    width: 61px;
}

#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin-top: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #084a94;
  opacity: 1;
  left: 0;
  border-radius: 4px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 6px;
}

#nav-icon span:nth-child(3) {
  top: 12px;
}

.sub-menu{
  display: none;
}

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #fff;
  display: block;
  position: absolute;
  width: 10em;
}

.sub-menu li{
  display: block;
  border-bottom: #dddddd 1px solid;
}

.sub-menu li:last-of-type{
  border: 0;
}

.sub-menu a{
  color: #2b2b2b;
  display: block;
  font-size: 0.6em;
  padding: 8px 1em;
  text-transform: none;
}

.sub-menu a:hover{
  padding-left: 1.5em;
}

.sub-menu a:after{
  content: "";
}

.side-nav li ul li a{
  color: #fff;
  font-size: 1em;
  padding: 4px 4px 4px 48px;
}

.side-nav li ul li a:hover{
  padding-left: 48px;
}

.side-nav li ul li {
  border: 0;
}

/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

section{
  display: grid;
  justify-self: center;
  padding: 5em 3em;
  width: 1200px;
}

section.content-wrap{
  align-content: start;
}

footer{
  display: grid;
  grid-template-columns: 20% 80%;
  width: 100%;
  padding: 5em 3em 0;
}

footer p{
  padding: 0;
}

.content-wrap{
  max-width: 750px;
}

.ignore-wrap{
  max-width:  100% !important;
}

.footer-right{
  display: grid;
  justify-items: end;
}

.footer-right p{
  font-size: 0.8em;
}

.footer-right img{
  max-width: 217px;
}

/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h1, h2, h3, h4, h5, h6{
  border-bottom: 2px solid #3D74B4;
  color: #111;
  font-family: 'poppins', sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: 0.3em 0;
  padding: 0.2em 0;
  text-transform: uppercase;
  text-align: center;
}

h1{
  font-size: 2.5em;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

h2{
  font-size: 1.5em;
  display: inline-block;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.2em;
}

h5{
  font-size: 1.1em;
}

h6{
  font-size: 1em;
}

p{
  font-family: 'poppins', sans-serif;
  margin-bottom: 0.8em;
  max-width: 750px;
  text-align: center;
}

ul,ol{
  font-family: 'poppins', sans-serif;
  margin: 1.2em 1em;
  padding: 0;
}

ul{
  list-style-type: disc;
}

ol{
  list-style-type: decimal;
}

strong{
  font-weight: bold;
}

em{
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  color: #3D74B4;
  cursor: pointer !important;
  font-weight: bold;
  text-decoration: none;
}

blockquote{
  display: grid;
  line-height: 1.5;
  margin: 1em 0;
  width: 60%;
}

blockquote p{
  font-size: 2.25em;
  font-family: 'poppins', sans-serif;
  text-align: center;
}

cite{
  color: #3D74B4;
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  text-align: center;
}

hr{
  background-color: #3D74B4;
  border: 0;
  height: 1px;
  justify-self: center;
  margin: 2em auto;
  width: 80%;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

#post-236 section p,#post-225 section p, #post-301 section p{
  text-align: justify;
}

#post-236 section.content-wrap p:first-of-type{
  margin-bottom: 2em;
}

#post-241 section p,#post-336 section p{
  text-align: justify;
}

#post-301 h2, #post-301 img{
  margin-top: 2em;
  border-bottom: 0;
}



.spantwo{
  grid-column-start: span 2;
}

.arrow-section h2{
  margin-bottom: 2em;
  border-bottom: 0;
}

#triangle-top{
  width: 0; 
  height: 0;
  justify-self: center;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #3D74B4;
  margin: 0 auto;
  margin-bottom: 2em;
}

#triangle-top{
  display: none;
}

#arrow-one {
  width: 0; 
  height: 0;
  justify-self: start;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 200px solid #3D74B4;
  margin-bottom: 15px;
}
#arrow-two {
  width: 0; 
  height: 0;
  justify-self: center;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 200px solid #c4c4c4;
  margin-bottom: 15px;
}
#arrow-three {
  width: 0; 
  height: 0;
  justify-self: end;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 200px solid #c4c4c4;
  margin-bottom: 15px;
}

#arrow-one:hover, #arrow-two:hover, #arrow-three:hover{
  cursor: pointer;
}

.arrow-container{
  border-bottom: 3px solid #3D74B4;
  display: grid;
  grid-column-gap: 80px;
  grid-template-columns: 200px 200px 200px;
  width: 760px;
  justify-self: center;
  position: relative;
}

.arrow-number-one{
  position: absolute;
  font-size: 3em;
  font-weight: 800;
  left: 110px;
  bottom:  60px;
}

.arrow-number-two{
  position: absolute;
  font-size: 3em;
  font-weight: 800;
  left: 365px;
  bottom:  60px;
}

.arrow-number-three{
  position: absolute;
  font-size: 3em;
  font-weight: 800;
  left: 620px;
  bottom:  60px;
}

.arrow-content-container{
  display: grid;
  justify-self: center;
  text-align: center;
  max-width: 760px;
}

.arrow-content-container p{
  text-align: justify;
}

p#content-text,p.content-text-mobile{
  text-align: justify !important;
}

.border-right-blue{
  border-right: 3px solid #3D74B4;
  padding-right: 2.5em;
  margin-right: 1em;
}

#content-text{
  justify-self: center;
}

.content-header-mobile,.content-text-mobile{
  display: none;
}

.banner-img{
  background: #c4c4c4 url('https://via.placeholder.com/1000x750.png?text=Background+Image') no-repeat center / cover;
  width: 100%;
}

button{
  border: 1px solid transparent;
  border-radius: 10px;
  background: #c4c4c4;
  cursor: pointer;
  padding: 1em 2em;
  text-transform: uppercase;
}

button:hover{
  border: 1px solid #c4c4c4;
  background: transparent;
}

#content-header{
  border-bottom: 0;
}

.column p,.column h2,.column h1,.column h3,.members-downloads p,.members-downloads h2,.members-downloads label{
  padding: 0;
  text-align: left;
}

.column p{
    text-align: justify;
}

.column h2{
  display: block !important;
}

.column h1,.column h2, .column h3, .members-downloads h2, .members-downloads h3, .download-item label{
  font-weight: 600;
}

.column img{
  max-width: 400px;
  width: 100%;
}

.column .download-item{
  margin-top: 2em;
}

#cta-arrow{
  position: fixed;
  right: 0px;
  top: 60%;
  width: 0; 
  height: 0;
  border-right: 112px solid #000;
  border-bottom: 112px solid transparent;
  border-top:  112px solid transparent;
  white-space: nowrap;
}

#cta-arrow a{
  color: #fff;
  display: inline-block;
  margin-left: 52px;
  text-align: center;
  transform: rotate(-90deg);
}

.focus *{
  border: 0;
  color: #3D74B4;
  justify-self: center;
  max-width: 700px;
  text-align: center;
}

img{
  max-width: 100%;
}

.members-area{
  border-radius: 10px;
  display: grid;
  background-color: rgba(61,116,180,0.5);
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  max-width: 1110px;
}

.members-area h1, .members-area h2, .members-area h3{
  border-bottom: 0;
}

.members-downloads{
  grid-column-start:  span 2;
}

.downloads-area{
  background-color: rgba(61,116,180,0.3);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  padding: 3em 5em;
}

.download-item{
  display: grid;
  grid-gap: 0.5em;
}

.download-item label{
  font-size:  1.5em;
  font-weight: 800;
}

.members-nav{
  background: #c4c4c4;
  color: #fff;
  display: inline-block;
  font-size: 3em;
  font-weight:  500;
  line-height: 1.3;
  padding: 0.8em 1em;
}

.members-nav span{
  color: #111;
}

.slant{
  background: #3D74B4;
  transform: skewY(-7deg);
  width: 100%;
}

.slant div{
  display: grid;
  transform: skewY(7deg);
}


.slant div *{
  color: #fff;
  justify-self: center;
  max-width: 700px;
  text-align: center;
}


.split{
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.team-container{
  grid-gap: 2em;
  grid-template-columns: 1fr 1fr;
}

.team-container h2{
  grid-column-start: span 2;
  border-bottom: 0;
}

.team-content{
  background: #f3f3f3;
  display: grid;
  grid-row-gap: 0.5em;
  grid-template-columns: 1fr;
  padding: 0.5em 1.5em;
  z-index: 10;
}

.team-content h2{
  border-bottom: 0;
  grid-column-start: span 1;
  font-size: 1.4em;
  padding: 0;
}

.team-content p{
  text-align: justify;
}

.team-content a{
  background: #3D74B4;
  border-radius: 50%;
  display: grid;
  justify-self: center;
  height: 40px;
  width: 40px;
}

.team-content a:hover{
  background: #1e5bff;
}

.team-content a img{
  align-self: center;
  justify-self: center;
  max-width: 15px;
  height: auto;
}

.team-content h3{
  border-bottom: 0;
  color: #3D74B4;
  font-size: 1.2em;
  padding: 0;
}


.team-item{
  justify-self: center;
  max-width: 520px;
  overflow: hidden;
}

.team-item.spread-two{
  grid-column-start: span 2;
  justify-self: center;
}

.team-image{
  object-fit: cover;
  object-position: 50% 20%;
  height: 280px;
  vertical-align: bottom;
  width: 100%;
}

.team-profile{
  display: block;
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  z-index: -10;
}

.tiers-container{
  grid-column-gap: 1em;
  grid-template-columns: 1fr 2px 1fr;
  width: 100%;
}

.tiers-container hr{
  background: #3D74B4;
  height: 240px;
  width: 2px;
}

.tiers-container p{
  grid-column-start:  span 4;
  justify-self: center;
  max-width: 760px;
  text-align: center;
}

.tier-item{
  display: grid;
  justify-self: center;
  padding: 1em 2em;
  width: 100%;
  justify-items: center;
  grid-template-columns: 1fr;
  align-content: start;
}

.tier-item h3{
  border-bottom: 0;
  font-size: 1.1em;
  text-align: center;
}

.tier-item p{
  text-align: justify;
}

.tier-item label{
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.tier-item:nth-of-type(1){
  border-left: 0;
}

.video-banner{
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#video-back {
  position: absolute;
  right: 0;
  bottom: -300px;
  min-width: 100%;
  min-height: 100%;
}

.video-banner h1{
  align-self: center;
  border-bottom: 0;
  color:#fff;
  letter-spacing:0.05em;
  text-shadow: 2px 2px #2c2c2c;
  text-align:center;
  z-index:99;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

form{
  display: grid;
  grid-row-gap: 2em;
  justify-self: center;
  margin-top: 2em;
  max-width: 450px;
  width: 100%;
}

input,textarea{
  border: 1px solid #2b2b2b;
  border-radius: 20px;
  padding: 1em;
}

textarea{
  max-height: 104px;
}

input::placeholder, textarea::placeholder{
  color: #2b2b2b;
  font-size: 0.75em;
  text-align: center;
}

input[type="submit"]{
  background: #88C8C3;
  border: 4px solid #FFF;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  justify-self: center;
  padding: 0.8em 2em;
  max-width: 276px;
}

input[type="submit"]:hover{
  background: #fff;
  border: 4px solid #88C8C3;
  color: #88C8C3;
}

/* ///// WP ///// */
/* ///// WP ///// */
/* ///// WP ///// */

.wp-block-columns{
  margin-bottom: 5em;
}




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

section,footer,.accordion-wrapper{
  width: 100%;
}

.main-nav{
  display: none;
}

nav{
  grid-template-columns: 1fr 25%;
}

.nav-btn{
  align-self: center;
  display: block;
  justify-self: end;
}


}

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

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */


/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */



/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */
 

}

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

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



}

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

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

#triangle-top{
  display: block;
}

h1{
  border-bottom: 0;
}

.arrow-container{
  display: none;
}

.arrow-content-container p{
  border-bottom: 3px solid #3D74B4;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.content-header-mobile{
  border-bottom: 0;
  display: block;
}

.content-header-mobile,.content-text-mobile{
  display: block;
}

.tiers-container{
  grid-template-columns: 1fr;
  grid-row-gap: 0;
}

.tiers-container hr{
  display: none;
}

.tiers-container h2{
  text-align: center;
}

.tiers-container p{
  border-bottom: 3px solid #3D74B4;
  margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 2em;
  grid-column-start:  span 1;
}

}


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

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

footer{
  grid-template-columns: 1fr;
  padding: 3em 3em 2em;
}

.footer-right{
  grid-row-start: 1;
  justify-items: center;
  text-align: center;
}

.footer-left{
  text-align: center;
}



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.spantwo{
  grid-column-start: span 1;
}

.members-area{
  grid-template-columns: 1fr;
}

.members-downloads{
  grid-column-start:  span 1;
}

.downloads-area{
  grid-template-columns: 1fr;
}

.team-container{
  grid-template-columns: 1fr;
}

.team-item.spread-two{
  grid-column-start: span 1;
}

.team-container h2{
  grid-column-start: span 1;
}



/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

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

.border-right-blue{
  border-right: 0;
  border-bottom: 3px solid #3D74B4;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 0;
  padding-right: 0;
}

.wp-block-columns{
  margin-bottom: 1.5em;
}

}

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

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

h1{
  font-size: 2em !important;
}

h2{
  font-size: 1.5em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

h5{
  font-size: 1em;
}

blockquote p{
  font-size: 1.5em;
}

section{
  padding: 4em 1.5em;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.split{
  grid-template-columns: 1fr;
}

.tiers-container{
  grid-template-columns: 1fr;
}

.tiers-container p{
  grid-column-start:  span 1;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

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

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav img{
  max-width: 120px;
}


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.downloads-area{
  padding: 1.5em 2.2em;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}




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

    body, header, main, section, footer {
    width: 320px;
    
    }

}

