/**
Theme Name:   Newspaper Child
Template:     Newspaper
Theme URI:    https://www.socialistpaty.org.uk
Description:  Newspaper child theme
Tested up to: 6.2
Requires at least: 6.2
Requires PHP: 7.4
Author:       P Mason
Author URI:   -
Version:      1.0.3
Text Domain:  newspaper-child
License:      GNU General Public License v2.0 or later
*/


/* After updating this code, you will need to force a re-load to clear caches

Style changes go here

Jetpack apparently also provides custom css entry points

*/

.blacktextsmall       { FONT-SIZE: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;  }

.tagdiv-type .wp-block-pullquote blockquote p,
.tagdiv-type .td_pull_quote p { text-align:left }

blockquote {
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 14px !important;
 line-height: 40px;
 font-weight: 600;
 text-transform: none;
 text-align: left;	
padding-left: 15px;
border-left: 3px solid #ccc;}

.wp-block-quote.is-large, .wp-block-quote.is-style-large blockquote p,{font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 14px !important;
 line-height: 40px;
 font-weight: 600;
 text-transform: none;
 text-align: left;}

.tagdiv-type blockquote p {font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 14px !important;
 line-height: 40px;
 font-weight: 600;
 text-transform: none;
 text-align: left;
padding-left: 15px;
	border-left: 3px solid #ccc;}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    line-height: 2;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}

.td_block_related_posts .td-related-right {
display:none!important;
}

.strap5 {
    width: 350px;
    height: 25px;
    font-family: calibri;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background-color: #ed1941;
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 5px;

}

.whitelink13 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
    font-size: 16px;
    font-family: calibri;
}

.spot_img {
    margin-top: 50;
    margin-bottom: 0;
    font-size: 16px;
    font-family: calibri;
}

.td-pb-row [class*="td-pb-span"] {
    padding-right: 80px;
    padding-left: 14px;
}

.ulimage, liimage { list-style-image: url('Images/furniture/smallstar.gif') }



.ie11 body .td-header-desktop-wrap .tdb-search-form-btn svg {
height: 32px;
}
.ie11 body .td-header-desktop-wrap .tdb-search-form {
width: 192px;
}
.ie11 body .td-header-desktop-wrap .td-a-rec-id-custom-spot div {
display: block;
}
.ie11 body .td-header-desktop-wrap .td_flex_block_2 {
margin-bottom: 0px !important
}

.ie10 body .td-header-desktop-wrap .tdb-search-form-btn svg {
height: 32px;
}
.ie10 body .td-header-desktop-wrap .tdb-search-form {
width: 192px;
}
.ie10 body .td-header-desktop-wrap .td-a-rec-id-custom-spot div {
display: block;
}
.ie10 body .td-header-desktop-wrap .td_flex_block_2 {
margin-bottom: 0px !important
}

/* WooCommerce checkout layout fix: restoring 2-column layout */
body.woocommerce-checkout form.checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

body.woocommerce-checkout form.checkout .col2-set {
    flex: 1 1 60%;
}

body.woocommerce-checkout form.checkout #order_review {
    flex: 1 1 35%;
}


