/*
 Theme Name:     Clearly Aligned
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Catherine Vo
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
h1{
	font-size:60px;
	
}


h2 {
	font-size: 36px;
	line-height:1.3em;

}

h3 { 
font-size: 28px;
	line-height:1.3em;
	
}

h4 {
	font-size: 21px;
}

h5{
	font-size:16px;
	color:#25C4ED;
	line-height:1.3em;

}


.blue-border{
	width:auto;
	border-bottom: 3px solid #25C4ED;
	padding-top:12px;
	
}

p { line-height:1.3em;}

/** navigation **/

.nav li a {
	text-transform:uppercase;
}

/** tables **/


table { border:none !important;}
table tr td {border:none !important;}
table#homepage-list tr td{
	padding:6px 9px;
	border:none;
}

/** footer menu 
#menu-footer-menu li a{
	clear:both;
	width:100%;
}


#menu-footer-menu li a{
	color:white;
} */



/** homepage latest posts */

#homepage-recent-posts {
    display:flex; flex-wrap:wrap;
}

.latest-post-thumb {
    width:400px;
    height:300px;
}


h3.home-blog-title {
    font-size:25px;
}
h3.home-blog-title:after{
content:' ';
  position: absolute;
  top:100%;
  left:25%;
  width: 33.33%;
  border:2px solid #FBED20;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  transform:translateX(-50%);

}

a.highlight-yellow {
    color:#FBED20;
}

/* media queries */

@media only screen and ( max-width: 479px ) {
    .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4{
	    width:100%;
	    margin-right:0;
    }
    
    .latest-post-thumb {
        width:100%;
    }
	
}
	
@media only screen and ( min-width: 480px ) and ( max-width: 980px ) {
    .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4{
            width:100%;
		    margin-right:0;
    }
    
    .latest-post-thumb {
        width:100%;
    }
		
}
