@import url('https://fonts.googleapis.com/css2?family=Amiko:wght@400;700&family=Caladea:wght@700&display=swap');

#main-content{
  font-family: 'Amiko', sans-serif;
}

#main-content h1, #main-content h2, #main-content h3{
  font-family: 'Caladea', serif;
  font-weight: 700;
}



.white-popup {
  position: relative;
  background: #FFF;
  padding: 0px;

  max-width: 1100px;
  margin: 20px auto;
  border-radius: 40px;
  width:90%;
}

.pop-join{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    background: #FF5488;
    padding: 25px;
    color: white;
    -webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
}

#art-challenge .pop-join{
  background: #FD9410; 
}

#art-challenge .pop-join:hover{
  background: #D56C0A; 
}

.white-popup .content-inner{
    padding: 70px;
}

.tabcontent ul,
.tabcontent1 ul{
    list-style: disc;
    padding-left: 25px;
    margin-top: 50px;

}

.tabcontent ul li,
.tabcontent1 ul li{
   margin-bottom: 25px;
    font-family: 'Amiko', sans-serif;
    color: #232323;
}


.tabcontent ul li:last-child,
.tabcontent1 ul li:last-child{
    margin-bottom: 0px;
}

.white-popup h1 {
    font-size: 50px;
    color: #FF5488;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Caladea', serif;
}

#art-challenge h1{
  color: #FD9410;
}

.white-popup h1 span {
  color: #000000;
}

button.tablinks,
button.tablinks1{
    color: #5D5D5D;
    border-radius: 10px;
    border: 1px solid #E2E1E1;
    background: none;
    padding: 17px 19px;
    font-size: 20px;
    margin-right: 20px;
    cursor:pointer;
}

button.tablinks.active,
button.tablinks1.active{
        color: #ffffff;
    border: 1px solid #FF5488;
    font-size: 18px;
    background: #FF5488;
    border-radius: 40px;
    padding: 16px 34px;
}


#art-challenge button.tablinks1.active{
  color: #ffffff;
  border: 1px solid #FD9410;
  background: #FD9410;
}

.mfp-close-btn-in .mfp-close {
    color: #DDDDDD;
    font-size: 45px;
    right: 25px;
    top: 20px;
}

#see-tips .et_pb_row {
    width:100%;
}

#see-tips .et_pb_column {
box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
border-radius: 20px; 
padding: 0 30px 30px;
}

#see-tips .et_pb_row h1 {
   width: 82px;
    height: 82px;
    margin: 0 auto;
    background: #D53641;
    line-height: 82px;
    text-align: center;
    font-size: 54px;
    border-radius: 100%;
    color: white;
    margin-top: -41px;
    margin-bottom: 25px;
}


#see-tips p {
    color: #232323;
    font-size: 18px;
    max-width: 820px;
    line-height: 155%;
    font-family: 'Amiko', sans-serif;
}

#see-tips .tips-row-container svg{
  width: 25%;
    float: left;
    height: auto;
}

#see-tips p.tips {
  width: 70%;
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
}

#see-tips .content-inner > h1{
    font-size: 40px;
    color:#000000;
    margin-bottom: 4px;
}

#see-tips .content-inner > h3{
    color:#D74C37;
    margin-bottom: 10px;
}

.tips-row-container{
    padding-top:60px;
}

a.back-tip{
        font-size: 15px;
    color: #7E7E7E;
    text-transform: uppercase;
    font-weight: 600;
    background: #E5E5E5;
    padding: 18px;
    display: block;
    width: 125px;
    border-radius: 50px;
    text-align: center;
    line-height: 100%;
    margin-bottom:30px;
    margin-left:-30px;
   margin-top: -30px;
}

p.main-tip{
  min-height: 269px;
}




h1, h2, h3{
      font-family: 'Niramit',Helvetica,Arial,Lucida,sans-serif;
}

.buttons-inline .button-2 {
    color: white;
    font-size: 18px;
    padding: 15px 25px;
    font-weight: 500;
    background: #F29A30;
    border: 1px solid #F29A30;
    border-radius: 40px;
}

.buttons-inline .button-2:hover {
    background: #D56C0A;
}

.buttons-inline .button-1 {
    font-size: 20px;
    line-height: 22px;
    color: white;
    background: #616C39;
    border-radius: 10px;
    font-weight: 500;
    padding: 18px 23px;
    margin-right: 15px;
}

.buttons-inline .button-1:hover {
    background: #E64C7B;
}

.page-list li {
    line-height: 160%;
    margin-bottom: 15px;
     color: inherit;
    font-size: inherit;
    font-family: 'Amiko', sans-serif;
}

.white-lists li{
  color:#232323;
}

#main-header {
    background: #FFFFF0;
}

.challenge-time h1 * {
    vertical-align: middle;
}

.challenge-time h1 img {
    margin-right: 30px;
}

body .buttons-inline .button-1 {
    font-size: 18px;
    background: #FF5488;
    border-radius: 40px;
    padding: 16px 34px;
}

.page-list-pink li::marker{
    color:#FF6A85;
}

.page-list-pink li a{
    color:#FF6A85;
    text-decoration: underline;
    font-weight: 400;
}

.page-list-pink ul{
    columns: 2;
}




@media only screen and (max-width: 980px) and (min-width: 768px){
.challenge-time h1 img {
    margin-right: 20px;
    width: 45px;
}
}

@media (max-width: 767px){
.challenge-time h1 img {
    margin: 0 auto 25px;
    display: block;
  }

.buttons-inline .button-2 {
    color: white;
    padding: 11px 25px;
}
  
  .buttons-inline .button-1 {
    font-size: 16px;
    padding: 15px 23px 14px;
}


body .white-popup .content-inner {
    padding: 20px;
}

body .white-popup h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}

body .mfp-close-btn-in .mfp-close {
    right: 15px;
    top: 10px;
}

body button.tablinks, body button.tablinks1 {
    padding: 17px 19px;
    font-size: 16px;
    margin-right: 0px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

body .tabcontent ul li, body .tabcontent1 ul li {
    font-size: 16px;
}

body a.back-tip {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}

#see-tips .content-inner > h3{
    text-align: center;
}

#see-tips p{
    text-align: center;
    font-size: 16px;
}

body #see-tips .content-inner > h1 {
    font-size: 28px;
}

body #see-tips .et_pb_row h1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    margin-top: -30px;
}

}



@media (max-width: 580px){
.buttons-container a {
    display: block;
    margin: 0 0 30px!important;
}
}