/********** Kevin Watkins v2**********/

/********** Reset CSS *********/

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: inherit;
    vertical-align: baseline;
}

body, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** End CSS Reset **********/
html {
    background-color: #fff;
}

body {
    font-family: 'Lora', serif;
    color: #666666;
    background-color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    line-height: 25px;
    margin: 0 auto;
}

em {
    font-family: 'Lora', serif;
    font-style: italic;
}

h1 {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 25px;
}

h2 {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 20px;
}

h3 {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

h2-s {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 0px;
}

.quote {
    font-style: italic;
    font-size: 24px;
    text-align: center;
}

.quote-big {
    font-style: italic;
    font-size: 30px;
    line-height: 34px;
}

.new {
    font-size: 16px;
    color: #000000;
    font-style: italic;
}

.color-1 {
    color: #fff;
}

.medium {
    font-size: 16px;
}

.small {
    font-size: 14px;
}

.smaller {
    font-size: 12px;
}

.spaced-small {
    margin-bottom: 14px;
}

.spaced-smaller {
    margin-bottom: 4px;
}

.spaced-smaller-x2 {
    margin-bottom: 8px;
}

.spaced-smaller-x3 {
    margin-bottom: 16px;
}

.spaced {
    margin-bottom: 25px;
}

.spaced-top {
    margin-top: 25px;
}

span.line {
    display: inline-block;
}

.filter {
    display: none;
}

/********** Form Styles **********/
input:focus {
    outline: #000000;
    border: 1px solid;
    border-radius: 5px;
}

textarea:focus {
    outline: #000000;
    border: 1px solid;
    border-radius: 5px;
}

input, textarea {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: inherit;
    background-color: #eee;
    font-size: 16px;
    font-family: inherit;
    width: 97%;
    color: #666666;
}

#submit {
    width: 100px;
}

/********** View Weddings - Double Blocks **********/
.view-weddings-image {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.view-weddings-left-block {
    width: 50%;
    background-color: #fff;
    float: left;
}

.view-weddings-right-block {
    width: 50%;
    background-color: #fff;
    float: right;
}

.view-weddings-inner-left {
    padding-right: 5%;
    padding-bottom: 5%;
}

.view-weddings-inner-right {
    padding-left: 5%;
    padding-bottom: 5%;
}

@media (max-width: 860px) {
    .view-weddings-left-block, .view-weddings-right-block {
        display: block;
        width: 100%;
        float: none;
    }

    .view-weddings-inner-left, .view-weddings-inner-right {
        padding: 0;
        margin-bottom: 3%;
    }
}

.homepage {
    padding-bottom: 0px !important;
}

.click-to-view {
    text-align: center;
    font-size: 16px;
    margin-bottom: 4px;
}

/***** Flex box *******/
.flex {
    display: flex;
}

.box {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    flex: 1;
}

.middle {
    align-items: center;
}

/********** Default Link Styles **********/
a:link {
    color: #666666;
    text-decoration: underline;
    border: none;
}

a:visited, a:active {
    color: #666666;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
    border: none;
}

a img {
    border: none;
}

a:active, a:focus {
    outline: none;
}

.dark:link, .dark:visited, .dark:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.dark:active {
    color: #FFFFFF;
    text-decoration: none;
}

.footer:link, .footer:visited {
    color: #ffffff;
    text-decoration: underline;
}

.footer:hover {
    color: #fff;
    text-decoration: underline;
}

.footer:active {
    color: #eae5e3;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: transparent;
}

/********** Navbar **********/
.fa-caret-down {
    padding-left: 5px;
}

.dropdown-content a:hover {
    background-color: #eceff1;
}

.navbar {
    overflow: hidden;
    background-color: #808e8a;
    max-width: 990px;
    margin: 0 auto;
}

.navbar a {
    font-family: 'Cinzel', serif;
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
    text-decoration: none;
    font-size: 16px;
    width: 16%;
}

.navbar .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: default;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 20px;
    background-color: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    width:auto;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 860px) {
    .navbar a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .navbar a.icon {
        float: right;
        display: block;
        padding: 20px;
        width: auto;
    }

    .navbar a {
        padding: 20px;
        text-align: left;
        width: auto;
    }
}

@media screen and (max-width: 860px) {
    .navbar.responsive {
        position: relative;
    }

    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .navbar.responsive .dropdown {
        float: none;
    }

    .navbar.responsive .dropdown-content {
        position: relative;
    }

    .navbar.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.reduce-padding {
    padding-top: 3% !important;
}

/********** Logo **********/

#header-top {
    background-color: #fff;
    padding: 5% 5% 5% 5%;
    text-align: center;
}

.name {
    font-family: 'Cinzel', serif;
    font-size: 2.5em;
    color: #000;
    padding-bottom: 10px;
    line-height: 0.9em;
}

.sub-heading {
    font-family: 'Cinzel', serif;
    font-size: 1.7em;
    color: #666;
}

#header-top a {
    text-decoration: none;
}

.logo {
    width: 150px;
    padding-bottom: 5px;
}

/*** @media (max-width: 350px) {
    .logo {
        width: 260px;
    }
} ***/



/********** Header **********/
#header-image {
    background-color: #fff;
    width: 100%;
    display: block;
}

.video-outer-wrapper {
    margin-bottom: -10px;
}

.video-inner-wrapper {
    width: 100%;
}

/********** Content Sections **********/

.top-space{
    margin-top:65px;
}

.center {
    text-align: center !important;
}

.content-background-white {
    background-color: #fff;
    text-align: left;
    display: block;
    padding: 5%;
    max-width: 960px;
    margin: 0 auto;
}

.welcome-section {
    background-color: #fff;
    text-align: left;
    display: block;
    padding: 1% 5% 5% 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.content-background-white-less-padding {
    background-color: #fff;
    display: block;
    padding-top: 0;
    padding-bottom: 4%;
    padding-left: 5%;
    padding-right: 5%;
}

.content-background-white-less-padding-left-and-right {
    background-color: #fff;
    display: block;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
}

.content-logo-strip {
    background-color: #fff;
    display: block;
    padding: 5% 5% 0% 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.content-background-pale {
    background-color: #eee;
    text-align: left;
    display: block;
    padding: 5%;
    max-width: 960px;
    margin: 0 auto;
}

.content-background-very-pale {
    background-color: #eee;
    text-align: left;
    display: block;
    padding: 5%;
    max-width: 960px;
    margin: 0 auto;
}

.content-background-very-pale-corona {
    background-color: #eae5e3;
    text-align: left;
    display: block;
    padding: 5%;
    max-width: 960px;
    margin: 0 auto;
}

.content-background-dark {
    /**background-color: #46352b;**/
    text-align: left;
    display: block;
    padding: 5%;
    max-width: 960px;
    margin: 0 auto;
}

.content-background-dark-cta {
    background-color: #808e8a;
    text-align: center;
    display: block;
    padding: 15px;
    max-width: 960px;
    margin: 0 auto;
}

.bespoke-banner {
    background-color: #879992;
    color: #fff;
    text-align: center;
    display: block;
    padding: 2% 5% 2% 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.form-block {
    background-color: #fff;
    text-align: left;
    display: block;
    padding: 5%;
    max-width: 600px;
    margin: auto;
}

iframe {
    width: 100%;
    height: 600px;
}

.kevin-with-camera {
    width: 100%;
}

/********** Wavy line **********/

.wave-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #eee;
}

.wave, .wave-reverse {
  display: block;
  position: relative;
  height: 40px;
  background: #ffffff;
}

.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #eeeeee;
  right: -25%;
  top: 20px;
}

.wave-reverse:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  left: -25%;
  top: 20px;
}

.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  left: -25%;
  top: -240px;
}

.wave-reverse:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #34495e;
  right: -25%;
  top: -240px;
}

/********** Wavy line dark **********/

.wave-dark-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #808e8a;
}

.wave-dark, .wave-dark-reverse {
  display: block;
  position: relative;
  height: 40px;
  background: #ffffff;
}

.wave-dark:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #808e8a;
  right: -25%;
  top: 20px;
}

.wave-dark-reverse:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  left: -25%;
  top: 20px;
}

.wave-dark:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  left: -25%;
  top: -240px;
}

.wave-dark-reverse:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #34495e;
  right: -25%;
  top: -240px;
}


/********** Wavy line bottom **********/

.wave-container-bottom {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.wave-bottom, .wave-reverse-bottom {
  display: block;
  position: relative;
  height: 40px;
  background: #eeeeee;
}

.wave-bottom:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  right: -25%;
  top: 20px;
}

.wave-reverse-bottom:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  left: -25%;
  top: 20px;
}

.wave-bottom:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #eeeeee;
  left: -25%;
  top: -240px;
}

.wave-reverse-bottom:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #34495e;
  right: -25%;
  top: -240px;
}

/********** Footer **********/
#footer {
    background-color: #808e8a;
    /* background-image: url('https://www.kevinwatkins.co.uk/images/backgrounds/leather-brown.jpg'); */
    color: #ffffff;
    text-align: left;
    padding: 5%;
    font-size: 14px;
    text-align: center;
}

#copyright {
    background-color: #808e8a;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

/********** Images **********/
.content-image {
    line-height: 0px;
    width: 100%;
    display: block;
}

.content-image-spaced {
    line-height: 0px;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
    border: 0;
}

.content-image-border {
    width: 100%;
    border: 1px solid #B9B9B9;
    margin-bottom: 20px;
}

#homepage-icons {
    width: 100%;
    /* max-width: 900px; */
}

/********** Spacing / Opacity - SOLIAL ICONS **********/
.image-spacing {
    padding-right: 1px;
    padding-top: 10px;
}

.img {
    opacity: 0.6;
}

.img:hover {
    opacity: 1.0;
}

image align middle .vertical-align {
    vertical-align: middle !important;
}

/********** SLIDESHOW **********/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.padding {
    padding: 1px;
    background-color: #000;
}

/********** MEDIA QUIRIES **********/
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

/********** Mobile/Tablet Show/Hide **********/
.mobile-show {
    display: none;
}

@media (max-width: 860px) {
    .mobile-none {
        display: none;
    }

    .mobile-show {
        display: inline;
    }
}

@media (max-width: 680px) {
    .iframe {
        height: 500px;
    }
}

@media (max-width: 1920px) {
    .laptop-none {
        display: none;
    }
}

/********** Grid **********/
.mm-container:after, .mm-container:before, .mm-panel:after, .mm-panel:before, .mm-row:after, .mm-row:before, .mm-row-padding:after, .mm-row-padding:before, .mm-cell-row:before, .mm-cell-row:after, .mm-clear:after, .mm-clear:before, .mm-bar:before, .mm-bar:after {
    content: "";
    display: table;
    clear: both
}

.mm-col, .mm-half, .mm-third, .mm-twothird, .mm-threequarter, .mm-quarter {
    float: left;
    width: 100%
}

.mm-col.s1 {
    width: 8.33333%
}

.mm-col.s2 {
    width: 16.66666%
}

.mm-col.s3 {
    width: 24.99999%
}

.mm-col.s4 {
    width: 33.33333%
}

.mm-col.s5 {
    width: 41.66666%
}

.mm-col.s6 {
    width: 49.99999%
}

.mm-col.s7 {
    width: 58.33333%
}

.mm-col.s8 {
    width: 66.66666%
}

.mm-col.s9 {
    width: 74.99999%
}

.mm-col.s10 {
    width: 83.33333%
}

.mm-col.s11 {
    width: 91.66666%
}

.mm-col.s12 {
    width: 99.99999%
}

@media (min-width: 601px) {
    .mm-col.m1 {
        width: 8.33333%
    }

    .mm-col.m2 {
        width: 16.66666%
    }

    .mm-col.m3, .mm-quarter {
        width: 24.99999%
    }

    .mm-col.m4, .mm-third {
        width: 33.33333%
    }

    .mm-col.m5 {
        width: 41.66666%
    }

    .mm-col.m6, .mm-half {
        width: 49.99999%
    }

    .mm-col.m7 {
        width: 58.33333%
    }

    .mm-col.m8, .mm-twothird {
        width: 66.66666%
    }

    .mm-col.m9, .mm-threequarter {
        width: 74.99999%
    }

    .mm-col.m10 {
        width: 83.33333%
    }

    .mm-col.m11 {
        width: 91.66666%
    }

    .mm-col.m12 {
        width: 99.99999%
    }
}

@media (min-width: 993px) {
    .mm-col.l1 {
        width: 8.33333%
    }

    .mm-col.l2 {
        width: 16.66666%
    }

    .mm-col.l3 {
        width: 24.99999%
    }

    .mm-col.l4 {
        width: 33.33333%
    }

    .mm-col.l5 {
        width: 41.66666%
    }

    .mm-col.l6 {
        width: 49.99999%
    }

    .mm-col.l7 {
        width: 58.33333%
    }

    .mm-col.l8 {
        width: 66.66666%
    }

    .mm-col.l9 {
        width: 74.99999%
    }

    .mm-col.l10 {
        width: 83.33333%
    }

    .mm-col.l11 {
        width: 91.66666%
    }

    .mm-col.l12 {
        width: 99.99999%
    }
}

.shaded {
    background-color: #F4F4F4
}

.white {
    background-color: #fff
}

.inner {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 992px) {
    .inner {
        padding: 3.333%;
    }

    .large-none {
        display: none;
    }
}

/********** Animation **********/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

/************* youtube fit to ratio ************/
#video {
    position: relative;
    padding-bottom: 56.23%;
    /* 16:9 */
    height: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************* full width sections ************/
.full-width-white {
    background-color: #fff;
    width: 100%;
    text-align: center;
}

.full-width-dark {
    background-color: #808e8a;
    /* background-image: url('https://www.kevinwatkins.co.uk/images/backgrounds/leather-brown.jpg'); */
    color: #ffffff !important;
    width: 100%;
    text-align: center;
}

.full-width-dark-cta {
    background-color: #808e8a;
    color: #eae5e3 !important;
    width: 100%;
    text-align: center;
}

.full-width-dark-cta a {
    color: #ffffff;
    text-decoration: none;
}

.light {
    color: #ffffff;
}

.full-width-pale {
    background-color: #eee;
    width: 100%;
    text-align: center;
}

.full-width-very-pale {
    background-color: #eee;
    width: 100%;
    text-align: center;
}

.full-width-menu {
    box-shadow: 0px 5px 5px #666;
    position:fixed;
    top:0;
    z-index:1;
    background-color: #808e8a;
    /* background-image: url('https://www.kevinwatkins.co.uk/images/backgrounds/leather-brown.jpg'); */
    width: 100%;
    text-align: center;
}

.mm-container {
    max-width: 1200px;
    margin: 0 auto;
}

/**** Top Button ****/
#TopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #161c20;
    color: #eceff1;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    opacity: 70%;
}

/**** Featured In****/
.featured-in {
    background-color: #eee;
    text-align: center;
    display: block;
}

.featured-in-icons {
    padding: 20px !important;
}
