@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Roboto:wght@300;700&display=swap');
/*!
Theme Name: bridgerefugees
Theme URI: http://greenlancemedia.com
Author: GREENLANCEMedia LLC
Author URI: http://greenlancemedia.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: bridgerefugees

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bridgerefugees is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.break-out{
  width:100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
.advgb-columns-container{
  overflow:hidden;
}
.wp-block-image{
  margin-bottom:0;
}
/* Typography
--------------------------------------------- */
body{
  font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,
.wp-block-media-text__content > p:first-child {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}
h2,
.wp-block-media-text__content > p:first-child {
  font-weight:bold;
  /* color:#00789e; */
}
.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 20px;
    text-decoration: underline;
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 2rem;
    line-height: 2.5rem;
}
a{
  color:#7b224b;
  text-decoration:underline;
}
  a.btn{
    text-decoration:none;
  }
p{
  font-size:1.1rem;
}
strong{
  font-weight:700;
}
/* Elements
--------------------------------------------- */
/*forms*/
form{
  background-color:#cce4ec;
  padding:30px;
}
button.frm_button_submit{
  float:right;
}
input{
  border-radius:0 !important;
}
/*iframe*/
.iframe-wrap {
  position: relative;
  /* overflow: hidden; */
  width: 100% !important;
  height:100% !important;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  
}
  .iframe-wrap.donate{
    border: 30px solid #cce4ec;
    height:3660px !important;
  }
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;

  }
  .donate-form{
    height:3630px !important;
  }
.wp-block-image img{
  height:auto;
}
@media screen and (max-width:576px){
  .donate-form{
    height:4230px !important;
  }
  .iframe-wrap.donate{
    height:4260px !important;
    
  }
}
/* Links
--------------------------------------------- */
.btn,
.wp-block-button__link,
#primary-menu .menu-btn > a,
.wp-block-advgb-button_link{
  padding:10px 20px;
  border-radius:0;
  transition: .3s ease;
  border:1px solid transparent;
  
  border-radius:0;
}
  #primary-menu .menu-btn > a{
    padding:10px 15px;
  }
  footer .btn{
    border:1px solid #fff;
  }
  .btn.fixed{
    width:180px;
  }
  #primary-menu .menu-btn > a,
  #primary-menu .menu-btn > a,
  .btn.violet,
  .btn.blue,
  .wp-block-button__link,
  .wp-block-advgb-button_link  {
    color:#fff;
  }
    .wp-block-button__link,
    .wp-block-advgb-button_link{
      margin-top:10px;
    }
    #primary-menu a{
      text-decoration:none;
    }
    #primary-menu .menu-btn.blue:hover > a{
      color:#00789e;
    }
    #primary-menu .menu-btn.violet:hover > a{
      color:#7b224b;
    }
  .btn.blue,
  #primary-menu .menu-btn.blue > a{
    background:#00789e;      
    border:1px solid transparent;
  }  
    .btn.blue:hover,
    #primary-menu .menu-btn.blue > a:hover,
    #primary-menu .menu-btn.blue:hover > a{
      background:transparent !important;
      color:#00789e ;
      border:1px solid #00789e;
    }
    .wp-block-advgb-button_link{
      border-radius: 0 !important;
      tex-transform:none !important;
    }
  .btn.violet,
  .wp-block-button__link,
  #primary-menu .menu-btn.violet > a,
  .wp-block-advgb-button_link{
    background:#7b224b !important;
    border:1px solid transparent;
  }
    .btn.violet:hover,
    .wp-block-button__link:hover,
    #primary-menu .menu-btn.violet > a:hover,
    #primary-menu .menu-btn.violet:hover > a,
    .wp-block-advgb-button_link{
      background:transparent !important; 
      color:#7b224b !important;
      border:1px solid #7b224b !important;
      text-decoration:none;
    }  
    .hero .btn.violet:hover,
    .hero .btn.blue:hover{
      color:#fff;
      border:1px solid #fff;
    }

/* Forms
--------------------------------------------- */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.hero, 
.hero-cont{
  padding-top:160px;
  padding-bottom:160px;
  background-size:cover;
  background-repeat:no-repeat;
  text-align:center;
  background-position: center center;
  position:relative;
}
  .slider .hero .overlay{
    background:rgba(0,0,0,.35);
    margin-top:-160px;
    position:absolute;
    width:100%;
    height:100%;
  }
  .hero-cont{
    padding-top:0;
    padding-bottom:0;
    margin-bottom:100px;
  }
  .hero.thin{
    padding-top:120px;
    padding-bottom:120px;
    background-color:rgba(0,0,0,.33);
    
  }
  .hero h1{
    color:#fff;
    font-size:36px;
    font-weight:300;
  }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.navbar{
  padding:1rem;
}
.custom-logo{
  max-height:80px;
  width:auto;
}
.menu-primary-nav-container{
  width:100%;
}
#primary-menu{
  list-style:none;
  margin-bottom:0;
  text-align:right;
}
  #primary-menu li{
    display:inline-block;
    margin:0 7px;
    text-transform:uppercase;  
    position:relative;
  }
    #primary-menu li:first-child{
      margin-left:0;
    }
    #primary-menu li:last-child{
      margin-right:0;
    }
    #primary-menu li a{
      color:#000;
      font-size:13px;
      transition: .3s ease-in-out;
      position: relative;
    }
      #primary-menu li a:hover{
        text-decoration:none;
      }
      
      #primary-menu li ul{
        z-index:-1;
        opacity:0;
        transition:.3s ease;
        position:absolute;
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        
        border:1px solid #7b224b;
        background:#fff;
        text-align:center;
        padding:0;
      }
        #primary-menu li:hover ul{
          display:block;
          opacity:1;
          z-index:99999999;
        }
          #primary-menu li ul li{
            margin:0;
            width:100%;
            transition:.3s ease;
          }
            #primary-menu li ul li a{
              padding:10px 30px;
              width:100%;
              height:100%;
              display:block;
            }
            #primary-menu li ul li:hover{
              background:#7b224b;
              color:#fff;
            }
              #primary-menu li ul li:hover a{
                color:#fff !important;
              }
      #primary-menu li a:before,
      #primary-menu li a:after{
        content: "";
        position: absolute;
        bottom: -10px;
        left:0;
        width: 0px;
        height: 3px;
        margin: 3px 0 0;
        transition: .3s ease-in-out;
        opacity: 0;
        background-color: #15323f;
      }
      #primary-menu li.menu-btn a:before,
      #primary-menu li.menu-btn a:after{
        height:0;
      }
      #primary-menu ul li a:hover:before,
      #primary-menu ul li a:hover:after{
        height:0;
        display:none;
      }
    #primary-menu li a:hover:before,
    #primary-menu li a:hover:after {
      width: 100%;
      opacity: 1;
    }
    .navbar-collapse{
      align-items:center;
      width:100%;
    }
    /*toggler*/
  .toggle-anchor{
    position:relative;
  }
  .navbar-toggler {
    display:none;
    border: none;
    z-index:9999999;
    background: transparent !important;
    position:absolute;
    right:15px;
    top:45%;
  }
  .navbar-toggler:focus {
    outline: none;
    background: transparent !important;
  }
  .navbar-toggler .icon-bar {
    background-color: #15323f !important;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
  }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .icon-bar:nth-child(2) {
    width: 16px !important;
    transition: ease all .2s;
  }
  .navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
  }
  .navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
  }
  .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
  }
  .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
  }
  .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
  }
  .navbar-toggler:not(.collapsed) .icon-bar{
    background-color: #fff !important; 
  }

@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    right:-250px;
    width: 250px;
    overflow-y: auto;
    visibility: hidden;
    z-index:99999;
    background-color: #15323f;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: right, visibility;
  }
  .offcanvas-collapse.open {
    right: 0;
    visibility: visible;
    
  }  

  .navbar-toggler{
    right:1.5rem;
    display:block;
  }
  .navbar-toggler:focus{
    outline:none;
  }
  
  #primary-menu{
    margin-top:50%;
    margin-right:1.5rem;
    padding-left:15px;
  }
  #primary-menu li{
    display:block;
    margin:15px 0;
  }
    #primary-menu li a{
      color:#fff;
    }
    
    #primary-menu > .menu-btn.blue:hover > a,
    #primary-menu > .menu-btn.violet:hover > a{
      border:1px solid #fff;
      color:#fff;
    }    

    #primary-menu .menu-btn{
      padding:15px 0;
    }
    #primary-menu li ul{
      opacity:1;
      z-index:999999;
      position:relative;
      top:8px;
      left:0;
      background:transparent;
      transform:translate(0,0);
      text-align:right;  
      border:0px;      
    }
    #primary-menu li ul li a{
      padding-right:15px;
      padding-bottom:0;
      padding-top:3px;
      margin-bottom:5px;
      margin-top:10px;
      border-right:1px solid #69777f;
      color:#69777f;
    }
    #primary-menu li ul li:hover{
      background:transparent;
    }
    #primary-menu .sub-menu{
      margin-bottom:30px;
    }
      #primary-menu li a{
        font-size:26px;
        padding-left:0;
      }
        #primary-menu li.menu-item-has-children li{
          margin-top:5px;
        }
        #primary-menu li.menu-item-has-children li a,
        #primary-menu li.menu-btn a{
          font-size:16px;
        }


}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Constant Contact
--------------------------------------------- */
#contoggle[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.feedback-label,
#concon {
  position: fixed;
  top: 50%;
  right: 0;
  backface-visibility: hidden;
}

.feedback-label {
  transform-origin: top right;
  transform: rotate(-90deg) translate(50%, -100%);
  z-index: 2;
  right:-1px;
  background:#333333;
  color:#fff;
  border-radius: 8px 8px 0 0;
  padding:15px;  
  letter-spacing:1.8px;
    white-space:nowrap;
}

#concon {
  max-width: 500px;
  max-height: 100vh;
  transform: translate(100%, -50%);
  overflow: auto;
  z-index: 1;
}

.feedback-label,
#contoggle,
#concon {
  transition: all 0.35s ease-in-out;
}

#contoggle[type="checkbox"]:checked + .feedback-label {
  outline: 2px solid rgb(77, 144, 254);
  transform: rotate(-90deg) translate(50%, -100%);
  right:499px;
  outline:0px;
}


#contoggle[type="checkbox"]:checked ~ #concon {
  transform: translate(0, -50%);
}
div.ctct-form-embed div.ctct-form-defaults{
  padding:0 !important;
}

@media screen and (max-width:576px){
  
  #contoggle[type="checkbox"]:checked ~ #concon{
    max-width:300px;
  }
  
  .feedback-label,
   #contoggle[type="checkbox"]:checked + .feedback-label  {
    transform-origin: top right;
    transform: rotate(0deg) translate(50%, 100%);
    z-index: 2;
    right: 50%;
    bottom: 45px;
  }
  #contoggle[type="checkbox"]:checked + .feedback-label{
    
  }
}
/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .form {
    padding: 15px;
    width: var(--form-mob-width);
  }

  form div:not(:last-child) {
    margin-bottom: 10px;
  }

  [type="checkbox"]:checked + .feedback-label {
    transform: rotate(-90deg) translate(50%, calc((var(--form-mob-width) + 100%) * -1));
    /*uncomment this if you want to reverse the order of the characters*/
    /*transform: rotate(90deg) translate(50%, var(--form-mob-width));*/
  }
}

/* HOMEPAGE
--------------------------------------------- */
.mission-wrap{
  background-size:contain;
  background-repeat:no-repeat; 
  background-position:top left;
}
.home .mission{
  padding-top:70px;
  padding-bottom:70px;  
}
  .home .mission .indent{
    padding-left:40px;
  }
  .home .mission .right{
    overflow:hidden;
  }
    .home .mission .right img{
      object-fit:cover;
      height:100%;
      width:100%;
    }
.home .feature-grid .grid{

  padding:30px;
  padding-bottom:70px;
  position:relative;
  margin-bottom:50px;
  text-align:justify;
}
  .home .feature-grid h2{
    text-align:center;
  }
  .home .feature-grid img{
    width:auto;
    height:auto;
    margin:0 auto;
    max-height:160px;
    margin-bottom:15px;
    display:block;
  }
  .home .feature-grid a{
    position:absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width:150px;
  }
  .home .partners{
    background: #ddd;
    padding-top:70px;
    padding-bottom:70px;
  }
    .home .partners .logo{
      height:100%;
      max-height:135px;
      width:100%;
    }
    .home .partners img{
      width: 85%;
      height: 85%;
      opacity: 0.4;
      object-fit: contain;
      object-position: center;
    }
/* SEVEN COLUMNS*/
  .seven-cols .col-7 {
    width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }

@media (max-width: 768px){
  .seven-cols .col-7 {
    width: 33% !important;
    max-width:33% !important;
    padding:30px;
  }
  .seven-cols .col-7:last-child{
    width:100% !important;
    max-width:100% !important;
  }
    .seven-cols .col-7 .logo{
      text-align:center;
    }
    .seven-cols .col-7 .logo img{
      max-width:180px;
    }
}

/* BLOCKS
--------------------------------------------- */
.wp-block-media-text__content{
  padding-right:0 !important;
}
.has-media-on-the-right .wp-block-media-text__content{
  padding-left:0;
  padding-right:8% !important;
}
.story{
  margin-bottom:100px;
}
a.readmore{
  display:block;
  margin-top:40px;
}
.thumb{
  height:250px;
  overflow:hidden;
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Events
--------------------------------------------- */
.events .event{
  margin-bottom:50px;
}
  .events .event .evimg{
    height:250px;
    width:100%;
    overflow:hidden;
    background-color:#e6e6e6;
  }
  .events .event img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }
  .events .event .top{
    color:#fff;
    padding:30px;
  }
    .events .event .top.blue{
      background-color:#00789e;
    }
    .events .event .top.red{
      background-color:#7a2745;
    }
    .events .event .top h4{
      font-size:1.25rem;
    }
    .events .event .top p{
      margin-bottom:0;
    }
  .events .event p{
    font-size:1.1rem;
  }
    .events .event .bottom{
      padding:30px;
    }
  .events .title{
    text-transform:uppercase;
    margin-bottom:100px;
  }
    .events .title img,
    .events .title h2{
      display:inline-block;
      vertical-align:middle;
    }
      .events .title img{
        max-width:30%;
      }
      .events .title h2{
        max-width:66%;
        margin-bottom:0;
        margin-left:3%;
      }
        .events .title.blue h2{
          color:#00789e;
        }
        .events .title.red h2{
          color:#7a2745;
        }
/* Contact + Volunteer
--------------------------------------------- */
.locations,
.volopts{
  padding:0;
}
  .location{
    margin-top:50px;
  }
    .location img{
      width:100%;
      height:auto;
    }
    .location h3,
    .volopt h3{
      font-weight:400;
      margin-top:30px;
    }
  .volopt{
    margin-top:30px;
  }
    .volopt img,
    .moreopt img{
      margin:0 auto;
      display:block;
      max-height:150px;
      width:auto;
    }
    .volopt p{
      margin-bottom:5px;
    }
    .moreopt{
      background-color:#f2f2f2;
      padding:20px;
      position:relative;
      margin-bottom:40px;
    }
      .moreopt h2{
        font-weight:300;
        color:#000;
      }
      .moreopt:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 242, 242, 0);
        border-top-color: #f2f2f2;
        border-width: 30px;
        margin-left: -30px;
      }

/* FOOTER
--------------------------------------------- */
#colophon{
  background-color:#262626;
  padding-top:80px;
  margin-top:100px;
  padding-bottom:60px;
}
#colophon div{
  padding-right:15px;
  padding-left:15px;
}
#colophon .social .social-icon{
  display:inline-block;
  height:30px;
  width:30px;
  margin-left:10px;
}
  #colophon .social .social-icon img{
    height:100%;
    width:100%;
  }
.home #colophon{
  margin-top:0;
}
#colophon .btn{
  margin:0 5px 15px 5px;
}
  .copyright{
    background-color:#171717;
    padding:15px;
  }
  
  #colophon a,
  #colophon p,
  .copyright p,
  #colophon ul li{
    color:#fff;
    font-family: 'roboto', sans-serif;
  }
  #colophon ul{
    padding:0;
    margin:0;
  }
    #colophon ul li{
      display:block;
      margin-bottom:15px;
    }
  .copyright p{
    margin-bottom:0;
  }   
  

@media screen and (max-width:768px){
  #colophon{
    text-align:center;
  }
  
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-block-media-text__media img{
  height:auto;
  max-height:300px;
  object-fit:cover;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft,
.wp-block-image .alignleft{
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 45px;
	margin-bottom: 1.5em;
}

.alignright,
.wp-block-image .alignright{
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 45px;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 991px) {
    .order-rtl {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width:776px){
  .wp-block-image .alignright{
    margin-left:0;
  }
  .wp-block-image .alignleft{
    margin-right:0;
  }
  .wp-block-image .alignright img,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .alignleft img,
  .wp-block-image .aligncenter,
  .wp-block-image .aligncenter img{
    width:100%;
  }
  .wp-block-image .alignright img,
  .wp-block-image .alignleft img,
  .wp-block-image .aligncenter img{
    margin-bottom:30px;
  }

}

/* Jeremy's Fun Style Revisions ------------------------------------------------------------------------------- */

/* Increase padding between columns from 15px to 30px
----------------------------------------------------------- */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}