  /*!
    Theme Name:   Langan
    Author:       Adam Taylor
    Author URI:   http://splendorgraphics.com/
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/  
    
    .box_link_cnt a {
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
	}
    
    .box_link_cnt a:hover {
		text-decoration: none!important; 
		background-color: #454546!important;
		color:#ffffff!important;
		}

	.article_lm:hover {
		color: #717f7c!important;
		padding: 13px 5px 10px 5px;
		border: 1px solid #717f7c;
		background-color: #ffffff;
		text-decoration:none!important;
	}

	#next_prev_btns a:hover {
		color: #717f7c!important;
		background-color: #ffffff!important;
		text-decoration:none!important;
		}


@media only screen and ( max-width: 500px ) {

        .slide_content_wp{ padding: 25px 10px 25px 10px; }
        .slideBtn{ display: none; }
        
        }
