body.themes-body a {
color: #16a9efff !important;
text-decoration:none !important;
}
a:hover, a:focus {
color: #008cba;
text-decoration: none !important;
}
ul.nav-justified>li>a{
outline:none;
}
a, a:active, a:focus {
outline: none;
text-decoration:none;
}
a:link,
a:visited,
a:active{
background-color: transparent;
text-decoration: none;
outline: none;
}
a:hover{
background-color: transparent;
text-decoration: none;
outline:none;
}
.pad-0{
padding:0 !important;
}
.pad-b-40 {
padding-bottom: 40px;
}
.heading{
font-size:18px;
font-weight:bold;
color:#333333;
margin-top:20px;
font-family:Calibri;
}
.heading a {
font-size:18px;
font-weight:bold;
color:#333333;
margin-top:20px;
font-family:Calibri;
text-decoration:none;
}

.themes-global-heading {
font-size: 20px;
margin-top: 30px;
font-weight: 600;
}
/*Do not modify CSS for side bar*/
@media (max-width: 768px){

#site-wrapper {
position: relative;
overflow: hidden;
}

#site-canvas {
position: relative;
}
}

/* For top category page*/

.one-edge-shadow {
-moz-box-shadow:    0px 10px 10px 0px #ccc;
-webkit-box-shadow: 0px 10px 10px 0px #ccc;
box-shadow:         0px 10px 10px 0px #ccc;
}

/* For main script page*/
@media (min-width:992px){
.left_border{
border-left:1px solid #CCCCCC;
}
}
@media (min-width:992px){
.left_border{
border-left:1px solid #CCCCCC;
}   
}

/* Row and cols */
.themes-row,.themes-col{
box-sizing: border-box;
display: flex;
flex: 1 0 auto;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
align-content: stretch;
position: relative;
}
.themes-col-3 {
width: 25% !important;
}

/* Css for pagination and suggestion files */
.pagination{margin:0;padding:0;}
.pagination li{
display: inline-block;
font-family: poppins;
font-size: 16px;
margin: 0px 5px;
padding: 8px 15px;
border-radius: 4px;
font-size: 16px;
box-shadow:initial;
border:none;
color: #1d1d1d;
}
.pagination li a{
text-decoration:none;
color: rgb(89, 141, 235);
}
.pagination li.first {
border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
border-radius: 0px 5px 5px 0px;
}
.pagination li:hover{
color: #f50057 !important;
background:#fff;
}
.pagination li.active{
background: #F0F0F0;
color: #333;
}
.pagination > li > a, .pagination > li > span{
float: none;
padding: 6px 10px;
}
.pagination .active {
background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
box-shadow: initial !important;
color: #fff !important;
}
.pagination .active:hover {
color: #fff !important;
}
.pagination-icons{
font-size: 28px;
font-style: normal;
}

/* Header */
.header {
background-color: #fff;
height: 80px;
color: #000;
box-shadow: 0px 2px 40px 0px rgba(15,15,15,0.08) !important;
}
.header span {
font-size: 25px !important;
font-family: Poppins;
font-size: 22px !important;
font-weight: 600 !important;
left: 90px;
position: absolute;
top: 25px;
}
.header img{
position: absolute;
top: 10px;
left:25px;
max-width: 100%;
}

/* Theme Page*/
.themes-templates-wrapper {
border: none !important;
display: flex;
transition:all 0.4s;
}
.themes-templates-content {
width: 94%;
margin: auto;
margin-bottom: 40px !important;
border-radius: 4px !important;
box-shadow: 1px 1px 15px 1px #dcdcdc !important;
cursor: pointer;
display: inline-block;
}
.themes-templates-wrapper.panel {
box-shadow: none !important;
}
.themes-templates-wrapper.panel,
.themes-templates-wrapper .panel-body,
.themes-templates-wrapper .panel-heading{
padding: 0;
}
.themes-templates-wrapper.panel,
.themes-templates-wrapper .panel-body img{
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.themes-templates-wrapper .panel-heading {
padding: 14px 10px;
font-family: poppins;
font-size: 14px;
font-weight: 600;
border-top: 1px solid #ccc;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border: none;
background: #fff !important;
height: 57px;
}
.themeurl {
cursor: pointer;
position: absolute;
margin-top: 5px;
color: #1d1d1d;
}
.demourl {
cursor: pointer;
font-family: poppins;
padding: 3px 10px;
font-size: 15px !important;
background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
color: #fff !important;
border: 1px solid #F50057 !important;
float: right;
border-radius: 3px;
}
.demourl:hover{
text-decoration:none;
}

/* Search and suggestions */
.theme-search-wrap {
width: 95% !important;
background: linear-gradient(to right, #ff416c, #ff4b2b);
color: #FFF;
box-shadow: 1px 8px 16px #00000014;
padding: 15px;
margin: 13px auto 40px;
border-radius: 4px;
font-family: 'Poppins';
}
.themes-dropdown {
position: relative;
display: inline-block;
}
.themes-dropdown-content {
display: none;
position: absolute;
background-color: #ffffff;
min-width: 800px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
color: #111;
top: 38px;
left: -2px;
border-radius: 4px;
width: 344px;
z-index: 2;
}
.themes-categories {
padding: 4px 12px;
border: 1px solid #fff;
border-radius: 2px;
min-width: 150px;
margin-right: 20px;
}
.themes-current-cat {
line-height: 2;
text-transform: capitalize;
text-align: left;
}
.down-icon {
position: absolute;
left: auto;
right: 10px;
top: 12px;
}
.themes-dropdown:hover .themes-dropdown-content {
display: flex !important;
}
.themes-cat {
padding: 7px 10px;
box-sizing: border-box;
cursor: pointer;
font-size: 14px;
margin-bottom: 10px;
}
.themes-search {
text-align: center;
margin: 0px;
position: relative;
min-width: 375px;
}
.themes-search .glyphicon {
position: absolute;
top: 0;
padding: 0 7px;
color: #666;
line-height: 2.7;
}
.themes-search-field {
width: 100%;
line-height: 120%;
padding: 5px 20px 5px 30px;
border-radius: 3px;
border: none;
font-size: 14px;
height: 100%;
color: #111;
outline: none;
}
.themes-search .themes-sf-empty {
right: 4px;
left: auto;
font-weight: bolder;
cursor: pointer;
}
.themes-sf-clear {
position: absolute !important;
color: gray;
top: 9px !important;
text-shadow: mnone;
right: 8px !important;
}
.themes-search .fa {
position: absolute;
top: 0;
padding: 0 7px;
color: #666;
line-height: 2.7;
}
.themes-suggestion {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 4px;
color: black;
position: absolute;
max-width: 380px;
width: 100%;
height: auto;
max-height: 300px;
overflow: hidden;
overflow-y: scroll;
box-shadow: 0px 8px 16px 0px #00000033;
margin-top: -2px;
z-index: 1000;
}
.themes-suggestion a {
color: #007bff;
display: block;
text-align: left;
padding: 10px 10px 5px 10px;
text-transform: capitalize;
}

@media screen and (max-width:556px){
.sitepad-theme-details {
padding: 20px;
}
.themes-search {
display: flex;
flex-wrap:wrap !important;
flex-direction: column-reverse !important;
width: 100% !important;
margin: 0;
}

.themes-dropdown-content {
width: 100%;
max-height: 320px;
overflow: auto;
min-width: 100% !important;
}

.themes-cat {
width: 100% !important;
}
.themes-dropdown.themes-categories {
width: 100%;
margin-right: 0;
margin-bottom:10px;
}
.themes-search-field {
padding:10px 20px 9px 30px;
}
}
@media screen and (max-width:768px){
.sai_inputs{
margin: 40px 0 !important;
padding:0 !important;
}
.themes-search {
min-width: auto;
}
.themes-dropdown-content {
min-width: 499px;
}
.theme-search-wrap {
width:100% !important;
margin: 0 !important;
}
.themes-dropdown-wrap {
margin: auto !important;
padding: 0 15px !important;
}
.themes-dropdown-wrap .input-group {
width: 100%;
}
}

/*Themes details*/
.sitepad-theme-name {
text-align: center;
padding-top: 0 !important;
margin: 0;
margin-bottom: 60px;
font-weight: bolder;
color: #000;
font-size: 2em;
}
.sitepad-theme-details .panel-heading {
background: none !important;
padding-bottom: 23px;
}
.themes-screenshot-block {
box-shadow: 1px 1px 15px 1px #dcdcdc;
border-radius: 4px;
padding: 0 !important;
border:none !important;
z-index:1;
margin-bottom:40px;
}
.sitepad-theme-details .themes-screenshot-block .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
margin-bottom: 0;
}
.sitepad-theme-details .themes-screenshot-block .panel-default{
margin-bottom: 0 !important;
}
.themes-screenshot-view {
width: 100%;
max-height: 500px;
overflow: auto;
}
.themes-img-screen {
width: 150px;
margin: 0px 15px 30px 15px;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.themes-img-div {
overflow: hidden;
height: 250px;
border: 1px solid #cccccc;
border-radius: 4px;
}
.themes-img-name {
font-family: poppins;
text-align: center;
background-color: #fff;
padding: 10px 10px;
text-transform: capitalize;
}
.themes-img-selected .themes-img-div{
border-color: #007bff;
}
.themes-note {
text-align: center;
font-family: poppins;
padding: 16px 10px 10px 10px;
text-transform: capitalize;
color: #000;
}
@media screen and (max-width:360px){
.themes-img-screen{
width:100%;
margin-left:0;
margin:auto !important;
}
.sitepad-theme-details {
margin: 0 !important;
padding: 0 !important;
}
}
@media screen and (max-width:768px){
.sitepad-theme-details {
margin: 0 !important;
}

#theme_screenshots {
margin-top: 40px;
}
}

/* Hide Softaculous footer elements - more targeted approach */
footer[style*="background-color:#333333"],
div[style*="background-color:#333333;color:#FFFFFF"] {
    display: none !important;
}

/* Hide specific footer copyright text */
div[style*="padding:15px 0px 15px 15px"] {
    display: none !important;
}