/* 
Theme Name: Tipsvoorkids 2024
Version: 2.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl/owl.carousel.min.css");
@import url("scss/owl/owl.theme.default.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; }

body.padding-top {
  padding-top: 75px; }

.wrapper {
  width: 1400px; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #66f1cb;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #66f1cb;
  color: #FFFFFF;
  /* Gecko Browsers */ }

.container-big {
  width: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px; }

.container {
  width: 1350px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }

.center {
  text-align: center; }

.entry-title {
  margin-bottom: 30px; }

.entry-content {
  padding-bottom: 15px; }
  .entry-content p {
    margin-bottom: 15px; }
  .entry-content b, .entry-content strong {
    font-weight: bold; }
  .entry-content a {
    color: #243668;
    text-decoration: underline; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    margin-bottom: 10px; }

.entry-button a {
  color: #FFFFFF;
  background-color: #243668;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .entry-button a:hover {
    background-color: #6ac5d4; }

h1 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #243668;
  font-size: 50px; }

h2 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #243668; }

h3 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #243668; }

h4 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #243668; }

h5 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #243668; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.bg-grey {
  background-color: #f1f1f1; }

.bg-blue {
  background-color: #6ac5d4; }

.bg-mint {
  background-color: #66f1cb; }

.bg-pink {
  background-color: #f37fc3; }

.bg-green {
  background-color: #66e370; }

.bg-red {
  background-color: #e78a7f; }

.bg-yellow {
  background-color: #ffe666; }

.bg-orange {
  background-color: #ffbc66; }

.bg-purple {
  background-color: #ddc6ff; }

/********************************************************
MAX-WIDTH: 1380px
********************************************************/
@media only screen and (max-width: 1380px) {
  .container {
    width: 100%; } }
/********************************************************
MAX-WIDTH: 1030px
********************************************************/
/********************************************************
MAX-WIDTH: 991px
********************************************************/
@media only screen and (max-width: 991px) {
  body {
    padding-top: 65px; }

  body.padding-top {
    padding-top: 65px; } }
/********************************************************
MAX-WIDTH: 767px
********************************************************/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px; } }
/********************************************************
MAX-WIDTH: 551px
********************************************************/
@media only screen and (max-width: 551px) {
  body, html {
    font-size: 16px;
    line-height: 26px; }

  h1 {
    font-size: 30px; } }
#mainheader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 30px; }
  #mainheader .logo {
    float: left;
    margin-right: 30px; }
    #mainheader .logo a img {
      max-width: 100px;
      height: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  #mainheader .navigation {
    float: left;
    padding-top: 25px; }
    #mainheader .navigation nav ul.menu-ul {
      margin: 0;
      padding: 0; }
      #mainheader .navigation nav ul.menu-ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px;
        z-index: 2;
        position: relative;
        line-height: 75px; }
        #mainheader .navigation nav ul.menu-ul li a {
          color: #FFFFFF;
          text-decoration: none;
          display: inline;
          line-height: 75px; }
        #mainheader .navigation nav ul.menu-ul li span.chevron {
          display: inline;
          color: #000000;
          font-size: 12px;
          display: none !important; }
        #mainheader .navigation nav ul.menu-ul li .submenu {
          display: none !important;
          position: fixed;
          width: 1350px;
          height: auto;
          margin: 0 auto;
          z-index: 1;
          left: 0;
          top: 151px;
          right: 0; }
          #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container {
            display: flex;
            flex-wrap: wrap;
            background-color: #000000;
            width: 100%;
            margin: 0 auto; }
            #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu {
              width: 50%;
              padding: 50px;
              min-height: 350px; }
              #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu p.submenu-title {
                font-family: 'Roboto', sans-serif;
                font-weight: 800;
                margin-bottom: 30px;
                line-height: 28px;
                color: #FFFFFF; }
                #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu p.submenu-title a {
                  color: #FFFFFF; }
                  #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu p.submenu-title a:hover {
                    color: #FFFFFF; }
              #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu ul.submenu-ul {
                margin: 0;
                padding: 0; }
                #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu ul.submenu-ul li {
                  display: block;
                  padding: 0;
                  line-height: 28px; }
                  #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu ul.submenu-ul li a {
                    color: #FFFFFF;
                    text-decoration: none;
                    line-height: 24px; }
                    #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu ul.submenu-ul li a:hover {
                      color: #FFFFFF; }
                  #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu ul.submenu-ul li.extra-space {
                    padding-left: 25px;
                    font-size: 11px; }
                  #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-menu ul.submenu-ul li:after {
                    display: none; }
            #mainheader .navigation nav ul.menu-ul li .submenu .submenu-container .submenu-image {
              width: 50%;
              -ms-background-clip: border-box;
              -o-background-clip: border-box;
              -webkit-background-clip: border-box;
              -moz-background-clip: border-box;
              background-clip: border-box;
              background-origin: padding-box;
              background-position: center center;
              background-repeat: no-repeat;
              -o-background-size: cover;
              -ms-background-size: cover;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              background-size: cover; }
  #mainheader .header-icons {
    float: right;
    padding-top: 25px; }
    #mainheader .header-icons .search {
      overflow: hidden;
      float: left; }
      #mainheader .header-icons .search .search-box {
        width: fit-content;
        height: fit-content;
        position: relative;
        float: right; }
      #mainheader .header-icons .search .input-search {
        height: 40px;
        width: 40px;
        border-style: none;
        padding: 10px;
        outline: none;
        border-radius: 25px;
        transition: all .5s ease-in-out;
        background-color: #22a6b3;
        padding-right: 0;
        color: #fff; }
      #mainheader .header-icons .search .input-search::placeholder {
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 2px; }
      #mainheader .header-icons .search .btn-search {
        width: 40px;
        height: 40px;
        border-style: none;
        outline: none;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        right: 0px;
        color: #ffffff;
        background-color: #22a6b3;
        pointer-events: painted; }
      #mainheader .header-icons .search .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 10px;
        background-color: #22a6b3;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2); }
      #mainheader .header-icons .search .input-search:focus {
        width: 300px;
        border-radius: 10px;
        background-color: #22a6b3;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2); }
    #mainheader .header-icons #mobile-nav-icon {
      position: relative;
      z-index: 10;
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      float: right;
      display: none; }
      #mainheader .header-icons #mobile-nav-icon .menu-icon {
        float: right;
        position: relative;
        z-index: 202; }
        #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg {
          background-color: transparent;
          border: none;
          cursor: pointer;
          padding: 0;
          border: 0;
          -webkit-border-radius: 44px;
          -moz-border-radius: 44px;
          -ms-border-radius: 44px;
          -o-border-radius: 44px;
          border-radius: 44px;
          width: 45px;
          height: 45px;
          text-align: center; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg svg {
            width: 40px;
            height: 40px;
            margin-top: 2px; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg .line {
            fill: none;
            stroke: #6ac5d4;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6; }
          #mainheader .header-icons #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6; }

/********************************************************
MAX-WIDTH: 1300
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#content {
  /*
  .categories-new {@include boxsizing; padding: 30px 0; 
  	.block {margin-bottom: 30px;
  		.block-inner {@include rounded-corners(15px); overflow: hidden;
  			a {text-decoration: none;
  				figure {overflow: hidden; border-radius: 30% 70% 15px 15px; margin: 0; padding: 0;
  					img {max-width: 100%; height: auto; @include transitionall;}
  				}
  				.entry-content {@include boxsizing; padding: 15px 30px; color: $white; height: 100px; overflow: hidden; margin-bottom: 40px;}
  				.entry-title { @include boxsizing; padding: 30px 30px 0 30px;
  					.icon {float: left; margin-right: 10px;
  						i {color: $white; font-size: 35px;}
  					}
  					h3 {color: $white; font-size: 30px;}
  				}
  				&:hover {
  					figure {
  						img {transform: scale(1.1);}
  					}
  				}
  			}
  		}
  		&:nth-child(1) {margin-top: -200px;}
  		&:nth-child(2) {margin-top: -200px;}
  		&:nth-child(3) {margin-top: -200px;}
  		&:nth-child(3n+4) {clear: left;}
  	}
  }
  .categories {@include boxsizing; padding: 50px 0;
  	.flex {display: flex; flex-wrap: wrap;
  		.block {margin-bottom: 30px;
  			.block-inner {width: 100%; height: 100%; background-color: #ff0000; position: relative; @include backgroundimages;
  				&:after {content: ""; display: block; padding-bottom: 100%;}
  				.content {position: absolute; width: 100%; height: 100%;}
  			}
  			&.half {margin-bottom: 0;
  				.block-inner {
  					&:after {padding-bottom: 50%;}
  				}
  			}
  		}
  	}
  }
  .intro {@include boxsizing; padding: 50px 0;
  	.text {
  		.entry-title {margin-bottom: 30px;
  			span {display: block; margin-bottom: 10px; @include handwriting-bold; color: $red; font-size: 25px;}
  		}
  		.entry-content {margin-bottom: 15px;}
  	}
  	.image {
  		img {max-width: 100%; height: auto;}
  	}
  }
  .latest-blogs {@include boxsizing; padding: 30px 0;
  	.blog-col {
  		.blog-item {margin-bottom: 30px; position: relative; background-color: #f1f1f1; @include rounded-corners(15px); overflow: hidden;
  			figure {background-color: #ff0000; margin-bottom: 0;
  				img {max-width: 100%; height: auto;}
  			}
  			.entry-icon {position: absolute; top: 15px; left: 15px; width: 50px; height: 50px; text-align: center; border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
  				i {font-size: 25px; line-height: 50px; color: $white;}
  			}
  			.text {@include boxsizing; padding: 30px;}
  			.entry-title {margin-bottom: 15px;}
  			.entry-date {font-size: 14px; margin-bottom: 15px; color: $blue;}
  			.entry-content {margin-bottom: 15px;}	
  		}
  		&:nth-child(3n+4) {clear: left;}
  	}
  }
  .instagram {@include boxsizing; padding: 100px 0 150px 0; position: relative; background-color: #fff7d1;
  	.block {width: 100%; height: 100%; background-color: #ff0000; position: relative; @include backgroundimages;
  		&:after {content: ""; display: block; padding-bottom: 100%;}
  	}
  	svg {position: absolute; bottom: -1px; left: 0; right: 0; width: 100%;
  		path {fill: $primary;}
  	}
  }
  */ }
  #content .banner {
    width: 100%;
    height: 800px;
    position: relative;
    line-height: 0;
    background-color: #000000; }
    #content .banner img {
      max-width: 100%;
      height: 100%;
      opacity: 0.8;
      line-height: 0;
      -o-object-fit: cover;
      object-fit: cover; }
    #content .banner .display-table {
      position: absolute;
      width: 100%;
      max-width: 1400px;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: table; }
      #content .banner .display-table .display-table-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        #content .banner .display-table .display-table-cell p.big {
          font-family: "Jost", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          color: #FFFFFF;
          font-size: 80px;
          line-height: 80px;
          margin-bottom: 20px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.59); }
        #content .banner .display-table .display-table-cell p.small {
          color: #FFFFFF;
          font-size: 30px;
          line-height: 30px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.59);
          font-family: 'Caveat', cursive;
          font-weight: 600; }
    #content .banner svg {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
      #content .banner svg path {
        fill: #FFFFFF; }
  #content .banner {
    width: 100%;
    padding: 0;
    position: relative; }
    #content .banner .rslides {
      position: relative;
      height: 750px; }
      #content .banner .rslides .slider {
        width: 100%;
        height: 750px;
        -ms-background-clip: border-box;
        -o-background-clip: border-box;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        list-style-type: none; }
        #content .banner .rslides .slider .display-table {
          width: 100%;
          height: 100%;
          display: table;
          position: relative; }
          #content .banner .rslides .slider .display-table .display-table-cell {
            display: table-cell;
            vertical-align: bottom;
            padding: 0 0 60px 0; }
            #content .banner .rslides .slider .display-table .display-table-cell .container .banner-text {
              position: absolute;
              bottom: 30px;
              left: 30px;
              background-color: #FFFFFF;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 30px;
              width: 300px; }
              #content .banner .rslides .slider .display-table .display-table-cell .container .banner-text h2 {
                margin-bottom: 15px; }
    #content .banner ul.rslides_tabs {
      text-align: center;
      position: absolute;
      bottom: 15px;
      width: 100%; }
      #content .banner ul.rslides_tabs li {
        list-style-type: none;
        display: inline-block;
        margin: 0 3px; }
        #content .banner ul.rslides_tabs li a {
          text-decoration: none; }
          #content .banner ul.rslides_tabs li a span {
            display: none; }
          #content .banner ul.rslides_tabs li a i {
            color: #FFFFFF; }
        #content .banner ul.rslides_tabs li.rslides_here a i {
          color: #66e370; }
    #content .banner svg {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
      #content .banner svg path {
        fill: #FFFFFF; }
  #content .blogs {
    position: relative; }
    #content .blogs .entry-header {
      margin-bottom: 30px; }
    #content .blogs .entry-content {
      margin-bottom: 30px; }
    #content .blogs .blog-col .blog-item {
      margin-bottom: 30px;
      position: relative;
      background-color: #f1f1f1;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden; }
      #content .blogs .blog-col .blog-item figure {
        background-color: #ff0000;
        margin-bottom: 0; }
        #content .blogs .blog-col .blog-item figure img {
          max-width: 100%;
          height: auto;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      #content .blogs .blog-col .blog-item .entry-icon {
        position: absolute;
        z-index: 3;
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%; }
        #content .blogs .blog-col .blog-item .entry-icon i {
          font-size: 25px;
          line-height: 50px;
          color: #FFFFFF; }
      #content .blogs .blog-col .blog-item .entry-title {
        position: absolute;
        z-index: 3;
        bottom: 15px;
        left: 15px;
        right: 15px;
        margin-bottom: 0;
        padding-bottom: 0; }
        #content .blogs .blog-col .blog-item .entry-title h3 {
          color: #FFFFFF;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.59); }
      #content .blogs .blog-col .blog-item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000000 20%, #FFFFFF00 50%);
        opacity: 0.3 !important;
        z-index: 1;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #content .blogs .blog-col .blog-item:hover:after {
        background: linear-gradient(0deg, #000000 20%, #FFFFFF00 100%);
        opacity: 0.75 !important; }
      #content .blogs .blog-col .blog-item:hover figure img {
        transform: scale(1.1); }
      #content .blogs .blog-col .blog-item a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5; }
    #content .blogs .blog-col:nth-child(3n+4) {
      clear: left; }
    #content .blogs.homeblogs .container {
      position: relative;
      z-index: 2; }
    #content .blogs.homeblogs:after {
      content: "";
      width: 100%;
      height: 20%;
      background-color: #f1f1f1;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
  #content .cats {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 150px 0;
    background-color: #f1f1f1; }
    #content .cats .entry-title span {
      display: block;
      margin-bottom: 10px;
      font-family: 'Caveat', cursive;
      font-weight: 600;
      color: #e78a7f;
      font-size: 25px; }
    #content .cats .entry-header {
      margin-bottom: 30px; }
    #content .cats .entry-content {
      margin-bottom: 30px; }
    #content .cats .block {
      margin-bottom: 30px; }
      #content .cats .block .block-inner {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden; }
        #content .cats .block .block-inner a {
          text-decoration: none; }
          #content .cats .block .block-inner a figure {
            overflow: hidden;
            border-radius: 30% 70% 15px 15px;
            margin: 0;
            padding: 0; }
            #content .cats .block .block-inner a figure img {
              max-width: 100%;
              height: auto;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
          #content .cats .block .block-inner a .entry-content {
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 15px 30px;
            color: #FFFFFF;
            height: 100px;
            overflow: hidden;
            margin-bottom: 40px; }
          #content .cats .block .block-inner a .entry-title {
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 30px 15px 0 15px; }
            #content .cats .block .block-inner a .entry-title .icon {
              float: left;
              margin-right: 10px; }
              #content .cats .block .block-inner a .entry-title .icon i {
                color: #FFFFFF;
                font-size: 20px; }
            #content .cats .block .block-inner a .entry-title h3 {
              color: #FFFFFF;
              font-size: 18px;
              line-height: 30px; }
          #content .cats .block .block-inner a:hover figure img {
            transform: scale(1.1); }
      #content .cats .block:nth-child(6n+7) {
        clear: left; }
  #content .intro {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0; }
    #content .intro .row {
      display: flex;
      justify-content: center;
      align-items: center; }
      #content .intro .row .text {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 30px; }
        #content .intro .row .text .entry-title span {
          display: block;
          margin-bottom: 10px;
          font-family: 'Caveat', cursive;
          font-weight: 600;
          color: #e78a7f;
          font-size: 25px; }
      #content .intro .row .images {
        display: flex;
        flex-wrap: nowrap; }
        #content .intro .row .images .figures {
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
          flex-wrap: wrap;
          display: flex;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-right: 15px; }
          #content .intro .row .images .figures .entry-image {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
            overflow: hidden; }
            #content .intro .row .images .figures .entry-image img {
              width: 100%;
              object-fit: cover; }
        #content .intro .row .images .entry-image {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px;
          overflow: hidden; }
          #content .intro .row .images .entry-image img {
            width: 100%;
            object-fit: cover;
            height: 100%; }
  #content .tips {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0;
    background-color: #f7f2ee; }
    #content .tips .row {
      display: flex;
      justify-content: center;
      align-items: center; }
      #content .tips .row .text .entry-title span {
        display: block;
        margin-bottom: 10px;
        font-family: 'Caveat', cursive;
        font-weight: 600;
        color: #e78a7f;
        font-size: 25px; }
      #content .tips .row .owl .item .item-inner {
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden; }
        #content .tips .row .owl .item .item-inner .entry-image img {
          width: 100%;
          height: 500px;
          object-fit: cover;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #content .tips .row .owl .item .item-inner .entry-title {
          position: absolute;
          z-index: 3;
          bottom: 15px;
          left: 15px;
          right: 15px;
          margin-bottom: 0;
          padding-bottom: 0; }
          #content .tips .row .owl .item .item-inner .entry-title h3 {
            color: #FFFFFF;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.59); }
        #content .tips .row .owl .item .item-inner:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(0deg, #000000 20%, #FFFFFF00 50%);
          opacity: 0.3 !important;
          z-index: 1;
          top: 0;
          bottom: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #content .tips .row .owl .item .item-inner:hover:after {
          background: linear-gradient(0deg, #000000 20%, #FFFFFF00 100%);
          opacity: 0.75 !important; }
        #content .tips .row .owl .item .item-inner:hover figure img {
          transform: scale(1.1); }
        #content .tips .row .owl .item .item-inner a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 5; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .banner .rslides {
    height: 500px; }
    #content .banner .rslides .slider {
      height: 500px; }
  #content .categories-new .block:nth-child(3) {
    margin-top: 0px; }
  #content .categories-new .block:nth-child(3n+4) {
    clear: none; }
  #content .categories-new .block:nth-child(2n+3) {
    clear: none; }
  #content .latest-blogs .blog-col:nth-child(3n+4) {
    clear: none; }
  #content .latest-blogs .blog-col:nth-child(2n+3) {
    clear: left; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .categories-new .block:nth-child(2) {
    margin-top: 0px; }
  #content .categories-new .block:nth-child(1n+2) {
    clear: none; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
.banner.single {
  height: 500px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.single-content {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px; }
  .single-content article .intro {
    padding-bottom: 15px !important; }
    .single-content article .intro .entry-title {
      margin-bottom: 15px; }
    .single-content article .intro .entry-date {
      font-size: 14px;
      margin-bottom: 30px;
      color: #6ac5d4; }
    .single-content article .intro .entry-content {
      padding-bottom: 0; }
  .single-content article .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0; }
  .single-content article .image {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0; }
    .single-content article .image img {
      max-width: 100%;
      height: auto; }
  .single-content article .images {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 15px 0; }
    .single-content article .images img {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px; }
  .single-content article .tip {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0; }
    .single-content article .tip .tip-inner {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 30px 30px 75px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #f1f1f1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      position: relative; }
      .single-content article .tip .tip-inner:before {
        content: "\f0eb";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 30px;
        top: 30px;
        font-size: 30px;
        color: #e78a7f; }
  .single-content article .tips {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0; }
    .single-content article .tips .tips-inner {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 30px 30px 75px;
      background-color: #f1f1f1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      position: relative; }
      .single-content article .tips .tips-inner:before {
        content: "\f0eb";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 30px;
        top: 30px;
        font-size: 30px;
        color: #e78a7f; }
      .single-content article .tips .tips-inner .entry-list {
        margin-left: 0px; }
        .single-content article .tips .tips-inner .entry-list li {
          position: relative;
          padding-left: 25px;
          position: relative;
          list-style-type: none; }
          .single-content article .tips .tips-inner .entry-list li:before {
            content: "\f00c";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: 0;
            left: 0;
            color: #e78a7f; }
  .single-content article .buttons {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0; }
    .single-content article .buttons .entry-buttons {
      margin: 0;
      padding: 0; }
      .single-content article .buttons .entry-buttons li {
        list-style-type: none;
        display: block;
        margin-bottom: 5px; }
        .single-content article .buttons .entry-buttons li a {
          display: inline-block; }
  .single-content article .entry-tags {
    margin-bottom: 50px; }
    .single-content article .entry-tags i {
      color: #e78a7f;
      margin-right: 0.6667em; }
    .single-content article .entry-tags span {
      position: relative;
      padding-right: 10px; }
      .single-content article .entry-tags span:after {
        content: ", "; }
      .single-content article .entry-tags span:last-child:after {
        display: none; }
      .single-content article .entry-tags span a {
        color: #243668;
        text-decoration: none;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase; }
  .single-content article .entry-author {
    margin-bottom: 50px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ffe666;
    background-color: #fff7d1; }
    .single-content article .entry-author .image {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
      .single-content article .entry-author .image img {
        max-width: 100%;
        height: auto; }
    .single-content article .entry-author .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
      .single-content article .entry-author .text h3 {
        margin-bottom: 15px; }
  .single-content article .entry-comments {
    border-top: 1px solid #f1f1f1;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0;
    margin-top: 1px; }
    .single-content article .entry-comments #comments p.count {
      font-size: 24px;
      line-height: 1.1;
      padding-bottom: 30px; }
    .single-content article .entry-comments #comments ol.commentlist li {
      list-style-type: none; }
      .single-content article .entry-comments #comments ol.commentlist li .comment-body {
        overflow: hidden;
        padding-bottom: 30px; }
        .single-content article .entry-comments #comments ol.commentlist li .comment-body .author-avatar {
          float: left;
          margin-right: 20px; }
          .single-content article .entry-comments #comments ol.commentlist li .comment-body .author-avatar img {
            max-width: 80px;
            height: auto; }
        .single-content article .entry-comments #comments ol.commentlist li .comment-body .comment-text {
          float: left;
          width: -webkit-calc(100% - 100px);
          width: -moz-calc(100% - 100px);
          width: calc(100% - 100px); }
          .single-content article .entry-comments #comments ol.commentlist li .comment-body .comment-text .comment-author {
            font-size: 16px; }
          .single-content article .entry-comments #comments ol.commentlist li .comment-body .comment-text .comment-meta {
            font-size: 13px;
            color: #999;
            padding-bottom: 8px; }
          .single-content article .entry-comments #comments ol.commentlist li .comment-body .comment-text .author-container p {
            margin-bottom: 15px; }
      .single-content article .entry-comments #comments ol.commentlist li ul.children {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 50px; }
    .single-content article .entry-comments #commentsform {
      border-top: 1px solid #f1f1f1;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 35px 0;
      margin-top: 1px; }
      .single-content article .entry-comments #commentsform #respond form p.comment-notes {
        margin-bottom: 15px; }
      .single-content article .entry-comments #commentsform #respond form p.comment-form-comment input, .single-content article .entry-comments #commentsform #respond form p.comment-form-comment textarea, .single-content article .entry-comments #commentsform #respond form p.comment-form-author input, .single-content article .entry-comments #commentsform #respond form p.comment-form-author textarea, .single-content article .entry-comments #commentsform #respond form p.comment-form-email input, .single-content article .entry-comments #commentsform #respond form p.comment-form-email textarea, .single-content article .entry-comments #commentsform #respond form p.comment-form-url input, .single-content article .entry-comments #commentsform #respond form p.comment-form-url textarea {
        border: 1px solid #f1f1f1;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        margin-bottom: 10px;
        width: 100%; }
      .single-content article .entry-comments #commentsform #respond form p.comment-form-cookies-consent {
        position: relative; }
        .single-content article .entry-comments #commentsform #respond form p.comment-form-cookies-consent input {
          position: absolute;
          left: 0;
          top: 0; }
        .single-content article .entry-comments #commentsform #respond form p.comment-form-cookies-consent label {
          padding-left: 20px; }
      .single-content article .entry-comments #commentsform #respond form p.form-submit {
        padding-top: 10px; }
        .single-content article .entry-comments #commentsform #respond form p.form-submit input {
          border: 0;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 6px 12px;
          width: auto;
          background-color: #243668; }
  .single-content .sidebar {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 80px; }
    .single-content .sidebar .sidebar-about {
      margin-bottom: 50px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      background-color: #f1f1f1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .single-content .sidebar .sidebar-about .entry-title {
        margin-bottom: 10px; }
    .single-content .sidebar .sidebar-most-recent {
      margin-bottom: 50px; }
      .single-content .sidebar .sidebar-most-recent ul li {
        list-style-type: none;
        overflow: hidden;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1; }
        .single-content .sidebar .sidebar-most-recent ul li .entry-image {
          float: left;
          width: 100px;
          margin-right: 15px; }
          .single-content .sidebar .sidebar-most-recent ul li .entry-image img {
            max-width: 100%;
            height: auto; }
        .single-content .sidebar .sidebar-most-recent ul li .entry-text {
          float: left;
          width: -webkit-calc(100% - 115px);
          width: -moz-calc(100% - 115px);
          width: calc(100% - 115px); }
          .single-content .sidebar .sidebar-most-recent ul li .entry-text time {
            font-size: 14px; }
    .single-content .sidebar .sidebar-cats {
      margin-bottom: 50px; }
      .single-content .sidebar .sidebar-cats ul {
        margin: 0;
        padding: 0; }
        .single-content .sidebar .sidebar-cats ul li {
          list-style-type: none;
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #f1f1f1; }
    .single-content .sidebar .sidebar-ad {
      margin-bottom: 50px;
      border: 1px solid #f1f1f1;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
      .single-content .sidebar .sidebar-ad img {
        max-width: 100%;
        height: auto; }
    .single-content .sidebar .sidebar-share h4 {
      margin-bottom: 15px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  .banner.single {
    height: 350px;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  .single-content article .images img:nth-child(1) {
    margin-bottom: 30px; }
  .single-content .sidebar {
    padding-left: 15px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
.archive-description {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 50px; }
  .archive-description .entry-title i {
    color: #FFFFFF;
    font-size: 40px;
    display: inline;
    padding-right: 15px; }
  .archive-description .entry-title h1 {
    color: #FFFFFF;
    display: inline; }
  .archive-description .entry-content p, .archive-description .entry-content a, .archive-description .entry-content ul ol, .archive-description .entry-content li {
    color: #FFFFFF; }

.archive-content {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 150px; }
  .archive-content .blogs {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px; }
    .archive-content .blogs .blog-item {
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #f1f1f1; }
      .archive-content .blogs .blog-item .entry-image {
        margin-bottom: 15px; }
        .archive-content .blogs .blog-item .entry-image img {
          max-width: 100%;
          height: auto; }
      .archive-content .blogs .blog-item .entry-title {
        margin-bottom: 15px; }
      .archive-content .blogs .blog-item .entry-date {
        font-size: 14px;
        margin-bottom: 30px;
        color: #6ac5d4; }
      .archive-content .blogs .blog-item .entry-content {
        padding-bottom: 30px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
.sidebar {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 80px; }
  .sidebar .sidebar-about {
    margin-bottom: 50px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background-color: #f1f1f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .sidebar .sidebar-about .entry-image {
      margin-bottom: 30px; }
    .sidebar .sidebar-about .entry-title {
      margin-bottom: 10px; }
  .sidebar .sidebar-most-recent {
    margin-bottom: 50px; }
    .sidebar .sidebar-most-recent ul li {
      list-style-type: none;
      overflow: hidden;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #f1f1f1; }
      .sidebar .sidebar-most-recent ul li .entry-image {
        float: left;
        width: 100px;
        margin-right: 15px; }
        .sidebar .sidebar-most-recent ul li .entry-image img {
          max-width: 100%;
          height: auto; }
      .sidebar .sidebar-most-recent ul li .entry-text {
        float: left;
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: calc(100% - 115px); }
        .sidebar .sidebar-most-recent ul li .entry-text h4 {
          font-family: "Jost", sans-serif;
          font-optical-sizing: auto;
          font-weight: 700; }
        .sidebar .sidebar-most-recent ul li .entry-text time {
          font-size: 14px; }
  .sidebar .sidebar-cats {
    margin-bottom: 50px; }
    .sidebar .sidebar-cats ul {
      margin: 0;
      padding: 0; }
      .sidebar .sidebar-cats ul li {
        list-style-type: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1; }
        .sidebar .sidebar-cats ul li a {
          font-family: "Jost", sans-serif;
          font-optical-sizing: auto;
          font-weight: 700; }
  .sidebar .sidebar-ad {
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px; }
    .sidebar .sidebar-ad img {
      max-width: 100%;
      height: auto; }
  .sidebar .sidebar-share h4 {
    margin-bottom: 15px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  .sidebar {
    padding-left: 15px; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainfooter {
  background-color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 50px;
  color: #666666;
  position: relative; }
  #mainfooter svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    /* Equal to rotateZ(45deg) */ }
    #mainfooter svg path {
      fill: #f7f2ee; }
  #mainfooter .footer-column {
    font-size: 14px;
    margin-bottom: 15px; }
    #mainfooter .footer-column h4 {
      color: #666666;
      margin-bottom: 15px; }
    #mainfooter .footer-column ul li {
      list-style-type: none; }
      #mainfooter .footer-column ul li a {
        color: #666666;
        text-decoration: none; }
        #mainfooter .footer-column ul li a:hover {
          text-decxoration: undelrine; }
    #mainfooter .footer-column ul.socialmedia {
      overflow: hidden; }
      #mainfooter .footer-column ul.socialmedia li {
        list-style-type: none;
        float: left;
        margin-right: 10px; }
        #mainfooter .footer-column ul.socialmedia li:last-child {
          margin-right: 0; }
        #mainfooter .footer-column ul.socialmedia li a {
          color: #6ac5d4; }
          #mainfooter .footer-column ul.socialmedia li a i {
            font-size: 25px; }
          #mainfooter .footer-column ul.socialmedia li a:hover {
            color: #243668; }
    #mainfooter .footer-column p.email {
      font-size: 16px;
      margin-bottom: 30px; }
      #mainfooter .footer-column p.email a {
        color: #666666;
        text-decoration: none; }
        #mainfooter .footer-column p.email a:before {
          content: "\f0e0";
          font-family: 'Font Awesome 6 Free';
          font-weight: 900;
          padding-right: 5px; }
  #mainfooter .absolute-footer {
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
    overflow: hidden; }
    #mainfooter .absolute-footer a {
      color: #666666; }
    #mainfooter .absolute-footer .copy {
      float: left; }
    #mainfooter .absolute-footer .web {
      float: right; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/

/*# sourceMappingURL=style.css.map */
