/*
 Theme Name:   Viewpoint Child 
 Theme URI:    http://viewpointlearn.com/
 Description:  Viewpoint Twenty Twenty Child Theme
 Author:       Viewpoint cloud
 Author URI:   http://viewpointlearn.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

/* Custom colors */
 :root {
    --blue: #1e90ff;
    --white: #ffffff;
    --viewpoint-green: #20b9d4; 
    --viewpoint-green-dark: #188ea3; 
    --viewpoint-green-light: #39ddfa; 
    --viewpoint-error: #f0776e;
    --viewpoint-grey-bg: #D6D6D6;
    --viewpoint-lightgrey: #f8f8f8;
    --viewpoint-midgrey: #ababab;
    --viewpoint-darkgrey-icon: #5f6368;
    --viewpoint-darkgrey-text: #423f3f;
    --color-grey-25: #F8F8F8;
    --color-grey-50: #F2F2F2;
    --color-grey-100: #DCDBDB;
    --color-grey-200: #A09E9E;
    --color-grey-400: #636060;
    --color-grey-500: #423F3F;
    --color-grey-800: #191818;
    --color-grey-900: #050505;
    /* 606060 */
    /* 030303 */
    /* #d6e83d; */
  }
  

  /* snapping css coueses all children to snap*/
html {
	/* scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y mandatory; */
}

  /* Set mission articals to full height on desktop view, and 50% on mobile view */
  .full-height{
	height: 100vh;
	/* position: relative; */
  }

  /* smaller header title */

  .header-inner{
    padding: 0.8rem 0
  }

  .header-titles{
    width: 8rem;

  }

  .snap{
    scroll-snap-align: start;

  }
  
body{
	background: var(--white);
    overflow-x:  hidden;
}

h1{
    /* background-color: blueviolet; */
}

/* Page header and title */
.entry-header{
    /* background: var(--viewpoint-lightgrey) !important; */

}

.section-inner.medium{ 
max-width: 122rem; /*resets the title container*/
color: var(--viewpoint-darkgrey-text);
}
.entry-title{
    font-size: 4.2rem;
    /* text-align: left; */
    font-weight: 600;
}

/* custome colors
 * green = var(--viewpoint-green)
 * header grey = #666666
 * body grey = #ABABAB
 *  */


  
 @font-face{
    font-family: 'Product-sans';
    /* font-weight: 400;
    font-style: normal; */
    src: url(assets/fonts/ProductSans-Regular.woff) format("woff");
 }

 @font-face{
    font-family: 'Product-sans';
    font-style: italic;
    /* font-weight: 400; */
    src: url(assets/fonts/ProductSans-Italic.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 100;
    font-style: normal;
    src: url(assets/fonts/ProductSans-Thin.woff) format("woff");
 }

 @font-face{
    font-family: 'Product-sans';
    font-weight: 100;
    font-style: italic;
    src: url(assets/fonts/ProductSans-ThinItalic.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 300;
    font-style: normal;
    src: url(assets/fonts/ProductSans-Light.woff) format("woff");
 }

 @font-face{
    font-family: 'Product-sans';
    font-weight: 300;
    font-style: italic;
    src: url(assets/fonts/ProductSans-LightItalic.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 500;
    font-style: normal;
    src: url(assets/fonts/ProductSans-Medium.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 500;
    font-style: italic;
    src: url(assets/fonts/ProductSans-MediumItalic.woff) format("woff");
 }

 @font-face{
    font-family: 'Product-sans';
    font-weight: 700;
    font-style: normal;
    src: url(assets/fonts/ProductSans-Bold.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 700;
    font-style: italic;
    src: url(assets/fonts/ProductSans-BoldItalic.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 900;
    font-style: normal;
    src: url(assets/fonts/ProductSans-Black.woff) format("woff");
 }
 
 @font-face{
    font-family: 'Product-sans';
    font-weight: 900;
    font-style: italic;
    src: url(assets/fonts/ProductSans-BlackItalic.woff) format("woff");
 }


 body{
    color: var(--viewpoint-darkgrey-text);
 }

 body, h1, h2, h3, h4, h5, h6, p, li {
    font-family: Montserrat, "Product-sans";
    font-weight: 400 ;
    /* font-stretch: 190% !important   ; */
  }
   
  p{
      font-size: 1.6rem;
      font-weight: 400;
  }

  h2{
    font-size: 2.6rem;
    font-weight: 600;
  }
  
  .header-description{
    font-size: 2rem;
    max-width: 50rem !important;
    text-align: center;
    font-weight: 500;
  }

  h1.hook{
    font-size: 4.2rem;
    /* text-align: left; */
    font-weight: 600;
    text-align: center;
    color: var(--viewpoint-darkgrey-text);

  }
  
  .main-image{
    height: 200%;
  }
  
  .home .entry-header{
    display:none;
  }

  .vp-banner{
      background: var(--color-grey-50);
      padding: 20rem 0px;
  }
  

  
  .custom-accent{
      color: var(--viewpoint-green);
  }

  .body-grey{
      color: #ABABAB !important;
  }
  
  .scroll-container {
    scroll-snap-type: y mandatory;
  }
  .caps{
      text-transform: uppercase;
  /* 	font-family: Montserrat; */
            scroll-snap-align: start;
  /* 	background: red; */
  
  }
  
  .center{
      text-align: center;
  }

.bold{
    font-weight: bold;
}
  
  /* main menu */
  
  #site-header{
  background: transparent !important;
      
  }
  
  #site-header li{
          padding: .7em;
      font-size: .8em;
  
  }
  
  /* Primary Menu ---------------------------- */

.primary-menu a {
	color: var(--viewpoint-green);
	/* display: block;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal; */
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	/* text-decoration: underline; */
}

  .button-menu {
      /* background: #707070; */
      background: var(--viewpoint-green);
    border-radius: 3rem;
      /* color: #ffffff; */
  }
  .button-menu a {
      color: #ffffff;
     padding: 0rem 1rem;
 }
  .main-button{
transition: all .5s !important;
  width: 58px;
      height: 58px;
  /* 	background: var(--viewpoint-green); */
      border-radius: 58px;
  }

  .search-toggle, .button.toggle, .toggle, .screen-reader-text {
      /* background: var(--viewpoint-green);
      color:  grey; */
  }

  .main-button a{
  /* 					transition: all .5s !important; */
  width: 184px;
      background: none;
  }
  
  .main-button:hover{
  /* 	width: 190px !important; */
      filter: brightness(90%);
  }
  .main-button a:hover{
  text-decoration: none !important;
          }
  .main-button::after{
              transition: all .5s !important;
     content: '';
     display: block;/*inline-block;*/
     width: 58px;
     height: 58px;
     -moz-border-radius: 58px;
     -webkit-border-radius: 58px;
     border-radius: 58px;
     background-color: var(--viewpoint-green);
     position: relative;
     top:-76px;
     z-index:-1;
  
  }
  
  #site-content{
      overflow:visible;
  }
  .main-button:hover::after{
     width: 184px;
         top:-60px;
  /*    right:125px; */
  }
  .main-image-group .wp-block-media-text__media{
              transition: all .5s !important;
  
  /* 	background: green; */
      z-index: -1;
  /* 	width: auto !important; */
  /* 	max-height: 150vh; */
  /* 		max-height: 150vh; */
  position:relative;
       top: -20%;
      left:-22%;
  }
  .main-image-group .wp-block-media-text__media img{
  /* 	background:red; */
  /* 	width:54vw; */
      width: auto !important;
  /* 	max-width: 80vw */
  /* 		max-height: 120vh; */
  /* 	z-index: -1; */
  }
  
  /* when the menu becomes mobile mode */
  @media screen and (max-width: 1000px) {
          .main-image-group .wp-block-media-text__media{
  /* 		z-index: -1; */
      /* 	width: auto !important; */
      /* 	max-height: 150vh; */
      /* 		max-height: 150vh; */
  /* 	position:relative; */
  /* 			background:red; */
  /* 		left:-50%; */
                      height: 50% !important;
          align-self: top !important;
              left: -20vw;
  
      }
          .post-inner{
          padding-top:0;
      }
  }
  /* tablet size or smaller set main image to not expand full height */
  @media screen and (max-width: 800px) {
      .main-image-group .wp-block-media-text__media{
  /* 		width: 100% !important; */
          /* to reset mobile width of 0 */
  /* 		height: 50% !important; */
  /* 					background:green; */
  
          align-self: center !important;
      }
  
  }
  
  @media screen and (max-width: 700px) {
  
  .main-button a{
      width: 158px;
  }
      .main-button::after{
              transition: all .5s !important;
     width: 50px;
     height: 50px;
          top: -60px;
      }
      
      .main-button:hover::after{
     width: 158px;
         top:-52px;
  /*    right:125px; */
  }
  
  }
  
  /* Make sure media & text blocks always stack image, then text */
  @media screen and (max-width: 600px) {
      .no-mobile{
          display:none;
      }
          .main-button{
              width: auto;
          }
  
  
          .main-image-group .wp-block-media-text__media{
  /* 		background: orange; */
  /* 			display: grid;
          flex-direction: row;
                          grid-row: 1 !important; */
  /* 			position:relative;
              top: 50px */
  
  
          }
      /* stack all image-text-groups "image first" except main-image-group if set to stack */
      :not(.main-image-group).wp-block-media-text{
                  display: flex;
      }
      .wp-block-media-text{
          flex-direction: column;
          text-align: center !important;
          grid-template-columns: 100% !important
              /* forces main-image-group to span across colums*/
      }
      
      .has-text-align-right{
          text-align: center !important;
      }
  
  
  /* except main-image-group */
           :not(.main-image-group) >.wp-block-media-text__media img {
      width: 200px !important;
      }
  
  /* 	restore clipped img */
  /*		.main-image-group .wp-block-media-text__media img{
               width: unset !important;
              height: unset !important;
              clip: unset !important;
              grid-column: 1 !important; 
      }*/
  /* 		.main-image-group .wp-block-media-text__content{
              grid-column: 1 !important;
              grid-row: 1 !important;
              width: 100% !important; 
      }*/
      
  /* 	.main-image-group.wp-block-media-text{ */
  /* 		display: grid; */
  /* 		flex-direction: unset; */
  /* 	} */
      .main-image-group h2{
          font-size: 4rem !important;
      }
      .main-image-group p{
          font-size: 1.5rem !important;
      }
      .main-image-group .wp-block-media-text__media{
  position:relative;
  /* 		background: turquoise; */
           left: -100vw;
      /*	top: -10vw; */
          height: 100vh !important;
  /* 		width: 180vw !important; */
      /* 	max-width: 100vw !important;
           */
      }
      #site-content{
  /* 	overflow-x:hidden;
          overflow-y: visible; */
          overflow: hidden;
  }
  
          .main-image-group .wp-block-media-text__media img{
  /* 			background: red; */
       opacity:0.1;
       filter:alpha(opacity=10); /* For IE8 and earlier */
                      height: 130vh !important;
  
  /* 			min-width: 100% !important; */
  
      
  
      }
      .wp-block-media-text.is-image-fill figure.wp-block-media-text__media{
          min-height: 500px !important;
      }
  
  
  }
  
  
  
  /* footer */
.footer-nav-widgets-wrapper{
    background:#272F39 !important;
      color: #ffffff !important;
  }

  #site-footer{
    padding: 10PX;
    background: #5f6368;
    color: #d6d6d6 !important;
  }


  /* remove reCapcha badge */
  .grecaptcha-badge { 
    /* visibility: hidden !important;
    opacity: 0 !important; */
}

/* Reset 2020 theme */

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}

a {
	color: var(--viewpoint-green);
	text-decoration: underline;
}

/* Quotes ------------------------------------ */

blockquote {
	border-color: var(--viewpoint-green);
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}


/* Inputs ------------------------------------ */
  
/* .wpcf7 {width:100% !important;}
.wpcf7-form {width:100% !important;} */
label, select { display: block !important; width: 100%; }


button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var(--viewpoint-green);
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

input[type="text"],
input[type="email"],
input[type="password"], select, textarea{
    outline: 0;
	/* border: none; */
    border-radius: .8rem;
    /* border-bottom: 1px solid; */
    border-color: var(--color-grey-500);
    -webkit-transition: all .2s ease-out !important;
	-moz-transition: all .2s ease-out !important;
	-ms-transition: all .2s ease-out !important;
	-o-transition: all .2s ease-out !important;
	transition: all .2s ease-out !important;
  }
  input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus, select:focus {
    border-color: var(--viewpoint-green)
  }

  .form-group>label {
    bottom: 34px;
    left: 12px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    line-height: 1.5rem;
	transition: all .2s ease-out !important;
    pointer-events: none;
  }
  
  .form-control:focus~label {
    bottom: 55px;
    font-size: .8em;
  }
  
  .form-control:valid~label {
    bottom: 55px;
    font-size: .8em;
  }

  select{
      padding: 1em;;
  }
  


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: var(--viewpoint-green);
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: var(--viewpoint-green);
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: var(--viewpoint-green);
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: var(--viewpoint-green);
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}

/* Social Icons ------------------------------ */

.social-icons a {
	align-items: center;
	background: var(--viewpoint-green);
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: var(--viewpoint-green);
}

:root .has-accent-background-color {
	background-color: var(--viewpoint-green);
	color: #fff;
}

/* Block Typography Classes ------------------ */

.has-drop-cap:not(:focus)::first-letter {
	color: var(--viewpoint-green);
	/* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; */
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.wp-block-button.is-style-outline {
	color: var(--viewpoint-green);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: var(--viewpoint-green);
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

/* COMMENT FOOTER */

.comment-reply-link {
	background-color: var(--viewpoint-green);
	color: #fff;
	display: block;
	padding: 0.7rem;
}

/* FOOTER SOCIAL */

.footer-social a {
	background-color: var(--viewpoint-green);
	height: 3.6rem;
	width: 3.6rem;
}

.wp-block-search__button.has-icon {
    background: var(--viewpoint-green) !important;
    
}

button:not(:hover):not(:active):not

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

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */


.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

.widget select {
	max-width: 100%;
}
.widget-title{
    font-size: 3rem;
    font-weight: 600;
}
.textwidget{
    font-size: 1.8rem;

}

/* Font Families ----------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
    /* font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; */
    font-family: Montserrat, sans-serif !important;

	letter-spacing: normal;
}

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
    /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; */
    font-family: Montserrat, sans-serif !important;

}

@supports ( font-variation-settings: normal ) {

	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
        /* font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; */
        font-family: Montserrat, sans-serif !important;

	}
}

.footer-widgets-wrapper {
    /* display: flex;
    justify-content: space-between;
    margin-left: -4rem;
    width: calc(100% + 4rem); */
}
.footer-widgets-wrapper div{
    /* background: aqua !important;
    flex: 1; */

}

/* #widget-google-map{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 99;
    height: 500px;
    width: 500px;
}

#widget-google-map iframe {
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    z-index: 50;
} */



.menu-copyright {
	display: none;
	font-size: .6rem;
	font-weight: 300 !important;
	margin: 0;
}
.footer-copyright{
    /* font-size: .5rem;c */
    font-weight: 300 !important;
}


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

/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */


body.template-viewopint-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-viewopint-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-viewopint-full-width-no-header .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-viewopint-full-width-no-header [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 120rem;
}

body.template-viewopint-full-width .entry-content .alignleft,
body.template-viewopint-full-width .entry-content .alignright,
body.template-viewopint-full-width-no-header .entry-content .alignleft,
body.template-viewopint-full-width-no-header .entry-content .alignright {
	position: static;
}

body.template-viewopint-full-width .entry-content .alignleft,
body.template-viewopint-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-viewopint-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-viewopint-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
body.template-viewopint-full-width-no-header .entry-content .alignleft,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
	position: static;
}

body.template-viewopint-full-width .entry-content > .alignleft,
body.template-viewopint-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-viewopint-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-viewopint-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
body.template-viewopint-full-width-no-header .entry-content > .alignleft,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
	position: static;
}

body.template-viewopint-full-width .entry-content .alignright,
body.template-viewopint-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-viewopint-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-viewopint-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
body.template-viewopint-full-width-no-header .entry-content .alignright,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 0;
	position: static;
}

body.template-viewopint-full-width .entry-content > .alignright,
body.template-viewopint-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-viewopint-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-viewopint-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
body.template-viewopint-full-width-no-header .entry-content > .alignright,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-viewopint-full-width-no-header [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
	position: static;
}





/* Learnpress */

.learn-press-message.error:before{
    background: var(--viewpoint-error) !important;
}

.learn-press-message.success:before{
    background: var(--viewpoint-green) !important;

}

/* Figures */
/* forces the image figure to fill the entire width */
.wp-block-image img {
    width: 100%;
}

/* highlighted column */
.column-highlight{
    flex-basis: 33.33%;
    background: var(--color-grey-50);
    padding: 4rem 8rem;
    border-radius: 1rem;
}
/* Font Awesome Icons
Add class to <i> tag */

.circle-icon {
    background: var(--viewpoint-green);
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    padding: 20px;
    color: white;

}


/* remove learnpress prices */
ul.learn-press-nav-tabs .course-nav.course-nav-tab-instructor, .course-price, .meta-item-lesson,  .meta-item-quiz{
    display: none;
 }
 

/* Accordion style */
/* Using https://wordpress.org/plugins/accordion-blocks/ */
.c-accordion__title{
    background: var(--color-grey-25);
    padding: 1rem;
    color: var(--viewpoint-green);
    border: 1px solid var(--color-grey-100);
    border-radius: .5rem;
}
/* expand icon */
.c-accordion__title:after{
    right: 1rem;
    font-size: 3rem;
}
/* remove margin */
h1.c-accordion__title, h2.c-accordion__title, h3.c-accordion__title, h4.c-accordion__title, h5.c-accordion__title, h6.c-accordion__title{
    margin-top: 2rem;
}
/* custom accordion */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


/* Footer Widgets ---------------------------- */
/* Remove the thin line after the footer widgets */

.footer-widgets-outer-wrapper{
    border-bottom: none;
}


/* Inputs ------------------------------------ */