/*
Theme Name: Sunshine Advisory Child 
Author: Letissia
Description: Theme for Sunshine Advisory's Blog
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.card {
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 15px;
    float: left;
    width: 30%;
	height: 50%;
}

.card-header {
	width: auto;
	height: 300px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    overflow: hidden;
    color: #fff;
	position: relative;
}

.image-container {
	width: 100%;
    height: 100%;
}

.card-header img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px !important;
}

.card-subtitle {
  font-size: 14px;
  color: #aaa;
}

.card-body {
  font-size: 16px;
  text-align: center;
  height: 350px;
}

.card-content {
	text-align: center !important;
}

.card-footer {
  text-align: center;
	background-color: transparent !important;
	border-top: 0 !important;
	padding: 0 !important;
}

.card-footer a {
  text-decoration: none;
  color: #000;
}

.card-title a {
  text-decoration: none;
  color: #000 !important;
}

.date-container {
    position: relative;
    top: -20px;
    left: 2%;
    background-color: #FFBF00;
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    width: 130px;
    border-radius: 20px;
    border-color: #fff;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /*z-index: 10;*/
}
    .date-icon {
      margin: 0 5px;
    }
.grid-area {
	margin-top: 0;
	margin: 0 15%;
}

html {
   margin-top: 0 !important;
}

h2 {
	color: #fff;
	margin-top: 0 !important;
}
p {
  color: #63636b !important;
  font-size: 14px;
}
.post-title {
	padding: 10px 0 20px 0;
	font-size: 22px;
}
.text {
	text-align: justify;
    color: #fff !important; 
}
.color-icon {
	color: #fcb900 !important;
}

/*index*/
.breatcumb-title {
  text-align: center;
}

.breatcumb-title h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
   /*  margin: 0 0 20px; */
}
.breatcumb-area {
    background: url(https://sunshine.mx/assets/images/tech.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	margin: 0 !important;
    padding: 50px 0 75px;
}

.breatcumb-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .52);
	margin: 0 !important;
}

/*header*/
.style-two .dreamit-header-menu ul li .main-link{
  transform: scale(1, 1);
  transition: transform 0.5s ease-in-out;
}

.style-two .dreamit-header-menu ul li .main-link:hover {
  transform: scale(1.3,1.3);
}
.header-area {
    background: #fff;
	position: relative;
}
.dreamit-header-logo {
    margin-top: 14px;
}
.style-two.header-area {
    background: transparent;
    position: relative;
    z-index: 10;
    padding: 45px 0;
    top: 0px;
    left: 0;
    right: 0;
}
.style-three.header-area.sticky-nav {
    top: 0;
}

.dreamit-header-menu ul li a {
  font-size: 15px !important;
}
.sticky-nav .dreamit-header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}

.sticky-nav .dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #fff;
}

.sticky-nav .dreamit-header-menu ul li a:hover {
    color: #fff;
}
.dreamit-header-menu {
    padding: 4px 0;
    text-align: right;
}

.dreamit-header-menu ul {
    display: inline-block;
}

.dreamit-header-menu ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.dreamit-header-menu ul li a {
    display: inline-block;
    color: #1b1d21;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}

.dreamit-header-menu ul li a:hover {
    color: #fc4a1a;
}
.dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #63636b;
}
.style-two .dreamit-header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}

.style-two .dreamit-header-menu ul li a:hover {
    color: #47B2E4 !important;
}


.style-two .dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #fff;
}

.logo-block .dreamit-header-logo{
  transform: scale(1, 1);
  transition: transform 0.5s ease;
}

.logo-block:hover .dreamit-header-logo{
  transform: scale(0.5,0.5);
}
.sticky-nav {
    left: 0;
    margin: 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s !important;
    background: rgba(40, 58, 90, 0.9) !important;
    padding-bottom: 15px;

}
.scrolled {
	left: 0;
    margin: auto;
    position: fixed;
	color: #000;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s !important;
    background: rgba(52, 0, 0, 0) !important;
    padding-bottom: 15px;
}

.stiky-logo {
    display: none;
}

.sticky-nav .stiky-logo {
    display: block;
}

.sticky-nav .main-logo {
    display: none;
}

.em-content-icon {
  display: flex;
  justify-content: center;
  background-color: red;
}

em, .lang {
  cursor: pointer;
}

.active {
  color: yellow;
}

/*body*/
.single-area {
  background: #FF5733 !important;
}
.content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
}

.article-container {
  /*max-width: fit-content;*/
  margin: 0 10%
  text-align: justify; /* Center the text */
}

.article-full {
  margin: 0 25%;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}
.posts-thumb img {
}

.post-content {
  text-align: justify; /* Ensure the content is left-aligned */
  color: #63636b !important;
  padding-left: 0 !important;
}

/*footer*/

.footer-area {
    background: #3D4D6A !important;
	padding: 3%;
}

.footer-buttom-icon-menu ul li a {
    background: #47B2E4 !important;
    border-color: #47B2E4 !important;
}

.footer-buttom-icon-menu ul li a:hover {
    color: #47B2E4;
    border-color: #fff;
}

.widget-social-menu-inner ul li a:hover {
    background: #47B2E4;
    border-color: #47B2E4;
}

.widget-text p {
    font-size: larger;
    text-align: justify;
}

.widget-footer-text p {
    font-size: larger;
}

.footer-title-menu ul li a:hover {
    color: #47B2E4 !important;
}

.footer-title-menu ul li a:link {
    color: #fff !important;
	text-decoration: none;
}

.done::before {
  content: "→  ";
}

.contact-address{
  display: flex;
  align-items: center;
}

.contact-address .icon{
  color: #f7b733;
}

.link-footer {
  color: #D8DBE1;
}

.link-footer:hover {
  color: #47B2E4;
}

@media (min-width: 1080px) and (max-width: 1535px) {
  .grid-area {
		margin-top: 0;
		margin: 0 5%;
	}
}

@media (min-width: 992px) and (max-width: 1079px) {
  .grid-area {
		margin-top: 0;
		margin: 0 1%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
  .grid-area {
		margin-top: 0;
		margin: 0 10%;
	}
	.card {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		margin: 15px;
		float: left;
		width: 45%;
		height: 50%;
	}
	.card-header {
		width: auto;
		height: 200px;
		display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0 !important;
	  overflow: hidden;
	  color: #fff;
	}
}

@media (max-width: 767px) {
	.grid-area {
		margin-top: 0;
		margin: 0 10%;
	}
	.card {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		margin: 15px;
		width: 95%;
		height: 40%;
	}
}