/*
Theme Name: Corma
Theme URI: http://themes.muffingroup.com/betheme
Description: Betheme - Premium WordPress Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Muffin group
Author URI: http://muffingroup.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 6.9

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/

.section-post-related .format-standard.no-img .image_frame,
.section-post-related .post-related .date_label,
.section-post-related .post-related a.button,
.section-post-related .post-related .desc hr,
#widget_mfn_recent_posts-2 .photo{
	display:none !important;
}

.green{
	color: #2b90a5;
	font-size: 16px;
	font-weight: 600;
}
.centered{
	max-width: 600px;
	margin: auto;
}

/* CUSTOM BLOG STYLES */
.post-desc-wrapper{
	width:100% !important;
}
.post-footer{
	width:100%;
}
.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img{
	top:0 !important;
}
.section-post-related .post-related .desc h4 a{
	color:#2B90A5 !important;
}
#widget_mfn_recent_posts-2 .Recent_posts ul li .desc{
	margin-right: 0 !important;
}
.post-wrapper-content .the_content_wrapper{
	margin-left: 150px;
}
.post-footer{
	background: #2B90A5 !important;
	border-radius: 5px;
}
.post-footer a{
	color: #fff !important;
}

.think-left-gif{
	width: 90% !important;
	max-width:400px !important;
	height: auto !important;
}
.upb_video-bg{
	background-color: #005555;
	background-image: url(/wp-content/uploads/2015/05/matsurra-bg21.jpg);
	background-size: cover;
}
@media all and (max-width:980px){
	.think-left-gif{
		width: 50% !important;
	}
}
@media all and (max-width:770px){
	.post-wrapper-content .the_content_wrapper{
		margin-left: 1%;
	}
}