/*
	
Site: http://wpbase19.dev.650h.co.uk/
	
File Name: style.css
Theme Name:  RT-Theme 19 - Simple Child Theme
Author: Tolga Can
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description:   Theme designed by Tolga Can - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Template: rttheme19
*/

/* Colour reference

	
	
/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * *						#TYPE 									* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
h1, h2, h3, h4, h5, h6 {
		line-height: 1.3;
	}
.bigp {
    	font-size: 20px;
	}
.cap-hdr {
		text-transform: uppercase;
	}
.sub-lined {
		text-transform: capitalize;
	}

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * *				#NAVIGATION & HEADER									* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
.mobile-menu-button.icon-menu {
    	color: #d4d4d4;
	}
.top-header:not(.stuck) {
	    border-bottom: 0!important;
	}


/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * *						#GENERAL SITE									* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
.entry-thumbnail {
    display: none;
}

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * *													#FOOTER & WIDGETS								* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

.footer_widget.widget.widget_social_media_icons {
	    padding-top: 0px;
	}
.widgets_holder .widget {
	    border-style: none;
	    border-width: 1px 0 0 0;
	    padding-top: 20px;
	    padding-bottom: 0px;
	}
.sidebar-widgets .widget > h5:after{
    	width: 0!important;
    }
/*
.rt-top-bar * {
    font-size: 15px;
    padding-top: 4px;
}
*/

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * *													#MEDIA QUERRIES								* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/


/* Ipad Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { }

/* Extra small devices Phones screen and (max-width : 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {   
.blog_list > article .text {
    	padding: 0;
	}
.hidemob {
    	display: none!important;
	}
.hideback {
    	background-image: none!important;
	}
		}
