/*
Theme Name: SimpleMag Child Theme
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/


/* Your CSS code goes here
-------------------------------------- */

.sc-title a {
  text-decoration: none;
}

.home .sub-title {
    display: block;
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto;
    letter-spacing: 2px;
}

.mob-block-short,
.mobile-soc-holder {display:none;}

.static-hide {display:none !important;}

.main-menu-fixed.sticky .static-hide {display:inline-block !important;}

.main-menu-fixed.sticky .main-menu > ul > li > a > span {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#pageslide .menu li.static-hide  {
    display: table!important;;
}

body, p {
    font-family: "serenity",sans-serif;
font-style: normal;
    font-weight: 200;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.page-title .title, .page-title .entry-title, .section-title .title, .section-title .entry-title, .classic-layout .entry-title a {
    font-family: "serenity",sans-serif;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 5px;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 15px;
    padding-right: 15px;
}

.classic-layout .entry-title a {
    font-size: 32px;
    letter-spacing: 4px;
}

.col h2,
.col h3,
.col h4,
.col p {

padding-right:20px;

    }


.entry-content p:not(:last-child),
.entry-content hr {
    margin-bottom: 15px;
}

h2, h3, h4 {
    text-transform:uppercase;
    font-weight:200;
    }

pre {
    display:block;
    margin:10px 0 20px;
    padding:20px;
    border:1px solid #888;
    background:#f5f5f5;
    }

.entry-content .col h4 {
       font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 34px;
    margin: 15px 0 0 -15px;
    line-height: 1.3;
    }
    
.entry-content .col h4 a {
    text-decoration:none;
           -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
    }
    
.entry-content .col h4 a:hover {
    color:rgb(199, 55, 140);
    }

.grids .entry-content h2 {
    margin-top:32px;
    }
    
.entry-content > p:first-child {
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 1px;
}

.frizzly-button-container {
     -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
    opacity:0.3;
    z-index:20;
}

.frizzly-button-container:hover {
    opacity:1;
}

.col .feature-column {
     padding:20px;
     color:#fff;
     background:rgb(200, 57, 141);
     position:relative;
    }
    
.col .feature-column a {
    color:inherit;
    }
    
    .col .feature-column ul {
       margin:0;
       padding:0;
       list-style:none;
        }
        
   .col .feature-column ul li {
       display: block;
       text-transform:uppercase;
       text-align:center;
       position:relative;
       margin-bottom:10px;
       letter-spacing:2px;
       }
    
     .col .feature-column ul li:after {
         content:"";
         display:block;
         position:absolute;
         border-bottom:1px solid #fff;
         height:2px;
         width:30px;
         bottom:-5px;
         left:50%;
         margin-left:-15px;
         }
    
     .col .feature-column ul li:last-of-type:after{
         display:none;
         }
    
.col .feature-column h2 {
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-transform: none;
    margin: 5px 0 10px;
    text-align: center;
    font-size: 46px;
}  

.sc-columns div.col img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    object-fit: cover;
    width: 100%;
    object-position: top;
    height: 470px;
    border: 10px solid #fff;
}

.sc-title {
    margin-top: 20px;
}

.col .feature-column:before {
    display: block;
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    pointer-events:none;
}

.sc-title {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-image: url(https://whimsicalwonderlandweddings.com/wp-content/uploads/2018/06/logo-small-1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50px;
    padding-bottom: 30px;
}

#masthead {
    margin-bottom: 30px !important;
}

.sticky-active .main-menu-fixed {
   background-image:url(https://whimsicalwonderlandweddings.com/wp-content/uploads/2018/06/logo-small-1.png);
   background-repeat:no-repeat;
   background-position:left;
    }

#branding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu > ul > li {
     color: #000;
    font-family: "serenity",sans-serif;
    font-size: 14px!important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.main-menu > ul > li > a > span {
          -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

.main-menu .sub-menu-two-columns .sub-menu .sub-links li {
       font-size: 14px;
    text-align: right;
    font-family: "serenity",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

    .main-menu .mega-menu-item:hover img,
	.entries .post-item .entry-image:hover img {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	
.no-sub .sub-menu {display:none!important;}

.mega-menu-item .item-title a {
       font-family: "serenity",sans-serif;
font-style: normal;
    font-weight: 600;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    }
    
.main-menu .sub-posts .mega-menu-item figure {
    padding: 6px;
    margin-bottom: 8px;
}

.main-menu > ul > li > a > span:after {
    top: 14px;
}

.main-menu-container {
    border:0!important;
}

.main-menu .sub-menu {
    box-shadow: 0 15px 25px -10px rgba(0,0,0,0.5);
}

.secondary-menu li a {
    display: block;
    padding-left: 7px;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    color:#888;
}

.lines-button .lines, .lines-button .lines:after, .lines-button .lines:before {
    background: #222;
}

.active-link:after {display:none!important} 

.sticky-menu-container {height:50px !important;}
    
    .main-menu > ul > li > a > span {
    height: 50px;
    line-height: 50px;
}

.sponsored {
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin: 15px auto 0;
    width: 278px;
    padding: 5px;
    background: rgb(200,200,200);
}

.sidebar-left.hentry {
    position: relative;

}

.sidebar-left .sponsor-cat {
    width: calc(25%);
}

.sidebar-left .sponsor-cat {
    width: calc(25%);
    margin: 0;
    float: left;
}

.sponsor-grid.cta {
    padding: 15px;
    border: 2px solid #000;
    margin: 0;
}

.sponsor-grid.cta a {
    padding: 30px;
    background:rgb(255,255,255);
    display: block;
    text-decoration:none;
    color:#000;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:2px;
    -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}


.sponsor-grid.cta a:hover {
       background: rgb(165, 77, 136);
       color:#fff;
}


.entry-meta {
        font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin-bottom: -10px !important;
    color: #222;
    letter-spacing: 1px;
    }
    
.entries .entry-meta {
    font-size: 23px;
    margin-bottom: -2px !important;
}
    
.entry-meta a {
    color:#222;
              -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
    }
    
.entry-meta a:hover {
    border:0!important;
    color:rgb(241, 93, 86);
    }
    
    .home-section .entries .entry-meta,
    .masonry-layout.entries .entry-meta {
    font-size: 14px;
    margin-bottom: 0 !important;
    font-family: "serenity",sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 200;
    text-transform: uppercase;
}

 .masonry-layout.entries .entry-meta {
     margin-top:15px;
     }
 
 .masonry-layout.entries .entry-meta span,  .masonry-layout.entries .entry-meta time.entry-date {
     display:inline !important;
     }
    
.entry-author {
       font-family: "serenity",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    }
    
    .author, .written-by {
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
    color:inherit;
}

    .penta-box .author, .penta-box .written-by {
    display: none;
}
    
.single-author-box {
    display:none;
    }    
    

.full-width-image .title, .full-width-video .title, .global-sliders .entry-title, .global-sliders .post-item .entry-title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.sidebar {
    padding: 24px;
    border: 0!important;
    padding-top: 0!important;
        padding-right: 0!important;
    padding-left: 40px!important;
}

.sponsor-cat {
    margin:20px -20px 0;
    }
    
    .sponsor-cat a {
    display: block;
    position: relative;
    display: inline-block;
    width: calc(33%);
    vertical-align:top;
    padding:20px;
    text-align:center;
    text-decoration:none;
       font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;

    }
    
.sponsor-cat a em.cat-credit,
.sponsorcat-heading em.cat-credit{
    position: absolute;
    display: block;
    z-index: 20;
    color: #fff;
    font-family: "serenity",sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    /* transform: rotate(90deg); */
    top: 24px;
    right: 30px;
    opacity: 0.6;
                  -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

.sponsorcat-heading em.cat-credit {
    right:auto;
    left:20px;
    top:auto;
    bottom:20px;
    font-size: 12px;
    cursor:pointer;
    }

.sponsor-cat a:hover em.cat-credit,
.sponsorcat-heading:hover em.cat-credit {
    opacity: 1;
}

     .sponsor-small {
         text-align:center;
         }
    
    .sidebar-left .sponsor-cat a {
    width: 100%;
    padding: 5px;
    text-align:center;
    text-decoration:none;
    font-family: "quimby-mayoral",sans-serif;
    font-style: normal;
    font-weight: 400;
        height: 90px;
    overflow: hidden;
    margin-bottom: 5px;
    }
    
.sponsor-cat a p {
    font-family: inherit;
    font-style: inherit;
    font-weight: 200;
    font-family: "serenity",sans-serif;
font-style: normal;
    margin-top: 10px;
    padding: 0 15px;
}
    
.sponsor-cat a span {
    display: block;
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin: auto;
    width: 80%;
    font-style: normal;
    font-size: 32px !important;
    line-height: 1;
}

.page-supplier-directory .sponsor-cat a span {
     top: auto;
    bottom: 15px;
    color: #222;
    margin: auto;
    width: 70%;
    font-style: normal;
    font-size: 23px;
    padding: 16px;
    line-height: 1;
    letter-spacing: 1px;
    background: #fff;
}


 .sidebar-left .sponsor-cat a span {
    display:none;
       top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: auto;
    width: 80%;
    font-weight: 400;
    font-family: "serenity",sans-serif;
    font-style: normal;
    text-transform: uppercase;
        font-size: 15px !important;
    letter-spacing: 2px;
    line-height: 1.2;
  }
    
    .sponsor-cat a .tax-icon {
        display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: auto;
    margin: auto;
    max-width: 100px;
    }
    

 .sidebar-left .sponsor-cat a .tax-icon {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 28%;
    height: auto;
    margin: auto;
    max-width: 70px;
}

    .sponsor-cat a .taxonomy-term-image,
    .sponsor-cat a .tax-cover {
    display: block;
    position: relative;
    }
    

 .sidebar-left .sponsor-cat a .taxonomy-term-image,
  .sidebar-left  .sponsor-cat a .tax-cover  {
    height: 100%;
    object-fit: cover;
}

    .sponsor-cat a .tax-cover {
        background-color:rgb(35, 31, 32);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
        }
    
    .sponsor-cat a .taxonomy-term-image {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
    }
    
    .sponsor-cat a .taxonomy-term-image {
        opacity:0.75;
        }
        
    .sponsor-cat a:hover .taxonomy-term-image {
        opacity:0.4;
        }    
        
    .sidebar-left .sponsor-cat a:hover .tax-icon {
        display: none;
            max-width: 70px;
        }   
    
     .sidebar-left .sponsor-cat a:hover span {
     display:block;
     }
        
       .sponsor-cat a:hover .tax-cover {   
        background-color:#ec008c;
       }
       
       .sponsor-cat {

        }
        
         .sponsor-cat:hover {

             }
       h2.sponsorheading {
           font-family: "serenity",sans-serif;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
        line-height: 1.2;
    margin-bottom: 15px;

}

.single-sponsor .centered {
    text-align: center;
    margin: 0 auto 15px;
}

.single-sponsor .title-with-sep {
    text-align:center;
    }

.single-sponsor ul.soc {
    text-align:center;
}

.single-sponsor ul.soc li {
    font-size: 32px!important;
    padding: 0 10px 12px;
    background: none!important;
}

.single-sponsor .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom:15px;
}

.single-sponsor .slick-dots li {
  display: inline-block;
  position: relative;
  margin:0;
  padding:0;
}


.slickvid:hover .slick-dots li:first-of-type:before {
  opacity:1;
}

h3.slick-heading {
letter-spacing: 3px;
text-align: center;
margin:40px auto 20px;
}

.entry-content blockquote {
    padding: 0 40px;
    position: relative;
    margin-top: 20px;
}

.entry-content blockquote:before {
    position: absolute;
    font-size: 80px;
    color: rgba(69,179,162,0.3);
    z-index: -1;
    margin-left: -30px;
}

.entry-content blockquote:after {
    position: absolute;
    font-size: 75px;
    color: rgba(69,179,162,0.3);
    z-index: -1;
    margin-right: -10px;
    right: 50px;
    bottom: -10px;
}

.entry-content p.imgOnly {
  margin-bottom:0;  
}

.entry-content blockquote p {
  font-style: italic;
}

.entry-content blockquote p:last-child {
    display: inherit;
}

.single-sponsor .custom-gallery {
    margin-bottom: 30px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.single-sponsor .slick-dots button {
    display: block;
    border: 0;
    background: #aaa;
    overflow: hidden;
    box-shadow: none;
    outline: 0!important;
    text-indent: -999px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 5px;
     -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.single-sponsor .slick-dots li:hover button {
  background: #ec008c;
}

.single-sponsor .slick-dots li.slick-active button {
  background: #ec008c;
}

.review-item {
    padding: 20px;
     background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,0.5);
}

.review-item .credit {
    color: #c7378c;
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
  font-size: 36px;
}

     .title-with-sep h2.sponsorheading {
   padding:0 20px;
   display:inline-block;
       background: #fff;
}

 h2.sponsorheading a {
         font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size:32px;
    line-height:1;
    letter-spacing:1px;
            -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
 }
 
  h2.sponsorheading a:hover {
      color:rgb(236, 0, 140);
      
      }
      
 h2.sponsorheading em {
    font-family: "serenity",sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size:20px;
    color:#bbb;
     }
     
.tax-sponsor-categories h2.sponsorheading a,
h2.sponsorheading a.sponsorcategory {
     display:block;
 }
 
 h2.sponsorheading a.sponsorcategory {
    font-family: "serenity",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size:17px;
    padding:10px;
    margin:10px auto;
    border:3px solid;
    max-width:75%;
     }

 .sponsorcat-heading {
    position: relative;
    margin:0 0 30px 4px;
 }

.sponsorcat-heading .sponsorcat-heading-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
}

 .sponsorcat-heading img {
  position: relative;
  width:40vw;
  height:auto;
  max-width:500px;
 }

.taxonomy-description {
text-align: center;
display: block;
max-width: 80%;
margin:0 auto 30px;
}

.taxonomy-description p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.sidebar-left #masonry-loop {
float:right;
width:calc(75% - 15px);

}

.dgwt-jg-gallery {
    width: calc(100% + 7px) !important;
    margin: -3px -4px 3px;
}

.sponsor-grid {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    padding: 0 10px;
}

.sponsor-grid h2 {
    max-width: 320px;
    margin: -6px auto 10px;
    padding: 0;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1.3;
}

.sponsor-grid h2 a {
    display: block;
    width:100%;
    padding: 8px 5px;
    color: #fff;
    text-decoration: none;
    background: rgb(165, 77, 136);
          -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

.sponsor-grid h2 a:hover {
  background:rgb(222, 180, 6);
}

.sponsor-text {
    max-width: 320px;
    margin: 0 auto 40px;
}
    
.sponsor-text .sponsor-link,
.classic-layout .read-more-link,
.masonry-layout .read-more-link {
    display: inline-block;
    text-decoration: none;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 10px;
    margin: 15px 5px;
    min-width: 50%;
    letter-spacing: 2px;
              -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

.classic-layout.entries .post-item footer .read-more-link,
.masonry-layout.entries .post-item footer .read-more-link {
    border: 2px solid !important;
    font-size: 16px;
    padding: 8px 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }

.sponsor-text .sponsor-link:hover,
.classic-layout.entries .post-item footer .read-more-link:hover,
.masonry-layout.entries .post-item footer .read-more-link:hover {
    color:#fff;
    background:rgb(222, 180, 6);
    border-width: 2px!important;
    border-color:rgb(222, 180, 6)!important;
}

ul.soc li {
  display: inline-block;
      vertical-align: middle;
    font-size: 20px;
    padding: 6px 10px;
}

ul.soc li a {
     -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

ul.soc li a:hover {
  color:rgb(222, 180, 6);
}
ul.soc li.url a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid;
    /* background: #000; */
    /* color: #fff; */
    letter-spacing: 1px;
    padding: 3px 5px;
    top: -3px;
    position: relative;
}

.single-sponsor ul.soc li.url a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid;
    letter-spacing: 3px;
    padding: 7px 10px;
    top: -6px;
    position: relative;
}


.single-sponsor .entry-content ul.soc li.url a {
    top: 0px;
}



html .top-strip .search-form input[type="text"] {
    font-family: "serenity",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    border-bottom: 1px solid #ddd;
        color:#888;
    height: 34px;
    line-height: 34px;
    top: 8px;
    padding-left: 0;
}

html .top-strip .search-form input[type="text"]:focus {
 border-bottom: 1px solid #ec008c;
     color:#222;
}

html .top-strip .search-form button {
    color: #888;
    background: #fff;
    height: 35px;
    width: 30px;
    box-shadow: -10px 0 15px #fff;
}
     
html .top-strip .search-form  input[type="text"]:focus + button,
.top-strip .social li a:hover {
     color:#ec008c;
     }
     
.widget h2, .widget h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}   
    
.widget .social.clearfix {
    margin-left:205px;
    }    

.footer-sidebar .widget h3,
.tag-box-title {
    color: #c7378c;
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

footer .widget-posts-entries .widget-post-title {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.2em;
}

.sidebar .widget {
    margin-bottom: 20px;
    padding-bottom: 0;
    max-width: 300px;
    border-bottom:1px solid rgba(34, 31, 32,0.5) !important;
}

.sidebar .widget h3 {
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 34px;
    margin-bottom: 5px;
    line-height: 1.3;
    }
    
.sidebar .widget h4 {
    
    }
    
.sidebar .widget h5 a {
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none !important;
    font-size: 27px;
    margin: 0;
    line-height: 1;
                -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
   
}
.sidebar .widget h5 {
    margin: 5px 0;
    padding: 0!important;
    top: 0!important;
}

 .widget_ti_supplier_posts{
    margin-bottom: 30px;
    padding-bottom: 0;
    height: 370px;
    max-width: 300px;
}

.widget .next-arrow {
    right: 0;
    left:auto;
    top: 85px;
    margin-right: -30px;
}

.widget .prev-arrow {
    left: 0;
    top: 85px;
    margin-left: -30px;
}

html .sidebar .widget h5 a:hover {
          color:rgb(241, 93, 86);
    }
        
.instagram-pics li {
    display: inline-block;
    width: calc((100% / 7) - 5px);
    padding: 4px;
}

    
 .instagram-pics {
    display: block;
    text-align: center;
    max-width:1200px;
    margin:auto;
   
}

.g, .b-2 {margin-bottom:15px !important;}

.facetwp-template { display: none; }
.facetwp-template.visible { display: block; }

.tag-box {
    text-align:center;
    }
    
.tag-box a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    }
    
.nav-single a {
    font-weight:200;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing:1px;
    color:#222;
    }    
    
.nav-single a .nav-title {
     font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 2px;
        margin-bottom: 0;
    color: inherit;
    }
    
.nav-single a:hover {
    color: #c7378c;
    }

.single-box-title,
.comment-reply-title {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 0;
    display: block;
    text-align: center;
    color: #c7378c;
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 5px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    background:#fff;
    padding-left:10px;
    padding-right:10px;
}

.comments-area {
    overflow: hidden;
}

.single-box-title:before,
.single-box-title:after,
.comment-reply-title:before,
.comment-reply-title:after{
   content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #333;
    left: 100%;
    top: 40px;
    position: absolute;
    z-index: 0;
    }

.single-box-title:after,
.comment-reply-title:after{
    left:auto;
    right:100%
    }
    
    
.nav-previous i,
.nav-next i {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    position: relative;
}

.nav-next i {
        transform: rotate(135deg);
}

.nav-previous i:before,
.nav-next i:before {
        content: ""!important;
    width: 30px;
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
    top: 10px;
    left: -5px;
    }
    
.message, .logged-in-as, .comment-notes {
    border: 0;
    font-size: 16px;
    font-weight: normal;
}

html #submit, html input[type="submit"] {
    font-size: 18px;
     border-radius: 0px;
     font-weight: 600;
    letter-spacing: 3px;
    font-family: "serenity",sans-serif;
    font-style: normal;
    width: 50%;
    margin-left: 25%;
}

.comment-subscription-form {
    margin-top: 20px;
    display: block;
    padding-right: 20px;
    float:left;
}
    
.comment-subscription-form + .comment-subscription-form {
    float:right;
    }
    
.entry-frame {
    opacity:0;
    }
    
.slick-center .entry-frame {
    opacity:1;
    }    
    
.full-width-image .title, .full-width-video .title, .global-sliders .entry-title, .global-sliders .post-item .entry-title {
    margin-top: 10px;
}

.content-over-image-tint .entry-image:before, .content-over-image-tint.full-width-image:before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.global-sliders .slick-dots, .global-sliders .slider-nav-arrow {
    background-color: rgba(0,0,0,0.5);
}
    
.content-over-image img {
    display: block;
    width: auto;
    height: 680px;
    border: 10px solid #fff;
}

.home-section.wp-editor-section {
    text-align:center;
    margin-top:40px;
    } 
    
.home-section.wp-editor-section h2 {
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 50px;
}

.content-over-image-tint .entry-image:before, .content-over-image-tint.full-width-image:before {
/*    bottom: 0px !important;*/
    opacity: 0.3!important;
    }

.home-section #adrotate_widgets-3 {
    display:none;
    }

.home-section.wp-editor-section h3 {
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 34px;
    margin-bottom: 5px;
    line-height: 1.3;
        margin-top: 10px;
}

.home-section.wp-editor-section h2 + p {
    text-transform:uppercase;
    letter-spacing:3px;
    }
    
.facetwp-template .entry-image {
    opacity:1;
    }
    
.facetwp-template .entry-image img {
    width:100%;
    height:250px;
    object-fit:cover;
        }

.facetwp-template .entries .post-item .entry-title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    margin-top:15px;
}

.facetwp-template .entries .entry-meta,
.facetwp-template .entries .entry-summary {
    margin-top: 5px!important;
}

.facetwp-template .entries .post-item {
    min-height: 600px;
}
    
    
.facetwp-facet input[type="search"] {
    letter-spacing: 3px;
    font-family: "serenity",sans-serif;
    font-style: normal;
    padding:10px;
    font-size:18px;
    border:0;
    border-bottom:2px solid #222;
    background:#fff;
    outline:0 !important;
    box-shadow:0!important;
    width:50%;

    -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
        }
        
.facetwp-facet input[type="button"] {
     letter-spacing: 2px;
    font-family: "serenity",sans-serif;
    font-style: normal;
    padding:10px;
    border:2px solid #fff;
    font-size:18px;
    margin-left:5px;
    background:#fff;
        -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
      text-transform:uppercase;
    }
    
    .facetwp-facet:hover input[type="button"] {
        border:2px solid #222;
        }
    
    .facetwp-facet input[type="button"]:hover {
    background:rgb(209, 181, 32);
    color:#fff;
    }
        
    .facetwp-facet:hover input[type="search"] {
        background:#f7f7f7;
        }
        
.widget-posts-entries .widget-post-item:nth-child(1) .widget-post-title {
    font-size: 20px;
}     

.widget-posts-entries .widget-post-item:not(:nth-child(1)) .entry-image {
    float: none;
    max-width: 160px;
    max-height: 100px;
}

.widget-posts-entries .widget-post-item:not(:nth-child(1)) .widget-post-details {
    position: static;
    display: block;
    margin-top: 10px;
    padding: 5px 0;
    line-height: 1em;
}

.classic-layout .entry-title a {
    margin: 0;
}

.single-post .grids article.entry-content h2 {
    margin-top: 32px;
    font-size: 31px;
/*    color: #c8398d !important;*/
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.single-post .grids article.entry-content h3,
.single-post .grids article.entry-content h3 strong {
      font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
     margin-bottom: 5px;
}

.single-post .entry-content > ul li,
.single-sponsor .entry-content > ul li {
    list-style: none;
    background-image: url(https://whimsicalwonderlandweddings.com/wp-content/uploads/2018/06/whim-bullet.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    background-size: 9px;
    padding-left: 18px;
    font-size: 17px;
}

.single-post .entry-content ul,
.single-sponsor .entry-content ul {
    padding-left: 5px;
}

.sc-box {
  position: relative;
}

.sc-box:before {
  content:"";
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.3);
}

.single-post .grids article.entry-content .sc-image h2 {
  font-weight:200;
  color:#fff !important;
}

.single-post .entry-content .sc-columns {
    border: 1px solid #e6e6e6;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.single-post .entry-content .sc-columns div.col {
    float: left;
    padding: 0 20px;
    margin: 20px 0 20px;
    width: 50% !important;
}

.single-post .entry-content .sc-columns div.col:first-of-type {
  border-right: 1px solid #e8e8e8;
}

.single-post .entry-content .sc-columns div.col p {
      line-height: 1.25;
}

.single-post .entry-content .sc-columns div.col p a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
}

.single-post .entry-content h5 {
      color: #c7378c;
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 7px;
    margin-top: 23px;
}


.back-top i {
    display:inline-block;
  position:relative;
    top:1px;
    padding:0 5px;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}


.back-top {
    float: none;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #333;
    background: #fff;
    color: #222;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

.back-top.stickyshow {
  opacity: 1;

}

.sc-image span {
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.1;
}

html .gform_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 20px auto 10px;
    display: block;
    text-align: center;
    font-weight: 200;
    font-size: 42px;
    letter-spacing: 2px!important;
}

html .gform_wrapper {
    margin: 16px auto;
    max-width: 80%;
}

html .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 17px;
    font-weight: 300 !important;
    font-family: inherit;
    padding: 13px;
    letter-spacing: 1px;
    width: 100%;
}

html div.gform_confirmation_message {
    margin: 50px 20px;
    text-align: center;
    font-size: 29px;
    padding: 30px;
    border: 1px solid;
    color: rgb(199, 55, 140);
    letter-spacing: 1px;
}

html .gform_wrapper textarea {
  padding: 13px;
    letter-spacing: 1px;
}

html .gform_wrapper .gfield_error .gfield_label {
   color: rgb(199, 55, 140);
}

html .gform_wrapper div.validation_error {
    color: rgb(199, 55, 140);
    font-size: 1em;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-top: 2px solid;
    border-bottom: 2px solid;
  }

html .gform_wrapper label.gfield_label {
    font-weight: 700;
    font-size: inherit;
    font-family: "p22-hopper-edward",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    text-transform: capitalize;
    margin: 5px 0 -20px;
}

section.wrapper.home-section.posts-section {
    margin-top: 30px;
}

section.wrapper.home-section.advertising {
    margin-top: 0;
}

section.home-section.penta-box.latest-posts {
    margin-top: 0;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.g-6 {
  margin-top:20px !important;
}

.b-6 {
    margin: 10px;
    width: calc(50% - 10px);
        padding: 0 10px;
}

.twoline span em {
    display: block;
    line-height: 0.5;
    text-transform: capitalize;
    position: relative;
    top: -10px;
    font-size: 13px;
    letter-spacing: 2px;
}

.sticky .twoline span {
    top: -8px;
    position: relative;
}

.mobile-menu-open .twoline span em {
  display: none;
}

.sponsorcat-heading .sponsorcat-heading-inner {
    text-align: center;
}

.venue-tax {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding:3px 8px;
  margin:3px;
  letter-spacing:0.7px;
  font-size:12px;
  background:rgb(200, 200, 200);
  color:#fff;
  font-weight: 300;
              -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s  ease-in-out;
      -o-transition: all 0.2s  ease-in-out;
      transition: all 0.2s  ease-in-out;
}

.venue-tax .fa,
.venue-tax .fas {
    margin-right: 5px;
}

.venue-tax.loc {
  background:rgb(220, 220, 220);
}

.venue-tax:hover {
  background:rgb(119, 178, 163);
}

.sponsorcat-heading.venue-archive {
  text-align: center;
}

/* Mobile Edits
 */


@media only screen and (max-width: 960px) {

 .term-wedding-venues .taxonomy-description {
    display: none;
}

  .sponsorcat-heading .sponsorcat-heading-inner {
    left: 55%;
  }
    
    .widget-area-2 {
    display:none;
}
 
 .lines-button .lines,
 .lines-button .lines:after,
 .lines-button .lines:before {
    background: #222 !important;
}

.header .logo {
    max-width: 220px;
}
 
.top-strip {
    border-bottom: 1px solid #000 !important;
    background-color: rgba(255,255,255,1) !important;
    background-image: url(https://whimsicalwonderlandweddings.com/wp-content/uploads/2018/06/logo-small-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18%;
}
    
}

@media only screen and (max-width: 800px) {

.sponsor-cat a {
    width: calc(50%);
    
}

 .term-wedding-venues .taxonomy-description {
    display: block;
}

.venue-tax {
  display: none;
}

.sponsorcat-heading .sponsorcat-heading-inner {
    left: 42vw;
    max-width: 50vw;
}

}

@media only screen and (max-width: 750px) {

  .b-6 {
    margin: 10px 0;
    padding:0 0 10px;
    width: 100%;
}

  .sidebar {
    display:none;
  }

  .back-top.stickyshow {
  opacity: 0;
}

.back-top.stickyshow.scrolling-up {
  opacity: 1;

}

  .mob-block-short {
    display: block;
    border: 1px solid #e2e2e2;
    position: relative;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
  }

  .mob-block-short .g,
  .mob-block-short .b-2 {
    margin-bottom: 0!important;
  }

   .mob-block-short .g-col {
        width: calc(50% - 10px);
        margin-left:15px;
    }

  .mob-block-short .g-col:first-of-type {
    margin-left:0;
  }

  .mob-block-short > span {
         position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    background: #fff;
    top: -15px;
    padding: 0 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mob-block-short.mob-ablock-2 .g-4{
    display: none;
}

.mob-block-short.mob-ablock-2 .g-4 .g-col {
  margin-bottom:10px;
}

  .mob-block-short.mob-ablock-2.mob-ablockshow-1 .g-4:nth-child(n+1):nth-child(-n+3) {
    display: block;
  }

    .mob-block-short.mob-ablock-2.mob-ablockshow-2 .g-4:nth-child(n+4):nth-child(-n+5)  {
      display: block;
  }

    .mob-block-short.mob-ablockshow-3 .g-4:nth-child(n+6):nth-child(-n+7){
      display: block;
  }

    .mob-block-short.mob-ablockshow-4 .g-4:nth-child(n+8):nth-child(-n+9) {
      display: block;
  }

    .mob-block-short.mob-ablockshow-5 .g-4:nth-child(n+10):nth-child(-n+11){
      display: block;
  }



     .top-strip .mobile-search-button {
    color: #8c919b !important;
    }
    
    .sc-columns div.col img {
    width: 70%;
    height: 350px;
}
    
.col h2, .col h3, .col h4, .col p {
    padding-right: 0;
    text-align: center;
}

.instagram-pics li {
    display: inline-block;
    width: calc((100% / 4) - 5px);
}
    
.instagram-pics li:nth-child(n+5){    
    display: none;
}

}

@media only screen and (max-width: 479px) {
    
    .page-supplier-directory article p:last-child {
        display:none;
        }

     .page-supplier-directory article p {
        font-size: 16px;
        margin-bottom: 10px!important;
    }

   .sidebar .widget {
      border-bottom: 0 solid rgba(34, 31, 32,0.5) !important;
  }

  .content-over-image-tint .entry-image:before, .content-over-image-tint.full-width-image:before {
    bottom: 0px !important;
    }

  .sponsorcat-heading em.cat-credit {
    right: 20px;
    left: auto;
    top: 10px;
    bottom: auto;
}

  .venue-tax {
  display: inline-block;
}

  .archive .mob-block-short > span {
    top: -10px !important;
  }

  .masonry-layout {
    height:auto !important;
  }

  .masonry-layout .post-item {
    padding-bottom: 0;
    border-bottom: none;
    position: relative !important;
    top: auto !important;
}

  .archive .sidebar-fixed {
    display: none!important;
  }

  .top-strip .social li a {
    width: 30px;
    height: 40px;
    line-height: 50px;
    font-size: 15px;
    margin-top: 1px;
        color: #333 !important;
}

.top-strip .social li ul {
/*    display: block;
    position: relative;
    top: 0;*/
}

.entry-date.published {
  display: block;
}

.entry-date.published::before {
  display: none;
}

.top-strip .mobile-homelink {
    display: block;
    content: "";
    width: 150px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -75px;
}

  .top-strip .social li .social-share-link {
     display: none;
}

  .page-title .title, .page-title .entry-title, .section-title .title, .section-title .entry-title, .classic-layout .entry-title a {
    font-size: 28px;
    margin-left: 10%;
    margin-right: 10%;
}

.posts-slider .slick-slide {
    max-height: 75vh;
}

.content-over-image .entry-header .inner {
     max-width: 70vw;
}

#masthead {
    margin-bottom: 0px !important;
}

.lines-button {
    display: block;
    height: 45px;
    line-height: 39px;
    padding: 0 0 0 10px;
    background: #fff;
    margin: 10px 0 0 20px;
    width: 45px;
    border-radius: 50%;
}

.home-section.wp-editor-section {
    margin-top: 0px;
}

.home-section.wp-editor-section + .home-section.posts-section {
    margin-top: 5px;
}

.sidebar-fixed .sidebar {
  display: block;
      padding: 0 !important;
}

.sidebar-fixed .sidebar .widget {
    max-width: 100%;
    }

  .sidebar-fixed .sidebar  .g {
    width: calc(50% - 10px) !important;
    margin-left: 5px;
    margin-bottom: 0!important;
    display: inline-block;
}

  .sidebar-fixed .sidebar  .g,
  #text-11 {
    display: none;
}

.sidebar-fixed .sidebar.mob-ablockshow-1 .widget.adrotate_widgets .g:nth-child(n+1):nth-child(-n+5) {
    display: inline-block;
  }

    .sidebar-fixed .sidebar.mob-ablockshow-2 .widget.adrotate_widgets .g:nth-child(n+6):nth-child(-n+9)  {
      display: inline-block;
  }

    .sidebar-fixed .sidebar.mob-ablockshow-3 .widget.adrotate_widgets .g:nth-child(n+10):nth-child(-n+13){
     display: inline-block;
  }

   .sidebar-fixed .sidebar.mob-ablockshow-4 .widget.adrotate_widgets .g:nth-child(n+14):nth-child(-n+17) {
     display: inline-block;
  }

   .sidebar-fixed .sidebar.mob-ablockshow-5 .widget.adrotate_widgets .g:nth-child(n+18):nth-child(-n+21){
    display: inline-block;
  }


[class*="-layout"].entries .read-more-link,
[class*="-layout"].entries .post-item:not(.format-quote) .entry-summary {
    display: block;
}

[class*="-layout"].entries .entry-header .entry-title {
    margin-top: 10px;
}

.top-strip {
    border-bottom: 0px solid #000 !important;
    background-color: rgba(255,255,255,0.6) !important;
    background-image: url(https://whimsicalwonderlandweddings.com/wp-content/uploads/2018/06/logo-large.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-top: 2px solid #fff;
    height: 65px;
}

.mobile-menu-open .lines-button .lines {
    background: 0 0 !important;
}

.top-strip .mobile-search-button {
    right: 10px;
    top: 10px;
  }

.global-sliders .slider-nav-arrow {
    width: 40px;
    }

.with-sidebar + .penta-box {
  display: none;
}

  .sc-title .title span {
     padding: 0;
    font-size: 40px;
    line-height: 1;
}

.sc-title a {
  text-decoration: inherit;
}

.full-width-image .title, .full-width-video .title, .global-sliders .entry-title, .global-sliders .post-item .entry-title {
    font-size: 30px;
    line-height: 34px;
}

.sc-title .sub-title {
    font-size: 16px;
}
    
   .mob-block-short .g-col {
        width: calc(100%);
        margin-left:0;
        margin-bottom:0;
    }

    .sc-columns div.col img {
    width: 100%;
}

    .mob-block-short .g-col:first-of-type {
        margin-bottom:15px !important;
    }


  .sponsor-cat a {
    width: calc(100% - 40px);
    margin: -10px auto;
    display: block;
}
    
    .sponsorcat-heading img {
    width: 100%;
}

.sponsorcat-heading .sponsorcat-heading-inner {
    position: relative;
    left: auto;
    top: 0;
    transform: none;
    max-width: 100%;
}

.taxonomy-description p {
    font-size: 17px;
    margin-bottom: 20px;
}

.sidebar-left .sponsor-cat {
    display: none;
}

.sponsor-grid {
    width: 100%;
}

.sidebar-left #masonry-loop {
    float: none;
    width: 100%;
}

h2.sponsorheading {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom:5px;
}
    
    html #submit, html input[type="submit"] {
    font-size: 12px;
}
    
    .page-header {
    margin-bottom: 20px;
}

h1.entry-title {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    
}

.single .entry-meta {
   font-size: 19px;
    margin-top: 20px;
}

.single h1.entry-title {
    font-size: 24px !important;
    letter-spacing: 3px !important;
    margin-bottom:10px!important;
}

.header-default {
    width: 130px !important;
    visibility: hidden;
    height: 70px;
    margin-top: -50px;
}
    
    .footer-sidebar .widget_ti-about-site img {
    float: none;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
}
    
#branding {
    padding-top: 0;
    padding-bottom: 0;
}

  .mobile-soc-holder {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    color: #222;
    padding: 3px;
  }

  .back-top {
    bottom: 40px;
  }

    .widget .social.clearfix {
    margin-left: 0;
    text-align: center;
}
    
    .sc-columns div.col img {
    width: 80%;
}
    
    .classic-layout .entry-title a {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1;
        margin: 0;
}

[class*="-layout"].entries .entry-image {
    width: 100%;
    margin-right: 0;
   display: block;
}

[class*="-layout"].entries .post-item-inner,
.posts-section + .posts-section .section-header + [class*="-layout"].entries .post-item-inner {
    display: block;
}

.classic-layout .post-item .entry-image + .entry-details {
    margin-top: 0;
    display: block;
    width: 100%;
}

.classic-layout .post-item {
    margin-bottom: 10px;
}

[class*="-layout"].entries .entry-header {
    text-align: center;
}

}