/*
    Theme Name: Welsteel Theme
    Author: Denise Tan
*/
.cf7-cf-turnstile {
	display: flex;
    justify-content: center;
	margin-bottom: 20px !important;
}

td[colspan="2"] br {
	display: none;
}

td[colspan="2"] iframe {
	height: auto !important;
}

/* Blog */

h2.widgettitle {    
    font-size: 22px;
    font-weight: bold; 
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px;    
}

.oso_title {
    font-size: 20px;
    font-weight: bold; 
}

.blog-content {
    width: 65%;
    float: left;
    margin-bottom: 80px;
}

.blog-content p {
    font-size: 14px;
}

.wpwidget{
    float: right;  
     margin-top: -75px;
}

.widgetrow {	
	padding-bottom: 15px;
	padding-top: 15px;
}

.widgetrow ul li {
    list-style: none;
    color: #000;
    text-align: center;
}

.widgetrow a {
    font-size: 16px;
}

div.oso_box_12.justify {   
    padding: 30px 20px;
    border: 1px solid #00051F;
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #F5F6FA;
}

.read-more {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  margin-top: 15px;
}

.read-more:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;    
}

#blog {
/*    padding: 80px 0;*/
}

.clear {
    clear: both;
}

.attachment-post-thumbnail {
    width: 150px;
    height: auto;
    object-fit: cover;
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 0 15px;
}

.pagination .current {
    background-color: #000;
    color: #fff; 
}

@media screen and (max-width:768px) {
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
    .blog-content {
        width: 100%;
        float: left;
    }

    .wpwidget{
        float: left!important;
        margin-top: 0;
        width: 100%;
    }    

    .widgetrow {	
		width: 100%;
	}
}


@media only screen and (max-width: 767px) {
    h2.widgettitle {    
        font-size: 18px;
    }
    
    .widgetrow a {
        font-size: 14px;
    }
    
/*
    .container {
        margin-left: 30px;
        margin-right: 30px;
    }
*/
    
    #nav_middle ul li a {
        font-size: 12px;
    }
   
}