/*
Theme Name: accesspress-lite-child
Version: 1.0
Description: A child theme of Accesspress Lite
Template: accesspress-lite
*/

@import url("../accesspress-lite/style.css");

#welcome-text h1{display:none;}
#welcome-text h2{font-size:26px;}

/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/
.socials{
	float: right;
    margin-left: 0px;
}

/*
.wpcf7 input[type="textarea"] {
background: #c0c0c0;
width: auto;
}
*/


/* slider */

.slider-caption {
	text-transform: none;
	top:15%;
}

.slider-caption a{
	text-transform: none;
}

.slider-caption .caption-title{ 
	font-size: 36px; 
	line-height: 50px;
	width: 80%;
	font-weight: none;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-weight: none;
	margin-bottom: 15px;
	color: #FFF;
}
.slider-caption .caption-title .caption-description a{
	color: #FFF;
}

#call-to-action{
	background: white;
	background-image: url("http://academic-answers.com/academic_wp/wp-content/uploads/2016/05/grad-1.jpg");
	background-repeat: repeat-x;
	padding: 20px 0;
}


#bottom-footer{
	text-transform: none;
}


.entry-title{
	display:none;
}

.entry-content {
	line-height:1.2;
	color:black;
	font-size:16px;
}

.entry-content a{
	color:#8A3E42;
	text-decoration:underline;
}

.entry-content h2{
	font-weight:bold;
}

.entry-content ul li{
	margin-left:20px;
}

#welcome-text {
	line-height:1.2;
	color:black;
	font-size:16px;
}

.featured-content {
	line-height:1.5;
	color:black;
	font-size:16px;
}


.main-navigation li {
	text-transform: none;
}

th {
	font-weight: none;
	border: 0px solid #CCC;
	padding:5px 10px;
}
td{
	border: 0px solid #CCC;
	padding: 5px 10px;
}

.btn-learnmore-1 {
    display: inline-block;
    background-color:#0033AB;
    color:white;
    text-align:center;
    font-weight:bold;
    width: auto;
    height: 30px;
    margin-top:20px;
    padding-top: 5px;
    padding-left:8px;
    padding-right:8px;
    border: 0px;
}
.btn-learnmore-1 a{
	color:white;
	text-decoration:none;
}



/*--------------------------------------------------------------
	responsive
--------------------------------------------------------------*/

/* iPad in portrait & landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	
	
    #call-to-action{
	    background-image:none;
	    background-color:#0033AB;
    	text-align: center;
    	padding: 20px 0;
    }
    
}


/* iPhone 2G-4S in portrait & landscape 

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	
    #call-to-action{
	    background-image:none;
	    background-color:#0033AB;
    	text-align: center;
    	padding: 20px 0;
    }
    

} */
