/*
 Theme Name:   Author Child Theme
 Description:  The child theme for the Author site
 Author:       Matthew Milne
 Template:     hitreach-base-theme
 Version:      1.0.1
*/




/* Site Wide Styles */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Raleway&display=swap');

body{
	font-size:14px; 
	font-family:'Raleway', sans-serif; 
	font-weight:300; 
	color:#fff; 
	height: 100%; 
	line-height:1.6;
	background-color: #505050;
}
a {color:white;}
a:hover{text-decoration:underline; color:white;}
a:focus{color:white;}
a:visited{color:white;}
h1{font-size:34px; letter-spacing:0.1em; color:#fff; font-family:'Cormorant Garamond', sans-serif; margin-top:10px; font-weight:400; text-transform: uppercase;}
h2{font-size:23px; letter-spacing:0.2em; color:#fff; font-family:'Cormorant Garamond', sans-serif; font-weight:600; text-transform: uppercase;}
h3{font-size:18px;}
h4{text-transform: uppercase;}
h5{text-transform: uppercase;}
h6{text-transform: uppercase;}
button:focus {outline:0;}


/*General */

.clear:after {
    clear: both;
}

.clear:before, 
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-content h1
{
    margin-top:25px;
}

.content-top p
{
    font-style:italic;
    line-height:30px;
}
/* 404 Error */

.four-zero-four
{
    min-height:410px;
    text-align:center;
}

.four-zero-four .page-header
{
    border:0;
}

/* Header Styling */

/*.top-container
{
    padding-top:10px;
}*/

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

@media screen and (max-width: 992px) {
    .affix{
        position: relative !important;
    }
}

  .affix + .container-fluid {
      padding-top: 70px;
  }
  
  
 .container {
     background-color: #505050;
 } 


.searchctn{
    display: block;
    position: absolute;
    right:40px;
    top:40px;
}

#seachicon{
        float: left;
    z-index: 999;
    position: absolute;
    width: 15px;
    left: 8px;
    top: 4px;
}

  .authorsearch{
    /*position: absolute;
    top:5px;
    left:5px;*/
    width:200px;
    font-family:'Cormorant Garamond', serif !important;
  }
 
  .authorsearch input{
    border:1px solid #505050;
}

.authorsearch button{
  /*background:#717073;*/
  color:#fff;
  transition: 0.2s;
  border:1px solid #505050;
  font-size:12px;
  padding: 3px 17px !important;
  height: 26px;
  border-radius:0px !important;
}

#headsearchinput{
    height:26px;
    font-size:12px;
}

.authorsearch button:hover{
    transition: 0.2s;
    background: #fff;
}
  
  .authorsearch input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #505050;
}
.authorsearch input::-moz-placeholder { /* Firefox 19+ */
  color: #505050;
}
.authorsearch input:-ms-input-placeholder { /* IE 10+ */
  color: #505050;
}
.authorsearch input:-moz-placeholder { /* Firefox 18- */
  color: #505050;
}

@media screen and (max-width: 992px) {
    .authorsearch{
        display:none 
    }
}


.menu-mobile-menu-container .log-container .text-left {
    float: left;
}

.log-container .subscribe-link {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    color: #99999A;
}

.menu-mobile-menu-container .log-container .text-right {
    float: right;
}

#menu-menu-left
{
    padding-left:0;
}

.site-header
{
    background:#FFF;
    border-bottom:0px;
    padding:0px;
    margin:0px;
    position: relative;
}

.site-content
{
    min-height:500px;
    background:#505050;
}

.site-nav-right
{
    text-align:right;
}

.site-nav-left
{
    text-align:left;
}

.menu-menu-left-container ul
{
    margin-bottom:0;
}

.site-title
{
    /* margin:5px 0;
    display: inline-block; */
}

.tagline
{
    background:#505050;
    position:relative;
}

.tagline h2
{
    color: white;
    font-weight: 300 !important;
    margin-bottom: 0;
    padding: 12px 0px 10px 0;
    margin-top: 0px;
    line-height: 30px;
    /*height:52px;*/
    font-size: 17px;
    letter-spacing:3.4px
}

.site-title img
{
    width:195px;
    margin-top: 5px;
    margin-bottom:0px
}

.site-branding
{
    width:189px;
    margin: 0 auto;
}

.main-navigation
{
    background:#AB989C;
}

#primary-menu
{
    margin-bottom: 0;
}

.main-navigation ul
{
    padding:0;
}

#slicknav-searchform{
    width: 90%;
    margin: 0 auto;
}

#slicknav-searchform input[type="text"]{
    margin-top:30px;
    border:1px solid #434448
}

.menu li {
/*    padding:10px 10px;*/
    text-transform: uppercase;
}


.menu li a:hover {
    text-decoration: underline;
    padding-bottom: 0px;
    border-bottom: 0;
}


.menu li a:visited{
    border-bottom: 0px sold #fff !important
}

.menu li a:active, .menu li a:focus {
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 2px solid #505050 !important;
}

/* About Us Styling */

.about-us-content
{
    color:white;
    text-align:center;
    margin-top:8%;
    top:0px
}

.about-us-content p
{
    line-height: 30px;
    font-style: italic;
    font-size: 18px;
}

.about-us-bottom{
    background:#505050;
}

.about-us-bottom h2{
    text-align:center;
    /* font-family:'Cormorant Garamond', serif; */

    font-size:34px;
    padding: 80px 0 50px;
}

.about-us-bottom .content-section{
    padding: 0 40px 40px 40px;
}


.about-us-bottom .content-section h3{

    font-family:'Cormorant Garamond', serif;
    font-size:20px;
    letter-spacing:3px;
}

.about-us-bottom .content-section p{

}

.middle-section{
    padding:0 !important;
}

.about-us-title{
    margin-top:0;
    padding-left:0 !important;
    margin-bottom:20px !important;
}

.about-us-title-2{
    margin-top:0;
    font-family:'Cormorant Garamond', serif;
    padding-left:0 !important;
    margin-bottom:30px !important;
}

.middle-bottom-panel{
    border-right:10px solid #505050; !important;
}

.middle-section .home-layout-text{
    background:#505050;
}

.middle-bottom{
    border-top:10px solid #505050;;
}

.middle-section{
    border-top:10px solid #505050;;
    border-bottom:10px solid #505050;;
}

.middle-section .leftlarge{
    border-left:10px solid #505050;;
}

.middle-section .leftlarge img{
    border-bottom:10px solid #505050;;
    width:100%;
}

#about-video {
    background: #505050;
}

#about-video iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: block;
}

#about-video .rightlarge {
    border-right: 20px solid #505050;;
    vertical-align: top;
    background-color: transparent;
}

/* Footer Styling */


.hr-social-container {
    margin-top: 5px;
    text-align: center;
}

.social-icon-link {
    display: inline-block;
}

.hr-social-icon {
    border-radius:50%;
    width:34px;
    margin: 0 9.5px;
}

.hr-social-icon:hover
{
    opacity:0.7;
}

.site-footer
{
    min-height:300px;
    background:#505050;
    margin-top:0;
    border-top:0px;
    position:relative;
}

.site-footer {
  h2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    line-height: 1.4em;
  }
}



.site-footer ul li {
    font-family: 'Raleway', sans-serif;
    letter-spacing:3px;
    font-weight:600;
    list-style-type:none;
    font-size: 14px;
 }   


.footer-fluid
{
    padding-top:40px;
    
}
.footer-fluid h2{
    padding-left:25px;
    color:white;
    margin-top:0;
    font-size:14px;
    font-weight:700;
    
}

.footer-section{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif Important;
  font-weight: 600 !important;
}

.footer-section h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400 !important;
}

.lower{
    text-transform: lowercase !important;
}

.nopad, .nopad h2, .nopad ul{
    padding:0px !important
}

.leftpad, .leftpad ul{
    padding-left:5px !important
}

.footer-fluid ul{
    padding-left:24px;
}

.footer-contact{
    color:white;
}

.footer-fluid ul li{
    padding:5px 0 !important;
}

.footer-fluid ul li a:hover{
    text-decoration:none;
    border-bottom:1px solid white;
}

.footer-social-icons{
    margin-top: 0px;
    text-align:right;
}

.footer-social-icons a{
    font-size:14px;
    text-align:center;
    padding-top:8px;
    height:35px;
    width:35px;
    margin:5.5px;
    background-color:#d2d2d2;
    color:#505050 !important;
    display:inline-block;
    border-radius:50%;
    transition:0.5s;
    -webkit-transition:0.5s;
}

.footer-form
{
    /*float:right;*/
    /*text-align: right;*/
    padding-right:60px
}

.footer-form h2
{
    letter-spacing: 1px;
    margin-top: 0;
    color:white;
    font-size:14px;
    /*text-align: right;*/
    padding-left:0 !important;
}

.footer-form .your-email input
{
    /*    margin-left: 60px;*/
    font-size:14px;
    padding: 4px;
    width:220px;
    background:transparent;
    border:2px solid #FFF;
    border-radius:0;
    display:inline-block;
    /*    float:right;*/
}

.footer-form input:focus
{
    outline:none;
}

.footer-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors
{
    display:none !important;
}

.newsletter-button
{
    border-radius:0 !important;
    background:white !important;
    color:#99999A !important;
    height: 34px !important;
    width: 80px !important;
    font-size:16px !important;
    border:none !important;
    display:inline-block;
}

.newsletter-button:focus, .newsletter-button:active
{
    outline:none;
}

div.wpcf7 .ajax-loader {
    display: none;
}

#footer-bottom {
    clear: both;
    padding: 0px 0px;
    border-bottom: solid 1px #c2c2c2;
    margin: 0 2%;
}

.copyright
{
    text-align:center;
    color:white;
    margin:30px 0;
}

.flag-holder{
    /*position:absolute;
    bottom: 40px;
    left: 55px;*/
    padding-left: 40px;
    padding-bottom: 20px;
}

.flag-holder img{
    display:inline-block;
    margin-top:-21px;
    margin-right:1px;
}

.flag-holder p{
    color:white;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:0;
    padding-top:10px;
    line-height:18px;
    font-size:16px;
    font-weight:normal;
    letter-spacing: 1px;
}

.website-by{
    /*position: absolute;
    bottom: 40px;
    right: 75px;*/
    color:white;
    float: right;
    text-align: right;
    padding-right: 60px;
    padding-top: 15px;
}

.website-by #author {
    margin-right: 10px;
}

.card-icons {
    padding-top: 15px;
}

/* Meet the Makers Middle */

.meet-the-maker-middle{
    padding:0;
}


/* Gallery Bottom */
.gallerybottom{
    padding:0 !important;
    overflow:auto;
}

.gallerybottom{
    border-top:10px solid #505050;;
}

.gallery-item{
    border-bottom:10px solid #505050;;
    height:640px;
}

.gallery-item.top-middle{
    border-left:10px solid #505050;;
}

.gallery-item.top-right{
    border-left:10px solid #505050;;
}

.gallery-item.bottom-right{
    border-left:10px solid #505050;;
}

.social ul{
    padding:0;
    margin-bottom:0;
}

.social ul li:first-child{
    margin-left:0;
}

.social ul li{
    list-style-type:none;
    display:inline-block;
    margin:0 10px;
}
.social ul li a{
    transition:0.5s;
    -webkit-transition:0.5s;

}

.social ul li a:hover{
    opacity: 0.7;
}

/* Home Styling */
.latest-objects{
    padding: 0 !important;
}

.latest-objects.makers h2{
    background:#505050;
    color:white;
}

.latest-objects h2{
    /* font-family: 'Cormorant Garamond', serif; */
    text-align:center;
    margin:0;
    padding:70px 0;
    font-size:30px;
    background:#505050;
    color:#fff;
}

.under-slider{
    background:#505050;
    height:70px;
}

.under-slider.makers{
    background:#505050;
}

.object-single{
    padding:0;
}

.object-single a{
    text-decoration:none;
    height: 100%;
    width: 100%;
}

.object-overlay{
    opacity:0;
    transition:0.6s;
    -webkit-transition:0.6s;
    text-decoration:none;
}

.object-item:hover > .object-overlay{
    text-decoration:none;
    transition:0.6s;
    -webkit-transition:0.6s;
    opacity:1
}

.left-chev-holder, .right-chev-holder{
    height:50px;
    width:50px;
    background:#505050;
    opacity:0.5;
    display:inline-block;
    padding:5px;
}


.object-sections{
    position:relative !important;
}


.left-chev-holder{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.left-chev-holder img{
    padding-top:6px;
    padding-left:10px;
}

.right-chev-holder img{
    padding-top:6px;
    padding-left:12px;
}

.right-chev-holder{
    position:absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.left-chev-holder .fa{
    color:white;
    text-align:center;
    padding-top: 4px;
    padding-left: 4px;
}

.left-chev-holder.hidden, .right-chev-holder.hidden{
    display:none;
}

.left-chev-holder:hover, .right-chev-holder:hover{
    cursor:pointer;
}

.right-chev-holder .fa{
    color:white;
    text-align:center;
    padding-left: 9px;
    padding-top: 4px;
}



.object-single h3{
    margin-top:0;
    text-align:center;
    font-family:'Cormorant Garamond', serif;
    color:white;
    font-style:italic;
    font-size: 17px;
    white-space:normal;
    padding:0 10px;
    margin-bottom: 20px;
}

.object-single h4{
    font-size:17px;
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    color:white;
    white-space:normal;
    padding:0 10px;
    text-transform:none;
}

.object-item{
    position:relative;
    padding:0;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.object-overlay{
    background:rgba(0, 0, 0, 0.7);
    overflow:hidden;
    text-align:center;
    height:100%;
    position:relative;
}

.object-inner{
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.object-square-50{
    height:310px;
    width:50%;
}

.object-full{
    height:620px;
    width:100%;
}

.object-square{
    height:310px;
    width:100%;
}

.object-vertical{
    height: 620px;
    width:50%;
}

.object-button{
    background: transparent;
    letter-spacing: 2px;
    border: 2px solid #FFF;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:8px;
    padding-bottom:8px;
}

.object-button:hover{
    border:2px solid transparent !important;
    text-decoration: none;
    background: white !important;
    color: #505050;
}



@media screen and (max-width: 1600px) {
    .object-square-50{
        height:264px;
    }

    .object-full{
        height:528px;
    }

    .object-square{
        height:264px;
    }

    .object-vertical{
        height: 528px;
    }
}

@media screen and (max-width: 1240px){
    .object-square-50{
        height:310px;
    }

    .object-full{
        height:620px;
    }

    .object-square{
        height:310px;
    }

    .object-vertical{
        height: 620px;
    }
}

@media screen and (max-width: 1100px){
    .object-square-50{
        height:264px;
    }

    .object-full{
        height:528px;
    }

    .object-square{
        height:264px;
    }

    .object-vertical{
        height: 528px;
    }
}

@media screen and (max-width: 500px){
    .object-square-50{
        height:250px;
    }

    .object-full{
        height:500px;
    }

    .object-square{
        height:250px;
    }

    .object-vertical{
        height: 500px;
    }
}

@media screen and (max-width: 400px){
    .object-square-50{
        height:200px;
    }

    .object-full{
        height:400px;
    }

    .object-square{
        height:200px;
    }

    .object-vertical{
        height: 400px;
    }
}

@media screen and (max-width: 350px){
    .object-square-50{
        height:175px;
    }

    .object-full{
        height:350px;
    }

    .object-square{
        height:175px;
    }

    .object-vertical{
        height:350px;
    }

    .slicknav_brand img{
        max-width: 155px;
    }

    /*.slicknav_btn{*/
        /*left:10px !important;*/
    /*}*/

    .basket-container{
        left:20px !important;
    }

    .search-contain{
        top: 10px;
        left: 5px
    }
}



.object-single{
    border-right:10px solid #505050;
}

.makers .object-single{
    border-right:10px solid #505050;
}

.two-left .bottom-left{
    border-top:10px solid #505050;
}

.makers .two-left .bottom-left{
    border-top:10px solid #505050;
}

.two-right .top-right{
    border-bottom:10px solid #505050;
}

.makers .two-right .top-right{
    border-bottom:10px solid #505050;
}

.two-top .top-left{
    border-right:10px solid #505050;
}

.makers .two-top .top-left{
    border-right:10px solid #505050;
}

.two-bottom .bottom-left{
    border-right:10px solid #505050;
}

.makers .two-bottom .bottom-left{
    border-right:10px solid #505050;
}

.one-right{
    border-left:10px solid #505050;
}

.makers .one-right{
    border-left:10px solid #505050;
}

.one-left{
    border-right:10px solid #505050;
}

.makers .one-left{
    border-right:10px solid #505050;
}

.top{
    border-bottom:10px solid #505050;
}

.makers .top{
    border-bottom:10px solid #505050;
}

.bottom{
    border-top:10px solid #505050;
}

.makers .bottom{
    border-top:10px solid #505050;
}

.home-banner
{
    min-width:100%;
    /*min-height:800px;*/
    min-height:600px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position:relative;
    padding:0;
}

.home-button
{
    text-transform:uppercase;
}

.new-btn-home{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.home-banner-background .home-button{
    margin: 0 5px;
}

.banner-bottom.home h2
{
    background:#505050;
    text-transform:uppercase;
    font-style:normal;
    font-weight:300 !important;
    letter-spacing:0.25em;
    color:#FFF;
    font-size:18px;
}

/*.hidden {
    display:none;
}*/

.home-banner a
{
    margin-top:30px;
    margin-bottom:30px;
    border-radius:0;
    border:2px solid #FFF;
    transition:0.5s;
    -webkit-transition:0.5s;
}

.home-banner a:hover
{
    background-color:white;
    text-decoration:none;
    color:#505050;
}

.home-banner-background{
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.home-banner .content{
    letter-spacing:1px;
    margin-top:50px;
    font-style:italic;
    color:white;
    line-height:35px;
}

p.content
{
    text-align:center;
    font-size:23px;
}

.button-holder{
    text-align:center;
    top:0px
}

.home-banner .btn
{
    padding:13px 40px 10px 40px;
    letter-spacing:2px;
    min-width: 240px;
}

.banner-bottom h2
{
    letter-spacing:0.1px;
    margin-bottom: 0;
    margin-top:0px;
    text-align:center;
    text-transform:none;
    font-style:italic;
    line-height:30px;
    padding:12px;
}

.banner-bottom-pp h2
{
    line-height:30px;
    font-size:18px;
    margin:30px 0 25px 0;
    letter-spacing:0.1px;
    text-align:center;
    text-transform:none;
    font-style:italic;
}

.info-home{
    Font-family: 'Raleway', Sans-serif !important;
    background:#505050;
    color:#fff;
}

.info-home .info-inner .content{
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 0px;
}

.info-inner{
    padding:30px;
}

.block-section h2{
    font-size:20px;
    background:#505050;
    margin-bottom:10px;
    color:white;
    padding-left:60px;
    padding-top:0;
    padding-bottom:0;
}

.block-section .home-block{
    color:white;
    background:#505050;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin: 0;
    padding: 70px 0;
    font-size: 30px;
}


.block-section{
    padding:0;
    background:#434448;
}

.home-layout{
    width:100%;
    display:table;
}

.inner-divs{
    width:33%;
    display:table-cell;
    position: relative;
}
.home iframe{
    width:100%;
}

.newsletter-banner{
    background:rgba(113,112,115,0.5);
    position: absolute;
    top:5%;
    left:5%;
    height: 90%;
    width:90%;
    box-shadow:0px 0px 41px -6px #434448;
}

.innerMiddle .newsletter-banner{
  box-shadow:none;
  background: #d2d2d2;
  color: #505050;
}

.wpcf7-display-none{
display: none;}

.innerMiddle .newsletter-banner p{
  color: #5a5a5a;
    width: 90%;
    margin: auto;
    font-size: 34px;
    font-weight: 300;
  line-height:41px;
  font-family: 'Cormorant Garamond', serif;
}


.testimonial-banner .home-button.home-button-smaller{
    color: #5a5a5a;
  	border: 2px solid #5a5a5a !important;
}

.testimonial-banner .home-button.home-button-smaller:hover{
  border: 2px solid #fff !important;
}

@media screen and (max-width:992px){
    .news-banner{
         height: 750px;
    }

    .inner-news h3{
        margin-top:14%;
    }
  
  .testimonial-banner{
  height:700px;
  }
  
  .button-holder-left .home-button-smaller{
  width: 80% !important;}
}

.inner-news{
    text-align: center;
}

.inner-news p{
    color:#fff;
    font-size:18px;
    font-family: 'Cormorant Garamond', serif;
}

.testimonial-banner .button-holder-left{
    position:absolute;
    bottom:40px;
    width:100%;
}

.wpcf7-list-item-label{
font-weight: 300}

.testimonial-banner .home-button.home-button-smaller, .innerTwo.inner-divs.leftlarge .home-button.home-button-smaller, .news-banner .home-button.home-button-smaller {
	margin: auto;
  float: none;
}



.inner-news h3{
        color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-top: 25% !important;  /* was 45% */
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inner-news p{
font-family: 'Raleway', sans-serif;
font-size:16px;}

.inner-news .input-group{
    margin:0 auto;
    text-align: center;
    max-width: 300px;
}

.inner-news .wpcf7-list-item{
    margin-top:10px;
}

body .inner-news .wpcf7-submit{
    background:#434448;
    color: #fff;
    border:#434448;
    transition: 0.2s;
    border-radius: 0px;
    border-left:none;
}

body .inner-news .wpcf7-submit:hover{
    transition: 0.2s;   
    background:#fff;
    color: #434448;
}

.inner-news .wpcf7-not-valid-tip{
    display: none
}

.inner-news .wpcf7-not-valid{
    border:2px solid red;
}

.inner-news .wpcf7-response-output{
    color: #fff;
    display: inline-block;
    border:none;
}

.innerTwo{
    background:#505050;
    width:33%;
    color:white
}

.home-layout-text{
    padding:50px;
    top:0px
}

.leftlarge{
    border-left:10px solid #505050;
}

.rightlarge{
    border-right:10px solid #505050;
}
.rightlarge img{
    border-top:10px solid #505050;
}
.leftlarge img{
    border-bottom:10px solid #505050;
}

a.home-button{
    margin-top:20px;
    margin-bottom: 30px;
    border-radius: 0;
    border: 2px solid #FFF;
    transition: 0.5s;
    -webkit-transition:0.5s;
    text-transform:uppercase;
    padding: 13px 40px 10px 40px;
    letter-spacing: 2px;
}

a.home-button-smaller {
    padding: 7px 15px 7px 15px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.log-container .subscribe-link a.home-button-smaller {
    font-size: 10px;
    color: #fff;
    border-color: #fff;
}

a.home-button-smaller-dark {
    border: 20px solid #505050;
    color: #434448;
}

a.home-button:hover{
    background:white;
    text-decoration: none;
    color: #99999A;
}

a.home-button-smaller-dark:hover,
.log-container .subscribe-link a.home-button-smaller:hover {
    background: #505050;
    border-color: #505050;
    color: #fff;
}

.button-holder-left{
    text-align:left;
    margin-top:40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.button-holder-left .home-button-smaller {
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    padding: 7px 5px 7px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-holder-left .home-button-smaller:nth-child(even) {
    float: right;
    margin-left: 4%;
}

/* Partner Portal */
.content-top
{
    text-align:center;
}

.content-top.home
{
    min-height:115px;
}

.content-top.home p{
    font-style:italic;
}


.center-banner h2
{
    padding:30px 0;
    margin-top:10px;
    text-align:center;
}

.partner-portal .image-holder
{
    background-position: center bottom;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:700px;
}

.image-holder.right
{
   /*  border-left:2px solid #FFF; */
}

.image-holder.left
{
   /* border-right:2px solid #FFF; */
}

.partner-portal .content-holder
{
    min-height:700px;
    color:#FFF;
    background:#505050;
}

.partner-button
{
    transition:0.5s;
    -webkit-transition:0.5s;
}

.partner-button:hover
{
    text-decoration:none;
    background:white;
    color:#505050;
}

.partner-portal .content-holder h1
{
    text-align:center;
}
.partner-portal .content-holder a {
    text-transform:uppercase;
    text-align:center;
    width: 130px;
    padding:13px 30px 10px 30px;
    border: 2px solid #FFF;
    letter-spacing:2px;
}

.content-holder.left
{
    background:#505050;
}

.partner-portal-row
{
    border-top: 2px solid #505050;
    border-bottom: 2px solid #505050;
}

.partner-portal .content-holder .inner-content-left
{
    padding-left: 48px;
    padding-right: 38px;
}

.partner-portal .content-holder .inner-content-right
{
    padding-left: 48px;
    padding-right: 38px;
}


.inner-content-right p, .inner-content-left p
{
    margin-bottom:20px;
    line-height:25px;
}

.inner-button
{
    margin-top:50px;
}

.partner-portal .content-holder h2, .partner-portal .content-holder h1
{
    padding-top:39px;
    padding-bottom:24px;
    font-size:26px;
    font-weight:normal;
    text-align:left;
    color:#FFF !important;
    font-style:normal;
}

.banner-bottom
{
    background:#505050;
}


.content-pp p {
    margin: 30px 0 25px 0;
}


/* Makers */


.meet-the-maker-middle{
/*    display:flex;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;*/
}

.maker-block-right{
    background:#505050;
}

.authors-choice{

    color:white;
    padding:50px;
}
.authors-choice h2{
    padding:15px 0;
    color:white;
    margin-top:0;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px
}

.maker-block-right{
    border-left:10px solid #505050;;
}

.maker-single-bottom{
    padding:50px;
    border-top:10px solid #505050;;
}

.top-para-content{
    font-family:'Cormorant Garamond', serif;
    text-transform:uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-bottom:20px;
}

.maker-single-left{
    height:600px;
}

.two-makers-first{
    border-right:10px solid #505050;;
}

.two-makers-first, .two-makers-second{
    height:100%;
}

.maker-single-right{
    border-top:10px solid #505050;;
    height:500px;
}

.maker-single-bottom h2{
    /* font-family:'Cormorant Garamond', serif; */
    margin-bottom:30px;
    margin-top:0;
}

.maker-single-bottom .social{
    margin-top:20px;
}

.maker-top{
    background:#505050;
    position: relative;
    z-index: 1; 
    padding: 0 !important;


}

.maker-top.contact-page{
    background:#505050;
}

.middle-div-left{
    border-right:10px solid #505050;
    border-left:10px solid #505050;
}

.middle-div-right{
    border-right:10px solid #505050;
}

.maker-inner-top{
    padding-top: 70px;
    padding-bottom: 35px;
    
}

.maker-top h1{
    margin-top:0;
    letter-spacing:10px;
    text-align:center;
    font-family:'Cormorant Garamond', serif;
}



.maker-top p{
    text-align:center;
    width:70%;
    margin: 0 auto;
    font-size:17px;
    line-height:1.5;
}

.maker-inner-top.about p{
    width:100%;
}

/* Suppliers */
.suppliers-top h1{
    margin-bottom:0;
    margin-top:0;
}

.suppliers-top{
    padding:50px 0;
}



.supplier-bg
{
    position:relative;
}

.supplier-overlay{
    display:none;
    background:rgba(0, 0, 0, 0.7);
    overflow:hidden;
    text-align:center;
    height:100%;
    position:relative;
}

.supplier-overlay a:hover{
    text-decoration:none;
}


.supplier-overlay .inner{
    height:100%;
    width:100%;
}

.supplier-overlay .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width:100%;
}

.supplier-overlay .content p{
    font-size:17px;
    margin-bottom:20px;
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    padding: 0 45px;
}

.supplier-overlay .read-more-button{
    margin-top:10px;
}

.suppliers-button{
    width: 200px;
    padding: 13px 40px 10px 40px;
    letter-spacing: 2px;
    border:2px solid #FFF;
    border-radius:0;
    text-transform:uppercase;
    transition:0.5s;
    -webkit-transition:0.5s;
}

.section-1
{
    position:relative;
}

.section-1 h2 {
    padding-top: 39px;
    padding-bottom: 24px;
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    font-style: normal;
}

.section-1{
    padding-left: 48px;
    padding-right: 38px;
    padding-bottom:38px;
}

.suppliers-button:hover {
    background-color: white;
    text-decoration: none;
    color: #99999A;
}

.suppliers-top h1
{
    text-align:center;

}

.suppliers-top p
{
    margin-top:30px;
    margin-bottom:30px;
    color:white;
    font-style: italic;
    letter-spacing:1px;
    line-height: 30px;
}

.supplier-name{
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width:100%;
    text-align:center;
    margin:0;
    padding:15px 0;
    text-transform:uppercase;
    padding-bottom: 0;
}

.supplier-archive a{
    text-decoration:none;
}

.single-supplier-archive {
    margin-bottom:30px;
}



.single-supplier-archive:hover{
    cursor:pointer;
}

.single-supplier-archive:first-of-type{
    margin-top:15px;
    padding:0;
}

.supplier-container{
    padding:0;
    background:#505050;
}


.supplier-background
{
    background-position:center;
    background-size:cover;
    height:475px;
    margin:0;
}


@media screen and (max-width:1700px){
    .supplier-background{
        height:425px;
    }
}

@media screen and (max-width:1400px){
    .supplier-background{
        height:300px;
    }

    body header .menu .sub-menu{
        padding:15px;
    }
}


@media screen and (max-width:1300px){
    .site-title img{
        margin-top: 5px !important;
        margin-bottom: 0px !important
    }

    .supplier-name{
        min-height:76px;
    }

    .hasimage{
        display: none !important;
    }

    header .menu .sub-menu li{
        width:19% !important;
    }

    header .menu .sub-menu .sub-menu li{
        width:100% !important;
        padding-left:0px !important
    }
}

/* Single Supplier */
.photographs-by{
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
    font-style: italic;
}


.single-supplier ul{
    margin:20px 0;
    text-align:center;
    padding-left:0;
}

.single-supplier .top{
    height:500px;
    border-bottom:1px solid #EEE;
}

.supplier-hr{
    width:150px;
    margin:0 auto;
    margin-bottom:20px;
}

.single-supplier{
    text-align:center;
    position: relative;
    z-index: 5;
}

.single-supplier .hero-overlay{
    background:rgba(202,200,200, 0.9);
    height:100%;
    position:relative;
}

.hero-overlay .inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width:100%;
}

.hero-overlay p{
    padding:0 10px;
}

.below-hero h2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.supplier-gallery{
    margin-top:40px;
    margin-bottom:40px;
}

.two-left-one-right{
    overflow:hidden;
    margin-bottom:15px;
}

.one-full{
    overflow:hidden;
    margin-bottom:15px;
}

.small-left{
    overflow:hidden;
    margin-bottom:15px;
}

.small-right{
    overflow:hidden;
    margin-bottom:15px;
}

.collection-holder h2{
    text-align:center;
}

.collection-bg{
    height:225px;
}

.inner-col{
margin-right:7px;
}

.collection-holder{
    padding-bottom:50px;
}

.single-collection{
    margin-bottom:30px;
}

.collection-overlay{
    display:none;
    background:rgba(0, 0, 0, 0.7);
    height:100%;
    position:relative;
    text-align:center;
}

.collection-overlay-inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width:100%;
}

.collection-overlay .read-more-button{
    padding: 10px 7px 7px 7px;
    font-size:17px;
}



/* Archive */

.archive-fluid .page-title{
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}

.sidebar-ad{
    background:#505050;
    color:#fff;
    margin-bottom:30px;
    list-style-type:none;
}

/* Blog */

.magazine-bg{
    position:relative;
}

.magazine-overlay{
    display:none;
    background: rgba(0, 0, 0, 0.7);
    height:100%;
    position:relative;
    cursor:pointer;
}

.blog-index a:hover{
    border-bottom:0;
    text-decoration:none;
}

.magazine-overlay-inner{
    text-align:center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width:100%;
}

.magazine-overlay-inner h2{
    color:white;
    padding:0 20px;
    text-transform:none;
    letter-spacing:0.5px;
    /* font-family:'Cormorant Garamond', serif; */
    font-weight:400;
    font-style:italic;
}

.mag-title{
    font-family:'Cormorant Garamond', serif;
    text-align: center;
    font-size: 50px;
    font-weight: 200;
    margin: 115px 0 60px 0;
    letter-spacing: 12px;
    top:0px
}

.mag-fluid{
    border:30px solid #505050 !important;
    background-color:#505050;
    z-index: 100;
}

.read-more-button{
    background:transparent;
    padding: 13px 15px 10px 15px;
    letter-spacing: 2px;
    border: 2px solid #FFF;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition:0.5s;
}



.read-more-button{
    border: 2px solid #FFF !important;
    background:transparent !important;
}

.supplier-overlay .read-more-button{
    padding: 7px 14px 5px 14px;
    background:transparent;
    letter-spacing: 2px;
    border: 2px solid #FFF;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition:0.5s;
}


.read-more-button:hover, .read-more-button:active, .read-more-button:focus{
    text-decoration:none;
    background:white !important;
    color:#505050;
}

.blog-post a:hover{
    text-decoration:none;
}

.blog-count{
    min-height:34px;
    font-size:20px;
    text-align:center;
    padding-bottom:5px;
    letter-spacing:3px;
    font-weight:400;
    margin: 2px 0 10px 0;
}

.blog-count:hover{
    text-decoration:none;
    border-bottom:0;
}

.blog-post{
    padding:0 10px;
}

.blog-post img{
    max-height:330px;
}

.blog-list-post-title{
    font-family:'Cormorant Garamond', serif;
    text-align:center;
    margin: 30px 10px 0 10px;
    font-size:20px;
    letter-spacing:2px;
}

.blog-list-post-title a{

    font-size:24px;
    letter-spacing: 3px;
    word-break:break-word;
}

.blog-post-date{

    text-align:center;
    font-weight:500;
    font-size: 18px;

}

.blog-img-container img
{
    margin-top:30px;
}

.category-holder
{
    margin-top:30px;
    margin-bottom:30px;
}

.category-holder h2
{
    text-align:center;
}

.category-holder ul
{
    margin-top:20px;
    text-align:center;
}

.category-holder ul li
{
    list-style-type:none;
    display:inline-block;
    margin-right:30px;
    text-transform:uppercase;
    letter-spacing: 0.1em;
}

.category-holder ul li a
{
    
}

.blog-sidebar{
    background:#505050;
    margin-bottom:30px;
}

.blog-sidebar.advert{
    margin-bottom:30px;
}
.blog-sidebar.advert:last-child{
    margin-bottom:55px;
}


.blog-info-container
{
    margin-bottom:50px;
    top:0px
}

.the-archive.advert
{
    margin:20px 0;
}

.the-archive h2 .fa{
    transition:0.5s;
    -webkit-transition:0.5s;
}

.the-archive h2 .fa:hover
{
    opacity:0.5;
    cursor:pointer;
}

.date-archive
{
    display:none;
}

/* Single Blog */

.blog-post-number{
    background:505050;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    padding:50px 0;
    font-size:30px;
    letter-spacing:6px;

}

.magazine-template{

}

.magazine-template .top-text{
    text-align:center;
    letter-spacing: 10px;
    font-size: 20px;

    top:0px;
}

.top-text.top{
    border-bottom:0 !important;
}

.magazine-template h1{
    top:0px;
}

.overlay .top-text{
    padding:20px 0 10px 0;
}

.overlay .top-text.top{
    padding:60px 0 20px 0;
}



.magazine-template .top-text.non-overlay{
    margin-top:0 !important;
    margin-bottom:80px;
    top:0px
}

.magazine-template h1{
    font-family:'Cormorant Garamond', serif;
    text-align:center;
    font-size:70px;
    z-index: 1000;
    position: relative;
    top:12px
}

.magazine-template .overlay-image{
    display:block;
    margin:0 auto;
    margin-top:-44px;
}

.magazine-template .intro{
    top:0px
}

.magazine-template .intro p{
    font-size:24px;
    text-align:center;
    margin: 20px 12% 40px 12%;
    font-weight: 400;
    color:#55565a;
    font-family:'Cormorant Garamond', serif;
}

.mag-content{
    margin:20px 12%;
    font-size:20px;
    top:0px
}

.mag-content.first{
    padding: 40px 0 30px 0;
}

.mag-content p:last-child{
    margin-bottom:30px;
}

.magazine-template .custom-quote-left{
    font-family:'Cormorant Garamond', serif;
    margin-left: -10px;
    width: 80%;
    line-height: 50px;
    border-left:0px;
    font-weight:400;
    text-transform:uppercase;
    font-size: 40px;
    letter-spacing: 6px;

    top:0px
}

.magazine-template .img-container{
    margin-top:10px;
    margin-bottom:40px;
    height:290px;
    padding:20px;
}

.magazine-template .img-container.second{
    margin-left:40px;
    margin-top:50px;
}

.magazine-template .bottom-image{
    display:block;
    margin:40px auto;
}

.magazine-template .mag-button{
    color:#fff;
    border:1px solid #fff;
    text-transform:uppercase;
    padding:10px 20px;
    transition:0.3s;
    -webkit-transition:0.3s;
}

.magazine-template .mag-button:hover{
    background:#fff;
    color:#505050;
    text-decoration:none;
}

.magazine-template .button-holder{
    text-align:center;
    margin:70px 0;
}

.subscribe-link-wrapper {
    text-align: center;
    padding-top: 30px;
    clear: both;
}

.about-us-bottom .subscribe-link-wrapper {
    padding-bottom: 60px;
}

.maker-single-bottom .subscribe-link-wrapper {
    text-align: left;
}

.standout{
    font-weight:700;
}

/* Second Template */

.above-h1{
    font-family:'Raleway', sans-serif;
    text-align:center;
    margin-bottom:0;
    font-size:45px;
    margin-top:110px;
    top:0px
}

.mag-temp{
    border-bottom:30px solid #FFF;
    border-right:30px solid #FFF;
    border-left:30px solid #FFF;
    padding-bottom:70px;
    background-color:#505050;
}

body.single-post{
    background:#505050 !important;
}

.bold-h1{
    font-family:'Raleway', sans-serif !important;
    font-weight:700;
    margin-top:0;
    font-size:60px;
    top:0px
}

.magazine-template .custom-quote-right{
    font-family:'Cormorant Garamond', serif;
    width: 80%;
    line-height: 50px;
    border-left:0px;
    font-weight:400;
    text-transform:uppercase;
    font-size: 40px;
    letter-spacing: 6px;
    float:right;
    margin-right:-60px;
}

.label-holder {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.magazine-template .img-label{
    height:30px;
    position: absolute;
    display: inline-block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    vertical-align: top;
    bottom: 0px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    margin-left: 30px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.magazine-template .img-label.flipped{

}

.magazine-bg.large{
    height:600px;
}

.magazine-bg.medium{
    height:480px;
}

.magazine-bg.small{
    height:320px;
}

.quote-container{
    width:100%;
    overflow:hidden;
    top:0px
}

.bottom-content{
    top:0px;
}

.bottom-image-container {
    height:700px;
    margin-top:30px;
    margin-bottom:70px;
}

.bottom-right-offset{
    margin-top:150px;
    margin-bottom:20px;
}

.magazine-template .bottom{
    padding-left:50px;
}

.large-double-image{
    height:300px;
}

.small-double-image{
    margin-top: 30px;
    padding-right: 50px;
}

.double-image-container{
    margin-bottom:50px;
}

.bottom .button-holder{
    text-align:left !important;
    margin-top:30px !important;
}

/* Second Template CLOSE*/

.single-blog{
    text-align:center;
    border:2px solid #CAC8C8;
    margin-bottom:30px;
    padding:10px;
}

.single-blog h1{
    margin-bottom:0;
}

.single-blog h2{
    margin-top:0;
}

.single-blog .featured-img{
    width:80%;
    margin:0 auto;
}

.single-blog .bolded{
    font-weight:400;
}

.bolded{
    font-weight:400;
}

.two-wide-image{
    height:auto;
    overflow:hidden;
}

.single-content{
    text-align: left;
    width: 80%;
    margin: 20px auto;
}

.comments-panel{
    background:#CAC8C8;
    margin-bottom:40px;
}

.comment-holder .form-submit .btn{
    border-radius: 0 !important;
    background: #505050 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: none !important;
    display: inline-block;
    margin-bottom:20px;
}

.comment-holder .comment-content p{
    margin-bottom:0 !important;
}

.fl-comments{
    margin-top:0 !important;
}

.fl-comments-list .comment-content {
    border: 1px solid #e6e6e6;
    padding: 15px;
    background: #505050;
    color: white;
}

.comment-subscription-form:last-child{
    margin-bottom:35px;
}

.related-posts{
    padding-bottom:40px;
}

.single-inner{
    margin:10px;
    /* border:1px solid  #717073; */
    height:600px;
}

.single-related-post .title-date a{

}

.single-related-post .title-date a:hover{
    text-decoration:underline;
}

.single-inner .content{
    padding:10px;
}

.single-related-post h3{
    margin-bottom:0;
    font-weight:bold;
    text-align:center;
}

.single-related-post h4{
    text-transform:capitalize;
    margin-top:5px;
    text-align:center;
    color: #505050!important;
}

.custom-quote-left{
    margin-left: -60px;
    width: 70%;
    letter-spacing: 3px;
    line-height: 31px;
    border-left:0px;
    font-weight:400;
    text-transform:uppercase;
}

.custom-quote-center{
    width: 70%;
    margin:0 auto;
    letter-spacing: 3px;
    line-height: 31px;
    border-left:0px;
    font-weight:400;
    text-transform:uppercase;
}

.comment-holder{
    width:70%;
}

.comment-holder label{
    font-weight:300;
}

/* Contact Page */

.contact-content
{
    margin-bottom:20px;
}

.middle-section-contact
{
    font-style:italic;
    letter-spacing:2px;
}

.contact-bg
{
    background-size: cover;
    height:634px;
    /* border-right:20px solid #505050; */
}

.contact-row
{
/* border-top:2px solid #c5c5c5;
    border-bottom:2px solid #c5c5c5;
    background:#434448; */
}

.form-control
{
   /*  padding:18px 12px; */
}

.form-holder
{
    background:#505050;
    padding:40px 60px;
}

.form-holder h2
{
    color:white;
    text-align:center;
}

.form-holder h3
{
    clear:both;
    color:white;
    display: inline-block;
}

.form-holder hr, .contact-info hr
{
    margin-top:0px;
    margin-bottom:0;
    float:left;
    width:10%;
    height:5px;
}

.form-holder p
{
    color:white;
    text-align:center;
}

.contact-info p
{
    font-size:16px;
    letter-spacing:0.065em;
    margin-top:20px;
    text-align:left;
}

.contact-info h2
{
    margin-top:8px;
    text-align:left;
}

.contact-info h3
{
    font-size:16px;
    font-weight:400;
    letter-spacing:2px;
    border-bottom:2px solid #FFF;
    font-family: 'Cormorant Garamond', serif;
}

.form-container
{
/*    margin-top:70px;*/
}

.form-holder .wpcf7
{
    margin-top:15px;
}

.form-holder .wpcf7 input, .form-holder .wpcf7 textarea  {

    color: #d2d2d2;
    border-radius:0px;
    border-top:0;
    border-bottom:2px solid #FFF;
    border-left:0;
    border-right:0;
    background:transparent;
    font-size:16px;
    padding-left:0;
}

.wpcf7-form-control ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2c2c2;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c2c2c2;
}

.wpcf7-form-control ::-ms-input-placeholder { /* Microsoft Edge */
  color: #c2c2c2;
}

.form-holder-author form{
    margin-top: 25px;
}

.form-holder-author h3{
    display:block;
}

.form-holder .wpcf7 textarea
{
    height:150px;
}

.form-holder .wpcf7 input:focus, .form-holder .wpcf7 input:active, .form-holder .wpcf7 textarea:active, .form-holder .wpcf7 textarea:focus
{
    -webkit-box-shadow:none;
    box-shadow:none;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder {
    color:white;
    text-transform:uppercase;
    padding-left:0;
    font-size:14px;
    letter-spacing:2px;
}

textarea::-webkit-input-placeholder{
    color:white !important;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:2px;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder,
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder {
    color:white !important;
    opacity:1 !important;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:2px;
}

textarea::-moz-placeholder, textarea:-moz-placeholder{
    color:white !important;
    opacity:1 !important;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:2px;
}




.form-holder .wpcf7-form-control.wpcf7-submit.btn.contact-button
{
    background:#505050;
    color:#FFF;
    border:1px solid #FFF;
    float:right;
    transition:0.5s;
    -webkit-transition:0.5s;
    margin-bottom:10px;
    padding-top:8px;
    padding-left:20px;
    padding-right:20px;
    text-transform:uppercase;
}


.form-holder .wpcf7-form-control.wpcf7-submit.btn.contact-button:focus, .form-holder .wpcf7-form-control.wpcf7-submit.btn.contact-button:active
{
    color:#FFF;
    background:#505050;
    outline:none;
}

.form-holder .wpcf7-form-control.wpcf7-submit.btn.contact-button:hover
{
    background:#505050;
    color:#fff;
}

.form-holder .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors
{
    display:none !important;
}

.form-holder div.wpcf7-mail-sent-ok {
    margin-top: 68px;
    border: 2px solid #AB989C;
    color: white;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    padding-top: 5px;
}

.form-holder div.wpcf7-mail-sent-ng {
    border: 2px solid #AB989C;
    width: 100%;
    margin-left: 0;
    margin-top: 55px;
    font-size: 14px;
    color: white;
}

img.ajax-loader
{
    display:none !important;
}

.copyright p
{
    padding-top: 15px;
    font-size:14px;
}

.mobile-show {
    display: none;
}

.site-footer div.wpcf7-mail-sent-ok {
    border: none;
    margin: 0;
    padding: 0;
}



.coming-soon{
    color:white;
    text-align:center;
    font-family: 'Cormorant Garamond', serif;
    margin-top:0;
    font-size: 56px;
    letter-spacing: 4px;
    font-weight: 700;
}

#author{
    position: relative;
}

.sample.home-banner .content{
    margin-top:20px !important;
}

/* New Blog Stuff */

.blog-social-share{
    text-align:center;
    padding-left:0;
}
.blog-social-share li{
    list-style-type:none;
    display:inline-block;
    margin-right:20px;
    color:#55565a;
}

.blog-social-share li a{
    color:#55565a;
    font-size: 22px;
}

.coming-soon .magazine-overlay{
    display:block !important;
}


.coming-soon .magazine-overlay-inner h2{
    font-size:23px;
}
.coming-soon .magazine-overlay{
    cursor:auto;
}

.mid-desc-h2{
    margin-top:40px !important;
    margin-bottom:20px !important;
}

/* Hero Content Template Styles */
.hero-template{
    height:500px;
    position:relative;
    padding:0;
    background-size:cover;
    background-repeat:no-repeat;
}

.hero-inside{
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hero-template h1, .hero-template h2{
    text-align:center;
}

.no-hero-image h1{
    margin-top:40px;
}

.no-hero-image h1, .no-hero-image h2{
    text-align:center;
}

.hero-content{
    padding:30px 0 40px 0;
}

.hero-content a{

    text-decoration:underline;
}


#menu-mobile-menu{
    display: none;
}

.basket-container{
    position: relative;
    top: 15px;
}

.basket-overlay{
    position: absolute;
    width: 50px;
    height: 50px;
    cursor:pointer;
    right:0px;
    top:-25px;
    z-index:999999;
}

.search-head{
    position: absolute;
    top: 0px;
    right: 35px;

}

.search-contain{
    position: relative;
    display: inline-block;
    font-size: 19px;
    right: 15px;
    top: -8px;
}

.slicknav_icon.slicknav_no-text{
    margin-right:5px;
}

#headsearch{
    display: none;
    position: absolute;
    top: 30px;
    width: 230px;
    right: 0px;
}

.search-contain #seachicon{
    position: relative;
    z-index: 0;
    opacity:0.8;
    cursor: pointer;
    top:-2px;
}

#register{
    text-align: right;
    margin-right: 120px;
    margin-top: 12px;
    position: relative;
    z-index:9999;
}

#breadcrumbs{
    color:#dcd9d7;
    text-transform:uppercase;
    font-size:11px;
    position: absolute;
    top: 17px;
    left: 50px;
    font-weight:400;

}


#breadcrumbs .divider{
    color:#908f90;
    padding: 0 2px;
}

#breadcrumbs .divider:first-child{
    padding-left:0;
}

#breadcrumbs a{
    color:#dcd9d7;
}


/*#register a{*/
    /*color: #717073;*/
    /*letter-spacing:2.8px;*/
    /*transition: 0.8s;*/
    /*-webkit-transition:0.8s;*/
    /*font-size:16px;*/
    /*border-bottom: 1px solid transparent;*/
    /*text-decoration: none !important;*/
/*}*/

/*#register a:hover{*/
    /*border-bottom: 1px solid #717073;*/
/*}*/

/*#register #logs{*/
    /*margin-left: 40px;*/
/*}*/

.tandc-table td{
    padding:5px 20px;
    vertical-align:top;
}

.between-tables{
    /* border:1px solid #717073; */
    padding:20px;
    margin:20px 0;
}

.between-tables p{
    text-align:left !important;
    margin:0 !important;
    width:100% !important;
    font-size:14px !important;
}

.tandc-table b{
/*    font-weight:400 !important;*/
}

.tandc-table .new-section td{
    padding:20px;
} 

/* ABOUT PAGE */
/*******************************************/

#about-video .home-layout-text {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

/* WELCOME PAGE */
/*******************************************/

.page-id-2126 .menu-mobile-menu-container,
.page-id-2126 .newmenu,
.page-id-2126 #breadcrumbs,
.page-id-2126 .banner-bottom,
.page-id-2126 .site-footer {
    display: none;
}

.page-id-2126 .site-title {
    margin: 40px 0 10px;
}

.welcome-wrapper {
    position: relative;
}

.page-id-2126 .welcome-left {
    float: left;
    width: 70%;
    width: calc( 100% - 500px);
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-id-2126 .welcome-left > div {
    height: 50%;
}

.page-id-2126 .welcome-left > div .home-layout {
    height: 100%;
}

.page-id-2126 .welcome-right {
    float: right;
    width: 100%;
    max-width: 500px;
    background: #505050;
    text-align: center;
    color: #fff;
    padding: 60px 60px 40px;
    border-left: 20px solid #505050;;
}

.page-id-2126 h1 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin: 0;
    padding: 0px 0 40px;
    font-size: 31px; 
    letter-spacing: 0.5em;
}

.page-id-2126 .welcome-right .entry-content {
    font-family: 'Cormorant Garamond', serif;
    padding: 0px 0 40px;
    margin-bottom: 40px;
    font-size: 21px;
    position: relative;
    letter-spacing: 0.5px;
}

.page-id-2126 .welcome-right .entry-content p:last-of-type,
.page-id-2126 .welcome-right .secondary-content p:last-of-type {
    margin-bottom: 0px;
}

.page-id-2126 .welcome-right .entry-content:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background-color: #505050;
}

.page-id-2126 .welcome-right .secondary-content {
    padding: 0px 0 40px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

#signup-form .input-text {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #fff;
}

#signup-form .home-button {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 0;
    border: 2px solid #FFF;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    padding: 13px 40px 10px 40px;
    letter-spacing: 2px;
    background-color: transparent;
}

#signup-form .home-button:hover {
    background-color: #fff;
}

#signup-form .form-feedback {
    min-height: 44px;
}

#signup-form input:-webkit-autofill, 
#signup-form textarea:-webkit-autofill, 
#signup-form select:-webkit-autofill {
    background-color: #505050;
    background-image: none;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #434448 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

#subscribe-form .thank-you {
    display: none;
}

.page .featherlight .featherlight-content {
    text-align: center;
    padding: 50px 100px 0;
    border-bottom: 25px solid transparent;
    background: #505050;
}

.page .featherlight-close-icon {
    display: none;
}

.featherlight .footer-social-icons {
    margin-top: 5px;
    text-align: center;
}

.featherlight h2 {
    position: relative;
    /* font-family: 'Cormorant Garamond', serif; */
    margin: 0px 0px 40px;
    padding: 0px 0 30px;
    font-size: 50px; 
    letter-spacing: 0.5em;
}

.featherlight h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background-color: #505050;
}

.featherlight p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.featherlight p#ty-message {
    font-family: 'Cormorant Garamond', serif;
    margin: 0px 0px 40px;
    font-size: 22px; 
    letter-spacing: 0.1em;
}

.featherlight .footer-social-icons a {
    font-size: 14px;
    padding-top: 2.5px;
    height: 25px;
    width: 25px;
    margin: 5.5px;
    background-color: #505050;
    color: #CAC8C8 !important;
}

.featherlight a.home-button {
    border: 2px solid #505050;
    color: #505050;
    padding: 13px 70px 10px 70px;
}

.featherlight a.home-button:hover {
    background: #505050;
    color: #fff;
}

/* MAGAZINE CONTENT BLOCKS */
/*******************************************/


/* DEFAULTS */

.content-block {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.content-block:first-child {
    margin-top: 40px;
}

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

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

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

.content-block .sans-font,
.sans-font {
    font-family: 'Raleway'', sans-serif;
}

.content-block .serif-font,
.serif-font {
    font-family: Cormorant Garamond, serif;
}

/* HEADER BLOCK */

.content-block h6 {
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 100%;
    line-height: 1;

}

.content-block h6 img {
    display: inline-block;
    margin-top: 0px;
    width: 100%;
}

.content-block h6 div {
    position: relative;
    z-index: 10;
}

.content-block .sans_fs20px_uppercase_ls10px {
    font-family: 'Raleway'', sans-serif;
    font-size: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.content-block .serif_fs32px_lowercase_ls2px {
    font-family: Cormorant Garamond, serif;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

/* IMAGE BLOCK */

.flex-image-block-wrapper {
    display: inline-block;
}

.flex-image-inner {
    position: relative;
}

.flex-image-inner,
.flex-image-inner img,
.content-block .text-block,
.content-block .fit-vid{
    display: inline-block;
}

.flex-image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-row-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-align-left {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-align-right {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-align-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-row-col-full {
    width: 100%;
}

.three_images_1top_2bottom,
.three_images_2top_1bottom {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.three_images_1top_2bottom .flex-row-col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.three_images_2top_1bottom .flex-row-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.caption-wrapper.align-vertical {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    bottom: 0px;
    right: -8px;
}

.caption-wrapper {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-top: 5px;
}

/* TEXT BLOCK */

.standard_indent {
    font-family: Cormorant Garamond, serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-left: 50px;
    text-align: left;
}

.content-block .text-block a,
.press-intro a {
    color: #55565a;
    font-weight: 400;
}

.content-block .text-block.serif-font a,
.press-intro.serif-font a {
    font-weight: 700;
}

/******************************************
PRESS
******************************************/

.press-title {
    font-size: 60px;
    letter-spacing: 11px;
    margin: 85px 0 60px 0;
}

.press-intro {
    font-size: 28px;
    line-height: 1.5;
    max-width: 850px;
    margin: 0px auto 90px;
    text-align: center;
}

.post-type-archive-press .blog-index .blog-count {
    display: none;
}

.single-press .blog-post-number {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 19px;
    letter-spacing: 5px;
}

.single-press .mag-title {
    margin-top: 85px;
}



/******************************************
MEDIA QUERIES
******************************************/

@media screen and (min-width:992px){
    .magazine-template .overlay-image{
        max-width:800px;
    }
}


@media screen and (max-width:1600px){
    .magazine-bg.large{
        height:500px;
    }

    .magazine-bg.medium{
        height:400px;
    }

    .magazine-bg.small{
        height:250px;
    }

    .gallery-item{
        height:535px;
    }
}

@media screen and (max-width:1550px){
    .right-bottom{
        padding:30px 40px;
    }
}

@media screen and (max-width:1530px){
    .footer-form .your-email input{
        width:180px;
    }
}


@media screen and (max-width: 1440px) {
    .form-holder div.wpcf7-mail-sent-ng{
        font-size:12px;
    }

    .partner-portal .content-holder .inner-content-left{
        padding-left:10px;
    }

    .partner-portal .content-holder .inner-content-right{
        padding:0 10px;
    }

    .inner-content-left p, .inner-content-right p {
        margin-bottom: 6px;
    }

    .contact-bg {
    }

    .inner-content-left p, .inner-content-right p
    {
        margin-bottom:20px;
    }

    .site-nav-right .menu li{
        padding:0 18px;
    }
}

@media screen and (max-width: 1415px)
{
    .site-nav-right .menu li {
        line-height: 135px;
        padding: 0px 8px;
    }

    .form-holder{
        padding:40px;
    }
}

@media screen and (max-width: 1375px) {
    .partner-portal .content-holder .inner-content-left{
        padding:0 10px;
    }
}

@media screen and (max-width: 1375px) {
    .supplier-container .section-1{
        width:100%;
    }

    .single-supplier-archive:first-of-type{
        margin-top:0;
    }

}

@media screen and (max-width:1370px){
    .footer-form .your-email input{
        width:150px;
    }

}

@media screen and (max-width:1350px) {
    .right-bottom{
        padding:30px 40px;
    }

    .button-holder-left {
        margin-top: 30px;
    }

    .footer-form,
    .website-by {
        padding-right:30px;
    }
    
}

@media screen and (max-width:1300px){
    .magazine-bg.large{
        height:450px;
    }

    .magazine-bg.medium{
        height:350px;
    }

    .magazine-bg.small{
        height:200px;
    }

    .maker-single-bottom{
        padding:50px;
    }

    .authors-choice {
        padding: 50px;
    }


    .gallery-item {
        height: 425px;
    }
}

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

}


@media screen and (max-width:1280px){
    .home-layout-text{
        padding:30px;
    }
}


@media screen and (max-width: 1230px)
{
    .site-nav-right .menu li {
        line-height: 135px;
        padding: 0px 5px;
    }

    .form-holder {
        min-height: 650px;
    }
}


/* Partner Portal Fixes*/


@media screen and (max-width: 1690px)
{
    .partner-portal .content-holder .inner-content-right {
        padding: 0px 40px;
    }
}

@media screen and (max-width: 1335px)
{
    .partner-portal .content-holder .inner-content-right {
        padding: 0px 10px;
    }
}

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

}

@media screen and (max-width: 1240px){
    .object-single h3{
        font-size:18px;
    }

    .object-single h4{
        font-size:16px;
    }

    .phone, .address{
        width:100%;
    }

    .phone h3{
        margin-top:0;
    }

    .contact-bg{
        height:650px;
    }

}


.site-title img{
    /*max-height:62px;*/
    /* width:auto */
}

@media screen and (max-width: 1200px)
{
    .search-head{
        right:0px
    }



    header .menu{
        padding-top: 5px !important;
    }


    .site-title img{
        position: relative;
        top:5px;
    }

    .footer-section{
        width:33%;
    }

    .footer-form{
        width:100%;
    }

    .footer-form, .footer-form h2, .footer-social-icons{
        text-align:center;
    }


    .magazine-template .custom-quote-left
    {
        margin-left:-20px;
    }

    .magazine-template .img-container.second, .magazine-template .img-container.first  {
        display:block;
        margin: 40px auto;
        margin-left: 40px;
        margin-top:50px;
    }

    .partner-portal .content-holder h2, .partner-portal .content-holder h2
    {
        padding-top:20px;
        padding-bottom:20px;
    }

    .inner-content-left{
        font-size:17px;
    }
}

@media screen and (max-width:1145px){
    .footer-social-icons{
        margin-top:50px;
    }
}

@media screen and (max-width:1120px){
    a.home-button{
        padding: 13px 10px 10px 10px;
        font-size: 16px;
    }
    
    a.home-button-smaller {
        padding: 7px 15px 7px 15px;
        font-size: 12px;
    }
}

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

    .home-layout-text {
        padding: 50px;
    }

    .innerTwo{
        background:#505050;
        width:45%;
        color:white
    }

    .inner{
        display:table-cell;
        width:55%;

    }
}

@media screen and (max-width: 1100px)
{
    .partner-portal .content-holder h2
    {
        font-size:19px;
    }

    .inner-button
    {
        margin-top:30px;
    }

    .magazine-template .custom-quote-left{
        font-size:32px;
        line-height:40px;
        width:100%;
    }

    .footer-form .your-email input {
        width: 150px;
    }
}


@media screen and (max-width: 1150px)
{
    .site-nav-right .menu li {
        line-height: 135px;
        padding: 0px 5px;
    }

    .site-nav-right ul li a{
        letter-spacing:1px;
    }
}

@media screen and (max-width: 1060px) {
    /*header .menu li {*/
        /*padding: 0 15px !important;*/
    /*}*/
}

@media screen and (max-width: 1050px)
{
    .site-nav-right .menu li {
        line-height: 135px;
        padding: 0px 5px;
    }

    .footer-form .your-email input {
        width: 200px;
    }

    .hr-social-icon
    {
        margin:0 4px;
    }
}


@media screen and (max-width: 1030px)
{
    .site-nav-right .menu li {
        line-height: 135px;
        padding: 0px 4px;
    }

    .site-nav-right ul li a{
        letter-spacing:0.5px;
    }
}


@media screen and (max-width: 1024px) {
    
    .menu-mobile-menu-container .log-container .text-left,
    .log-container .subscribe-link {
        display: none;
    }
    
    .button-holder-left .home-button-smaller {
        width: 100%;
        display: block;
        float: left;
        text-align: center;
        margin-top: 0px;
    }

    .log-container{
        position: relative;
        margin-top: -2px;
    }

    .footer-social-icons a{
        margin:2px;
    }

    .phone{
        margin-top: -30px;
    }

    h1 {font-size:40px;}
    h2 {font-size:18px;}

    body{font-size:14px;}


    .social-media a {
        margin:2px;
    }

    .footer-form .your-email input {
        margin-left: -7px;
    }

    .partner-portal .content-holder .inner-content-left {
        padding-left: 10px;
    }
    .partner-portal .content-holder h2
    {
        font-size:17px;
    }

    .partner-portal .content-holder h2
    {
        padding-bottom:0;
    }

    .inner-content-right p, .inner-content-left p
    {
        margin-bottom:2px;
    }

    .partner-portal .content-holder .inner-content-right
    {
        padding-left:30px;
        padding-right:10px;
    }

    .partner-portal .content-holder, .partner-portal .image-holder
    {
        min-height: 630px;
    }

    .partner-portal .content-holder h2
    {
        padding-top:0;
    }

    .home-banner {
        min-height: 600px;
    }

    .partner-portal .content-holder, .partner-portal .image-holder, .partner-portal .content-holder, .partner-portal .content-holder
    {
        min-height:615px;
    }

    .form-holder .wpcf7 textarea
    {
        height:100px;
    }

    .form-holder h3
    {
        font-size:17px;
    }

    .flag-holder{
        bottom:25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .website-by{
        bottom:25px;
        float: none;
        padding-right: 0px;
    }
    
    .card-icons {
        padding-top: 15px;
        text-align: center;
        padding-bottom: 40px;
    }
    
    /* WELCOME */
    
    .page-id-2126 .slicknav_menu .log-container,
    .page-id-2126 .slicknav_menu .slicknav-flex .slicknav_btn {
        display: none;
    }
    
    .page-id-2126 .slicknav_brand {
        float: none;
        margin: 0px auto;
    }

}

@media screen and (max-width: 992px) {
    #logs{
        display: none;
    }

    #carticon{
        top:-4px !important;
        margin-right:50px !important
    }

    #newsearch{
        display: none;
    }

    #phoneno{
        top:2px !important;
        margin-right: 0px !important;
    }

    .inner-divs img{
        width:100%;
    }

    .maker-single-left.two-makers {
        height: 480px;
    }

    .website-by{
        position: relative;
        right: 0;
        text-align: center;
        padding-top: 20px;
    }

    #headsearch{
        /*top: -33px;*/
        /*left: -30px;*/
        width: 200px;
        background: #fff;
        z-index: 9999;
        margin-top:22px
    }

    .slicknav_btn{
        position: relative;
        left:-8px;
        top:1px;
        z-index: 99999;
    }

    .tagline h2{
        letter-spacing: 2px;
    }

    .slicknav_nav li{
        border-top:1px solid #505050;
        padding:7px 0px !important
    }

    .slicknav_nav li ul{
        margin-left:0px !important;
    }

    .slicknav_nav li ul li a{
        padding-left:50px
    }

    .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover{
        background: #fff !important;
    }

    a.slicknav_open{
        background: #fff !important;
    }

    .basket-container {
        position: relative;
        top: 28px;
        left: 4px;
    }

    .search-contain {
        position: relative;
        top: 5px;
        display: inline-block;
        font-size: 19px;
    }

    .footer-form {
        padding-right: 15px;
    }

    #register{
        background: #fff;
        margin:0px !important;
        right:10px;
        position: absolute;
        width:100%
    }

    #register iframe{
        width:100% !important;
    }

    #register span{
        display: block;
        margin-left:0px !important;
    }

    .search-head{
        position: absolute !important;
        top: 13px;
        z-index: 9999999 !important;
        right: 50px;
        padding-right: 0px !important;
        display: none;
    }


    .slicknav_brand img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99999999999;
        position: relative;
        width: 195px;
        margin-left: 4px;
        margin-top: 0px;
        max-height: none !important;
        max-width:none !important;
    }

    .gallery-item.top-middle{
        border-right:0;
    }

    .gallery-item.bottom-right{
        border-left:0;
    }

    .gallery-item.top-right{
        border-left:0;
    }

    .gallery-item.bottom-left{
        border-left:10px solid #505050;;
    }

    .maker-block-right{
        border-left:0;
    }

    .maker-single-left{
        border-right:0;
    }

    .maker-single-bottom{
        border-right:0;
    }

    .meet-the-maker-middle{
        display:block;
    }

    .authors-choice {
        padding: 40px;
        border-top:2px solid #c5c5c5;
    }

    .middle-bottom-panel {
        border-right: 0 !important;
    }

    .middle-section .leftlarge{
        border-left:0;
    }

    .about-us-bottom .content-section {
        padding: 0 10px 40px 10px;
    }

    .about-us-bottom h2{
        font-size:27px;
    }

    .inner-divs{
        display:block;
        width:100%;
    }


    .supplier-archive a:nth-child(even) .supplier-background {
        border-left: 0!important;
    }

    .middle-div-right, .middle-div-left{
        border:0 !important;
    }

    header .menu{
        display:none !important;
    }

    .site-title{
        display:none;
    }

    .mag-temp {
        border-bottom: 10px solid #FFF !important;
        border-right: 10px solid #FFF !important;
        border-left: 10px solid #FFF !important;
    }

    .magazine-template .overlay-image {
        margin-top: -24px;
    }

    .footer-social-icons a{
        margin:5px;
    }

    .footer-fluid h2{
        text-align:center;
        padding-left:0;
    }

    .menu-customer-service-container{
        text-align:center;
    }

    .menu-customer-service-container ul{
        padding-left:0;
    }

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

    .footer-contact ul{
        padding-left:0;
    }
    .footer-section{
        margin:20px 0;
        width:100%;
    }

    .footer-social-icons{
        text-align:center;
        margin-bottom:40px;
    }

    .magazine-template .img-container.second{
        max-width:400px;
        margin-left:auto;
        margin-right:auto;
    }

    .magazine-template .custom-quote-right, .magazine-template .custom-quote-left{
        width:100%;
        margin-left:0;
        margin-right:0;
        line-height:40px;
        font-size:35px;
    }

    .inner{
        display:block;
        width:100%;

    }
    .innerTwo{
        background:#505050;
        width:100%;
        color:white
    }

    .block-section h2{
        text-align:center;
        padding-left:15px;
    }

    .above-h1{
        font-size: 28px;
    }

    .magazine-template h1 {
        font-size: 40px;
    }

    .small-double-image{
        margin-top:40px;
        padding-right:15px;
    }

    .double-image-container{
        overflow:hidden;

    }

    .flag-holder{
        position:relative;
        left:0;
        bottom:0;
        text-align:center;
    }
    .flag-holder p{
        text-align:left;
    }

    .footer-form{
        margin-top:20px;
    }

    .comment-holder{
        width:100%;
    }

    .single-supplier{
        padding:0;
    }

    .single-supp-container{
        padding:0;
    }

    .partner-portal .content-holder, .partner-portal .image-holder, .partner-portal .content-holder, .partner-portal .content-holder
    {
        min-height:350px;
        padding:30px 10px;
    }

    .image-holder.left,.image-holder.right
    {
        border: none;
    }

    #menu-footer-menu
    {
        margin-left:0;
        padding-left:0;
        text-align:center;
        font-family: 'Raleway', sans-serif !important;
    }

    .footer-form, .footer-form h2
    {
        text-align:center;
    }

    .slicknav_menu
    {
        padding:18px 0;
    }

    .slicknav_nav
    {
        margin-left:-3px;
        padding:20px 0 0 0;
    }

    .slicknav_icon.slicknav_no-text
    {
        margin-top:5px;
        margin-right:5px;
    }

    .mobreg{
        top:11px !important
    }

    /* Contact */

    .contact-bg
    {
        height:400px;
        border-right:0;
        /* border-bottom:2px solid #FFF; */
    }


    .form-holder {
        min-height:650px;
        padding-top:30px;
        padding-bottom:75px;
        border:none;
    }

    /* Blog */
    .blog-info-container
    {
        min-height:0;
        margin-bottom:30px;
    }

    /* Related Posts */
    .single-inner{
        height:auto;
    }
    .single-inner img{
        width:100%;
    }

    /* Hero Template */
    .hero-template{
        height: 300px;
    }

}

@media screen and (max-width:1600px){
    #breadcrumbs{
        display:none;
    }
}


@media screen and (max-width: 850px) {
    .object-single {
        border-right: 0;
    }

    .maker-single-left.two-makers {
        height: 425px;
    }
}

@media screen and (max-width: 768px) {
    #carticon{
        top:16px !important;
        margin-right:50px !important
    }

    .contact-info{
        margin:0 15px;
    }

    .coming-soon{
        font-size:24px;
    }

    .magazine-template .bottom{
        padding-left:15px;
    }

    .double-image-container{
        text-align:center;
    }

    .small-double-image{
        margin-top:0;
        margin-bottom:40px;
    }

    p.content {
        font-size:21px;
    }

    .bottom-right-offset
    {
        margin-top:40px;
    }

    .magazine-template .custom-quote-right{
        width:80%;
        font-size:22px;
    }

    .magazine-template .custom-quote-left{
        font-size:22px;
    }

    .content-top
    {
        min-height:0px;
        padding:30px 0;
    }

    .site-content {
        min-height: 475px;
    }

    .mobile-show
    {
        display:block;
    }

    .right-hide, .left-hide {display:none;}

    .top-container{padding-bottom:0;}

    ul#primary-menu.menu {padding-left:0;}

    .mobile-menu ul li a
    {
        color:#505050;
    }

    /* General */

    .tagline {
        padding-bottom: 0px;
    }

    .tagline h2
    {
        margin-bottom: 0;
    }

    .site-content h1
    {
        margin-top:10px;
    }


    /* Home */
    .menu-footer-menu-container
    {
        text-align:center;
    }

    .home-banner {
        min-height:300px;
        padding:0;
    }

    .home-banner-top p{
        margin-bottom:40px;
    }

    /* Partner Portal */

    .inner-content-left h2, .inner-content-left h2
    {
        padding:0;
        margin-top:0;
    }

    .partner-portal .content-holder h2
    {
        margin-top:0;
        padding-top:25px;
    }

    .partner-portal .content-holder .inner-content-left
    {
        padding-left:30px;
        padding-bottom:30px;
    }

    .partner-portal .content-holder .inner-content-right
    {
        padding-bottom:30px;
    }

    .partner-portal .content-holder, .partner-portal .image-holder
    {
        min-height:370px;
        padding:30px 0;
    }

    .reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


    /* Contact */
    .form-holder-author
    {
        margin:0 15px;
    }

/*    .contact-bg
    {
        display:none;
    }*/

    .form-holder div.wpcf7-mail-sent-ng{
        font-size:12px;
        text-align:center;
    }

    .form-container
    {
        margin-top:0;
    }

    .form-holder
    {
        padding: 15px 0 60px 0;
    }

    /* Footer */
    .footer-form{
        margin-top:30px;
        text-align:center;
        margin-right:0;
    }

    .footer-form h2
    {
        float:none;
        width:100%;
        text-align:center;
    }

    .newsletter-button
    {
        float: none;
        height: 34px;
        width: 80px !important;
    }

    ul#menu-footer-menu.menu
    {
        padding-left:0;
        font-family: 'Raleway', sans-serif;
        font-weight: 400 !important;
    }

    .copyright
    {
        margin-top:30px;
    }
    
    /* WELCOME */
    
    .page-id-2126 .welcome-left {
        float: none;
        width: 100%;
        position: relative;
        height: auto;
        left: auto;
        top: auto;
    }
    
    .page-id-2126 .welcome-left > div:nth-child(even) {
        display: none;
    }
    
    .page-id-2126 .welcome-left > div .home-layout .innerOne {
        height: 40vh;
    }
    
    .page-id-2126 .welcome-right {
        float: none;
        max-width: 100%;
        border-top: 2px solid #b6b5b4;
        border-left: none;
    }

}

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

    
    .button-holder-left {
         display: block; 
    }
    
    .blog-sidebar{
        padding-top: 5px;
        padding-bottom: 10px;
    }
    
    /* MAGAZINE */
    
    /*.content-block h6 {
        font-size: 50px !important;
    }
    
    .postid-1914 .content-block:first-of-type h6 {
        font-size: 35px !important;
    }*/
    
    .content-block h6 img {
        margin-top: 20px !important;
    }
    
    .flex-image-inner, 
    .flex-image-inner img, 
    .content-block .text-block,
    .content-block h6 img,
    .flex-row-col,
    .flex-image-block,
    .flex-image-block-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*.two_images .flex-row-col-1,*/
    .flex-image-inner {
        margin-bottom: 10px !important; 
    }
    
    .caption-wrapper.align-vertical {
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        bottom: auto;
        right: auto;
        text-align: right;
        margin-top: 5px;
    }
    
    .content-block .text-block {
        font-size: 20px !important;
    }
    
    .content-block .serif-font:not(h6),
    .press-intro {
        font-size: 22px !important;
    }
    
    /* PRESS */
    
    /*.press-intro {
        font-size: 22px;
    }*/
    
    /* WELCOME */
    
    .page-id-2126 .slicknav_menu,
    .page-id-2126 header,
    .page-id-2126 .banner-bottom,
    .page-id-2126 .site-footer {
        display: none;
    }
    
    .page-id-2126 .welcome-wrapper {
        border-top: none;
    }
    
    .page-id-2126 .welcome-right {
        padding: 30px 30px 20px;
    }
    
    .page-id-2126 h1 {
        letter-spacing: 0.2em;
        font-size: 22px;
        padding: 0px 0 25px;
    }
    
    .page-id-2126 h1 br {
        display: none;
    }
    
    .page-id-2126 .welcome-left > div .home-layout .innerOne {
        height: 25vh;
    }
    
    .page-id-2126 .welcome-right .entry-content {
        padding: 0px 0 25px;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.5;
    }
    
    .page-id-2126 .welcome-right .secondary-content {
        padding: 0px 0 25px;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }
    
    .page .featherlight .featherlight-content {
        padding: 20px 20px 0;
        border-bottom: 20px solid transparent;
        max-width: 90%;
    }
    
    .featherlight h2 {
        margin: 0px 0px 15px;
        padding: 0px 0 15px;
        font-size: 25px;
    }
    
    .featherlight p#ty-message {
        margin: 0px 0px 15px;
        font-size: 18px;
    }
    
    .featherlight .footer-social-icons {
        margin-top: 15px;
        text-align: center;
        margin-bottom: 0px;
    }
    
    .featherlight a.home-button {
        border: 2px solid #fff;
        color: #fff;
        padding: 13px 70px 10px 70px;
        margin: 20px 0px 0px;
    }
    
    .website-by span {
        display: block;
    }

    .site-footer #author {
      margin-right: 0px;
    }
    
}

@media screen and (max-width: 740px) {
    .category-holder ul li:first-child{
        display:block;
    }
}

@media screen and (max-width: 700px) {
    .gallery-item{
        height:350px;
    }
}


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

    .maker-single-left.two-makers {
        height: 325px;
    }
}


@media screen and (max-width: 640px) {
    .category-holder ul li:first-child{
        display:block;
    }
}

@media screen and (max-width: 640px) {
    .magazine-template h1{
        font-size:35px;
    }

    .bottom-right-offset{
        margin-top:20px;
    }

    .magazine-template .intro p{
        padding-top:20px;
        padding-bottom:20px;

    }

    .magazine-template .overlay-image {
        margin-top: -21px;
    }

    .magazine-template .intro p{
        margin:20px 5%;
    }

    .magazine-template .mag-content{
        margin-left:0;
        margin-right:0;
    }

    .magazine-template .custom-quote-left{
        margin:0;
        width:100%;
        text-align:center;
    }

    .magazine-template .custom-quote-right{
        margin:0;
        width:100%;
        text-align:center;
    }

    .bottom-image-container{
        width:100%;
    }
}

@media screen and (max-width:612px){
    .tagline{
        padding-bottom: 10px;
        overflow: -webkit-paged-x;
    }
}


@media screen and (max-width:575px){
    .gallery-item{
        height:285px;
    }
}


@media screen and (max-width:500px){
    .home-banner .btn{
        width: 90%;
        margin-bottom: 10px;
    }

    .maker-single-left.two-makers {
        height: 250px;
    }

    .gallery-item{
        height:240px;
    }

    .single-collection{
        width:100%;
    }

    .mag-title{
        font-size:50px;
    }

    /* New Blog Stuff */

    .blog-mob{
        padding:0;
    }

    .mag-fluid{
        border:15px solid #FFF !important;
    }

    .magazine-template .custom-quote-left{
        padding:0;
        letter-spacing: 3px;
    }
}


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

    .magazine-template .custom-quote-right, .magazine-template .custom-quote-left{
        font-size:22px;
        line-height:25px;
    }

    .home-banner a{
        margin-bottom:10px;
        margin-top:10px;
    }

    .home-layout-text{
        padding:40px;
    }

    a.home-button{
        padding: 13px 30px 10px 30px;
    }
}


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

    .gallery-item{
        height:212px;
    }

    .supplier-archive a:nth-child(even) .supplier-background{
        border-left:0 !important;
    }

    .single-supplier-archive{
        width:100% !important;
    }

    .home-banner .content
    {
        margin-top:20px;
    }

    .magazine-template .intro p{
        margin:0;
    }

}

@media screen and (max-width:400px){
    a.home-button{
        padding: 13px 20px 10px 20px;
    }

    .mobreg{
        top:20px !important
    }

    .home-layout-text{
        padding:30px;
    }

    .maker-single-bottom {
        padding: 20px 20px;
    }

    .slicknav_menu{
        padding:24px 0 20px 0
    }

    .basket-container{
        top:33px;
    }

    .slicknav_icon.slicknav_no-text{
        margin-top:8px
    }

    .search-contain{
        top:10px
    }
}

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

    .maker-single-left.two-makers {
        height: 195px;
    }

    .maker-top h1{
        letter-spacing:2px;
        font-size:30px;
    }
}

@media screen and (max-width: 375px)
{
    .menu li
    {
        padding:5px;
    }
}

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

    .make-content h2{
        font-size:16px;
    }

    .gallery-item{
        height:190px;
    }

    .mag-title {
        font-size: 40px;
    }

    .magazine-template .intro p {
        font-size: 20px;
    }

    .magazine-template.overlay{
        padding-right:0px !important;
        padding-left:0px !important;
    }

    .mag-content p{
        font-size:19px;
    }
}

@media screen and (max-width: 320px)
{
    .mag-title {
        font-size: 30px;
    }

    .footer-form .your-email input
    {
        width:190px;
    }

    .home-banner .content {
        margin-top: 0px;
    }

    p.content {
        font-size:20px;
    }
}


/*animations*/
.home-banner h1{
    top:0px;
}

.home-banner h1:hover{
    /*transition: 0.2s;*/
    /*margin-top:-30px*/
}

.animatedsection {
    /* opacity: 0; */
}

/* Safari 5+ ONLY */
::i-block-chrome, .animatedsection{
    opacity: 1 !important;
}

/* Safari 7.1+ */
/*
@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{
    .animatedsection {

        opacity: 1 !important;

    }
}}
*/

.moveup{
    -webkit-transition:2s;
    transition: 2s;
    position: relative;
}

/*animations*/

.error-404 ul#primary-menu{
    padding:0px;
    margin:0px;
    display: block !important;
}

.error-404 ul li{
    list-style: none;
    padding:3px;
    margin:0px;
}

.error-404 ul li a{
    color: #000;
}

/*new header menu*/

header .menu{
    padding:0px;
    text-align: center;
    margin: 20px 0 0 0;
}

header .menu li{
    padding: 0 18px;
    font-weight: 400;
    font-size: 16.5px;
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
}


/*header .menu li:hover .sub-menu{*/
    /*opacity:1;*/
    /*z-index: 100;*/
/*}*/

.hasimage{
    padding:0px !important;
}

.topgap strong{
    margin-top:20px;
    display: block;
}

/* header .menu li a{
    color: #717073;
    letter-spacing: 4px;
    margin-bottom:12px;
    display: block;
    position: relative;
    border-bottom:1px solid transparent;
    transition: 0.8s;
    -webkit-transition:0.8s;
    font-family: 'Cormorant Garamond', serif;
    font-weight:700;
    opacity: 1;
    font-size:14.5px;
    border-bottom:2px solid #fff
} */

header .menu li a {
    color: #505050;
    letter-spacing: 0px;
    margin-bottom: 12px;
    display: block;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    opacity: 1;
    font-size: 15px;
    border-bottom: 2px solid #fff;
}

header .menu li a:hover, header .menu .sub-menu li a:hover{
    border-bottom:2px solid #505050;
    text-decoration:none;
    transition: 0.8s;
    -webkit-transition:0.8s;
}

header .menu .sub-menu li a {
    letter-spacing: 1px;
}

header .menu .sub-menu li a:hover{
    border-bottom:1px solid #505050 !important;
}

header .menu a{
    position: relative !important;
    display: inline-block !important;
}

header .menu a:after{
    content: "";
    width: 6px;
    height: 4px;
    position: absolute;
    bottom: 3px;
    right: -3px;
    background: #fff;
}

header .menu a img{
    position: relative;
    z-index: 9999;
    padding: 5px;
}

header .menu .sub-menu{
    opacity:0;
    position: absolute;
    background:#fff;
    width:100%;
    left:0px;
    z-index: -100;
    padding:15px 200px;
    transition: 0.5s;
    -webkit-transition:0.5s;
    border-top: 1px solid #CAC8C8;
    display: none;
}

header .menu .open .sub-menu{
    display: block;
}

header .menu .sub-menu li{
    display:inline-block;
    width:19.6%;
    padding:0px 5px;
    margin:0px;
    text-align: left;
    vertical-align: top;
    line-height:1.5;
}

header .menu .sub-menu li a{
    margin-bottom: 0px;
    border-bottom:1px solid transparent;
    font-weight:300
}

header .menu .sub-menu .sub-menu{
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 0px;
    margin-top: 2px;
    border-top:0px
}

header .menu .sub-menu .sub-menu li{
    display:block;
    width:100%;
    padding: 0px;
}

header .menu .sub-menu .sub-menu li a{
    margin-bottom:0px;
}

.slicknav_nav .image{
    display: none !important;
}

@media screen and (max-width:1280px){
    header .menu .sub-menu{
        padding: 15px;
    }
}
/*new header menu*/

.open .sub-menu{
    opacity: 1 !important;
    z-index: 5 !important;
}

.home-banner{
    transition: 2s;
    -webkit-transition:2s;
    background-size: 100%;
}

.hoverimg{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    webkit-backface-visibility: hidden;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    transition: 2s;
    -webkit-transition: 2s;
}

.animated.hoverimg, .animated .hoverimg{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    webkit-backface-visibility: hidden;
    background-size: 103% 100% !important;
    -webkit-background-size: 103% 100% !important;
    -webkit-transition: 4s linear;
    transition: 4s linear;
    -webkit-transition: 4s ease;
}

#overlay{
    background: rgba(0,0,0,0.6);
    height: inherit;
    width: 100%;
    position: fixed;
    z-index: 10;
    display: none;
}

#main-content{
    /*z-index: 100;*/
    /*display: block;*/
    /*overflow: auto;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*width: 100%;*/
    clear:both;
}

/*accordian template page*/
#faqtitle{
    font-size: 34px;
    letter-spacing: 0.1em;
    margin-top: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align:center;
    font-style:normal;
}

#sideimg img{
    margin-bottom: 15px;
}

.content-top-faq{
    margin-bottom:20px;
    font-style:italic;
    line-height:30px;
    text-align:center;
}

.accordions .panel-heading{
    background: #505050 !important;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
}

.panel-title{
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
}

.panel-heading{
    border-radius:0;
}

.accordions .panel-heading a{
  
}

.panel-body{
    background: #505050 !important;
    padding:15px 0 !important
}

.panel-default, .panel{
    border:none;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    border-top: 1px solid #c2c2c2;
}

.panel-default:last-child{
    border-bottom:1px solid #c2c2c2;
}

.panel-body a{

    text-decoration:underline;
}

.accordions .panel-heading a{
    color: #fff;
    display: block;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
    border-top:0;
}

.icon{
    position: relative;
}

.under-accordion-content{
    font-size: 16px;
    margin-top: 60px;
}

.under-accordion-content{
    text-align: center;
    padding: 0 25%;
}

/*replace the content value with the
corresponding value from the list below*/

.icon:first-of-type{
    background: red;
}

.icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}


@media screen and (max-width: 768px) {
    #sideimg img {
        width: 100% !important
    }

    }
@media screen and (max-width: 370px) {
    .slicknav_brand img{
        width:180px !important
    }

}

/*accordian template page*/

/*new header styles*/
header{
    background: #fff;
    position: relative;
    z-index:20;
}

#carticon{
    top: -8px;
    display: inline-block;
    position: relative;
    margin-right: 40px;
}


#newsearch{
    position: relative;
    margin-right: 10px;
    top: -6px;
}

#cart-qty{
    position: relative;
    top: -6px;
    font-size: 10px;
    color: #505050;
}

#logreg{
    position: relative;
    top: -4px;
    margin-right: 19px;
}

.mobreg{
    position: absolute;
    right: 6px;
    top: 20px;
}

#seachicon{
    cursor: pointer;
    width:13px
}

#phoneno{
    margin-right: 20px;
    z-index: 99;
    position: relative;
    display: inline-block;
    margin-top:10px
}

#logs a{
    font-family: 'Raleway', sans-serif !important;
    letter-spacing:2px;
    font-size:12.5px;
	font-weight:400;
}

#phoneno a {
    /*font-family: 'Cormorant Garamond', serif !important;*/
    font-family:'Raleway' sans-serif !important;
    /*font-family: 'Cormorant Garamond', serif !important;*/
    color: #fff;
    letter-spacing: 2px;
    top: -4px;
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-decoration: none !important;
    font-size: 12.5px;
    font-weight: 400;
}

#phoneno a:hover {
    border-bottom: 1px solid #fff;
}

/*#phoneno a::after {*/
/*    content: "";*/
/*    width: 6px;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    bottom: 3px;*/
/*    right: -3px;*/
/*    background: #fff;*/
/*}*/

@media screen and (max-width:550px){
    #logreg{
        position: absolute;
        top: -8px;
        margin-right: 8px;
        right: 9px;
        display: block;
    }

    .mobreg{
        width: 100%;
        z-index: 99999;
    }
}

@media screen and (max-width:768px){
    #phoneno{
        display: none;
    }
}
/*new header styles*/

.subscribe-link a{
    border: 2px solid #fff;
    color: #fff;
    max-width: 220px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top:0px;
}

@media screen and (max-width:1200px){
    .subscribe-link{
        text-align:center;
    }
}

/*Service Template*/
.page-template-template-service iframe{
    width:100%;
}

.service-top h1{
    margin:40px 0 !important;
}

.service-img{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.mob-img{
    width:100%;
    display: none
}

@media screen and (max-width:992px){
    .service-img{
        display: none;
    }
    .mob-img{
        display: block;
    }
}

.service-top{
    background:#505050;
}

.service-full-text{
    background: #505050;
    text-align: center;
    padding: 40px 0;
    color: #fff;
}

.service-full-text h2{
    margin-top:0px;
}

.service-text{
    padding:75px;
}

.service-text strong{
    font-weight: 300;
}

.service-text{
    margin-top:0px;
}

.service-full-text .cta{
    background: transparent;
    letter-spacing: 2px;
    border: 2px solid #FFF;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:8px;
    padding-bottom:8px;
    margin-top:15px;
    display: inline-block;
}

.service-full-text .cta:hover{
    border:2px solid transparent !important;
    text-decoration: none;
    background: #505050 !important;
    color: #fff;
}

.img-text .cta{
    background: transparent;
    letter-spacing: 2px;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:8px;
    padding-bottom:8px;
    margin-top:15px !important;
    display: inline-block;
    color: #fff;
    width:100%;
    text-align: center;
}

.img-text .cta:hover{
    border:2px solid transparent !important;
    text-decoration: none;
    background: #fff!important;
    color: #505050;
}

.service-full-text .flexslider{
    background:none !important;
    border:none !important;
    font-size: 18px;
    margin-bottom:30px;
}

.service-full-text .flexslider strong{

    font-weight: normal;
}

@media screen and (max-width:992px){
    .service-img{
        height:300px;
    }
    .service-full-text .cta{
        width:100%;
    }
}

#PopupSignupForm_0 iframe{
	height:100% !important; 
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.collection-section{
    padding:15px 15px 70px 15px;
    background: #fff;
    color: #505050 !important;
}

.collection-section h2{
    text-align: center;
    margin:55px 0px 70px 0px;
    font-family:'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 30px;
    color: #505050 !important;
}

.collection-section .collect-outer{
    text-align: center;
    transition:0.2s;
    position: relative;
}

.collection-section .collect-outer:hover{
    transition:0.2s;
}

.collection-section .collect-outer h4{
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #505050 !important;
}

.collection-section .img-outer{
    position: relative;
}

.collection-section .collect-outer .overlay{
    position: absolute;
    background:rgba(0, 0, 0, 0.7);
    width:100%;
    height: 100%;
    transition: 0.6s;
    -webkit-transition:0.6s;
    opacity: 0;
}

.collection-section .collect-outer:hover .overlay{
    transition: 0.6s;
    -webkit-transition:0.6s;
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .collection-section .collect-outer{
        margin-bottom:30px;
    }  
}

@media screen and (max-width: 1400px) {
    header .menu li.lastitem{
        display:none;
    }
}

@media screen and (max-width: 1600px) {
    header .menu li.secondlastitem{
        display:none;
    }
}

.slicknav_nav li a{
	text-transform:uppercase !important;
}

.single-post .tagline h2{
    visibility: hidden;
}

p.topleftnav{
	padding: 5px 0 5px 40px;
}

p.topleftnav a{
    color: #505050;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}


@media screen and (max-width: 992px) {
	p.topleftnav{
		display: none;
	}
}

.newmenu{
	margin-top:10px;
}


div.logorow{
    width: 75%;
    margin: auto; 
}

div.logorow div.singlelogo{
    width: 12%;
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 35px;
}

div.logorow div.singlelogo img{
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 992px) {
    div.logorow div.singlelogo{
    width: 49%;
    margin: 20px 0;
}
}


@media screen and (max-width: 1024px){
  body{
   margin-bottom: 0;
  }
  .stickyfooter {
    position: relative;
  }
  
  body {
    margin-bottom: 60px;
}
.stickyfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px; 
    background-color: #505050;
}
  
  .stickyfooter .half a{
    color: #c5c5c5;
  }
  
    .stickyfooter .half.right a{
    color: #fff;
  }
  
.stickyfooter .half{
	width: 49%;
	display:inline-block;
    color: #c5c5c5;
  	font-size:1.25em;
}
  
  .stickyfooter .half.right{
  text-align:right;
  color: #fff;}
  
  .grecaptcha-badge{
  bottom:75px; } /* !important */
  
  .grecaptcha-badge{
	visibility: collapse !important;  
}
  
}

.grecaptcha-badge {
display: none;
}

.slicknav_brand{
	    height: 80px !important;
}

.break-logo {
  display: none;
  max-height: 0px;
}

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

	#menu-new-desktop {
		margin-top: 0 !important;
	}

   header .menu li{
        padding:0 10px !important
   }

  .js-mobile-nav-toggle{
  	display:none;
  }
 
  .break-logo {
    display: block;
  }
  
  .newmenu {

    display: block !important;
  }
  
  .bgheader {
    height: 150px !important;
  }
  
  .site-header__search-toggle{
  	display:none !important
  }
  
  #searchcontain{
  	top:36px !important;
    margin-right:96px
  }
  
  .site-nav li{
  	padding:0 10px !important;
  }
  
  .site-nav{
  	margin:10px 0 0 0
  }
  
  .site-header{
  	border-bottom:0px
  }
  
  .site-header__logo{
  	position:absolute;
    width:100%;
    margin-top:0px !important
  }
  
  .site-header__logo a{
  	margin:0 auto
  }
  
}



@media only screen and (min-width: 980px) {
  .mobile-only {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .not-mobile-only {
    display: none !important;
  }
}

.right-icons-menu {
  display: none;
}

@media only screen and (min-width: 980px) {
.right-icons-menu {
  display: block !important;
  position: absolute;
}

.right-icons-menu {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-right: 40px;
  margin-top: 30px;
  width: 130px important;
}

.newmenu{
	display: inline-block; 
    height: auto;
  	vertical-align: top;
    margin-top: 5px;
    padding-left: 40px;
}

.the-logo {
  display: inline-block; 
  margin-bottom: 7px;
  margin-top: 3px;
  margin-left: 30px;
  padding-top: auto; 
  padding-bottom: auto;
}

.dark-top {
  background-color: #505050;
  height: 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
}

.above-header-centre {
  font-family: 'Raleway', sans-serif ;
  font-weight: 700;
  font-size: 15px;
  padding-left: 160px;
  margin-left: auto;
  margin-right: 0px;

}

.above-header-right {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-left: auto;
  margin-right: 40px;
  
}

.logorow h2 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
}

.society-banner{
  
  background-color: #fff; 
  max-width: 100%; 
  text-align: center; 
  padding: 10px;
  
}

.society-banner .heavy{
  
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #505050;
  
}

.society-banner .light{
  
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #505050;
  
}

.society-banner .cta{
    background-color: #505050;
    /* background: transparent; */
    letter-spacing: 2px;
    border: 2px solid #505050;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:8px;
    padding-bottom:8px;
    margin-top:15px !important;
    display: inline-block;
    color: #fff;
    text-align: center;

}

.society-banner .cta:hover, .society-banner .cta:focus {
    /* background-color: #505050 !important; */
    background: transparent !important;
    color: #505050 !important;
    text-decoration: none !important;
}

.soclogo {
  height: auto;
  width: 300px;
  padding: 20px;
  text-align: center;
  margin: auto;
}

.footersubbtn {
  margin-bottom: 10px;
}

.mtmfilters {
  display: block;
  border-top: 1px solid #c2c2c2;
  width: 98%;
  height: auto;
  margin: 1%;
  padding-top: 10px;
}

.taglist {
  display: flex;
  height: auto; /* Or whatever */
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 980px) {
  .mtmfilters {
    display: none !important;
  }
}


.taglist>* {
  flex: 0 0 15%;
}

@media only screen and (max-width: 1650px) {
.taglist>* {
  flex: 0 0 20%;
}
}

@media only screen and (max-width: 1350px) {
.taglist>* {
  flex: 0 0 25%;
}
}

.tagfilter {
  width: auto;  /* Or whatever */
  height: 100%; /* Or whatever */
  padding-right: 20px;
  font-size:15px; 
  font-family:'Raleway', sans-serif; 
  font-weight:700; 
}

.tagfilter a:hover {
  color:#c2c2c2;
}

.tagfilter a:link {
  text-decoration: none;
}

.tagfilter a:visited {
  text-decoration: none;
}

.tagfilter a:hover {
  text-decoration: none;
}

.tagfilter a:active {
  text-decoration: none;
}

.panel-title>a {
   outline: 0;
}

#mc_embed_signup {
  background: #505050 !important;
}

.supplier-container {
  width: 98%;
  margin: 1%;
}
.filterheader {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

#exquisitetext {
  font-family: "Raleway","HelveticaNeue","Helvetica Neue",sans-serif !important;
letter-spacing: 0.1px !important;
margin-bottom: 0 !important;
margin-top: 0px !important;
text-align: center !important;
color: #fff !important;
text-transform: none !important;
line-height: 30px !important;
padding: 7px !important;
background: #505050 !important;
text-transform: uppercase !important;
font-style: normal !important;
font-weight: 700 !important;
letter-spacing: 0.25em !important;
font-size: 15px !important;

border-top: solid 1px #c2c2c2;
}

#titlestring {
    font-family: "Raleway","HelveticaNeue","Helvetica Neue",sans-serif !important;
letter-spacing: 0.1px !important;
text-align: center !important;
color: #fff !important;
line-height: 30px !important;
padding: 7px !important;
text-transform: uppercase !important;
font-style: normal !important;
letter-spacing: 0.15em !important;
font-size: 20px !important;

}

.lessbold {
  font-weight: 500 !important;
  color: #c2c2c2;
}

.menu>.menu-item>.sub-menu>li:not(.menu-item-has-children) {
  height: 190px;
}

.menu>.menu-item>.sub-menu>li:not(.menu-item-has-children)>a {
  width: 100%;
  height: 100%;
}

ul ~ .menu>.menu-item>.sub-menu>li:not(.menu-item-has-children)>a {
  width: 100%;
  height: auto;
}

.menu-main-bgimg {
   background-size: cover; 
   background-position: center center; 
   overflow: hidden; 
   height: 100%;
}

#menu-new-desktop {
  margin-top: 45px;
}

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

}

.testimonialbox {
  min-height: 285px;
}

.maker-single-top {
  margin-top: 15px;
}

.maker-single-bottom {
  padding-top: 0px;
}

.makdesctop {
	min-height: 615px; 
	height: auto; 
	border-bottom: solid 1px #c2c2c2; 
	margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
	.rmak {
		border-left: 10px solid #505050 !important;
		border-right: 0 !important;
		max-height: 480px;
	}
	
	.lmak {
		border-right: 0 !important;
		border-left: 0 !important;
		max-height: 480px;
	}
	
	.makdesctop {
		min-height: 0;
	}
}

.one-maker {
  width: 100%;
}

.testimonialbox {
  border-bottom: solid 1px #c2c2c2;
}

.maker-about {
    margin-bottom: 25px;
	border-bottom: solid 1px #c2c2c2;
}

.flex-prev, .flex-next {
  overflow: initial !important;
}

@media screen and (min-width: 1800px) {
  .container {
    min-width: 1770px;
  }
}

.testabod {
  width: 70%;
  margin: auto;
  font-weight: 700;
}

.testaname {
  margin-top: 10px;
  text-transform: uppercase;
}

.flex-direction-nav a::before {
  color: #c2c2c2 !important;
}

.flexslider, .flex-direction-nav, .flex-next {
  opacity: 1 !important;
  right: 10px !important;
}

.flexslider, .flex-direction-nav, .flex-prev {
  opacity: 1 !important;
  left: 10px !important;
}

.testahead {
  margin-top: 70px;
  border-top: solid 1px #c2c2c2;
}

.testahead>h2 {
  text-align: center;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 30px;
  background: #505050;
  color: #fff;
}