/*
 Child theme:  GenerateReconstruction
 Author: Vlidi
 Author URI:   https://networkfailure.net
 Theme Name:   GenerateReconstruction
 Theme URI:    https://rwfund.org
 Description:  Custom GeneratePress child theme
 Theme Author: Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* ====================== GENERAL STUFF ============= */


/* GENERAL SETTINGS */


/* !!!!!! h1 STROKE STUFF 
h1 {
  color: black;
  -webkit-text-fill-color: white; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ef4d58;
}
*/

/* SELECT TEXT COLOR */

::selection {
  color: #ffffff;
  background: #ef4d58;
}
::-moz-selection {
  color: #ffffff;
  background: #ef4d58;
}


/* === LOAD MORE AJAX BUTTON */


/* --- BUTTON STYLE - FIX !!! */

.load-more .button {
    background-color: #ef4d58;
    border: 5px solid white;
    padding-bottom: 0%;
    padding-top: 0%;
    border-radius: 100px;
   line-height: 130px;
/*box-shadow: 0px 1px 0px 4px #fff;*/
}

.masonry-load-more .button:hover {
    color: #ef4d58;
    background-color:#ffffff;
    /*border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;*/
    border: 5px solid #ef4d58;
}

.masonry-load-more .button:focus {
    background-color: #ef4d58;
}

.masonry-load-more {
      font-family: "Raleway", sans-serif;
      text-align: center;
      padding-bottom: 5%;
      padding-top: 5%;
      border-bottom: 0px solid #ef4d58;
      /*border-top: 1px solid #E0604F;*/
/*
     background-image: linear-gradient(141deg, #ffffff 25%, #c0c0c0 25%, #c0c0c0 50%, #ffffff 50%, #ffffff 75%, #c0c0c0 75%, #c0c0c0 100%);
     background-size: 317.80px 257.35px;
  /* #f2afb8*/
}


/* BACK TO TOP BUTTON */

.generate-back-to-top, .generate-back-to-top:visited {
    font-size: 20px;
    border: 2px solid #ef4d58;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 35px;
    width: 40px;
    text-align: center;
    z-index: 10;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}


/* ZOOM IMAGE ON HOVER OVER TITLE (DAVID) */

.post-image {
    overflow: hidden;
}
.post-image img {
    transform: scale(1);
    transition: transform 0.45s ease-in;
}
.post-image:hover img,
.entry-header:hover + .post-image img {
    transform: scale(1.1);
}




/* LINKS - CHECK DIS !!! */


p a {
transition: 275ms ease; 
}
p a:hover {
     text-decoration: underline;
     text-decoration-style: wavy;   
     text-decoration-color: #ef4d58;
     transition: 475ms ease;
     color: #3a3a3a;
}  


/* BLOCKQUOTE STYLE */

/*

.blockquote {
    background: #0000;
    font-style: normal;
    border-left: 8px solid #ef4d58 !important;
    margin: 1.5em 5px;
    padding: 1em 20px;
    quotes: none;
} */
/*
.wp-block-quote  {
    font-size: 26px; 
    background: #ffffff; 
    border-left: 10px solid #ef4d58; 
    margin: .5em 10px; 
    padding: 20px; 
    line-height: 1.4;
    font-style: normal;

}

blockquote  {
    font-size: 26px; 
    background: #ffffff; 
    border-left: 10px solid #ef4d58; 
    margin: .5em 10px; 
    padding: 20px; 
    line-height: 1.4;
    font-style: normal;

}
*/

/* ===== CATS & TAGS */


/* REPLACE CATS AND TAGS ICONS WITH TEXT */

.cat-links:before {
    content: none;
    width: auto;
    font-family: "roboto", sans-serif;
}

.tags-links:before {
    content: "TAGOVI: ";
    width: auto;
    font-family: "Roboto", sans-serif;
    border: 1px solid #ffffff !important;
    margin-left: 0%;
}

/* STYLE TAGS */
.tags-links {
    margin: 0.1%;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 10%;
}

.blog .tags-links {
  margin-bottom: 5% !important;
}

.tags-links a {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 5px;
    border-bottom: 0.7px solid #c0c0c0;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
    padding-left: 0.5%;
    padding-right: 0.6%;
    /*color: #3a3a3a !important;*/
}

.tags-links a:hover {
    font-size: 14px;
    color: #3a3a3a;
    border-bottom: 2px solid #ce4321;
}

/* STYLE CATS */

.cat-links {
    margin-bottom: 0.5%;
    text-transform: uppercase;
    
}

.cat-links a:hover {
    background-color:#ffffff !important;
    text-decoration: underline;
    text-decoration-style: wavy;   
    text-decoration-color: #ef4d58;
    transition: 350ms ease;
    color: #3a3a3a !important;

}

.cat-links:after {
    content: "| ";
}


/* BOTTOM MARGIN */

.single .entry-meta {
      margin-bottom: 30px;
      margin-top: 60px;
}

/* REMOVE COMMAS FROM CATEGORIES */
.cat-links {
    font-size: 0;
}

.cat-links:before,
.cat-links a {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px;
    color: #ffffff !important;
    background-color: #ef4d58;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
    
}

/* REMOVE COMMAS FROM TAGS */
.tags-links {
    font-size: 0;
}
.tags-links:before,
.tags-links a {
    font-size: 14px !important;
    margin-right: 15px;
    margin-bottom: 5px;
}

/* SEPARATING CATS AND TAGS */
.cat-links {
     margin-bottom: 2%; 
}


/* ========= BUTTONS ========= */


/* TEST BUTTON 1 */

.custom-btn span.gb-button-text {
    margin-right: auto;
    text-align: left;
}



/* READ MORE BUTTON - DO SOMETHING OR NOT HERE */

/*
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: #fff;
    background-color: #ef4d58;
    padding-top: 6%;
    border-radius: 50%;
    height: 7.5em;
}
*/

/* ARCHIVES READ MORE BUTTONS */

@media (min-width: 768px) {
.content-read-more {
    color: #ffffff;
    background-color: #ef4d58;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.2;
    border: 0px solid transparent;
    }
    
.content-read-more:hover {
    color: #ffffff;
  }

}

@media (max-width: 768px) {
.content-read-more {
    color: #ffffff;
    background-color: #ef4d58;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50%;

    font-size: 15px;
    font-weight: 500;
    padding-right: 8px;
    padding-left:  8px;
    line-height: 1.2;
    border: 2px solid transparent;
    }
}


/* LUDO ODAVDE */

a.read-more:hover {
    /*color: #ef4d58;
    background-color: #ffffff;
    border: 13px solid #ef4d58;*/
    font-weight: 600;
    font-size: 120%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
}

/*
.archive .entry-content {
      background: #ef4d58;
      color: #ffffff;
}

.archive p {
      background: #ef4d58;
      color: #ffffff !important;
}

.archive .entry-content a {
      background: #ef4d58;
      color: #ffffff !important;
}

.archive .entry-content {
    padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
}
*/


/* ====================== HEADER & NAVIGATION  ============= */


/* SITE TITLE HEADER  */

.main-title {
    margin: 0;
    font-size: 39px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none;
    margin-top: 9%;
}


/* MOBILE HEADER LOGO COLOR */

#mobile-header {
    background: transparent;
}


/* === PRIMARY NAVIGATION */



/* === SECONDARY NAVIGATION */

	


/* =========== STICKY MENU / MENU WHEN STICKY  */


/* REMOVE THE LINE BELOW THE STICKY MENY */

.sticky-enabled .main-navigation.is_stuck {
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* ====================== OFF CANVAS SLIDEOUT NAVIGATION  ============= */

/* SLIDEOUT MENU OFF CANVAS STUFF  */

/* SLIDEOUT MENU TRANSITION - !!! NOT REALLY WORKING NOW IN OFF-CANVAS MODE - https://generatepress.com/forums/topic/mobile-menu-like-the-website */

#mobile-header .menu-toggle .gp-icon {
    margin: 0 auto;
    margin-left: auto;
    /*position: 0;*/
    display: block;
    bottom: 4rem;
    right: 1.5rem;
    z-index: 1000000000;
    width: 1.8em;
    line-height: 1.8em;
    border: 0;
    opacity: 1;
    padding: .5rem;
   /* -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.5);*/
    background-color: #ef4d58;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    display: block;
    color: #000;
    font-size: 1.8em;
    color: #ffffff;
}

.toggled .icon-menu-bars svg:nth-child(1) {
    display: inline !important;
}

.toggled .icon-menu-bars svg:nth-child(2) {
    display: none !important;
}


/* SLIDEOUT MENU MOBILE */
@media (max-width: 768px) {
#generate-slideout-menu {
     -webkit-transition: .5s ease all;
     -o-transition: .5s ease all;
     transition: .5s ease all;
     height: 100%;
     /*width: 10;*/
     padding: 0;
     padding-top: 0%;
     top: 12%;
     bottom: 0%;
     margin-top: -15%;
    }
}

/* SLIDEOUT MENU DESKTOP */
@media (min-width: 768px) {
#generate-slideout-menu {
     -webkit-transition: .5s ease all;
     -o-transition: .5s ease all;
     transition: .5s ease all;
     /*width: 10;*/
     padding: 0;
     padding-top: 14%;
     top: 8%;
     bottom: 0%;
     margin-top: -15%;
     height: 120vh;

    }
}


/*
@media (max-width: 768px) {
    .navigation-branding .main-title a, .navigation-branding .main-title a:hover, .navigation-branding .main-title a:visited {   color: #34558b;    
  }
}
*/

/* FOR THE SLIDEOUT CLOSE BUTTON MOBILE */
@media (max-width: 768px){
.slideout-overlay button.slideout-exit {
    font-size: 40px;
    padding-top: 1%;
    padding-bottom: 0%;
    margin-left: -1%;
    background-color: #ef4d58;
  }
}

/* FOR THE SLIDEOUT CLOSE BUTTON DESKTOP */
@media (min-width: 768px){
.slideout-overlay button.slideout-exit {
    font-size: 40px;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-left: -1%;
    background-color: #ef4d58;
  }
}

/* HIDE SEARCH IN HEADER ON MOBILE 

@media (max-width: 768px){  .main-navigation .menu-bar-items{
        display: none;
    }
}   
*/
/* FOR THE SLIDEOUT EXPANDED BY DEFAULT 

.slideout-navigation .sub-menu {
    display: block !important;
    height: auto;
    pointer-events: auto;
    opacity: 1;
}

.slideout-navigation .dropdown-menu-toggle {
    display: none;
}
*/


/* !!! SLIDEOUT MOBILE MENU - CHECK !!!*/

.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container {
    padding: 0 0px 0 0px;
}

/* TO PUSH OFF CANVES CONTENT RIGHT WHEN OPENING - DESKTOP */

@media (min-width: 768px) {
.site {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.slide-opened .site {
    -webkit-transform: translate3d(265px, 0, 0);
    -ms-transform: translate3d(265px, 0, 0);
    transform: translate3d(265px, 0, 0);
  }
}



/* ====================== SINGLE POST ============= */


/* LINKS COLOR & HOVER */
/*
.single .inside-article p a:hover {
    border-bottom: 1px solid #ef4d58;
}*/

/* REMOVE THE FIRST IMAGE IN THE POST FROM ALL ARCHIVES */

.blog .entry-content img,
.archive .entry-content img {
    display: none;
}


/* GP SOCIAL SHARE */

#gp-social-share {
    margin-top: 0px;

}

/* ADD TO SHARE */
.add-share {
    fill: #ef4d58;
    
}

.add-share:hover {
    fill: #c0c0c0;
}

/* GP SOCIAL COLORS */

#gp-social-share a {
    color: #ef4d58;
}

#gp-social-share a:hover {
    color: #c0c0c0;
}

#gp-social-share {
    padding-top: 20px;
}

/* ICON SIZE */

#gp-social-share svg {
    width: 30px;
    height: 30px;
}
.add-share svg {
    width: 30px !important;
    height: 30px !important;
}


/* === NO COMMENTS */
.comments-area {
    display: none;
}



/* ====================== SIDEBARS & WIDGETS  ============= */

/* MAKE SIDEBARS STICKY */

@media(min-width: 769px) {
.inside-right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 60px;
  }
}

/* SIDEBARS NO PADDING */

.widget-area .widget {
    padding: 0px;
}

/* SOCIAL ICONS IN SIDEBAR */

.gb-button-wrapper a.gb-button-1c6266c8, .gb-button-wrapper a.gb-button-1c6266c8:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 60px;
}   
.gb-button-wrapper a.gb-button-9e9a905d, .gb-button-wrapper a.gb-button-9e9a905d:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 60px;
}

.gb-button-wrapper a.gb-button-7be6d03c, .gb-button-wrapper a.gb-button-7be6d03c:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 60px;
}


/* ====================== HOME PAGE  ============= */

/* GEID ALIGNED BOTTOM ADD CLASS */

/*
.aligned-bottom-block .gb-inside-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aligned-bottom-block .gb-inside-container > *:last-child {
    margin-top: auto;
}
*/

/* UNDERLINE HIGHLIGHT TXT */

.gb-highlight {   
    /* box-shadow: 0px -6px 0px rgba(22,123,224,1) inset; */
    border-bottom: 8px solid #ef4d58;
    padding-bottom: 3px;
}

/* HEADLINE ICON TO THE RIGHT */
.reverse-icon .gb-headline-text {
    order: -1;
    margin-right: 10px;
}


/* WPSP HOMEPAGE STYLE */

/* DESKTOP */
@media (min-width: 769px) {
.wp-show-posts .wp-show-posts-entry-title {
    margin: 0;
    display: inline-block;
}

.wp-show-posts-inner {
    display: flex;
    flex-direction: column;
}

.wpsp-read-more {
    margin-top: auto;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    color: #ffffff;
    background-color: #ef4d58;
    padding-top: 50px;
    border-radius: 50%;
    height: 7.5em;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    line-height: 1.2;
    border: 3px solid #ffffff;
    /*margin-top: auto !important;*/
}

a.wp-show-posts-read-more:focus, a.wp-show-posts-read-more:hover {
color: #ef4d58;
    background-color:#ffffff;
    /*border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;*/
    border: 5px solid #ef4d58;
	}
}

/* MOBILE */
@media (max-width: 769px) {
.wp-show-posts .wp-show-posts-entry-title {
    margin: 0;
    display: inline-block;
}

.wp-show-posts-inner {
    display: flex;
    flex-direction: column;
}

.wpsp-read-more {
    margin-top: auto;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    color: #ffffff;
    background-color: #ef4d58;
    border-radius: 50%;
    height: 5.5em;
	  width: 5.5em;
	  padding-top: 01em;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
	  text-align: center;
    border: 3px solid #ffffff;
    /*margin-top: auto !important;*/
}

a.wp-show-posts-read-more:focus, a.wp-show-posts-read-more:hover {
color: #ef4d58;
    background-color:#ffffff;
    /*border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;*/
    border: 5px solid #ef4d58;
	}
}

/* !!! CHECK BUTTONS HOME TEST */

.buttonz-home.gb-button-wrapper .gb-button {
    display: none;
    flex: 2;
}   
    /*display: inline-block !important;
    text-align: right;*/


/* MARGIN OF FIRST CONTAINER @HOME */
.home-padding-1 {
    margin-bottom: -60px;
}

/* SOCIAL BUTTONS HOME PAGE */

.gb-button-wrapper a.gb-button-b7363d95, .gb-button-wrapper a.gb-button-b7363d95:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 60px;
}

.gb-button-wrapper a.gb-button-ee92d983, .gb-button-wrapper a.gb-button-ee92d983:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 60px;
}  

.gb-button-wrapper a.gb-button-95eb30ba, .gb-button-wrapper a.gb-button-95eb30ba:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 55px;
}

.gb-button-wrapper a.gb-button-ebcf28d0, .gb-button-wrapper a.gb-button-ebcf28d0:visited {
    letter-spacing: 0.02em;
    padding: 22px 22px;
    border-radius: 60px;
}  



/* ====================== VESTI / BLOG ============= */


/* BLOG & ARCHIVES PAGE TITLE */

.archive h1.page-title {
    border-bottom: 15px solid #ef4d58;
}




/* ====================== ARCHIVES  ============= */




/* ====================== 404 PAGE ============= */




/* ====================== FOOTER ============= */


/* KEEP FOOTER DOWN (DAVID) */

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}

/* FOOTER LOGO WIDTH */

.wp-image-13345 {
    width: 30%;
}



/* ====================== VARIOUS ============= */

/* VSCF / VERY SIMPLE CONTACT FORM / CSS UNDER THE CONTACT PAGE */

/* MCSF / MAILCHIMP SUBSCRIBE FORM / CSS UNDER THE NEWSLETTER PAGE */

/* FOR DATE TIME BADGE 
.post-image-aligned-left .featured-image, .post-image-aligned-left .post-image {
    text-align: left;
    width: 100%;
    padding: 0px;
    margin-left: -10px;
    /*margin-right: -10px;
    width: 370px;
*/

/* } */

/* === BADGES === */

@media (max-width: 768px) {
.date-badge-day {
    font-size: 15px;
    margin-left: 0px;
   /*display: flex;
    order: -1;*/
}

.date-badge-month {
    font-size: 15px;
    margin-left: 0px;
    /*display: flex;
    order: 1;*/
    }
}

@media (min-width: 768px) {
.date-badge-day {
    font-size: 15px;
    margin-left: 17px;
   /*display: flex;
    order: -1;*/
}

.date-badge-month {
    font-size: 15px;
    margin-left: 15px;
    /*display: flex;
    order: 1;*/
    }
}

/* POST DATE OVER IMAGE ON BLOG PAGE */
.post-image {
    position: relative;
}

.date-badge {
    padding-bottom: 1%;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ef4d58;
    color: #fff;
    line-height: 0.9;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 100;
}

/* REMOVE DOTS FROM THAT GALLERY PLUGIN */
/*
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_thumbnails_0 {
    display: none !important;
}
*/





/* END OF GenerateReconstruction CSS */

