/*
Theme Name: Paradisio
Theme URI: https://website.com/
Author: Michaela Knott
Author URI: https://michaelaknott.com
Description: This is a custom WordPress theme created for the Paradisio project. It is designed to be simple, clean, and easy to customize, making it a great starting point for any WordPress website. The theme includes support for custom colors, custom menus, custom logos, editor styles, featured images, full-site editing, block patterns, RTL language support, sticky posts, threaded comments, translation readiness, wide blocks, block styles, style variations, and accessibility features.
Tested up to: 7.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: paradisio
Tags: one-column, custom-menu, custom-logo, editor-style, translation-ready, 
*/


/**
1. Normalize
2. Theme Specific CSS
*/


/* 1. Normalize */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


/* 2. Theme Specific CSS */

/* General */

:root{
    /* Measurements */
    --wpdevs-big-padding: 60px 0;
    --wpdevs-mobile-padding: 20px 0;
    --wpdevs-light-padding: 0 25px;
    /* Colors */
    --wpdevs-gray1: #7C7C7C;
    --wpdevs-gray2: #F7F7F7;
    --wpdevs-gray3: #DDDDDD;
    --wpdevs-light-blue: #2A92D3;
    --wpdevs-deep-blue: #213C4D;
    --wpdevs-black-blue: #001E32;
    --wpdevs-yellow: #CFAF07;

    --paradisio-beige: #f6efdc;
    --paradisio-darkblue: #283f58;
    --paradisio-lightblue: #58a8c4;
    --paradisio-coral: #ff6b6b;
    --paradisio-orange: #ee5a42;
    --paradisio-yellow: #efd264;
    --paradisio-green: #619466;

}
*,
::after,
::before {
    box-sizing: border-box;
}
body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font: normal, 36px/2.1rem, Verdana, Geneva, Tahoma, sans-serif; /* non-header font ;*/
    background-color: var(--paradisio-beige);
    font-size: 24px;
    letter-spacing: 2px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Fascinate Inline', system-ui; /* google font ;*/
}

/* Full Page stuff */
    #page {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-height: 100vh;
    }
    .site-content {
        flex: 1 0 auto;
    }

    #main section div {
        max-width: 90vw;
        margin: 0 auto;
    }
    
h1{
    font-size: 24px;
    line-height: 55px;
    font-weight: normal;
}
h2{
    font-size: 40px;
    line-height: 4.0rem;
    text-transform: uppercase;
    font-weight: normal;
}


/* H2 centered and underlined */
h2 {
    position: relative;
    text-align: center;

}
h2::after {
    content: '';
    position: absolute;
    background-color: var(--paradisio-beige);
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}

h3{
    font-size: 36px;
    line-height: 3.6rem;
    font-weight: bold;
}
h4{
    font-size: 28px;
    line-height: 2.8rem;
    font-weight: bold;
}
h5{
    font-size: 22px;
    line-height: 2.2rem;
    font-weight: bold;
}
p{
    font-size: 14px;
    line-height: 1.7rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a{
    color: var( --paradisio-orange );
    text-decoration: none;
}
a:hover,
a:visited{
    color: #6d6d6d;
}
img {
    max-width: 100%;
    height: auto;
}

/* Containers */

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 575px) {
    .container {
        padding: var(--wpdevs-light-padding);
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

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

/* Top Bar Section */
.top-bar{ 
    /*background: #ffffff; */
    background: var(--paradisio-beige);
    color: var(--paradisio-orange); 
    padding: 15px 0; 
}
.top-bar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchbox input[type="text"]{
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
}
.searchbox input[type="submit"]{
    padding: 9px 10px;
    background: #000000;
    color: #FFFFFF;
    border: none;
}
@media (max-width: 768px) {
    .searchbox {
        display: none;
    }
    .top-bar .container{
        /*justify-content: center; */
    }
}


.top-bar  {
    font-family: 'Fascinate Inline', system-ui; /* google font ;*/
    font-size: 24px;
    margin: unset;
}

.hero-content > p {
  display: none;
}
.hero-content p:first-child {
  display: block;
}

/* Main Menu */

.menu-area {
	background: var( --paradisio-beige );
}
.main-menu {
    height: 55px;
    display: flex;
    justify-content: center;
}
.main-menu ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.main-menu ul li {
    display: inline-block;
    line-height: 55px;
    position: relative;
    font-size: larger;
    font-family: 'Fascinate Inline', system-ui; /* google font ;*/
}
.main-menu ul li.current_page_item > a, .main-menu ul li.current-menu-parent > a {
    /* font-weight: bold; */
    color: var( --paradisio-orange );
}
.main-menu ul li a {
    /*color: #000000;*/
    color: var(--paradisio-darkblue);
    padding: 0 30px;
    text-decoration: none;
    display: block;
}
.main-menu ul li a:hover,
.main-menu ul li a:active
{
    color: var( --paradisio-orange );
    transition: .5s all;
}
.main-menu ul li a:focus + ul
{
    display: block;
}
.main-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc( 50% - 6px);
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000000;
    border-bottom: 6px solid var(--paradisio-darkblue) ;
    border-left: 6px solid transparent;
}
.main-menu ul.sub-menu {
    position: absolute;
    padding-left: 0;
    background-color: var( --paradisio-darkblue);
    z-index: 10;
    text-align: left;
    display: none;
    width: unset;
}
.main-menu ul .menu-item-has-children:hover>ul,
.main-menu ul .menu-item-has-children:focus+ul {
    display: block
}
.main-menu ul.sub-menu li {
    width: max-content;
    font-size: 24px;
}
.main-menu ul.sub-menu a {
    color: #FFFFFF;
}
.menu-icon,
.check-button {
	cursor: pointer;
	display: none;
}
.menu-icon .bar1, 
.menu-icon .bar2, 
.menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: #333;
    background-color: var(--paradisio-orange);
    margin: 5px 0;
    transition: 0.4s;
}


@media (max-width: 767px){
    
    .main-menu {
        justify-content: left;
        height: unset;
    }

    .menu-icon,
    .check-button {
		display: block;
	}
    .check-button{
        border: none;
        background: transparent;
        height: 55px;
    }
	.main-menu ul{
        flex-direction: column;
        justify-content: start;
		position: absolute;
		width: 100%;
		background: #000000;
        background-color: var( --paradisio-coral);
		right: -999px;
        opacity: 0;
        display: none;
		text-align: left;
        padding: 0;
        margin: 0;
        z-index: 1;
        border-left: 25px solid var( --paradisio-orange);
        border-bottom: 12px solid #a03f2f;
        /*height: 100%;*/
        /*max-height: 80%;*/
        transition: all cubic-bezier(.79,.14,.15,.86) .75s .5s;
       
        
	}

	.main-menu ul li.current_page_item > a  {
		color: var( --paradisio-yellow );
	}
	.main-menu ul li a, .main-menu ul li.current-menu-parent > a, .main-menu ul.sub-menu a {
		color: var(--paradisio-beige);
	}
    .main-menu ul li a:hover,
    .main-menu ul li a:active {
        color: var( --paradisio-yellow );
        transition: .5s all;
    }


    .main-menu ul:not(.sub-menu){
        /*     margin-top: 15px; */
    }
	.main-menu ul li{
		display: block;
		margin: 5px 0;
		line-height: 30px;
	}
	.main-menu ul li a {
		/*color: #FFFFFF;*/
        padding: 15px 30px;
	}
    .main-menu ul.sub-menu{
        position: relative;
        top: 0;
        margin-left: 40px;
        display: block;
        width: auto;
    }
    .main-menu ul.sub-menu {
        background-color: var( --paradisio-coral   );
        border-left: 1px solid white;
        border-bottom: none;
    } 

    .main-menu ul.sub-menu a{
        /* color:  #FFF; */
        padding: 6px 20px;
        font-size: 22px;
        
    } 
    .show-dropdown{
        right: 0 !important;
        opacity: 1 !important;
        display: flex !important;
    }   
    .animate-button .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    .animate-button .bar2 {opacity: 0;}
    .animate-button .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
} 

/* Section1 */

/* .section1{
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    text-align: center;
    padding: var( --wpdevs-big-padding );
    background-color: var( --paradisio-coral);
}

.section1 .overlay{
    background: rgb(0 0 0 / 27%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 h1{
    margin-top: 0;
    font-weight: normal;
}

.section1 h2 { 
  text-align: center;
  position: relative;
}

/* .section1 h2::after{
    content: '';
    position: absolute;
    background-color: var( --paradisio-yellow );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
} */

.section1   a{
    color: #FFFFFF;
    color: var( --paradisio-darkblue);
    padding: 15px 25px;
    display: inline-block;
    background: var( --paradisio-lightblue ); 
    margin: 20px 0 0;
}
.section1 a:hover{
    background: var( --paradisio-yellow );
    transition: .5s all;
} */

/* Section2 */
/* 
.section2 { 
    background: var( --paradisio-green ); 
    padding: var( --wpdevs-big-padding ); 
    color: #ffffff; 
}
.section2 .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.section2 .container > * {
    flex: 1 1 250px;
}
.section2-item{
    padding: var(--wpdevs-light-padding);
}
.section2-item p{
    margin-bottom: 40px;
}
.section2-item figure{ 
    background: var( --paradisio-yellow );
    padding: 15px; 
}
.section2 h2{ 
    text-align: center;
    position: relative;  
}
.section2 h2::after{
    content: '';
    position: absolute;
    background-color: var( --paradisio-coral );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}
.section2 h4{
    margin: 0;
}
@media (max-width: 768px) {
    .section2 .container{
        flex-direction: column;
        padding: 0;
    }
    .section2-item{
        max-width: 100%;
    }
} */

/* MK's Hovers */
.section1, .section2 { 
    position: relative;
}
.section1 h2, .section1 p, .section1 div {
    position: relative;
    z-index: 1;
}
.section1:hover::before, .section1:hover::after {
  display: block;
}

.section1::before,
.section1::after {
    content: '▞';
    position: absolute; 
    color: #f68181;
    z-index: 0;
    display: none;
    line-height: 3rem;
    font-size: 100px;
    max-width: 45%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.section1::before {
    top: 20%;
    left: 20px;
} 
.section1::after {
    bottom: 20%;
    right: 20px;
    text-align: right;
}

---------
.section2 {
    position: relative;
}
.section2 h2, .section2 p, .section2 div{
    position: relative;
    z-index: 1;
}
.section2:hover::before, .section2:hover::after {
  display: block;
}

.section2::before, .section2::after {
    
    position: absolute;
    color: #75a67a;
    z-index: 0;
    display: none;
    line-height: 3rem;
    font-size: 100px;
    max-width: 45%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.section2::before {
    content: '⠏';
    max-height: 70%;
    left: 5vw;
} 
.section2::after {
    content: '⠜';
    bottom: 20%;
    right: 20px;
    text-align: right;
}





/* section3 */

/*.section3{
    padding: var( --wpdevs-big-padding );
    background: var( --paradisio-yellow ); 
    color: var(--paradisio-darkblue);
}
.section3 .container article:first-child{
    grid-area: feat-item;
}
.section3 .container{
    display: grid;
    grid-template-areas: 'feat-item feat-item';
    grid-gap: 25px;
}
.section3 h2{ 
    text-align: center;
    position: relative;  
}
 .section3 h2::after{
    content: '';
    position: absolute;
    background-color: var( --paradisio-green );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
} 
.section3 .latest-news{ 
    text-align: center; 
}
.section3 .col-12 .latest-news{  
    margin-bottom: 40px;
}
.section3 .latest-news img{ 
    float: none !important;
    margin: 0 0 25px 0 !important;
}
.section3 .latest-news h3{ 
    color: var(--paradisio-darkblue);
    margin: 0; 
    line-height: 2.6rem;
}
.section3 .meta-info p{ 
    font-weight: bold; 
    margin-bottom: 0; 
}
.section3 .meta-info p:last-child{ 
    margin-top: 5px; 
}
.section3 .meta-info p:last-child{ 
    margin-top: 5px; 
}  
    
*/
.home .home-blog span, 
.home .home-blog span a{ 
    color: var( --wpdevs-gray1 ); 
    font-weight: normal; 
    text-decoration: none;
    margin: 0 2px 0 0; 
}
@media (max-width: 768px) {
    .home-blog .container{
        display: block;
    }
}

/* page color styles */

#main .Coral, .site-content.Coral  {
    background: var( --paradisio-coral ); 
    padding: var( --wpdevs-big-padding ); 
    color: var(--paradisio-beige);;
}

.Coral h2::after {
    background-color: var( --paradisio-yellow );
}

.Coral a, .Coral a:visited {
    color: var(--paradisio-darkblue);
}

.Coral a:hover{
    color: var(--paradisio-beige);
}

.Coral a:active {
    color: var(--paradisio-green);
}

.Coral h2::after {
    background-color: var( --paradisio-green );
}

#main .Green, .site-content.Green {
    background: var( --paradisio-green ); 
    padding: var( --wpdevs-big-padding ); 
    color: var(--paradisio-beige);;
}

.Green h2::after {
    background-color: var( --paradisio-coral );
}

.Green .wp-block-button__link {
	background-color: #70a675;
	color: var(--paradisio-beige);
	transition: all ease .5s;
}

.Green .wp-block-button__link:hover {
	background-color: var(--paradisio-orange);
	color: var(--paradisio-beige);
}

#main .Yellow, .site-content.Yellow {
    background: var( --paradisio-yellow ); 
    padding: var( --wpdevs-big-padding ); 
    color: var(--paradisio-darkblue);
}

.Yellow a, .Yellow a:visited {
    color: var(--paradisio-coral);
}

.Yellow a:hover{
    color: var(--paradisio-darkblue);
}

.Yellow a:active {
    color: var(--paradisio-green);
}

.Yellow h2::after {
    background-color: var( --paradisio-green );
}

#main .Dark.Blue, .site-content.Dark.Blue {
    background: var( --paradisio-darkblue ); 
    padding: var( --wpdevs-big-padding ); 
    color: var(--paradisio-beige);;
}

.Dark.Blue h2::after {
    background-color: var( --paradisio-coral );
}

/* Services Group on Home */
.home .wp-block-group.services-group .wp-block-group__inner-container { 
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    gap: 1.5em;
}
.home .wp-block-group.services-group .wp-block-group.service-group {
	min-width: 12em;
	flex: 1 0;
}


.home .wp-block-group.services-group .wp-block-group.service-group .wp-block-group__inner-container { 
    display: flex;
    flex-direction: column;
	gap: unset;
	
}


/* Custom Classes on wp-Group Blocks */

.wp-block-group.flex-row > .wp-block-group__inner-container {
	display: flex;
    flex-direction: row; 
}

.wp-block-group.flex-row > .wp-block-group__inner-container > * {
	flex: 1 0;
}

@media (max-width: 1050px) {
    .wp-block-group.flex-row > .wp-block-group__inner-container {
        flex-direction: column;
    }
}

/* Full page Article stuff 

.full-page article .wp-block-group {
    margin: 1.5em 0;
}

.full-page article .wp-block-group__inner-container { 
    display: flex;
    flex-direction: row;
    gap: 1.5em;
}

.full-page article .wp-block-group__inner-container > p { 
    flex: 1 1;
}

.full-page article .wp-block-group__inner-container > .video-frame { 
    text-align: center;
}*/

@media (max-width: 1050px) {
    .full-page article .wp-block-group__inner-container { 
        flex-direction: column;
    }
}



/* Home Page Sections and Crap */
.home {

}

/* Footer */
footer{ 
    background: var( --paradisio-lightblue ); 
    padding: 15px 0; 
    color: #FFFFFF; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}
footer .container .row{
    align-items: center;
}





/* Footer - Footer Menu */
.site-footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-footer .copyright p{
    margin: 0;
}
.footer-menu ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.footer-menu ul li{ 
    display: inline;  
    margin: 0 15px 0 0;
}
.footer-menu ul li:last-child{ 
    margin: 0; 
}
.footer-menu ul li a{  
    text-decoration: none;
    color: #FFFFFF;
}
.footer-menu ul li.current_page_item a{ 
    font-weight: bold; 
}
@media (max-width: 768px) {
    .site-footer .container{
        justify-content: safe;
    }
}
@media (max-width: 575px) {
    .site-footer .container{
        flex-wrap: wrap;
    }
}

/************** INNER PAGES *****************/

/* Blog, Archive, Search */
.blog main .container,
.archive main .container{
    display: flex;
}
.blog .blog-items,
.archive .archive-items{
    padding: 0 15px 0 0;
    flex: 1;
}
.blog .blog-items h2,
.archive .blog-items h2{
    margin-top: 0;
}
.blog article{
    margin-bottom: 20px;
}
.blog aside,
.archive aside{
    padding: 25px;
    background: var( --wpdevs-gray2 );
    height: 100%;
    width: 30%;
}
@media screen and (max-width: 991px ) {
    .blog aside,
    .archive aside,
    .blog .blog-items,
    .archive .archive-items{
        min-width: 100%;
    }
}
.blog h1,
.archive h1{
    text-align: center;
    margin-top: 0;
}
.archive-description{
    text-align: center;
    max-width: 50%;
    margin: 0 auto 30px auto;
}
.archive-description p{
    font-size: 85%;
}
.home #primary > #main{
    padding: 0;
}
#primary > #main{
    /* padding: var(--wpdevs-big-padding); */
}


@media screen and (max-width: 991px ) {
    #primary > #main{
        padding: var(--wpdevs-mobile-padding);
    }
}
.meta-info p{
    margin: 0;
}
.wp-post-image{ 
    float: left; 
    margin: 0 15px 10px 0; 
}
@media screen and (max-width: 550px ) {
    .wp-post-image{ 
        width: 100%; 
    }
}
article{ 
    display: inline-block;  
    width: 100%; 
}
article.post h1,
.search h1,
.archive h1{
    font-size: 50px;
    line-height: 4.0rem;
    margin-bottom: 15px;
}
article.post h2{
    line-height: 3rem;
    text-transform: none;
}
article h2{
    line-height: 4rem;
    margin-bottom: 10px;
    text-transform: none;
    margin-bottom: 1.5em ;
}
article.post h3,
article.post h4,
article.post h5{
    margin-bottom: 0;
}
.searchform input[type="text"]{
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
}
.searchform input[type="submit"]{
    padding: 11px 10px;
    background: #000000;
    color: #FFFFFF;
    border: none;
}
.searchform div{
    display: flex;
}
.searchform input[type=text]{
    max-width: 70%;
}
.searchform input[type=submit]{
    max-width: 70%;
}
@media (max-width: 991px) {
    .blog .container,
    .archive .container{
        flex-wrap: wrap;
    }
}

/* Comments */
#commentform input[type="submit"]{     
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    background: var( --wpdevs-light-blue );
    margin: 20px 0 0; 
    border: none;
}
#commentform input[type="submit"]:hover{
    background: var( --wpdevs-yellow );
    transition: .5s all;
}
#commentform label{
    display: block;
}
#commentform label[for="wp-comment-cookies-consent"]{
    display: inline;
    margin-left: 5px;
}
#commentform input[type="text"],
#commentform textarea{
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
    width: 100%;
}
.comments-area #reply-title{
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
}

/* Pagination */
.paradisio-pagination{
    display: flex;
    justify-content: space-between;
}
.pages{
    margin-top: 20px;
}
.nav-links{
    margin-top: 40px;
}
.nav-links .page-numbers{
    padding: 10px 15px;
    display: inline-block;
    background: var( --wpdevs-gray3 );
}
.nav-links .current{
    background-color: #000000;
    color: #ffffff;
}
.nav-links .next,
.nav-links .prev{
    background-color: transparent;
}
.nav-links .prev{
    padding-left: 0;
}