/*
 Theme Name:   Mag WP Child
 Theme URI:    http://thimpress.com/
 Description:  Magazine Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     mag-wp
 Version:      1.0.0
 Text Domain:  mag-wp-child
*/
@media (max-width: 480px) {
	li#thim_layout_builder-6 {
    display: block !important;
}
}
@media (max-width: 767px){
.thim-sc-news.layout-list .item .thumbnail img.thim-mobile-thumbnail, .thim-sc-news.layout-review .item .thumbnail img.thim-mobile-thumbnail {
    display: none !important;
}
	.thim-sc-top-news.slider .owl-stage>.owl-item>.items-group>.item:first-child {
    display: block;
}

.thim-sc-top-news.slider .owl-stage>.owl-item>.items-group>.item {
    display: flex;
}
	.thim-sc-news.layout-full .item .content .entry-content {
    overflow: hidden;
    position: relative;
    z-index: 99;
}
	.wpb_wrapper {
    position: relative;
    z-index: 999;
}
}
.footeremailandbutton {
    width: 80%;
    padding: 0px;
    margin-top: 0;
}
.footeremailandbutton P {
    display: flex;
}

.footeremailandbutton input {
    max-width: 100%;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .18px;
    background-color: transparent ;
    border-color: #464646 !important;
    font-style: italic;
    min-height: 40px;
	color:#828282;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 14px !important;
}
.footeremailandbutton span.wpcf7-spinner {
    margin: 0;
    display: none;
}

/* Custom Font Size */

h3 {
	font-size: 32px !important;
	line-height: 36px; !important;
}

h4 {
	font-size: 26px !important;
	line-height: 30px; !important;
}

h5 {
	font-size: 20px !important;
	line-height: 24px; !important;
}
/* End of Custom Font Size */
