/*
Template: colormag-pro
Theme Name: ColorMag Pro Child Theme
Theme URI: http://themegrill.com/themes/colormag-pro/
Author: ThemeGrill
Author URI: http://themegrill.com
Description: ColorMag Pro is the pro version of ColorMag free theme.
Version: 2.0.4
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options
Text Domain: colorMag-pro-child-theme

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
.widget_slider_area {
    width: 57.263158%;
}
.widget_beside_slider {
    float: right;
    width: 40.859649%;
}
.textwidget {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
#secondary .widget, .error-404 .widget {
    background-color: transparent;
}
.decent-comments {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.wpp-list {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
#honcode {
    font-size: 11px;
}

.d-lfex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col-box {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-box-img {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.col-box-img .title-text {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
}
.read-more-l {
    padding: 0px;
    border: 1px solid;
    text-align: center;
    margin: 30px 0 0 0;
    display: inline-block;
    width: 150px;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
	    background: #fff;
    color: #820701;
}
#footer {
	display: none;
}
.secmenu {
    display: none;
}
.news-bar {
    display: none;
}
section#media_image-3 {
    float: left;
    width: 50%;
}

section#media_image-4 {
    float: left;
    width: 50%;
}
aside#custom_html-3 {
    max-width: 450px;
}
#text-9 {
    max-width: 450px;
    display: inline-block;
    vertical-align: bottom;
}
.front-page-top-section #meteor-slides-widget-3 {
    display: inline-flex;
    float: left;
    margin-right: 22px;
}
section#meteor-slides-widget-4 {
    display: inline-block;
}
.blog_img img{
    max-width: 250px;
}
.search-results img {
    height: auto!important;
}
.search .page:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}


.search .page:nth-child(2n+1) {
    float: right;
    width: 48.7013%;
}
#content .page {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
 .page .article-content {
    padding: 15px;
}
.firsthalf {
    width: 48%;
    display: inline-block;
}
h4.first-child {
    text-align: center;
    color: #aa4817;
    font-size: 23px;
    font-weight: bold;
}
.boxzilla-content h6 {
    text-align: center;
    font-size: 14px;
	 color: #aa4817;
}
input[type="text"] {
 /*   min-height: 35px!important; */
}
.boxzilla-content input[type="submit"] {
    margin: 0px auto;
    width: 100%;
    height: 40px;
}