/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: hakeem
 * Version: 100.1.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
@import url("../hakeem/style.css");


.search-form .search-field{
	height: 45px;
	padding: 12px;
	color: #898989;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	background: transparent;
	font-size: 13px;
	margin: 0 0 10px;
	width: 100%;
}
.search-submit{
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 15px;
	
}
.site-header .logo .site-title {
	display: block;
    padding-bottom: 0;
    text-indent: 0px;
    padding-top: 0 !important;
    line-height: 4rem;
	font-size: 59px;
    font-size: 4.21429rem;
	font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #444444;
    text-rendering: optimizeLegibility;
	
}

.site-header .logo img {
	max-height: 40px;	
}

.search-submit, .navcontain .navbar, #colophon{
	background: #a39185;
}
.site-header .navcontain {
    height: 10px;
}
.site-header .navcontain .navbar {
	min-height: 10px;
}

.site-content {
    margin-top: 15px;
}

input.search-submit:hover{
    background: #866753;
	cursor: pointer;
}
.widget .widget-title {
    background: #a39185;
    padding: .312em;
    color: #fff;
	margin-bottom: 10px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, body a:hover{
	color:#a39185 !important;
}
body a{color:#444444;}
body h3{font-size: 1.35714rem;}
.hentry {
    margin: 0 0 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.site-main .hentry {
    margin: 0 0 1.5em;
	
}

.hentry:last-child {border-bottom: none;}
.entry-title {padding:0;}
.entry-meta {padding: 10px 0; }
.entry-content a {color: #ff5600;}
.entry-content a:hover {text-decoration:underline;}
.entry-content table tr td,
.entry-content table tbody tr td,
.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 18px;
}
.entry-content h3 {
    font-size: 27px;
}

.entry-content table thead th,
.entry-content table tbody td,
.entry-content table tr td {
    border: 1px solid #a39185;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: normal;
}

.wp-block-ht-block-toc.toc-list-style-plain ul,
.wp-block-ht-block-toc.toc-list-style-plain ol {
    list-style-type: initial;
}
.wp-block-ht-block-toc .htoc__title {
	font-size: 21px;
}
.wp-block-ht-block-toc.toc-list-style-plain ul,
.wp-block-ht-block-toc.toc-list-style-plain ol {
    font-size: 18px;
}
.wp-block-ht-block-toc ul.ht_toc_list li,
.wp-block-ht-block-toc ol.ht_toc_list li {
	color: #a39185;
}

.wp-block-ht-block-toc ul.ht_toc_list li a,
.wp-block-ht-block-toc ol.ht_toc_list li a {
	    color: #ff5600;
}

.schema-faq .schema-faq-question {
	display: block;
    font-size: 21px;
    margin-top: 0.312em;
    margin-bottom: 0.312em;
}

.casino-review{
  padding: 10px;
border: 1px solid;
border-radius: 10px;
margin: 50px 0;
}

.casino-review .casino-img{
  margin-top: -40px;
margin-left: -40px;
}

.casino-review .desc{
  padding: 10px;
background: #a39185;
color: #fff;
width: fit-content;
  font-size: 16px;
}

.cstm-row .wp-block-column{
  padding: 15px;
  border: 1px solid;
  border-radius: 10px;
}

.adv-col .wp-block-column{
  padding: 15px;
  box-shadow: 0 0 5px #2ebc2e;
  border-radius: 10px;
}

.dis-col .wp-block-column{
  padding: 15px;
  box-shadow: 0 0 5px #e93a3a;
  border-radius: 10px;
}

table thead tr th{
  vertical-align: middle;
  text-align: center;
}

.card-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f4fd;
  box-shadow: 0 0 7px #00000045;
  border-radius: 10px;
  margin-bottom: 8px;
}

.card-img{
  background: #ccc;
  border-radius: 10px 0px 0 10px;
}

.card-img img{
  max-width: 120px;
  filter: drop-shadow(1px 2px 1px #0000009e);
}

.card-main .card-title{
  font-size: 22px;
  font-weight: 800;
}

.card-main .card-title-desc{
  font-size: 15px;
  border-bottom: 1px solid #00000026;
}

.card-button .wp-block-button__link{
  background-color: #2ebc2e;
  border-radius: 10px;
  margin-right: 15px;
  color: #fff;
}

.card-button .wp-block-button__link:hover{
color: #fff !important;
box-shadow: 0 0 5px #2ebc2e !important;
}

.bordered-list li{
  padding: 10px;
border: 1px solid;
border-radius: 10px;
margin-bottom: 10px;
}

.bordered-list li:not(:last-child){
  margin-bottom: 10px;
}

.mb2{
  margin-bottom: 20px;
}

@media only screen and (max-width: 1230px){
  .casino-review .wp-block-image{
	margin-left: -20px;
  }
}

@media only screen and (max-width: 991px) {
  
  #masthead{
	display: flex;
    background: #a39185;
  }
  
  .navbar{
    position: unset !important;

  }
  
  .navbar a.toggle{
    position: unset !important;
  }
  
  .site-header{
    position: relative;
  }
  
  .header-top{
    padding-bottom: 15px;
  }
  
  .navbar ul{
    top: 83px !important;
  }
  
  .site-header .logo{
    margin: 0 !important;
  }
	.site-content {
		margin-top: 10px;
	}
  
  .casino-review .wp-block-image{
	margin-left: 0;
    text-align: center;
  }
  
  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%
      text-align: center;
  }
  
  table tbody td, table tr td{
    display: table !important;
    width: 100%;
    text-align: center !important;
  }
}

@media only screen and (max-width: 730px){
  .card-wrapper{
	flex-direction: column;
  }
  .card-img{
    display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 75px;
   border-radius: 10px 10px 0 0;
   height: 75px;
  }
  .card-button .wp-block-button__link{
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
	.entry-content table thead th,
	.entry-content table tbody td,
	.entry-content table tr td {
		/* display: block; */
	}
}

