/*
Theme Name: Suki Child
Theme URI: https://sukiwp.com/
Description: Sample Child Theme for Suki WordPress theme. Learn more about Suki WordPress theme at https://sukiwp.com/
Author: Suki WordPress Theme
Author URI: https://sukiwp.com/#about
Template: suki
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suki-child
Tags: two-columns, left-sidebar, right-sidebar, grid-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, microformats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio
*/

ul#menu-main-menu-1 li {
    border-left: 1px solid #ddd;
}

ul#menu-main-menu-1 li:last-child {
    border-right: 1px solid #ddd;
}

.entry-header>:last-child {
    border-bottom: 1px dashed #8c8b8b;
    padding-bottom: 20px;
}

@media screen and (max-width: 499px) {
.content-area .site-main {
    border: none;
}
	.suki-content-inner {
    padding: 0;
	}
	.content-area .site-main {
    padding: 50px 15px 50px 15px;
}
}


/* CF7 Style */
.size-36 {
    font-size: 2.125rem;
}

.size-20 {
    font-size: 1.25rem;
}

.size-100 {
    font-size: 6.25rem;
	  line-height: 85px;
}

.font-green {
    color: #2ea6b5;
}

hr.line-green {
    width: 100%;
    background-color: #2ea6b5;
    margin: 26px 0px;
    padding: 0px;
    border: none;
	  height: 5px;
}

hr.line-lightgrey {
    height: 5px;
    width: 100%;
    background-color: #a2a2a2;
    margin: 0px;
    padding: 0px;
    border: none;
}

#consult-form .btn-sent {
	background: url("https://www.srsurgeryreview.com/wp-content/uploads/2020/07/sent-btn-img.png") no-repeat;
    cursor:pointer;
    width: 124px;
    height: 108px;
    border: none !important;
    text-indent: -9999px;
    /* margin: -1px 0px; */
}

#consult-form .form-control{
		width: 100%;
    height: 40px;
    background-color: #C5C5C5 !important;
    border: none;
    margin-bottom: 20px;
}


@media (max-width: 576px){
	.size-100 {
    font-size: 4.375rem;
}
	.size-36 {
    font-size: 1.5rem;
}
	.size-20 {
    font-size: 0.9375rem;
}
}


@media (max-width: 480px){
	.size-100 {
    font-size: 4.2rem;
}
	.size-36 {
    font-size: 1.4rem;
}
	.size-20 {
    font-size: 0.9rem;
}
}

/* Toc Style */
#toc_container {
    width: 100%!important;
    background-color: #fff !important;
    box-shadow: 5px -5px 10px 0 #f2f2fa;
    border: 0 !important;
    padding: 10px;
    margin: 50px 0;
}

#toc_container p.toc_title {
    text-align: left;
	  font-weight:500;
	  color: #2ea6b5;
}

#toc_container .toc_list a {
  color: #777777;
  border-bottom: 1px solid #21c0c0;
  font-size: 1rem;
}
#toc_container .toc_list a:hover {
  text-decoration: none
}

#toc_container .toc_toggle {
  float: right;
  z-index: 1;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: transparent;
  font-size: 10px!important;
}
#toc_container .toc_toggle a {
  color: transparent!important;
  z-index: 1;
  position: relative
}
#toc_container .toc_toggle:after {
  content: "-";
  position: absolute;
  color: #000000;
  top: 50%;
  left: 15%;
  z-index: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 50px;
  font-weight: 100
}

#toc_container.contracted .toc_toggle:after {
  content: "+"
}

#toc_container .toc_toggle a {
    border-bottom: none !important
}

ul.toc_list li {
	padding-bottom: 5px !important;
}

ul.toc_list li::before {
    content: " ›";
    color: #2ea6b5 ;
    font-size: 20px;
    font-weight: 600;
    padding-right: 6px;
}


a.cat-url {
    background: #2ea6b5;
    border: none;
    padding: 5px 15px;
}
