



/**
 *  General Rueles
 */

.text-right{
  text-align: right;
}




/*
 *  0. Authentic Overrides
 */



/* 
 *  1. Issues
 */

.issue {
	margin-top: 20px;
}

.issue h3{
	margin-top: 20px;
}





/* 
 *	2. Custom Post Blocks
 */

h5.title {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}



.block-a {
  margin-bottom: 80px;
}



.block-a .title {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 25px;
  min-height: 50px;
}

.block-a .exc {
  margin-top: 10px;
  font-size: 16px;
}

/* SHARE IS 11px  */


.block-a img {
  display: block;
  width: 100%;
}


.block-a .ov-holder{
  position: relative;
  display: block;
    width: 100%
  height: auto;
  color: #fff;

}

.block-a .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: inherit;
  background-color: #000;
  opacity: 0;
  display: inline-block;
  font-size: 11px;
}

.block-a .overlay-holder{
  display: table;
  width: 100%;
  height: 100%;
}



.block-a .overlay-text{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}



.block-a .btn-effect{
  margin-top: 10px;
  margin-bottom: 20px;
}

.block-a .shares{
  font-size: 11px;
  color: #737373;
}

.block-a .shares a .fa{
  color: #000;
  font-size: 16px;
}


.block-a .shares > .icon-arrow-right {
  margin-left: 20px;
  margin-right: 20px;
  ;
}

.block-a .share-icon{
  margin-left: 5px;
  margin-right: 5px;
}

.ov-holder a{
  color: #fff !important;
}

.block-a .overlay:hover{
      -webkit-animation: fadein 0.1s ease; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.1s ease; /* Firefox < 16 */
        -ms-animation: fadein 0.1s ease; /* Internet Explorer */
         -o-animation: fadein 0.1s ease; /* Opera < 12.1 */
            animation: fadein 0.1s ease;

            opacity: 0.65;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.65; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.65; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.65; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.65; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.65; }
}

.share-icon.fa-facebook:hover{
  color: #3B5998 !important;
  cursor: pointer;
}

.share-icon.fa-twitter:hover{
  color: #4099FF !important;
  cursor: pointer;
}

.share-icon.fa-envelope:hover{
  color: #dd4b39 !important;
  cursor: pointer;
}

.no-a-hover:hover{
  color: #3e3e3e !important; 
}


.block-c img{
  margin-bottom: 0px !important;
}

.block-c{
  margin-bottom: 20px;
}

.block-c h5{
  margin-bottom: 5px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.block-c .img-holder {
  overflow: hidden;
}

.block-c .img-holder:hover img{
  transform: scale(1.1);
}

.block-c .img-holder:hover .overlay{
    -webkit-animation: fadein 0.1s ease; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.1s ease; /* Firefox < 16 */
        -ms-animation: fadein 0.1s ease; /* Internet Explorer */
         -o-animation: fadein 0.1s ease; /* Opera < 12.1 */
            animation: fadein 0.1s ease;

            opacity: 0.65;
}

.block-c .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: inherit;
  background-color: #000;
  opacity: 0;
  display: inline-block;
  pointer-events: none;
}



.block-e .image{
  height: 370px;
  background-size: cover !important;
  background-position: center center !important;
  cursor: pointer;
}

.block-e .overlay{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.block-e .title{
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 200px;
  color: #fff;
  transition:all 0.1s linear;
}

.block-e .readit{
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 200px;
  color: #fff;
  opacity: 0;
  transition:all 0.1s linear;
  font-size: 11px;
  text-transform: uppercase;
}

.block-e:hover .overlay{
   -webkit-animation: fadein_doi 0.1s ease; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein_doi 0.1s ease; /* Firefox < 16 */
        -ms-animation: fadein_doi 0.1s ease; /* Internet Explorer */
         -o-animation: fadein_doi 0.1s ease; /* Opera < 12.1 */
            animation: fadein_doi 0.1s ease;

            opacity: 0.65;
}

.block-e:hover .title{
  bottom: 40px;

}

.block-e:hover .readit{
  opacity: 1;
}


@keyframes fadein_doi {
    from { opacity: 0.4; }
    to   { opacity: 0.65; }
}

/* Firefox < 16 */
@-moz-keyframes fadein_doi {
    from { opacity: 0.4; }
    to   { opacity: 0.65; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein_doi {
    from { opacity: 0.4; }
    to   { opacity: 0.65; }
}

/* Internet Explorer */
@-ms-keyframes fadein_doi {
    from { opacity: 0.4; }
    to   { opacity: 0.65; }
}

/* Opera < 12.1 */
@-o-keyframes fadein_doi {
    from { opacity: 0.4; }
    to   { opacity: 0.65; }
}

.full-image{
  width: 100%;
}



.block-a .block-details{
  font-size: 11px;
  color: #737373;
}




/* Sliders */


.full-image{
  width: 100%;
}

.img-slider-item{
  background-size: cover !important;
  background-position: center center !important;
}

.img-slider-title{
  color: #fff !important;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.img-slider-title a{
  color: #fff !important;
  font-family: FranklinITCPro !important;   
}


.img-slider-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.2;
  transition:all 0.1s linear;
  
}

.img-slider-item:hover .img-slider-overlay{
  opacity: 0.4;
}


.img-slider-item:hover .slider-next, .img-slider-item:hover .slider-prev{
  opacity: 0.9;
}

.img-slider-item:hover .slider-next{
  right: -20px;
}

.img-slider-item:hover .slider-prev{
  left: -20px;
}

.slider-next{
  color: #fff;
  position: absolute;
  right: -40px;
  top: 100px;

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  background-color: #000;
  padding: 5px 10px 5px 10px;
  top: 47%;
  cursor: pointer;
  font-weight: normal !important;
  z-index: 99999;
  opacity: 0;

  transition:all 0.1s linear;

}


.slider-prev, .slider-next{
  font-size: 11px;
  width: 120px;
  text-align: center;
  position: absolute !important;
  z-index: 999;
  color: #fff !important;
}

.slider-prev{
  color: #fff;
  position: absolute;
  left: -40px;
  top: 45%;

    -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    background-color: #000;
padding: 10px;
cursor: pointer;
font-weight: normal !important;
padding: 5px 10px 5px 10px;
opacity: 0;

  transition:all 0.1s linear;

}



.img-slider-title_left{
  color: #fff !important;
  width: 100%;
  left: 50px;
  position: absolute;
  bottom: 50px;
}

.img-slider-title_left h2{
  margin-bottom: 10px;
}




.img-slider-title_left a{
  color: #fff !important;
}

.author_left{
  font-size: 11px;
}


.img-slider-item .hld{
  display: none;
}

.img-slider-item .dps{
  display: inline;
}

.img-slider-item:hover .hld{
  display: inline;
}

.img-slider-item:hover .author_left .dsp{
  display: none;
}











/*
 *  3. Sidebars  
 */



.post-sidebar-left > .item {
  padding: 20px;
  border: 1px solid #eeeff0;
  text-align: center;
  font-size: 16px;
  color: #000;

  transition:all 0.1s linear;
}

.post-sidebar-left> .item-0{
  padding: 20px;
  border: 1px solid #eeeff0;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.post-sidebar-left > .item:hover{
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.post-sidebar-left .sm_A{
  font-size: 12px;
}

.post-sidebar-left .big_A{
  font-size: 24px;
}


.sm_close{
    position: relative;
    left: 10px;

    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 6px 2px 6px;
    border: 2px solid #fff;
    border-radius: 30px 30px 300px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    transition: all 0.1s linear;
}

.sm_close:hover{
  cursor: pointer;

    border: 2px solid #000;
  border-radius: 30px 30px 300px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;

}







.sm_plus{

  position: relative;
  left: -3px;
  font-weight: bold;
  font-size: 24px;

  padding: 1px 8px 0px 8px;
  border: 2px solid #fff;
  border-radius: 30px 30px 300px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  transition:all 0.1s linear;
}

.sm_plus:hover{
  cursor: pointer;

    border: 2px solid #000;
  border-radius: 30px 30px 300px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;

}


.sm_minus{
  position: relative;
  left: -3px;

  font-size: 24px;
  font-weight: bold;

  padding: 0px 12px 0px 12px;

      border: 2px solid #fff;
  border-radius: 30px 30px 300px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;

transition:all 0.1s linear;
}





.sm_minus:hover{
  cursor: pointer;

      border: 2px solid #000;
  border-radius: 30px 30px 300px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;
}



/**
 *  4. Singe Post
 */

.ajax-post-loading{
  margin-top: 20px;
  padding: 20px;
  background-color: #f7f7f7;
  font-size: 18px;
  opacity: 0;
}

.site-main  article  .post-author {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px #eee solid;
  width: 100%;
}

.site-main .section-carousel {
  margin-bottom: 3rem;
}


.site-main article{
  margin-bottom: 100px;
}


/**
 *   5. Widgets
 */

.end-widgets {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px #eee solid;
}

.end-widgets > div{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px #eee solid;

}

.end-widgets  h2, .end-widgets h3 {
  width: 100%;
  text-align: center;
  font-size: 16px !important;
}

.end-widgets .textwidget {
  text-align: center;
}

.end-widgets .block-a {
  margin-bottom: 0px !important;
}

.end-widgets .block-a .title{
  font-size: 16px !important;
}



/**
 *  10. WooCommerce
 */

.subscribe-title{
  text-align: center;
}






/**
 *  20. Mobile
 */

@media (max-width:480px)  {

   /* smartphones, Android phones, landscape iPhone */ 

   #secondary {
      display: none !important;
   }

   .hidden-xs {
      display: none !important;
   }

   .visible-xs {
    display: block !important;
  }

  .readMore {
    width: 100%;
    justify-content: center;
    height: 100px;
    position: relative;
    top: -120px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFF) top repeat;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF) top repeat; 
  }

  .btnReadMore {
    height: 30px;
    position: relative;
    top: 135px;
  }


  .end-widgets .block-a .title{
    min-height: 0px !important;
  }


  .end-widgets .block-a .block-details{
    margin-bottom: 30px;
  }

  

}

.visible-xs {
  display: none;
}



/**
 *   30. Modal Login
 */

.login-modal-window{
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  
  width: 100%;
  height: 100%;

  
  display: none;
}

.login-modal-window .overlay{
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.login-box{
  position: absolute;
  z-index: 105;
  background-color: #fff;
  height: 395px;
  width: 400px;
  padding: 30px;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  margin:auto;

  max-width:100%;
  max-height:100%;
  overflow:auto;
}

.login-box .form-control{
  margin-bottom: 20px;
}

.login-box h4{
  color: #000;
}

.login-box label{
  font-size: 14px;
  font-family: MillerTextRoman,sans-serif;
  text-transform: none !important;
  color: #000 !important;
}

.login-box input{
    font-family: MillerTextRoman,sans-serif;
}

.lost-href, .vw-login-form-remember{
font-family: MillerTextRoman,sans-serif;
font-size: 14px;
}

.openLoginModal{
  cursor: pointer;
}



.no-padding{
  padding: 0 !important;
}

.row-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media_print{ 

  .print_footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
  }
  
}



._marketing-by{
  display: none;
}

._form-content ._form-title{
      font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.05rem;
    text-transform: none;
    color: #fff;
}

._form-content ._form-label{
  display: none;
}

._x96957781 {
  margin-top: 10px;
}

._x66987814 {
  display: inline-block;
}

._button-wrapper{
  display: inline-block;
}




/**
 *  Shortcodes
 */

.custom-blockquote{
    display: inline-block;
    float: left;
    margin: 10px;
}

.custom-blockquote blockquote{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.hoverbox{
  width: 100%;
  height: 100%;
}

.hoverbox:hover .hoverbox_content{
  display: block;
}

.hoverbox:hover .hoverbox_img{
  display: none;
}

.hoverbox_img{
  width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; 
}

.hoverbox_content{
  display: none;
  top: -100%;
  width: 100%;
  height: 100%;
}

.hoverbox_content h4, .hoverbox_content a{
  margin-top: 0px !important; 
  margin-bottom: 0px !important;
  color: #fff;
  text-align: center;
}

.hoverbox_content h4{
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 5px solid #777777;
}

.hoverbox_content a {
  text-transform: uppercase;
  font-size: 14px;
}

.entry-content{
  font-family: Miller;
  color: #000;
}

.content .dropcap:first-letter { 
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 6.5rem !important;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.content .dropcap.shortcode_dropcap {

}

/*
.content .dropcap:first-letter { 
    line-height: 0.9 !important;
    margin-right: 10px !important;
    margin-bottom: -13px !important;
    margin-top: .7rem;
}
*/


.new_billing_field{
  width: 100%;
  font-size: 14px !important;
  padding: 18px 20px !important;
  height: 46px !important;
      border: 1px solid #d0d0d0 !important;
}

.post-author .authors-default .avatar{
 /*  margin-top: 2rem; */
}

.home .post-archive{
  margin-top:25px;
}

.home .post-archive section.widget{
  margin-bottom:100px;
  padding:0;
  border:none;
}