root 7e1279f72f Fix PHP 8.4 compatibility issues in Sensational theme
- Fixed deprecated WP_Widget constructors in all widget files
- Changed $this->WP_Widget() to parent::__construct() in:
  * widget-social.php
  * widget-fblikebox.php
  * widget-googleplus.php
  * widget-tabs.php
- Fixed old-style constructor methods to __construct() in:
  * widget-ad125.php (mts_Ad_Widget -> __construct)
  * widget-ad300.php (mts_ad_300_Widget -> __construct)
- Fixed for loop syntax error in widget-tweets.php (for(i; -> for($i = 1;)
- Enabled registration for ad125 and ad300 widgets
- Added new 'After First Paragraph' widget area for in-content ads

All widgets now compatible with PHP 8.4 and editable in WordPress admin.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 11:52:28 +02:00

2333 lines
63 KiB
CSS

/*
Theme Name: Sensational by MyThemeShop
Theme URI: http://mythemeshop.com/themes/sensational
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Sensational is a clean, fully responsive WooCommerce ready WordPress theme, which comes custom widgets, shortcodes and tons of options.
Version: 2.0.4
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
max-width: 100%;
height: auto!important;
}
iframe { max-width: 100% }
blockquote {
font-style: italic;
font-weight: normal;
font-size: 15px;
padding: 0 10px 20px 27px;
position: relative;
margin-top: 25px;
}
blockquote:after {
font-family: FontAwesome;
position: absolute;
content: "\f10d";
font-size: 20px;
width: 50px;
top: 0;
left: 0;
}
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
font-weight: normal;
font-style: normal;
color: #000000;
}
pre {
margin: 5px 0 20px 0;
line-height: 1.3em;
padding: 8px 10px;
overflow: auto;
}
code {
padding: 0 8px;
line-height: 1.5;
}
mark {
padding: 1px 6px;
margin: 0 2px;
color: black;
background: #FFF7A8;
}
address {
margin: 10px 0;
font-style: italic;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.sticky { }
.gallery-caption { }
#gallery-1 img { border: 0!important }
.bypostauthor { }
.wp-caption-text { margin-bottom: 0 }
dl { }
dt {
float: left;
clear: left;
width: 100px;
text-align: right;
font-weight: bold;
}
dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
overflow: hidden;
}
/*-[ Framework ]--------------------*/
body {
font: 14px/23px Noto Sans, sans-serif;
color: #555;
background-color: #EBEBEB;
}
::-moz-selection {
background: #222;
color: white;
text-shadow: none;
}
::selection {
background: #222;
color: white;
text-shadow: none;
}
#page, .container {
position: relative;
margin-right: auto;
margin-left: auto;
}
.post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 { text-transform: uppercase }
.post-single-content h2 { font-size: 24px }
h1, h2, h3, h4, h5, h6 {
margin-bottom: 12px;
color: #444;
}
h1 {
font-size: 28px;
line-height: 1.4;
}
h2 { line-height: 1.4 }
h3 {
font-size: 22px;
line-height: 1.4;
}
h4 {
font-size: 20px;
line-height: 1.4;
}
h5 {
font-size: 18px;
line-height: 1.4;
}
h6 {
font-size: 16px;
line-height: 1.4;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
text-decoration: none;
color: #EE210B;
-webkit-transition: background-color 0s ease 0s, color 0.2s linear 0s;
-moz-transition: background-color 0s ease 0s, color 0.2s linear 0s;
transition: background-color 0s ease 0s, color 0.2s linear 0s;
}
a:hover { color: #EE210B }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.main-container {
width: 100%;
clear: both;
display: block;
padding: 0;
overflow: hidden;
}
#page, .container {
max-width: 1200px;
min-width: 240px;
}
#page {
background: #fff;
border: 0;
min-height: 100px;
float: none;
clear: both;
overflow: hidden;
}
/*-[ Header ]-----------------------*/
body > header {
float: left;
width: 100%;
position: relative;
}
.main-header {
background: #fff;
position: relative;
float: left;
width: 100%;
z-index: 99;
min-height: 45px;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
}
#header {
position: relative;
float: left;
margin: 0;
padding: 0;
width: 100%;
}
.logo-wrap {
float: left;
min-width: 200px;
}
#header h1, #header h2 {
font-size: 65px;
float: left;
display: inline-block;
line-height: 1;
position: relative;
margin-bottom: 0;
}
#logo a {
float: left;
line-height: 22px;
font-size: 28px;
margin: 0;
padding: 4px 0 0 0;
font-weight: normal;
}
.text-logo {
float: left;
width: 190px;
font-weight: normal;
margin: 5px 0 0 0;
height: 36px;
}
#logo img {
float: left;
width: 138px;
height: 35px;
}
/*-[ Navigation ]-----------------*/
.main-navigation { }
.menu ul {
position: absolute;
visibility: hidden;
list-style: none;
z-index: 110;
}
.menu li {
float: left;
position: relative;
}
.menu ul li { clear: both }
.menu a {
display: block;
float: left;
font-size: 16px;
font-weight: normal;
color: #666;
text-decoration: none;
padding: 11px 15px 11px;
text-transform: uppercase;
}
.menu a:hover { color: #333 }
.menu li ul a { width: 121px }
.current-menu-item:after {
position: absolute;
content: '';
width: 100%;
height: 4px;
left: 0;
top: 0;
background: #41B7D8;
}
.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation a .sub {
font-size: 11px;
font-weight: normal;
color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul { padding-right: 35px }
.sf-js-enabled li ul.sf-with-ul { padding-right: 20px }
#navigation .sf-sub-indicator {
display: block;
width: 11px;
overflow: hidden;
position: absolute;
right: 20px;
top: 9px;
}
#navigation ul ul .sf-sub-indicator {
right: 12px;
top: 8px;
}
#navigation { float: left }
#navigation ul { margin: 0 auto }
#navigation .menu {
background: #fff;
float: left;
}
#navigation ul li {
float: left;
position: relative;
}
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { display: inline-block }
#navigation > ul > .current a {
background: transparent;
color: #5a5a5a !important;
}
#navigation ul li li {
background: #fff;
border-bottom: 0;
}
#navigation ul ul {
position: absolute;
width: 210px;
padding: 20px 0 0 0;
padding-top: 0;
top: 43px;
z-index: 400;
font-size: 12px;
color: #798189;
border: 1px solid #eee;
}
#navigation ul ul li {
padding: 0;
background: #fff;
color: #000;
}
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
padding: 9px 20px 9px 20px;
position: relative;
width: 170px;
border-left: 0;
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
margin: 0;
}
#navigation ul ul li:first-child a { }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
opacity: 0;
left: -999em;
}
#navigation ul li:hover ul {
left: auto;
opacity: 1;
}
#navigation ul ul ul { top: -1px }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
left: -999em;
opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
opacity: 1;
left: 210px;
}
#navigation ul .sfHover li a { border-bottom: 1px solid rgba(0, 0, 0, 0.09) }
#navigation .menu [class^="icon-"], #navigation .menu [class*=" icon-"] { font-size: 16px }
#navigation .menu [class^="icon-"]:before, #navigation .menu [class*=" icon-"]:before {
position: absolute;
top: 15px;
left: 17px;
}
#navigation .menu .sub-menu [class^="icon-"]:before, #navigation .menu .sub-menu [class*=" icon-"]:before { top: 12px }
#navigation .menu [class^="icon-"]:hover:before {
color: #333;
opacity: 1;
}
#navigation .menu [class^="icon-"] > a, #navigation .menu [class*=" icon-"] > a {
padding-left: 38px!important;
position: relative;
}
#navigation .menu ul [class^="icon-"] > a, #navigation .menu ul [class*=" icon-"] > a { padding-right: 20px ; width: 152px;}
#navigation ul li:before { color: #666 }
#navigation ul .current-menu-item:before, #navigation ul li:hover:before, #navigation ul ul li:before { color: #666 }
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
nav a#pull { display: none }
/*-[ Content ]--------------------*/
#content_area {
clear: both;
}
.article {
border-right: 1px #F2F2F2 solid;
font-size: 14px;
line-height: 25px;
width: 54.6%;
float: left;
margin-bottom: 0;
padding: 0;
}
.post {
float: left;
width: 100%;
}
.single_post, .single_page {
padding: 20px 3.4% 0 0;
margin: 0 0 5px;
width: 96.6%;
}
.page-template-page-contact-php .single_page {
width: 100%;
}
.single_post .post-info span, .single_post .post-info a { font-size: 14px }
.single_post .post-info .theauthor { font-size: 16px }
.single_page {
background-color: white;
padding-top: 0;
padding-right: 3%;
}
.post-content {
padding-top: 15px;
margin-top: 15px;
padding-bottom: 15px;
margin-bottom: 15px;
overflow: hidden;
clear: both;
}
.post-single-content {
overflow: hidden;
clear: both;
}
.ss-full-width {
background: white;
overflow: hidden;
padding: 0 2%;
}
.ss-full-width #content_box {
padding-right: 0;
padding-left: 0;
}
.post.excerpt {
clear: both;
margin-bottom: 30px;
overflow: hidden;
padding-bottom: 15px;
background-color: #fff;
width: auto;
}
.wp-post-image { float: left }
.bigfeatured-thumbnail {
float: left;
max-width: 100%;
}
#bigfeatured-thumbnail {
float: left;
max-width: 477px;
}
.featured-thumbnail {
float: left;
max-width: 100%;
width: 100%;
}
#featured-thumbnail {
float: left;
margin-right: 2.4%;
max-width: 224px;
width: 31.8%;
margin-top: 8px;
}
.featured-thumbnail img {
margin-bottom: 0;
width: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.title {
margin-bottom: 5px;
line-height: 50px;
clear: both;
}
.single-title {
font-size: 45px;
font-weight: 400;
line-height: 50px;
color: #494949;
float: left;
padding: 0 0 0 0;
}
.title a { color: #444 }
.title a:hover { color: #222 }
.page h1.title { padding-top: 0 }
.post-info {
border-bottom: 1px dashed #C9C9C9;
display: block;
color: #7A7A7A;
float: left;
font-family: Georgia,serif;
font-style: italic;
clear: both;
margin: 0 0 5px;
padding: 1px 0 15px;
width: 100%;
}
.post-info [class^="icon-"], .post-info [class*=" icon-"] { margin-right: 5px }
.post-info .theauthor {
float: left;
font-size: 16px;
margin: 2px 15px 0 0;
}
.post-info .thetime {
padding: 2px 15px 0 0;
float: left;
}
.post-info .thecategory {
padding: 2px 15px 0 0;
float: left;
}
.post-info .thecomment {
padding: 2px 15px 0 0;
float: left;
}
.post-info a:hover { text-decoration: underline }
.related-posts .post-info {
clear: none;
float: none;
}
.thecategory { margin-left: 5px }
/*-[ Read more link]---------------------------*/
.readMore a {
background: #41B7D8;
cursor: pointer;
color: white!important;
padding: 8px 16px;
margin: 20px 0 0 0;
float: right;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.readMore a:hover {
text-decoration: none;
background: #333;
color: #fff!important;
}
/**********latest-posts***********/
article header {
margin-bottom: 11px;
float: left;
width: 100%;
}
.single article header { margin-bottom: 10px }
.latestPost {
width: 96%;
float: left;
padding: 20px 0 40px 0;
margin: 0 4% 25px 0;
overflow: hidden;
border-bottom: 5px solid #41B7D8;
}
.latestPost .title {
display: block;
font-size: 45px;
font-weight: 400;
margin-bottom: 5px;
line-height: 1;
}
.front-view-content { }
.single_post header {
width: 100%;
margin-bottom: 8px;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
margin: 0.3em 1.571em 0.5em 0;
display: block;
float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
margin: 0.3em 0 0.5em 1.571em;
display: block;
float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
margin: 0.3em auto 0.5em auto;
display: block;
}
.article img.aligncenter, .article img.alignnone {
margin-top: 1em;
margin-bottom: 1em;
display: block;
clear: both;
}
.article ul {
margin: 1.5em 0 1.571em 1.9em;
list-style-type: circle;
}
.article ol {
margin: 1.5em 0 1.571em 1.9em;
list-style-type: decimal;
}
.article ul ul, .article ol ol, .article ul ol, .article ol ul {
margin-top: 0;
margin-bottom: 0;
}
.article .iconlist { margin-left: 0 }
.article .iconlist li { list-style-type: none }
/*-[ Tab widget ]------------------------------*/
#tabber {
display: block;
height: auto;
margin: 0;
overflow: hidden;
background-color: #FFF;
}
#tabber .inside {
background: #fff;
padding: 10px 15px 10px;
margin-top: -3px;
border: 3px solid #f0f0f0;
border-top: 0;
}
#tabber ul.tabs {
overflow: hidden;
height: 40px;
}
#tabber ul.tabs li {
background: none;
float: left;
display: inline;
font-size: 12px;
font-weight: bold;
cursor: pointer;
border-bottom: none;
width: 50%;
text-align: center;
margin-left: 0;
}
#tabber ul.tabs li a {
color: #999;
display: block;
float: left;
margin: 0;
padding: 0 0 0 25px;
border: 3px solid #F9F9F9;
line-height: 34px;
text-transform: uppercase;
border-bottom: 3px solid #F0F0F0;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 40px;
}
#tabber ul.tabs li a.selected {
margin: 0;
color: #444;
text-decoration: none;
border: 3px solid #F0F0F0;
border-bottom: 0;
line-height: 38px;
border-bottom: 3px solid rgba(0, 0, 0, 0);
}
#tabber ul.tabs li.tab-recent-posts a {
margin: 0;
border-left: 0;
padding: 0 0 0 25px;
text-align: center;
width: 100%;
}
#tabber a [class^="icon-"], #tabber a [class*=" icon-"] {
position: absolute;
left: 8px;
font-size: 17px;
top: 8px;
}
#tabber ul.tabs li.tab-recent-posts a.selected {
border-left: 3px solid #f0f0f0;
margin-left: -3px;
width: 102%;
}
#tabber ul.tabs li a:hover {
color: #444;
text-decoration: none;
}
#tabber .inside li {
list-style: none;
margin: 0;
padding: 15px 0 0 0;
}
#tabber .inside li:first-child { padding: 5px 0 0 }
#tabber .inside li a {
color: #494949;
line-height: 18px;
display: block;
}
#tabber .inside li a:hover { }
#tabber .inside li div.info {
display: table;
top: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
font-size: 14px;
margin-bottom: 0;
}
#tabber .inside li div.info p { color: #333 }
#tabber .inside li .meta {
display: block;
font-size: 13px;
color: #999;
}
#tabber .tab-thumb {
border: 1px solid #f0f0f0;
padding: 4px;
background: #fff;
float: left;
display: inline;
margin: 0px 12px 0px 0px;
}
.post-number {
position: relative;
width: 22px;
height: 22px;
text-align: center;
line-height: 23px;
font-weight: bold;
color: #fff;
bottom: 22px;
background: #2DB2EB;
}
#tabber .inside .tabsSep {
margin-top: 7px;
width: 100%;
height: 1px;
background-color: #e8e5de;
clear: both;
float: left;
}
#sidebars #tabber .wp-post-image, footer #tabber .wp-post-image { margin-top: 4px }
/*-[ Tweets Widget ]---------------------------*/
.tweets li { margin-bottom: 15px!important }
/*-[ Custom Nav Widget ]---------------------------*/
.widget_nav_menu [class^="icon-"], .widget_nav_menu [class*=" icon-"] { display: list-item }
.widget_nav_menu [class^="icon-"] > a, .widget_nav_menu [class*=" icon-"] > a { padding-left: 5px }
.widget_nav_menu .sub-menu { margin-top: 8px }
/*-[ Text Widget ]---------------------------*/
.textwidget { line-height: 23px }
/*-[ Form Input ]------------------*/
input, textarea, select {
padding: 8px 12px;
font-size: 14px;
color: #666;
border: 1px solid #D8D8D8;
font-family: inherit;
}
textarea {
overflow: auto;
resize: vertical;
}
select {
padding: 6px 10px;
border-color: #D8D8D8;
}
input:focus, textarea:focus { }
/*-[ Tables ]--------------------*/
table {
width: 100%;
text-align: left;
margin-bottom: 25px;
border: 2px solid #F1F4F6;
}
thead {
background: #F7F8F9;
font-size: 14px;
color: #585F65;
}
table th, table td {
padding: 7px 15px;
text-align: left;
}
thead th { padding: 14px }
tbody th {
font-weight: normal;
border-bottom: 1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr {
border: none;
border-bottom: 1px solid #E5E5E5;
border-bottom: 1px solid rgba(0,0,0,0.1);
width: 297px;
margin: 35px 0;
clear: both;
position: relative;
}
/*-[ Search Form ]------------------*/
#searchform {
padding: 0;
float: left;
clear: both;
width: 100%;
position: relative;
}
.article #searchform { max-width: 300px }
nav #searchform { float: right }
nav #searchform fieldset {
padding: 5px 0 5px 15px;
border: 0;
border-left: 1px solid #eee;
}
#searchform fieldset { float: left }
.sbutton {
display: none;
padding: 8px;
float: right;
border: 0;
width: 32px;
height: 32px;
cursor: pointer;
text-align: center;
color: white;
z-index: 10;
border: 0;
}
#searchform .icon-search {
font-size: 20px;
top: 5px;
background: transparent;
color: #D1D1D1;
position: absolute;
right: 5px;
padding: 2px;
height: 21px;
width: 23px;
}
#s {
float: left;
font-size: 13px;
color: #A7A7A7;
background: none;
border: 0;
width: 95%;
padding: 8px;
}
#searchform {
float: left;
color: #888;
border: 1px solid #DFDFDF;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
width: 99.6%;
}
#searchform:hover { border: 1px solid #41B7D8 }
.breadcrumb { margin-bottom: 15px ; margin-top: 3px;}
.no-results h2 {
font-size: 16px;
margin-top: 15px;
width: 96%;
}
/*-[ Read More ]-------------------*/
.read-more {
margin: 0 0 0 10px;
line-height: 1.4em;
background: none;
padding: 0;
font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
margin-bottom: 10px;
clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
float: left;
clear: both;
margin-top: 10px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
float: right;
padding: 0;
width: 25%;
padding-right: 1.8%;
padding-left: 1.8%;
margin-top: 25px;
}
#sidebar-left {
font-family: 'BreeSerifRegular', Arial, sans-serif;
float: left;
max-width: 156px;
width: 13.0%;
margin: 30px 2% 0 14px;
position: relative;
}
#sidebar-left li:first-child h3 { padding-top: 0 }
.left-menu h3 { display: none }
.left-menu li {
text-align: right;
margin-bottom: 15px!important;
line-height: 30px;
list-style: none!important;
}
.left-menu li ul { margin-top: 3px;}
.left-menu .children li { margin-top: 15px }
.left-menu .menu li {
display: block;
float: none;
}
.left-menu .current-menu-item { border: 0 }
.left-menu .menu a {
float: none;
display: inline-block;
line-height: 16px;
text-transform: none;
}
.left-menu li a, .left-menu li .menu a {
color: white;
background: #E53B2C;
font-weight: normal;
font-size: 14px;
text-decoration: none;
margin-left: 5px;
padding: 7px 12px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.left-menu .textwidget a, .left-menu .ad-125 a { background: none; }
.left-menu .textwidget a:hover, .left-menu .ad-125 a:hover { background: none!important; }
.left-menu li a:hover {
text-decoration: none;
color: #222;
background-color: #FFEF66!important;
}
.left-menu .tagcloud a {
background: url("images/tag.png") no-repeat scroll 5px center #EEEEEE !important;
float: right;
padding: 6px 8px 6px 15px;
margin-left: 5px;
margin-right: 0;
}
.left-menu .tagcloud a:hover {
background-color: #F9F9F9 !important;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#sidebars .wp-post-image, footer .wp-post-image {
margin-bottom: 0;
margin-top: 5px;
margin-right: 10px;
margin-left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.widget {
margin-bottom: 27px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}
.sidebar .widget h3 { color: #333 }
.sidebar h3:first-child { padding-top: 0 }
.widget .title {
font-weight: bold;
text-transform: uppercase;
color: #545E68;
font-size: 12px;
}
.widget li {
list-style-type: square;
margin-left: 0;
margin-bottom: 7px;
}
.sidebar.c-4-12 .widget .menu li {
list-style: none;
margin: 0 10px 10px 0;
}
.sidebar.c-4-12 .widget .menu li a { padding: 0 }
.widget h3 {
font-size: 19px;
font-weight: 400;
line-height: 18px;
margin: 0px 0 15px 0;
padding-top: 10px;
}
.advanced-recent-posts li, .popular-posts li, .category-posts li, .related-posts-widget li {
border-bottom: 1px dashed #C9C9C9;
list-style: none!important;
margin: 0;
overflow: hidden;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
color: #aaa;
padding-left: 0;
background: none;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.advanced-recent-posts li:hover, .popular-posts li:hover, .category-posts li:hover, .related-posts-widget li:hover {
background: #f7f7f7;
padding-left: 10px;
}
.meta { font-size: 12px }
.advanced-recent-posts p, .popular-posts p, .category-posts p {
color: #727272;
margin: 0;
font-size: 13px;
}
.category-posts a, .advanced-recent-posts a { display: block }
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
padding: 0 0 15px;
overflow: hidden;
clear: both;
border: none;
}
.shareit .share-item {
display: block;
margin: 0;
float: left;
height: 25px;
}
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden }
.social-profile-icons ul li {
background: none;
border: none;
float: left;
list-style-type: none;
margin: 0 5px 10px;
padding: 0;
text-indent: -999em;
}
.f-widget .social-profile-icons ul li {
margin-left: 5px;
list-style-type: none;
}
.social-profile-icons ul li a {
display: block;
width: 32px;
height: 32px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(images/social-dribbble.png) no-repeat }
.social-email a { background: url(images/social-mail.png) no-repeat }
.social-facebook a { background: url(images/social-facebook.png) no-repeat }
.social-gplus a { background: url(images/social-googleplus.png) no-repeat }
.social-linkedin a { background: url(images/social-linkedin.png) no-repeat }
.social-pinterest a { background: url(images/social-pinterest.png) no-repeat }
.social-rss a { background: url(images/social-rss.png) no-repeat }
.social-stumbleupon a { background: url(images/social-stumbleupon.png) no-repeat }
.social-twitter a { background: url(images/social-twitter.png) no-repeat }
.social-youtube a { background: url(images/social-youtube.png) no-repeat }
.social-flickr a { background: url(images/social-flickr.png) no-repeat }
.social-lastfm a { background: url(images/social-lastfm.png) no-repeat }
.social-tumblr a { background: url(images/social-tumblr.png) no-repeat }
.social-vimeo a { background: url(images/social-vimeo.png) no-repeat }
/*-[ Footer ]-------------------*/
body > footer .advanced-recent-posts li, body > footer .popular-posts li, body > footer .category-posts li { margin: 0 }
body > footer .widget li:first-child {
border-top: none;
padding-top: 0;
}
.footer-widgets .widget .advanced-recent-posts li {
margin-bottom: 0 !important;
padding-top: 12px;
}
.footer-widgets .widget .advanced-recent-posts li:first-child { padding-top: 0 !important }
.footer-widgets h3 { margin: 0 }
body > footer {
overflow: hidden;
width: 100%;
}
body > footer .footeText {
width: 960px;
margin: 22px auto;
text-align: center;
color: #fff;
font-size: 14px;
font-weight: bold;
}
body > footer .footeText a {
color: #fff;
border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 1px 0 0 0 }
body > footer .sidebar .widget .title {
font-size: 135%;
color: #D4D8DB;
}
footer .widget { margin-bottom: 0 }
footer {
position: relative;
overflow: hidden;
clear: both;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
background: #fff;
margin-top: 20px;
}
footer .container { padding: 0 }
footer p { color: #8D8D8D }
.footer-widgets {
overflow: hidden;
padding: 40px 0 10px;
width: 100%;
margin: 0 auto;
}
.footer-widgets h3 {
background: url("images/divider.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
color: #777;
font-size: 19px;
font-weight: 400;
padding: 0 0 1.5em;
margin-bottom: 12px;
}
.f-widget {
color: #777;
width: 23.5%;
float: left;
position: relative;
margin-right: 2%;
}
.f-widget ul li {
list-style: square;
margin-left: 20px;
}
.f-widget .advanced-recent-posts li, .f-widget .popular-posts li, .f-widget .category-posts li, .f-widget .related-posts-widget li { margin-left: 0 }
.footer_widget {
margin-bottom: 30px;
overflow: hidden;
}
.copyrights {
color: #666;
float: left;
font-size: 13px;
line-height: 28px;
width: 100%;
clear: both;
padding-bottom: 0;
padding-top: 0;
text-align: center;
}
#copyright-note {
margin: 0 auto;
clear: both;
max-width: 100%;
}
.postsby {
font-size: 28px;
border-bottom: 3px solid #C9C9C9;
margin: 25px 0 0;
padding-bottom: 10px;
width: 96%;
}
/*-[ Back To Top ]---------------------------*/
.top {
float: right;
position: relative;
}
.toplink .icon-chevron-sign-up {
font-size: 24px;
position: absolute;
right: 0;
top: 0px;
}
.toplink { padding-right: 27px }
#move-to-top {
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 400;
padding: 10px 10px;
width: 12px;
height: 12px;
position: fixed;
right: 20px;
text-align: center;
bottom: 10px;
transition: all 0.25s linear 0s;
z-index: 25;
background: #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#move-to-top:not(.filling) {
opacity: 0;
visibility: hidden;
}
#move-to-top .icon-chevron-up {
font-size: 18px;
position: absolute;
top: 7px;
right: 7px;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
background-color: #FFF;
margin-bottom: 0;
padding: 0;
clear: both;
float: left;
width: 97%;
}
.postauthor p {
padding-top: 0px;
margin-top: 8px;
margin-bottom: 0;
}
.related-posts ul {
margin-left: 0;
padding: 0;
margin: 0;
overflow: hidden;
margin-top: 0;
}
.related-posts h5 {
line-height: 20px;
padding-left: 80px;
color: #919191;
text-transform: uppercase;
}
.related-posts h3 {
font-size: 18px;
font-weight: 400;
margin: 0;
}
.relatedthumb img {
margin-top: 5px;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.related-posts .relatepostli3, .related-posts .relatepostli1 { }
.relatepostli2, .relatepostli3 {
margin-bottom: 0;
padding-bottom: 1px;
}
.relatepostli .post-info a, .relatepostli .post-info .theauthor { font-weight: normal }
.relatedthumb .theauthor { color: #999999 }
.related-posts li {
width: 28.4%;
margin-right: 7.2%;
float: left;
list-style: none;
padding-bottom: 0;
line-height: 1.5;
}
.related-posts .relatepostli4 { padding-bottom: 0 }
.related-posts a { color: #333 }
.rthumb { float: left }
.related-posts .last {
margin-right: 0;
padding-bottom: 0;
}
/*-[ Post Tags ]---------------------------------*/
.tags {
margin: 20px 0 0 0;
width: 100%;
float: left;
}
.tags a { margin-left: 5px ;font-size: 14px!important; line-height: 1em !important; padding: 7px 9px; margin-bottom: 5px; float: left; margin-right: 5px; border: 0; color: #FFF!important; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #41B7D8;}
.tags a:hover { background: #222; }
.tags a:first-child { margin-left: 0; }
/*-[ Author Box ]--------------------------------*/
.postauthor {
border-top: 5px solid #41B7D8;
min-height: 100px;
margin: 25px 3.4% 0 0;
padding: 20px 0 0 0;
min-height: 120px;
float: left;
clear: both;
width: 96.6%;
}
.postauthor h4 {
font-size: 20px;
margin-bottom: 5px;
padding: 0;
color: #777;
}
.postauthor h5 {
font-weight: bold;
font-size: 16px;
padding: 0;
margin: 0;
line-height: 24px;
text-transform: capitalize;
}
.postauthor img {
float: right;
margin: 5px 0 0 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#respond h4 {
margin-bottom: 10px;
margin-top: 1px;
border-bottom: 1px solid #ccc;
}
.postauthor-top { margin: 10px 0 }
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
font-size: 14px!important;
line-height: 1em !important;
padding: 7px 9px;
margin-bottom: 5px;
float: left;
margin-right: 5px;
border: 0;
color: #fff;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #41B7D8;
}
.tagcloud a:hover {
background-color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #fff;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
color: #A7A7A7;
border: 1px solid #DFDFDF;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
height: 34px;
width: 65%;
float: left;
padding: 7px 0;
text-indent: 10px;
font-size: 13px;
}
.mts-subscribe input[type="text"]:hover { border: 1px solid #41B7D8 }
#mts_subscribe_widget { border: 1px solid #F1F1F1 !important }
.mts-subscribe { overflow: hidden }
.mts-subscribe input[type="submit"] {
background: #41B7D8;
cursor: pointer;
color: white!important;
padding: 6px 0;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
float: right;
height: 34px;
text-align: center;
width: 33%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border: 0;
}
.mts-subscribe input[type="submit"]:hover {
background: #222;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
float: left;
width: 100%;
margin: 0;
list-style: none;
max-width: 100%;
}
.ad-125 li {
float: left;
border: none;
list-style: none!important;
padding-left: 0;
background: none;
margin-bottom: 15px;
margin-left: 0;
max-width: 48%;
}
.ad-125 li:nth-child(2n+2) { float: right!important }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar { margin-bottom: 0 }
#wp-calendar td {
text-align: center;
padding: 7px 0;
border-top: 1px solid #F1F4F6;
border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
}
#wp-calendar #prev {
text-align: left;
padding-left: 12px;
}
#wp-calendar thead th {
padding: 10px 0;
text-align: center;
}
/*-[Comments]--------------*/
.total-comments {
font-size: 14px;
font-weight: 400;
padding: 0;
}
.cnumber {
font-size: 20px;
font-weight: 700;
}
#comments {
padding: 0;
margin-right: 3.4%;
float: left;
clear: both;
width: 96.6%;
border-top: 5px solid #41B7D8;
padding-top: 20px;
margin-top: 20px;
}
#respond h4 {
margin-top: 18px;
font-size: 25px;
margin: 15px 0 15px 0;
padding: 0 0 20px 0;
border-bottom: 3px solid #444;
}
#commentsAdd {
background-color: #fff;
width: 97%;
float: left;
clear: both;
margin-bottom: 20px;
margin-right: 3%;
}
#comments .avatar {
float: right;
margin-right: 0;
margin-top: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.comment time { padding-left: 10px }
ul.children .commentImageLeft {
width: 60px;
height: 90px;
border-left: 1px solid #c1bbb6;
border-bottom: 1px solid #c1bbb6;
position: absolute;
top: -50px;
left: -70px;
}
input.text-input, #commentform input { padding: 11px }
input#author, input#email, input#url {
width: 380px;
border: 1px solid #E7E7E7;
background: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
max-width: 85%;
margin-right: 10px;
}
input#author:hover, input#email:hover, input#url:hover, #comment:hover { border: 1px solid #41B7D8 }
input#author, input#email, input#url, #comment {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#cancel-comment-reply-link {
float: right;
line-height: 24px;
margin-top: 0;
}
#cancel-comment-reply-link {
color: #EE210B;
cursor: pointer;
margin-bottom: -20px;
text-decoration: underline;
z-index: 100;
position: relative;
}
#commentform input#submit, .contactform #submit {
line-height: 1;
background-color: #ED1C2F;
padding: 15px 32px 16px;
color: #fff;
text-decoration: none;
float: left;
cursor: pointer;
display: inline-block;
border: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#commentform input#submit:hover, .contactform #submit:hover {
background: #333;
color: #fff;
}
.contactform #submit { float: left }
.contactform label { display: block }
.contactform {
overflow: hidden;
margin-bottom: 35px;
}
.error { color: red }
.thanks p { color: green }
ol.commentlist {
margin-left: 0;
margin-top: 0;
}
.commentlist li {
background: #F9F9F9;
border: 1px solid #DDD;
list-style: none;
margin: 20px 0;
padding: 3%;
float: left;
width: 93.6%;
position: relative;
}
.commentlist .thread-even { background: #fff }
.commentlist p { margin-bottom: 5px }
.ago {
color: #999;
display: block;
font-size: 12px;
}
.fn {
line-height: 1.375em;
font-weight: bold;
}
.fn a {
font-weight: bold;
font-size: 15px;
}
.comment-meta { font-size: 12px }
.comment-meta a { color: #EE210B }
.commentmetadata li {
border: 0;
padding: 0;
margin-top: 0;
margin-bottom: 5px;
list-style: square;
background: transparent;
}
.commentmetadata ol li { list-style: decimal }
.reply {
margin-top: 0px;
padding-bottom: 0px;
overflow: hidden;
width: 100%;
float: right;
}
.reply a {
font-family: Georgia,sans-serif;
font-size: 14px;
font-style: italic;
float: right;
padding: 0 14px;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.reply a:hover {
background: #333;
color: #fff;
}
#commentsAdd #respond h4 { margin-bottom: 19px }
.comment #respond #respond { margin-top: 20px }
.commentlist .children {
margin-left: 0;
margin-bottom: 0;
margin-top: 30px;
float: left;
width: 100%;
}
.commentlist .children li { }
.avatar { float: left }
#respond h3 {
font-size: 18px;
margin: 0;
padding: 0;
}
.comment-awaiting-moderation {
font-style: italic;
font-weight: bold;
}
.commentmetadata ul, .commentmetadata ol { margin-top: 5px }
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
width: 95%;
border: 1px solid #E7E7E7;
background: #fff;
font-size: 14px;
padding: 2%;
line-height: 25px;
font-family: inherit;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#commentform p {
margin-bottom: 15px;
float: left;
width: 100%;
clear: both;
}
#commentform p label {
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
}
.cancel-comment-reply a {
float: right;
margin-top: -8px;
}
.required {
color: red;
padding: 0;
line-height: 1;
}
.comment-notes .required {
padding-left: 0;
padding-top: 3px;
}
.comment-notes { font-style: italic }
/*-[ pagination ]------------------*/
.pagination {
clear: both;
overflow: hidden;
float: right;
padding-right: 3%;
width: 97%;
margin-bottom: 25px;
}
.single .pagination {
border: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin-top: 0;
padding: 2.2% 0;
width: 100%;
margin-bottom: 0;
}
.pagination ul {
list-style: none;
margin: 0;
float: right;
}
.pagination ul li {
float: left;
margin-bottom: 5px;
}
.pagination2 { margin-bottom: 7px }
.pagination2 ul { float: none }
.currenttext, .pagination a:hover, .single .pagination a:hover .currenttext {
color: #fff;
margin: 0 10px 0 0;
display: inline-block;
float: left;
line-height: 1;
text-decoration: none;
padding: 9px 12px;
background: #EE210B;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.pagination a {
margin: 0 10px 0 0;
display: inline-block;
float: left;
line-height: 1;
text-decoration: none;
color: #EE210B;
padding: 9px 12px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pagination li:last-child a { margin-right: 0 }
.pagination a:hover { color: #fff }
.pagination .nav-previous { float: left }
.pagination .nav-next { float: right }
.pagination .nav-previous a, .pagination .nav-next a {
color: #fff!important;
margin: 0;
background: #41B7D8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.pagination .nav-previous a:hover, .pagination .nav-next a:hover { background-color: #333 }
.single .pagination a .currenttext, .single .pagination a:hover .currenttext {
padding: 0;
background: transparent;
margin-right: 0;
}
.single .pagination a:hover .currenttext { color: #fff }
/*-----------------------------------------------
/* Shortcodes
/*---------------------------------------------*/
/*-[ Notifications ]---------------------------*/
.message_box { margin: 15px 0 }
pre {
overflow: auto;
background: #F7F7F7 url('images/code.png') 10px 2px no-repeat;
padding: 2em 1em 1em 1em;
border: 1px solid #DDD;
margin: 15px 0;
}
.note {
background: #FEF4C8;
color: #666;
border: 1px solid #FDEBA5;
}
.note p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/thumb.png') left no-repeat;
margin: 0.3em 0.8em;
}
.announce {
background: #D7EFFB;
color: #666;
border: 1px solid #BEE5F8;
}
.announce p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/speaker.png') left no-repeat;
margin: 0.3em 0.8em;
}
.success {
background: #E8F6D2;
color: #666;
border: 1px solid #DEF1BF;
}
.success p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/tick.png') left no-repeat;
margin: 0.3em 0.8em;
}
.warning {
background: #FFE7E7;
color: #666;
border: 1px solid #FFDBDB;
}
.warning p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/cross.png') left no-repeat;
margin: 0.3em 0.8em;
}
/*-[ Buttons ]---------------------------------*/
.article .buttons {
font-size: 12px;
text-decoration: none;
position: relative;
padding: 10px 20px 7px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin: 15px 25px 25px 0;
padding: 12px 10px;
}
.buttons span { float: none }
a.buttons { color: #fff!important }
.post-content a.buttons.left {
margin-right: 15px;
margin-bottom: 15px;
}
.post-content a.buttons.right {
margin-left: 15px;
margin-bottom: 15px;
}
a.btn_white { color: #4F4F4F!important }
.btn_brown {
background-color: #D9C2A5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D9C2A5), color-stop(100%, #C3A178));
background-image: -webkit-linear-gradient(top, #D9C2A5, #C3A178);
background-image: -moz-linear-gradient(top, #D9C2A5, #C3A178);
background-image: -ms-linear-gradient(top, #D9C2A5, #C3A178);
background-image: -o-linear-gradient(top, #D9C2A5, #C3A178);
background-image: linear-gradient(top, #D9C2A5, #C3A178);
border-top: 1px solid #BD986A;
border-right: 1px solid #BD986A;
border-bottom: 1px solid #9A7445;
border-left: 1px solid #BD986A;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #DFCC9F;
-moz-box-shadow: inset 0 1px 0 0 #DFCC9F;
box-shadow: inset 0 1px 0 0 #DFCC9F;
color: white;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #BA905E;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_brown:hover {
background-color: #D1B593;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1B593), color-stop(100%, #BC966B));
background-image: -webkit-linear-gradient(top, #D1B593, #BC966B);
background-image: -moz-linear-gradient(top, #D1B593, #BC966B);
background-image: -ms-linear-gradient(top, #D1B593, #BC966B);
background-image: -o-linear-gradient(top, #D1B593, #BC966B);
background-image: linear-gradient(top, #D1B593, #BC966B);
border-top: 1px solid #BD986A;
border-right: 1px solid #BD986A;
border-bottom: 1px solid #9A7445;
border-left: 1px solid #BD986A;
-webkit-box-shadow: inset 0 1px 0 0 #DFCC9F;
-moz-box-shadow: inset 0 1px 0 0 #DFCC9F;
box-shadow: inset 0 1px 0 0 #DFCC9F;
cursor: pointer;
color: white!important;
}
.btn_brown:active {
border: 1px solid #B2824C;
-webkit-box-shadow: inset 0 0 8px 2px #C19B70;
-moz-box-shadow: inset 0 0 8px 2px #C19B70;
box-shadow: inset 0 0 8px 2px #C19B70;
}
.btn_blue {
background-color: #A5B8DA;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A5B8DA), color-stop(100%, #7089B3));
background-image: -webkit-linear-gradient(top, #A5B8DA, #7089B3);
background-image: -moz-linear-gradient(top, #A5B8DA, #7089B3);
background-image: -ms-linear-gradient(top, #A5B8DA, #7089B3);
background-image: -o-linear-gradient(top, #A5B8DA, #7089B3);
background-image: linear-gradient(top, #A5B8DA, #7089B3);
border-top: 1px solid #758FBA;
border-right: 1px solid #6C84AB;
border-bottom: 1px solid #5C6F91;
border-left: 1px solid #6C84AB;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
box-shadow: inset 0 1px 0 0 #aec3e5;
color: white;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #64799E;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_blue:hover {
background-color: #9badcc;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9badcc), color-stop(100%, #687fa6));
background-image: -webkit-linear-gradient(top, #9badcc, #687fa6);
background-image: -moz-linear-gradient(top, #9badcc, #687fa6);
background-image: -ms-linear-gradient(top, #9badcc, #687fa6);
background-image: -o-linear-gradient(top, #9badcc, #687fa6);
background-image: linear-gradient(top, #9badcc, #687fa6);
border-top: 1px solid #6d86ad;
border-right: 1px solid #647a9e;
border-bottom: 1px solid #546685;
border-left: 1px solid #647a9e;
-webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
-moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
box-shadow: inset 0 1px 0 0 #a5b9d9;
cursor: pointer;
color: white!important;
}
.btn_blue:active {
border: 1px solid #546685;
-webkit-box-shadow: inset 0 0 8px 2px #7e8da6;
-moz-box-shadow: inset 0 0 8px 2px #7e8da6;
box-shadow: inset 0 0 8px 2px #7e8da6;
}
.btn_green {
background-color: #6CB24C;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6CB24C), color-stop(100%, #52873A));
background-image: -webkit-linear-gradient(top, #6CB24C, #52873A);
background-image: -moz-linear-gradient(top, #6CB24C, #52873A);
background-image: -ms-linear-gradient(top, #6CB24C, #52873A);
background-image: -o-linear-gradient(top, #6CB24C, #52873A);
background-image: linear-gradient(top, #6CB24C, #52873A);
border-top: 1px solid #477532;
border-right: 1px solid #477532;
border-bottom: 1px solid #3A6029;
border-left: 1px solid #477532;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #8FC477;
-moz-box-shadow: inset 0 1px 0 0 #8FC477;
box-shadow: inset 0 1px 0 0 #8FC477;
color: white;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 12px 10px;
text-shadow: 0 -1px 1px #416B2D;
text-transform: uppercase;
}
.btn_green:hover {
background-color: #5F9D43;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68AB49), color-stop(100%, #4A7834));
background-image: -webkit-linear-gradient(top, #68AB49, #4A7834);
background-image: -moz-linear-gradient(top, #68AB49, #4A7834);
background-image: -ms-linear-gradient(top, #68AB49, #4A7834);
background-image: -o-linear-gradient(top, #68AB49, #4A7834);
background-image: linear-gradient(top, #68AB49, #4A7834);
border-top: 1px solid #4E8037;
border-right: 1px solid #4E8037;
border-bottom: 1px solid #3A6029;
border-left: 1px solid #4E8037;
-webkit-box-shadow: inset 0 1px 0 0 #8FC477;
-moz-box-shadow: inset 0 1px 0 0 #8FC477;
box-shadow: inset 0 1px 0 0 #8FC477;
cursor: pointer;
color: white!important;
}
.btn_green:active {
border: 1px solid #436D30;
-webkit-box-shadow: inset 0 0 8px 2px #467131;
-moz-box-shadow: inset 0 0 8px 2px #467131;
box-shadow: inset 0 0 8px 2px #467131;
}
.btn_yellow {
background-color: #FFDA6B;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFDA6B), color-stop(100%, #FEAE2D));
background-image: -webkit-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: -moz-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: -ms-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: -o-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: linear-gradient(top, #FFDA6B, #FEAE2D);
border-top: 1px solid #D6AB00;
border-right: 1px solid #D6AB00;
border-bottom: 1px solid #BC9600;
border-left: 1px solid #D6AB00;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #FFE599;
-moz-box-shadow: inset 0 1px 0 0 #FFE599;
box-shadow: inset 0 1px 0 0 #FFE599;
color: #fff;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 1px 1px #BC9600;
text-transform: uppercase;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 12px 10px;
}
.btn_yellow:hover {
background-color: #FFD351;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFD351), color-stop(100%, #FDA00B));
background-image: -webkit-linear-gradient(top, #FFD351, #FDA00B);
background-image: -moz-linear-gradient(top, #FFD351, #FDA00B);
background-image: -ms-linear-gradient(top, #FFD351, #FDA00B);
background-image: -o-linear-gradient(top, #FFD351, #FDA00B);
background-image: linear-gradient(top, #FFD351, #FDA00B);
border-top: 1px solid #D6AB00;
border-right: 1px solid #D6AB00;
border-bottom: 1px solid #BC9600;
border-left: 1px solid #D6AB00;
-webkit-box-shadow: inset 0 1px 0 0 #FFE599;
-moz-box-shadow: inset 0 1px 0 0 #FFE599;
box-shadow: inset 0 1px 0 0 #FFE599;
cursor: pointer;
color: #fff!important;
}
.btn_yellow:active {
border: 1px solid #F29202;
-webkit-box-shadow: inset 0 0 8px 2px #F29202;
-moz-box-shadow: inset 0 0 8px 2px #F29202;
box-shadow: inset 0 0 8px 2px #F29202;
}
.btn_red {
background-color: #E83030;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E83030), color-stop(100%, #B71414));
background-image: -webkit-linear-gradient(top, #E83030, #B71414);
background-image: -moz-linear-gradient(top, #E83030, #B71414);
background-image: -ms-linear-gradient(top, #E83030, #B71414);
background-image: -o-linear-gradient(top, #E83030, #B71414);
background-image: linear-gradient(top, #E83030, #B71414);
border-top: 1px solid #9C1111;
border-right: 1px solid #9C1111;
border-bottom: 1px solid #890F0F;
border-left: 1px solid #9C1111;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #FF6B6B;
-moz-box-shadow: inset 0 1px 0 0 #FF6B6B;
box-shadow: inset 0 1px 0 0 #FF6B6B;
color: white;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #A01111;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_red:hover {
background-color: #E63131;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E63131), color-stop(100%, #9C1111));
background-image: -webkit-linear-gradient(top, #E63131, #9C1111);
background-image: -moz-linear-gradient(top, #E63131, #9C1111);
background-image: -ms-linear-gradient(top, #E63131, #9C1111);
background-image: -o-linear-gradient(top, #E63131, #9C1111);
background-image: linear-gradient(top, #E63131, #9C1111);
border-top: 1px solid #9C1111;
border-right: 1px solid #9C1111;
border-bottom: 1px solid #890F0F;
border-left: 1px solid #9C1111;
-webkit-box-shadow: inset 0 1px 0 0 #FE4C4C;
-moz-box-shadow: inset 0 1px 0 0 #FE4C4C;
box-shadow: inset 0 1px 0 0 #FE4C4C;
cursor: pointer;
color: white!important;
}
.btn_red:active {
border: 1px solid #890F0F;
-webkit-box-shadow: inset 0 0 8px 2px #890F0F;
-moz-box-shadow: inset 0 0 8px 2px #890F0F;
box-shadow: inset 0 0 8px 2px #890F0F;
}
.btn_white {
background-color: #F7F7F7;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #E0E0E0));
background-image: -webkit-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: -moz-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: -ms-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: -o-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: linear-gradient(top, #F7F7F7, #E0E0E0);
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 1px solid #C4C4C4;
border-left: 1px solid #CECECE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #FFFFFF;
-moz-box-shadow: inset 0 1px 0 0 #FFFFFF;
box-shadow: inset 0 1px 0 0 #FFFFFF;
color: #4F4F4F;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #fff;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_white:hover {
background-color: #F4F4F4;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, #D3D3D3));
background-image: -webkit-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: -moz-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: -ms-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: -o-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: linear-gradient(top, #F4F4F4, #D3D3D3);
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 1px solid #C4C4C4;
border-left: 1px solid #CECECE;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
-moz-box-shadow: inset 0 1px 0 0 #fff;
box-shadow: inset 0 1px 0 0 #fff;
cursor: pointer;
color: #4F4F4F!important;
}
.btn_white:active {
border: 1px solid #C1C1C1;
-webkit-box-shadow: inset 0 0 8px 2px #C1C1C1;
-moz-box-shadow: inset 0 0 8px 2px #C1C1C1;
box-shadow: inset 0 0 8px 2px #C1C1C1;
}
/*-[ Video Shortcode ]-------------------------*/
.textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
.youtube-video, .vimeo-video { margin: 10px 0 10px 0 }
/*-[ Google Maps ]-----------------------------*/
.googlemaps { margin: 5px 15px 10px 0 }
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
position: relative;
margin-right: 4%;
margin-bottom: 15px;
float: left;
}
.column-last {
margin-right: 0!important;
clear: right;
}
/*-[ Tabs ]------------------------------------*/
.tab_widget {
display: block;
position: relative;
margin: 0 0 20px 0;
}
.tab_widget ul.tabs {
display: block;
position: relative;
list-style: none;
height: 40px;
border-bottom: 1px solid #DDD;
margin: 0;
}
.tab_widget ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 39px;
line-height: 39px;
border: 1px solid #DDD;
border-left: none;
margin-bottom: -1px;
overflow: hidden;
position: relative;
background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );
}
.tab_widget ul.tabs li:first-child { border-left: 1px solid #DDD }
.tab_widget ul.tabs li a {
text-decoration: none;
color: #888!important;
font-size: 12px;
display: block;
padding: 0 10px;
outline: none;
font-weight: bold;
text-shadow: 1px 1px 1px #FFF;
border: none;
border-left: 1px solid #F9F9F9;
}
.tab_widget ul.tabs li:first-child a { border-left: none }
.tab_widget ul.tabs li a:hover { background: none }
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.active a:hover {
background: #FFF;
border-bottom: 1px solid #FFF;
}
.tab_widget ul.tabs li.active { border-top: 1px solid #DDD }
.tab_widget ul.tabs li.active a { color: #777 }
.tab_widget .tab_container {
display: block;
border-top: none;
overflow: hidden;
position: relative;
clear: both;
background: #FFF;
border: 1px solid #DDD;
border-top: none;
}
.tab_widget .tab_content {
display: block;
position: relative;
padding: 15px;
}
/*-[ Toggle ]-----------------------*/
.toggle {
display: block;
position: relative;
margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
display: block;
position: relative;
height: 36px;
padding: 0 12px;
background: #EEE;
border: 1px solid #DDD;
cursor: pointer;
margin: 0;
}
.toggle .togglet span, .toggle .toggleta span {
display: block;
height: 36px;
line-height: 36px;
color: #888;
text-shadow: 1px 1px 1px #FFF;
padding-left: 20px;
background: url("images/toggle-down.png") no-repeat left;
}
.toggle .toggleta span { background: url("images/toggle-up.png") no-repeat left }
.toggle .togglec {
display: block;
position: relative;
padding: 15px;
background: #FFF;
border: 1px solid #DDD;
border-top: none;
}
/*-[ Dividers ]--------------------------------*/
.divider {
clear: both;
display: block;
padding-top: 20px;
width: 100%;
margin-bottom: 10px;
text-align: right;
padding-bottom: 5px;
border-bottom: 5px solid #EEE;
}
.top-of-page {
margin-bottom: 10px;
text-align: right;
padding-bottom: 5px;
border-bottom: 5px solid #EEE;
}