@font-face {
font-family: gillSans;
src: url(//www.notanotherbrittany.com/wp-content/themes/notanotherbrittany/fonts/GillSans.otf);
}
@font-face {
font-family: gillSansLight;
src: url(//www.notanotherbrittany.com/wp-content/themes/notanotherbrittany/fonts/GillSansLight.otf);
}
@font-face {
font-family: gillSansBold;
src: url(//www.notanotherbrittany.com/wp-content/themes/notanotherbrittany/fonts/GillSansHeavy.otf);
}
body {
font-family: gillSans, sans-serif, Arial;
}
h2, h3, h4, h5, h6 {
font-size: 30px;
font-family: gillSansLight, sans-serif, Arial;
}
h1 {
font-weight: 900;
font-size: 30px;
text-transform: uppercase;
font-family: gillSansBold, sans-serif, Arial;
}
b, strong {
font-family: gillSansBold, sans-serif, Arial;
}
a, a:visited {
color: #d935ce;
}
a:hover {
color: #f22283;
}   #header {
height: 75vh;
min-height: 250px;
overflow: hidden;
position: relative;
background: rgb(217,53,206);
background: linear-gradient(180deg, rgba(217,53,206,1) 0%, rgba(242,198,119,1) 75%, rgba(242,198,119,1) 100%);
}
#header-rounded {
top: 0;
left: 0;
z-index: 0;
width: 100vw;
height: 100vh;
background: #FFF;
position: absolute;
clip-path: circle(75% at 50% 100%);
}
.brittany-circle {
bottom: 0;
z-index: 1;
width: 100%;
position: absolute;
text-align: center;
}
.brittany-circle img {
margin-bottom: 15px;
border-radius: 50%;
max-width: 250px;
border: solid 5px #fdca20;
background-color: #cfcfcf;
}
.brittany-circle h1 {
background-color: #d935ce;
background-image: linear-gradient(45deg, #d935ce, #f22283);
background-size: 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#headerwave {
display: none;
}   .navbar-brand {
z-index: 2;
}
.navbar-expand-md {
z-index: 99;
padding: 0;
}
.navbar-expand-md .container .navbar-toggler {
display: block;
}
.navbar-collapse {
width: 100%;
background: #FFF;
position: fixed;
z-index: 9;
display: block;
visibility: hidden;
opacity: 0;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.04s;
}
.navbar-collapse ul.navbar-nav {
position: absolute;
top: 30px;
display: flex;
align-items: center;
justify-content: right;
width: 100%;
}
.navbar-collapse ul.navbar-nav li {
opacity: 0;
transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
padding: 0;
margin-bottom: 20px;
}
.navbar-collapse ul.navbar-nav li a {
padding: 0;
font-size: 20px;
font-weight: bold;
}
.navbar-collapse ul.navbar-nav li ul li {
margin-bottom: 5px;
}
.navbar-collapse ul.navbar-nav li ul li a {
padding-left: 15px;
}
.navbar-collapse.show {
margin-top: 110px;
min-height: 100vh;
visibility: visible;
opacity: 1;
z-index: 9;
}
.navbar-collapse.show ul li {
opacity: 1;
width: 100%;
}
.navbar-collapse.show ul li img {
margin-left: 5px;
margin-right: 5px;
max-width: 25px;
}
.navbar-collapse.show ul li ul li img {
display: none;
}
.navbar-collapse.show ul li:nth-child(1) {
transition-delay: 0.06s;
}
.navbar-collapse.show ul li:nth-child(2) {
transition-delay: 0.12s;
}
.navbar-collapse.show ul li:nth-child(3) {
transition-delay: 0.18s;
}
.navbar-collapse.show ul li:nth-child(4) {
transition-delay: 0.24s;
}
.navbar-collapse.show ul li:nth-child(5) {
transition-delay: 0.3s;
}
.navbar-collapse.show ul li:nth-child(6) {
transition-delay: 0.36s;
}
.navbar-light .navbar-toggler {
border-color: transparent;
}
.btn-search {
color: #fff;
background-image: linear-gradient(45deg, #d935ce, #f22283);
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-menu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}   #brittany {
padding: 30px 0px 0px 0px;
background-color: #fe83af;
}
#phone {
padding: 30px 0px 0px 0px;
background-color: #ffd35c;
}
#tablet {
padding: 30px 0px 0px 0px;
background-color: #dce4e7;
}
#controller {
padding: 30px 0px 0px 0px;
background-color: #b9e6fd;
}
#featuredin {
padding: 30px 0px;
}
#brittany img, #phone img, #tablet img, #controller img {
margin-top: 30px;
}
#quotes {
color: #FFF;
background-color: #000;
}
#carouselQuotes .carousel-item .align-items-center {
padding: 30px;
height: 50vh;
min-height: 200px;
text-align: center;
}
#carouselQuotes .carousel-item {
padding-left: 15px;
padding-right: 15px;
}
.carouselInnerCenter .before {
display: block;
color: #f22283;
font-size: 100px;
line-height: 0px;
font-weight: bold;
text-align: center;
}
.carouselInnerCenter .after {
margin-top: 75px;
display: block;
color: #f22283;
font-size: 100px;
line-height: 0px;
font-weight: bold;
text-align: center;
}
.clear {
clear: both;
}
.slick-prev {
margin-left: 15px;
left: 0;
z-index: 10;
}
.slick-next {
margin-right: 15px;
right: 0;
z-index: 10;
}   .wpcf7 .row {
margin-bottom: 15px;
}
.wpcf7 .row:last-of-type {
margin-bottom: 0px;
}
.wpcf7 .row input, .wpcf7 .row textarea {
background-color: #F2F2F2;
}
.wpcf7 .row input.wpcf7-submit {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
}
.wp-block-image {
text-align: center;
}
.videowrapper {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.videowrapper iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.text-spacing {
margin-bottom: 15px;
}
.archive-post {
margin-bottom: 15px;
padding: 15px;
border-radius: 15px;
border: 1px solid #EEE;
}
.archive-title {
margin-bottom: 15px;
font-size: 24px;
display: block;
font-weight: bold;
background-color: #d935ce;
background-image: linear-gradient(45deg, #d935ce, #f22283);
background-size: 100%;
text-decoration: none;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: gillSansBold, sans-serif, Arial;
}
.archive-featured-image {
margin-bottom: 15px;
display: block;
text-align: center;
}
.read-more, .read-more:visited {
padding: 10px 15px;
color: #FFF;
border-radius: 15px;
display: inline-block;
text-decoration: none;
background-image: linear-gradient(45deg, #d935ce, #f22283);
}
.read-more:hover {
color: #FFF;
background-image: linear-gradient(45deg, #f22283, #d935ce);
}
main {
padding-top: 30px;
}
nav .prev {
float: left;
}
nav .next {
float: right;
}
nav .prev a, nav .prev a:visited , nav .next a, nav .next a:visited {
padding: 10px 15px;
color: #FFF;
border-radius: 15px;
display: inline-block;
text-decoration: none;
background-color: #000;
}
nav .prev a:hover, nav .next a:hover {
color: #FFF;
text-decoration: none;
}
.featured-image {
margin-bottom: 15px;
text-align: center;
}
.size-full {
margin-left: auto;
margin-right: auto;
display: block;
max-width: 100%;
height: auto;
}
#gold-full {
padding: 30px 0px;
background-color: #f0bf73;
}
#gold { background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(240,191,115,1) 25%, rgba(240,191,115,1) 100%);
}
#gold img, #gold-full img {
margin: 0px auto 10px auto;
max-width: 125px;
border-radius: 50%;
display: block;
}
#gold a, #gold a:hover, #gold a:visited,
#gold-full a, #gold-full a:hover, #gold-full a:visited {
color: #000;
text-decoration: none;
}
#gold p, #gold-full p {
margin-top: 10px;
margin-bottom: 0px;
}
#gold-full .row {
margin-bottom: 15px;
}
#gold-full .row:last-of-type {
margin-bottom: 0px;
}
#gold .slick-list {
overflow-x: hidden;
overflow-y: visible;
}
#gold .slick-slide {
padding: 15px;
}
#gold .slick-active.slick-center {
background-color: transparent;
transition: background-color 0.25s ease;
}
#gold .slick-active.slick-center {
border-radius: 75px;
background-color: #f0bf73;
transition: background-color 0.25s ease;
}
.grecaptcha-badge {
opacity:0;
}
#category-select {
margin-bottom: 15px;
}
#category-select select {
font-weight: bold;
cursor: pointer;
font-family: gillSansBold, sans-serif, Arial;
}
iframe.instagram-media[style] {
margin: 30px auto !important;
}   .comments-box {
margin-top: 35px;
}
ol.comment-list {
margin: 30px 0px;
padding: 0px;
list-style-type: none;
}
ol.children {
margin: 0px;
padding: 0px;
list-style-type: none;
}
ol.comment-list li {
margin-bottom: 30px;
padding-left: 52px;
padding-bottom: 30px;
position: relative;
border-bottom: 1px solid #ddd;
}
ol.comment-list li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none
}
ol.comment-list li .avatar {
top: 0;
left: 0;
position: absolute;
border-radius: 50%;
}
ol.children {
margin-top: 30px;
padding-top: 30px;
padding-left: 50px;
border-top: 1px solid #DDD;
}
.comment-heading, .comment-form {
margin-top: 0;
margin-bottom: 30px;
}
.comment-form label {
display: block;
}
.comment-metadata a {
color: #888;
font-size: 11px;
}
#cancel-comment-reply-link {
color: #C00;
font-size: 12px;
}
.form-allowed-tags code {
white-space: normal;
}
.form-submit {
display: none;
}
.left-indent {
padding-left: 10px;
}      #footer {
margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
color: #FFF;
background-color: #000;
}
#footer a, #footer a:hover, #footer a:visited {
color: #FFF;
text-decoration: none;
}
#footer p {
margin-bottom: 0px;
}
.footer-text {
text-align: center;
}
.footer-social {
padding-top: 15px;
text-align: center;
font-size: 24px;
}
.footer-social a {
margin-left: 5px;
margin-right: 5px;
}    @media only screen and (min-width : 390px) {
#header {
height: 65vh;
}
} @media only screen and (min-width : 768px) {
#header {
height: 50vh;
min-height: 250px;
}
body.single #header {
height: 40vh;
}
#header-rounded {
display: none;
}
#headerwave {
display: block;
}
.headerwave {
height: 25%;
width:100%;
position:absolute;
bottom:0;
left:0;
background: #FFF;
}
.wave {
background: url(//www.notanotherbrittany.com/wp-content/themes/notanotherbrittany/images/wave.svg) repeat-x;
position: absolute;
top: -198px;
width: 6400px;
height: 198px;
animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
top: -175px;
animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
opacity: 1;
}
@keyframes wave {
0% {
margin-left: 0;
}
100% {
margin-left: -1600px;
}
}
@keyframes swell {
0%, 100% {
transform: translate3d(0,-25px,0);
}
50% {
transform: translate3d(0,5px,0);
}
}
#brittany, #phone, #tablet, #controller {
padding: 0px 0px;
}
#brittany img, #phone img, #tablet img, #controller img {
margin-top: 0px;
}
#brittany .home-content, #phone .home-content, #tablet .home-content, #controller .home-content {
padding-top: 60px;
padding-bottom: 60px;
height: 85vh;
position: relative;
}
.center {
top: 50%;
left: 50%;
position: relative;
max-width: 750px;
transform: translate(-50%, -50%);
}
.center h2 {
font-size: 5rem;
}
.center p {
font-size: 1.25rem;
}
#carouselQuotes .carousel-item .align-items-center {
padding: 30px 50px;
font-size: 24px;
}
.footer-social {
padding-top: 0px;
}
.archive-featured-image {
margin-left: 0;
margin-right: 30px;
float: left;
max-width: 200px;
}
} @media only screen and (min-width : 992px) {
.navbar-collapse {
z-index: 2;
opacity: 1;
width: auto;
height: auto;
visibility: visible;
position: relative;
}
.navbar-collapse ul.navbar-nav {
top: auto;
}
.navbar-collapse ul.navbar-nav li {
opacity: 1;
}
.navbar-collapse ul li img {
display: none;
}
#header {
height: 60vh;
}
main {
padding-top: 60px;
}
#gold .row {
margin-bottom: 30px;
}
} @media only screen and (min-width : 1200px) {
#header {
min-height: 500px;
}
} @media only screen and (min-width : 1400px) {
}