/*!
Theme Name: brokers_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brokers_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

brokers_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/** custome styles **/

div#comments {
    padding: 20px 15px;
    margin-bottom: 50px;
}
.medal--1{
	top: 0px !important;
}
@media(max-width: 767px){
	.list-items-wrapper.regulated-list, .list-items-wrapper.unregulated-list{
		overflow-y: inherit;
	}
	.list-items-wrapper.regulated-list table, .list-items-wrapper.unregulated-list table{
		width: 100%;
		display: block;		
	}
	.list-items-wrapper.unregulated-list tbody tr{
		display: flex;
	}
	.list-items-wrapper.regulated-list tbody, .list-items-wrapper.unregulated-list tbody{
		display: block;	
	}
	.list-items-wrapper.regulated-list tbody tr th, .list-items-wrapper.regulated-list tbody tr td{
		width: 20%;
	}
	.list-items-wrapper.unregulated-list tbody tr th, .list-items-wrapper.unregulated-list tbody tr td{
		width: 35%;
	}
	.list-items-wrapper.regulated-list tbody tr td, .list-items-wrapper.unregulated-list tbody tr td{
		padding: 15px 5px;
	}
	.list-items-wrapper.unregulated-list tbody tr > td:nth-child(2), 
	.list-items-wrapper.unregulated-list tbody tr > th:nth-child(2){
		width: 30%;
	}
	.list-items-wrapper.regulated-list tbody tr > th:nth-child(2), .list-items-wrapper.regulated-list tbody tr > td:nth-child(2){
		width: 60%;
	}
	.list-items-wrapper.regulated-list .row-title img, .list-items-wrapper.unregulated-list .row-title img{
		max-width: 100%;
	}
	.list-items-wrapper.regulated-list table td strong, table td.row-title strong, .list-items-wrapper.regulated-list .detail-col div, .list-items-wrapper.regulated-list td a.link, 
	.list-items-wrapper.unregulated-list table td strong, table td.row-title strong, .list-items-wrapper.unregulated-list .detail-col div, .list-items-wrapper.unregulated-list td a.link, .list-items-wrapper.unregulated-list td{
		font-size: 12px;
	}
}
@media(max-width: 420px){
	.list-items-wrapper.regulated-list table td strong, table td.row-title strong, .list-items-wrapper.regulated-list .detail-col div, .list-items-wrapper.regulated-list td a.link, .list-items-wrapper.unregulated-list table td strong, table td.row-title strong, .list-items-wrapper.unregulated-list .detail-col div, .list-items-wrapper.unregulated-list td a.link, .list-items-wrapper.unregulated-list td{
		font-size: 10px;
	}
	.list-items-wrapper.regulated-list td a.link, 
	.list-items-wrapper.unregulated-list td a.link{
		padding: 5px 7px;
	}
}
@media(max-width: 320px){
	.list-items-wrapper.regulated-list table td strong, table td.row-title strong, .list-items-wrapper.regulated-list .detail-col div, .list-items-wrapper.regulated-list td a.link, .list-items-wrapper.unregulated-list table td strong, table td.row-title strong, .list-items-wrapper.unregulated-list .detail-col div, .list-items-wrapper.unregulated-list td a.link, .list-items-wrapper.unregulated-list td{
		font-size: 9px;
	}
}

.single-broker .add_short .share-this-w {
    margin: 0;
    padding-bottom: 20px;
}
.add_short {
    display: none;
}
.single-broker .share-this-w {
    display: none;
}
.single-broker .add_short .share-this-w {
    display:block;
}
.forex-inquiry-section .post-content p, .single-trader-inquiry .p-content-section .content{
	word-wrap: break-word;
}
#commentform .wp-editor-tools{
	display: none;
}
#commentform .acf-comment-fields{}
#commentform .comment-form-comment{
	display: block;
}
.news-page-wrapper .post-content p{
	word-wrap: break-word;
}
.page-template-template-regulated-brokers .regulated_share, .page-template-template-unregulated-brokers .regulated_share{
	display: none;
}
.regulated_share .heateor_sss_sharing_container{
	left: 90px!important;
	top: 216px!important;
}

@media(min-width: 1199px){
	.h-category-broker-content ul li{
		min-height: 150px;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.h-category-broker-content ul li{
		min-height: 170px;
	}
}
@media(min-width: 784px) and (max-width: 1199px){
	.heateor_sss_vertical_sharing , .regulated_share .heateor_sss_sharing_container{
		left: 20px!important;
	}
}
@media (max-width: 783px){
	.regulated_share .heateor_sss_sharing_container{
		top: auto !important;
		left: 0 !important;
	}
}

/** test code **/