/*
 Theme Name:   Novomag Premium Child Theme
 Theme URI:    http://novomag.orange-themes.net/
 Description:  Novomag Premium Wordpress Child Theme
 Author:       Orange Themes
 Author URI:   http://www.orange-themes.net/
 Template:     novomag-theme
 Version:      1.0.0
 Tags: 
 Text Domain:  novomag-theme-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body {
font-weight: 500 !important;
background-image: url(/images/background-texture-2.jpg) !important;
background-position: 0 0;
background-repeat: repeat;
text-rendering: optimizeLegibility;
}

.post-content p,
.post-content ul li,
.post-content ol li,
.post-content ul.post li, 
.post-content ol.post li, 
.post-content ul.post2 li,
.post-content ol.post2 li, 
.post-content ul.post3 li, 
.post-content ol.post3 li,
.post-content ul.post4 li,
.post-content ol.post4 li {
margin-bottom: 30px !important;
font-family:Arimo, Helvetica, Arial, sans-serif !important;
/* font-size: 117.33% !important; */
/* font-size: 1.106em !important; */
font-size: 17px !important;
/* letter-spacing:0; */
font-style:normal;
//line-height:1.8 !important;
line-height:1.5 !important;
color: #555 !important;
font-weight: 500;
}

.center {
margin-left: auto;
margin-right: auto;
}


/* #2 Main header */

.header {
background: url(/images/bkgd/bg_header.jpg) 0px 0px repeat;
border-bottom: 1px solid #fff;
}

.header-block {
display: table;
width: 96.5%;
margin-left: auto;
margin-right: auto;
margin-top: 22px;
margin-bottom: 19px;
}



.header-logo {
width: 50%;
text-align: left;
}

.header-logo h1 a {
font-family: Oswald;
color: #ddd !important;
}


/* #3 Main menu */


..main-menu ul.menu > li.toggleimage {
padding: 13px 20px 5px 20px;
box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
}


..main-menu ul.menu > li.toggleimage:hover {
border-bottom: 3px solid #c12026 !important;
margin-bottom: 0px;
}




.main-menu ul.menu > li.toggleimage {
padding: 0px 3px 6px 5px !important;
background: rgba(255,255,255,0.15) url(/images/bkgd/navigation-hm.png) left 2px no-repeat !important;
/* box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08); */
border-bottom: 0px solid transparent;
}


..main-menu ul.menu > li.toggleimage:hover {
border-bottom: 3px solid #4EC0FC;
margin-bottom: -4px;
background: rgba(255,255,255,0.15) url(/images/bkgd/navigation-hm-h.png) left 2px no-repeat !important;
}
.main-menu ul.menu > li.toggleimage:hover {
border-bottom: 3px solid #4EC0FC;
margin-bottom: -4px;
/* transition: .5s ease !important; */
background: rgba(255,255,255,0.15) url(/images/bkgd/navigation-hm-h.png) left 2px no-repeat !important;
}



.main-menu ul.menu li.actived {
border-bottom: 1px solid rgba(255,255,255,0.08);
background-imagee: url(/images/bkgd/navigation.png) no-repeat center top;
box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
z-index: 4;
}



.main-menu ul.menu li.actived {
border-bottom: 3px solid #EECC1A;
box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
margin-bottom: -3px;
}

.main-menu ul.menu li ul.sub-menu > li.menueverything {
/* margin-bottom: 100px !important; */
}

.main-menu ul.menu li ul.sub-menu > li.menueverything > a {
color: #FFD6AA !important;
padding-bottom: 15px !important;
background: rgba(255,255,255,0.12);
cursor: context-menu !important;
}

.main-menu ul.menu li ul.sub-menu > li.viewtag {
background: url(/images/icons/icon-view.png) no-repeat -7px 11px;
/* padding-left: 35px !important; */
}

.main-menu ul.menu li ul.sub-menu > li.viewtag > a {
padding-left: 30px !important;
}



/*-------------- delay ------------- */


@-webkit-keyframes fadeIn {
0% {opacity: 0;}
99% {opacity: 0;}
100% {opacity: 1;}
} 
@keyframes fadeIn {
0% {opacity: 0;}
99% {opacity: 0;}
100% {opacity: 1;}
} 

@-webkit-keyframes fadeOut {
0% {opacity: 0;}
99% {opacity: 0;}
100% {opacity: 0;}
} 
@keyframes fadeOut {
0% {opacity: 0;}
99% {opacity: 0;}
100% {opacity: 0;}
} 

.main-menu ul.menu li.mega-menu-full ul.sub-menu,
.main-menu ul.menu li > ul {
display: none;
background: transparent;
}

.main-menu ul.menu li.mega-menu-full:hover ul.sub-menu,
.main-menu ul.menu li:hover > ul {
display: block;
background: inherit;
-webkit-animation: fadeIn 0.1s;
-webkit-animation-fill-mode: forwards;
-webkit-animation-delay: 0.5s;
animation: fadeIn 0.1s;
animation-fill-mode: forwards;
animation-delay: 0.5s;
opacity: 0;
}


.main-menu ul.menu ul.sub-menu > li > a {
display: block!important;
font-size: 16px!important;
}


/*-------------- end change ------------- */




.comments-list .item .item-photo,
.article-list .item .item-photo,
.article-list .item.main-artice .item-header .item-photo,
.inner-carousel .item .item-photo {
padding:2px;
border:1px solid #C0BFBC;
background:#fff;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.item-photo img {
padding:2px;
border:1px solid #C0BFBC;
background:#fff;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.article-list .item .item-header .item-photo {

padding:0px;
border:0px solid #abaaa6;
}



.article-list .item .item-content a span.redblock {
border: 8px solid #c12026; !important;
color: #c12026; !important;
padding: 4px;
font-size: 1px;
margin-left: 7px;
margin-top: -1px;
}


/* #4 Content styling */

.panel-split > div.imageitem {
display: block;
float: left;
width: 35%;
margin-left: 6%;
}

.panel-split > div.contentitem {
display: block;
float: left;
width: 59%;
margin-left: 6%;
}

.tab-content.items .panel-split:before {
width: 0px;
}


.slider .slider-image a.active .slider-overlay strong span {
display: none;
}

.slider-navigation strong span {
display: none !important;
}


.article-head .meta-info {
display: block;
width: 100%;
margin-right: 0px;
}



.ot-slide .ot-slider-layer a .content-bottom > h3 {
display: block;
font-family: 'Oswald', sans-serif !important;
font-size: 27px !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.3) !important;
text-transform: uppercase;
line-height: 36px !important;
letter-spacing: 0.5px !important;
padding-left: 18px !important;
padding-bottom: 16px !important;
padding-right: 120px !important;
vertical-align: baseline !important;
color: #fff !important;
font-weight: 700 !important;
margin-bottom: 0px !important;
}


.ot-slide .ot-slider-layer.second a .content-bottom > h1 {
font-size: 22px !important;
line-height: 27px !important;
padding-right: 22px !important;
margin-bottom: 0px !important;
}

/* ...owl-nav div.owl-prev {
position: absolute;
left: 0px;
top: 0px;
border-radius: 0px;
background: transparent;
font-size: 0!important;
margin: 0px;
padding-right: 3px;
height: 100%;
z-index: 5;
}*/
/* ...owl-nav div.owl-next {
position: absolute;
right: 0px;
top: 0px;
border-radius: 0px;
background: transparent;
font-size: 0!important;
margin: 0px;
padding-left: 3px;
height: 100%;
}*/


/* #5 Comments */

/* #6 Photo Gallery */

/* #7 Styling */

#sidebar .widget > form > div .search {
width: 45% !important;
}

.upper-title.tabs {
display: inline-block;
}
.upper-title.tabs a {
font-size: 11px;
color: #868686;
font-weight: normal;
margin-left: 10px;
}


.upper-title.noifa {
display: inline-block;
}


.content .panel .upper-title.noifa:after {
content: '';
display: inline-block;
}


#sidebar .widget > .w-title.specials {
display: none;
}

#sidebar .widget.sidenav {
display: none;
}


.content .panel > .p-title h1 {
display: inline-block;
background: #888;
padding: 5px 22px 3px 22px;
color: #fff;
margin-bottom: 0px;
font-size: 18px !important;
text-transform: uppercase;
font-weight: normal;
font-family: 'PT Sans Narrow', sans-serif !important;
letter-spacing: 0.5px !important;
}


#sidebar .widget > .w-title.remodelplans h3 {
background: #758C48 !important;
margin-top: 120px;
}


.content .panel > .p-title h2 span {
font-size: 14px;
margin-top: 30px;
}

#sidebar .widget > .w-title h3 {
background: #386780 !important;
}



.widget .tagcloud.shopresponsive > a {
background: #7E899F !important;
color: #fff !important;
}

.widget .tagcloud.shopresponsive > a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}



.shortcode-content .tagcloud > a {
display: inline-block;
padding: 6px 10px;
font-size: 13px!important;
line-height: 13px;
margin: 0 8px 8px 0;
background: #D5E0E3 !important;
}

.tabcontent {
font-size: 13px!important;
line-height: 150%;
margin: 0 35px;
color: #444 !important;
margin-bottom: 20px;
}



.inner-carousel .item .item-photo {
width: 97%;
height: auto;
float: none;
}


/* #8 Footer */


.footer .footer-bottom {
padding: 15px 30px 15px 30px;
}



.footer .footer-bottom ul li a {
line-height: 2.0 !important;
}

.bottom-line {
padding: 3px;
background: #333;
}

.ending {
height: 50px;
background: transparent;
}



.panel ul.openingsummary li {
list-style:none;
}

.panel li.graytexttype strong {
color: #aaa;
font-size: 96.35%;
/* line-height: 150%; */
margin-top: 12px;
}

.panel li.graytexttype a {
font-size: 96.35%; !important;
}

.panel li.graytext p.intro {
color: #444 !important;
margin-bottom: -5px !important;
padding-bottom: -5px !important;
margin-top: -15px !important;
font-size: 97.35% !important;
font-style: normal;
font-weight: 700;
letter-spacing:0px !important;
}



.panel li.graytext.margin {
margin-top: 25px;
}

.panel li.graytext.margin.share {
color: #bbb;
font-size: 91.5%;
font-weight: 600 !important;
line-height: 1.7 !important;
}

.panel ul li.graytext ul.summbullet li {
color: #888 !important;
font-size: 96.35% !important;
line-height: 130% !important;
margin-top: 5px;
list-style-type:lower-roman;
}

p.below {
color: #bbb !important;
font-size: 96.35% !important;
line-height: 130% !important;
margin: 45px 0px -20px 0px !important;
font-style: normal !important;
font-weight: 600 !important;
}

p.below a {
color:#5ea5d7 !important;
}


/* ------------------------------------------------------------
* MORE CUSTOMIZATION STARTS HERE
* ------------------------------------------------------------ */

.leftcolumn {
margin: 30px 0px 30px 50px;
}
.middlecolumn {
margin: 30px 20px 30px 20px;
}
.rightcolumn {
margin: 30px 50px 30px 0px;
}

.leftcolumnmodule {
margin: 40px 20px 90px 90px;
}
.middlecolumnmodule {
margin: 40px 55px 90px 55px;
}
.rightcolumnmodule {
margin: 40px 90px 90px 20px;
} 

/* ------------------------------------------------------------
* TOPMENU NAVIGATION WITH BACKGROUND
* ------------------------------------------------------------ */


.header-topmenu li.active {
background: #386780;
}

.header-topmenu li.active a {
color: #fff;
}

.header-topmenu li.imagechild a {
padding: 5px 14px !important;
}

/* ------------------------------------------------------------
* MAINMENU NAVIGATION WITH BACKGROUND
* ------------------------------------------------------------ */


.main-menu li.active {
background: #6E7B7A !important;
}

.main-menu li.active a {
color: #fff;
}


/* ------------------------------------------------------------
* ADDITIONS/CHANGES left -1%
* ------------------------------------------------------------ */


#sidebar:before {
display: block;
content: '';
top: 0px;
bottom: 0px;
left: -0.5% !important;
/* left: -0.1%; */
width: 1px;
background: #c9c9c9 !important;
position: absolute;
overflow: hidden;
}

#sidebar.left:before {
right: -7%;
}

.content .panel .upper-title,
#sidebar .widget .upper-title {
position: absolute;
top: 13px;
right: 15px;
color: #aaa;
font-weight: normal;
font-size: 11px;
line-height: 11px;
text-transform: uppercase;
}

.content .panel .upper-title:hover,
#sidebar .widget .upper-title:hover {
color: #232323;
}

.content .panel .upper-title i.fa,
#sidebar .widget .upper-title i.fa {
padding-left: 5px;
}
.blogheader {
background: url(/images/bkgd/filebg_blog.jpg) no-repeat right top;
}


/* ------------------------------------------------------------
* ADDITIONS/CHANGES width: 100% over 1150 and margin-left: 40px
* ------------------------------------------------------------ */

.content.has-sidebar > .wrapper > .main-content {
width: 751px;
margin-left: 40px;
margin-top: 0px;
height: auto !important;
}

.content.has-sidebar > .wrapper > .main-content ul.height li,
ol.height li {
line-height: 24px !important;
}

.boxed.active .content .wrapper,
.boxed.active .footer .wrapper {
width: 100%;
}
.content.has-sidebar.postbkgd,
.content.postbkgd {
background-color: #f2f2f2;
}
.content.postbkgd2 {
background-color: #fff;
}
#content-wrapper {
background-color: #fff;
border-top: 3px solid #c12026;
border-style: groove;
bottom-margin: 0px;
}

#content-fullwrapper {
background-color: #fff;
border-top: 3px solid #c12026;
border-style: groove;
margin: 45px;
}

#sidebar > .widget > h3.title.header {
color: #6F6C69;
margin: 25px 0px 0px 22px;
font-weight: normal;
}

.right-side .article-list .item h3 a span {
content: ' ';
clear: right;
display: block;
margin-bottom: 2px;
}

/* ----- */


/* ------------------------------------------------------------
* FOOTER/HEADER CHANGE
* ------------------------------------------------------------ */

.footer .footer-widgets > .widget {
display: block;
float: left;
width: 30.00%;
margin-left: 5.0%;
}



.article-head h1.entry-title {
padding: 20px 150px 15px 0px;
}

.article-head h1.entry-title span.title {
font: normal 32px/40px Georgia, "Times New Roman", Times, serif !important;
color: #C93;
display: block;
padding-top: 0px !important;
padding-right: 50px !important;
}

.article-head h1.entry-title:first-letter {
/* font-size: 32px; */
/* vertical-align: initial; */
}

.article-head h1.entry-title span {
font-size: 20px;
/* padding-right: 300px; */
display: block;
white-space: pre-line;
}

.article-head h1.entry-title span.tip {
font-size: 20px;
padding-right: 0px;
display: block;
}
.article-head h1.entry-title span.margin {
padding: 20px 150px 15px 0px;
font: normal 36px/30px Georgia, "Times New Roman", Times, serif !important;
color: #C93;
}

.article-head h1.entry-title span:first-letter {
/* font-size: 200px !important; */
/* vertical-align: initial; */
}

.article-head h1.summary {
margin-top: 25px;
}

.article-head h1.small:first-letter {
font-size: 14px;
}


/* ------------------------------------------------------------
* BLOG NEWS INFO CHANGES
* ------------------------------------------------------------ */

.hover-effect {
display: block;
margin-bottom: 15px;
padding:20px 26px 5px 20px;

border:#dedede 1px solid!important;
border-radius:10px;
box-shadow:inset #ffffff 0 1px 0;
color:#666666;

background:#f6f6f6 url(../images/bg_noise2.png) repeat;
background-image: url(../images/bg_noise2.png), linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -webkit-linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -moz-linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -ms-linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -o-linear-gradient(top, #ffffff, #f6f6f6);

}

.hover-effect img {
max-width: 100%;
height: auto;
padding:2px;
border:1px solid #abaaa6;
background:#fff;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.review-photo .hover-effect {
padding:16px 22px 1px 16px;
}

.reviewer .fa-user {
display: none !important;
}



.reviewer,
.dtreviewed,
.dtcategory,
.blog_scroll {
border:#dedede 1px solid!important;
border-radius:5px;
box-shadow:inset #ffffff 0 1px 0;
display:inline-block;
position:relative;
overflow:hidden!important;
margin-right:4px;
margin-bottom:4px;
min-height:20px;
color:#666666;
background:#f6f6f6 url(../images/bg_noise2.png) repeat;
background-image: url(../images/bg_noise2.png), linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -webkit-linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -moz-linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -ms-linear-gradient(top, #ffffff, #f6f6f6);
background-image: url(../images/bg_noise2.png), -o-linear-gradient(top, #ffffff, #f6f6f6);
}



.article-info .reviewer a,
.article-info .dtreviewed a,
.article-info .dtcategory a {
color:#666666;
font: bold 11px/18px verdana,arial,helvetica,sans-serif !important;
}



.article-info .reviewer,
.article-info .dtreviewed,
.article-info .dtcategory,
.article-info .blog_scroll {
margin-right: 0px !important;
margin-left: 15px !important;
}


.reviewer:before,
.dtreviewed:before,
.dtcategory:before {
content:'' !important;
display:block;
position:absolute;
left:9px;
top:9px;
width:22px;
height:22px;
}

.reviewer,
.dtreviewed,
.dtcategory {
padding:10px 12px 10px 50px;
}

.blog_scroll {
padding:9px 12px 9px 10px;
}
.reviewer:after,
.dtreviewed:after,
.dtcategory:after,
.blog_scroll:after {
content:'' !important;
display:block;
position:absolute;
left:40px;
top:0px;
width:2px;
height:100%;
background:url(../images/seperator_vertical.png) repeat-y 0 0!important;
}

.scrollimage {
padding-top: 15px;
}


.reviewer:before {
background:url(../images/blog_author.png) no-repeat 0 0;
}
.dtreviewed:before {
background:url(../images/blog_date.png) no-repeat 0 0;
}
.dtcategory:before {
background:url(../images/blog_categ.png) no-repeat 0 0;
}

.post-content {
margin: 50px 40px 50px 30px;
/* font-family: 'Arimo',arial,sans-serif !important; */
/* font-size:1.063em !important; */
/* color: #444; */
}
.post-content ul,ol {
margin-left: 35px !important;
/* font-size: inherit !important; */
}
.post-content ol li,ul li {
/* line-height: 25px !important; */
}
.post-content ul.post,.post-content ol.post {
margin: -20px 0px 10px 35px !important;
}
.post-content ol.post li,.post-content ul.post li {
margin-bottom: 30px !important;
color: #555 !important;
}
.post-content ul.post2,.post-content ol.post2 {
margin: -15px 0px 30px 35px !important;
}
.post-content ol.post2 li,.post-content ul.post2 li {
margin-bottom: -5px !important;
color: #555 !important;
}
.post-content ul.post3,.post-content ol.post3 {
margin: 0px 0px 10px 35px !important;
}
.post-content ol.post3 li,.post-content ul.post3 li {
margin-bottom: 30px !important;
color: #555 !important;
}
.post-content ul.post3 li.none {
margin-top: -12px !important;
list-style: none !important;
}
.post-content ul.post4,.post-content ol.post4 {
margin: -12px 0px 35px 35px !important;
}
.post-content ol.post4 li,.post-content ul.post4 li {
/* line-height: 18px !important; */
}

.post-content p.author {
font-size: 14px !important;
margin-top: 50px;
}
.post-content p.author2 {
font-size: 14px !important;
margin-top: 15px;
}
.post-content p.authorlinks {
font-size: 14px !important;
margin-top: 15px;
}
.post-content p.authorlinks a {
font-size: 11px !important;
}
p.gallauthor {
font-size: 12px !important;
margin-top: 70px;
}
.post-content h2.content {
margin-top: 48px;
margin-bottom: 27px;
line-height: 150% !important;
font-weight: 500 !important;
font-size: 20px;
}
.post-content h3 {
margin-top: 48px;
margin-bottom: 27px;
}
.post-content h4 {
margin-top: 48px;
margin-bottom: 27px;
}
.post-content ul li h4 {
margin-top: 35px;
margin-bottom: 18px;
}
.post-content h5 {
margin-top: 36px;
margin-bottom: 15px;
}
.post-content h6 {
margin-top: 36px;
margin-bottom: 15px;
}
.post-content h3.pic {
margin-top: 70px !important;
}
.post-content a {
color: #c12026 !important;
text-decoration: underline !important;
}
.post-content a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}


.captionimg {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
height:auto;
}
.imagetext {
font-size: 11px;
}

/* ------------------------------------------------------------
* WEEKLY TIPS AND JUMP
* ------------------------------------------------------------ */


div.weeklytips p,
div.weeklytips ul li {
color: #777 !important;
font-size: 96.35%;
line-height: 130% !important;
margin-top: 12px;
}

div.weeklytips ul li a {
color: #c12026;
line-height: 150% !important;
font-size: 96.0%;
font-weight: 600;
text-decoration: underline;
}

div.weeklytips ul li a:hover {
opacity: 0.7;
text-decoration: underline;
}

div.weeklytips.top ul li {
margin-top: 10px;
margin-left: 0px;
} 

div.weeklytips.top ul li a {
color: #c12026 !important;
text-decoration: underline;
font-weight: 600;
font-size: 95.0%;
} 

div.weeklytips.top ul li {
line-height: 150% !important;
font-size: 95.0%;
font-weight: 400;
}

div.weeklytips2 ul li a:hover {
opacity: 0.7;
text-decoration: underline;
}


.inner-carousel .item h3 {
line-height: 20px !important;
} 

/* ------------------------------------------------------------
* ADDITIONS TO CODE: PAGE BACKGROUNDS
* ------------------------------------------------------------ */


.blanklisttag3 {
background: transparent url(/images/icons/bullet_blank.png) left center no-repeat;
color: #bbb;
padding: 3px 0 10px 0px !important;
font: bold 11px/14px Arial, Helvetica, sans-serif !important;
border-bottom: 0px !important;
}

.check {
background-image: url(/images/icons/bullet_everything.png);
background-repeat: no-repeat;
background-position: 0px -2px;
width: 30px;
height: 25px;
}

.wrapper.bkgd {
background-position: 42% top;
background-repeat: no-repeat;
}
.wrapper.bkgd.blog {
background-image: url(/images/bkgd/filebg_blog.jpg);
}

.blogframe {
height: 600px !important;
width: 100%;
}

.hmframe {
height: 780px !important;
width: 90% !important;
margin-left: auto !important;
margin-right: auto !important;
}

.remodelframe {
height: 1300px !important;
width: 100%;
scrolling: no !important;
}

.remodelframe2 {
height: 700px !important;
width: 100%;
}

.endblogframe {
height: 1500px !important;
width: 100% !important;
margin-left: 0px !important;
padding-right: 0px !important;
}

.endtipframe {
height: 500px !important;
width: 100% !important;
margin-left: 0px !important;
padding-right: 0px !important;
margin-top: -50px !important;
}

.endblogmarket {
height: 700px !important;
width: 100% !important;
}

.endblogmarketplace {
height: 1000px !important;
width: 100% !important;
}

.endblogmarketplace2 {
height: 1550px !important;
width: 100% !important;
}

.headerblogframe {
height: 60px !important;
width: 100% !important;
margin-left: 0px !important;
padding-right: 0px !important;
}


.post-content .takeout {
font: normal 26px/140% Georgia, "Times New Roman", Times, serif !important;
line-height: 140% !important;
color: #555;
text-align: center;
margin-top: 50px;
}

.post-content .breakline {
text-align: center;
background: none;
margin-top: 0px;
}

.post-content .breakline.yes {
background: url(/images/sep-line.png) no-repeat center top;
}

.post-content .sharelink {
font-size: 13px;
color: #666;
text-align: center;
margin-top: -50px;
}

.post-content .sharelink.nomargin {
font-size: 13px;
color: #666;
text-align: center;
margin-top: 30px;
}

.post-content .sharelink.rss {
margin-top: 30px !important;
}

.post-content .sharelinktag {
font-size: 15px;
color: #608B98;
text-align: center !important;
margin-top: -20px;
margin-bottom: 50px !important;
font-style: italic;
}

.post-content .sharelinktag a {
color: #608B98 !important;
text-decoration: none !important;
}

.post-content .sundaylinktag {
font-size: 15px;
color: #608B98;
text-align: center !important;
font-style: italic;
}
.post-content .sundaylinktag a {
color: #608B98 !important;
text-decoration: none !important;
}
.post-content .sundaylinktag.tipsunday1 {
margin-top: 20px !important;
margin-bottom: 0px !important;
}
.post-content .sundaylinktag.tipsunday2 {
margin-top: 10px !important;
margin-bottom: 60px !important;
}
.post-content .sundaylinktag.tipsunday2b {
margin-top: 10px !important;
margin-bottom: 0px !important;
}
.post-content .sundaylinktag.tipsunday3 {
margin-top: 10px !important;
margin-bottom: 60px !important;
}

.post-content .shopoutlink {
text-align: center;
margin-top: -45px;
display:block;
background-color: #fff;
}

.post-content .shopoutlink.blog {
margin-top: 40px;
}

.post-content .shopoutlink.blog a {
color: #bbb !important;
}

.shopoutlink.start {
text-align: center;
margin-top: 11px !important;
margin-bottom: -18px !important;
display:block;
background-color: #fff;
}

.post-content .shopoutlink span {
position: relative;
z-index: 2;
font: normal 15px Signika !important;
color: #bcbcbc;
text-decoration: none;
border-bottom: 0px;
padding: 0px 7px 0px 7px;
background-color: #fff;
}


.shopoutlink.start span {
position: relative;
z-index: 2;
font: normal 14px Signika !important;
color: #bcbcbc;
text-decoration: none;
border-bottom: 0px;
padding: 0px 7px 0px 7px;
background-color: #fff;
}

.post-content img {
padding:2px;
border:1px solid #abaaa6;
background:#fff;
display: block;
}

.post-content .bottimage img {
margin-left: auto;
margin-right: auto;
max-width:100%;
height:auto;
margin-top:30px;
margin-bottom:30px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.ppost-content .bottimage img {
margin-left: auto;
margin-right: auto;
max-width:100%;
height:auto;
margin-top:30px;
margin-bottom:30px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
overflow: hidden;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
-webkit-filter: brightness(100%);
}


.ppost-content .bottimage img:hover{
/* border: 10px solid #fff; */
border-radius:35%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease; 
}


.post-content .bottimage a:hover{
-webkit-filter: brightness(90%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.post-content .borderout1b {
color: #ccc !important;
text-align: center;
padding: 0 60px 0 60px;
margin-top: 70px;
}

.post-content .borderout2 {
color: #ccc !important;
text-align: center;
padding: 0 60px 0 60px;
margin-bottom: 0px;
}

.borderout2.start {
color: #ccc !important;
text-align: center;
padding: 0px;
margin-bottom: -30px !important;
margin-top: 30px;
}

.bott {
margin: 60px 30px 80px 20px;
background:url(/images/icons/deal-coupon.png) no-repeat;
height: 60px;
}

.bott p {
font: normal 15px/22px Signika !important;
padding: 10px 50px 0px 50px;
}

.bott a {
color: #c12026 !important;
}

.bottimage {
margin-top: 35px;
margin-bottom: 35px;
}
.form-submit .submit {
font-size: 14px!important;
line-height: 0px !important;
padding-top: 20px;
padding-bottom: 20px;
}

#sidebar .widget .tab-a h3.active {
background: #c12026!important;
color: #fff!important;
}

.rw-ui-container {
padding-bottom: 20px !important;
margin-bottom: 20px !important;
}

.imagehover a:hover {
opacity: 1.0 !important;
filter: alpha(opacity=100) !important;
}

.shortcode-content .renovate {
float: right;
margin-top: -130px;
border: none !important;
display: block;
}

.panel .renovatepanel {
margin-left: 15%;
margin-right: 15%;
margin-top: 30px;
margin-bottom: 260px;
}

.panel .renovatepanel.photo {
margin-top: 0px;
margin-bottom: 60px;
}

.remodelblogheader {
font-size: 15px;
font-weight: 600;
display: block;
}

/* ------------------------------------------------------------
* #20 BOTTOM ATTRIBUTION
* ------------------------------------------------------------ */

div.weeklytips.bottom {
margin-top: 40px !important;
font-size: 100.0% !important;
line-height: 200% !important;
margin-bottom: 50px !important;
}

div.weeklytips.bottom span {
font-size: 110.0% !important;
font-family: signika;
color: #454545 !important;
}

div.weeklytips.bottom span strong {
font-weight: 400;
}

div.weeklytips.bottom p {
color: #777 !important;
font-size: 11px !important;
line-height: 200% !important;
margin-top: -6px;
}

div.weeklytips.bottom p a {
color: #c12026 !important;
font-weight: 600;
text-decoration: underline;
}

div.weeklytips.bottom p a:hover {
opacity: 0.7;
text-decoration: underline;
}

div.weeklytips p.idea {
margin-top: 5px;
background: transparent url(/images/icons/bullet_howto4.png) left -2px no-repeat;
padding-left: 27px !important;
line-height: 200% !important;
}

div.weeklytips.bottom p.shop {
margin-top: 5px;
background: transparent url(/images/icons/bullet_shop.png) left -2px no-repeat;
padding-left: 30px !important;
line-height: 200% !important;
}

div.weeklytips.bottom p.find {
margin-top: 5px;
background: transparent url(/images/icons/bullet_contractor.png) left -2px no-repeat;
padding-left: 30px !important;
}

div.weeklytips.bottom p.source {
margin-top: -25px;
background: transparent url(/images/icons/bullet_howto.png) 15px -2px no-repeat;
padding-left: 40px !important;
font-size: 13px !important;
line-height: 150% !important;
font-family: inherit !important;
}

div.weeklytips.bottom h5.source {
margin-top: -25px;
background: transparent url(/images/icons/bullet_howto.png) 15px -3px no-repeat;
padding-left: 40px !important;
font-size: 16px !important;
line-height: 150% !important;
font-weight: normal;
font-family: signika;
}

/* ------------------------------------------------------------
* #21 AMAZON
* ------------------------------------------------------------ */ 


p.aawp-disclaimer {
background: transparent url(/images/icons/bullet_howto.png) 15px -2px no-repeat;
padding-left: 40px !important;
font-family: signika;
}
div.aawp-box__description ul li {
margin-top: 7px !important;
}
div.amazonshop {
background: transparent url(/images/photos/image-shop.png) 0px 0px no-repeat !important;
height: 200px;
}
div.aawp {
padding-bottom: 0px !important;
} 

/* ------------------------------------------------------------
* #22 DONATE
* ------------------------------------------------------------ */ 


.donate {
margin: 50px 0px 100px 55px;
}
.donatepaypal {
float: left;
margin-top: 40px !important;
margin-right: 30px !important;
margin-left: 70px !important;
}
div.amazonshop {
background: transparent url(/images/photos/image-shop.png) 0px 0px no-repeat !important;
height: 200px;
} 


/* ------------------------------------------------------------
* #23 POST SHARE
* ------------------------------------------------------------ */ 


.postsharecode {
position: relative;
top: 0px;
z-index: 9999;
} 





/* =Theme customization for shortcodes starts here
-------------------------------------------------------------- */

/* #1 Accordian */

.size-thumbnail {
border: 1px solid #ccc;
padding: 2px;
}


.accordion > .remodeltitle.blog {
border-radius: 6px;
-moz-border-radius: 6px;
box-shadow: 0 0 0 1px rgba(0,0,0,.15) !important;
background: rgba(252, 252, 252, 1) !important;
}

.accordion.accord > div {
background: #fbfbfb;
}

.accordion > div.remodeltitle {
margin-bottom: 25px;
padding-bottom: 1px;
}

.accordion > div.remodeltitle.blog {
/* margin-bottom: 10px; */
/* padding-bottom: -10px; */
}



.accordion > div > div > div.remodelcontent {
margin: 5px 25px 25px 25px;
}

.accordion > div.remodeltitle > a {
font-weight: 600;
font-size: 14px;
display: block;
/* color: #363635; */
position: relative;
font-style: normal;
}
.accordion > div.remodeltitle.blog > a {
font-weight: 600;
/* color: #363635 !important; */
color: #5B7A84 !important;
text-decoration: none !important;
font-size: 15px !important;
}
.accordion > div.remodeltitle.blog > a span {
font-size: 13px !important;
line-height: 17px !important;
color: #777 !important;
padding-right: 8px;
}

.accordion.accord > div.remodeltitle > a {
font-weight: 400;
font-size: 13px;
font-style: italic;
}

/* #2 Blockquote */



blockquote.resourcearea {
display: block;
margin: 50px 60px 70px 35px;
padding:9px 50px;
border-left:1px solid #ddd;
background:url(/images/blog/read.png) bottom center no-repeat;
}
blockquote.resourcearea.photo {
margin: 50px 60px 90px 35px;
padding:9px 40px 35px 40px;
}
blockquote.resourcearea.inside {
margin: 50px 50px 50px 30px;
padding:9px 40px;
border-left:1px solid #cdcdcd;
}

blockquote.resourcegallery {
display: block;
margin: 30px 60px 100px 35px;
padding:9px 50px;
border-left:1px solid #ddd;
background:url(/images/blog/read.png) 50px bottom no-repeat;
}

blockquote.style-1 {
font-size: 18px;
line-height: 30px;
margin-bottom: 50px;
}

blockquote.style-4 ul {
margin-top: -15px !important;
margin-bottom: 35px !important;
}

blockquote.style-4 div {
line-height: 22px;
}

blockquote.style-4 p {
line-height: 26px !important;
}

blockquote.style-4 div.comment {
font-size: 12px;
line-height: 18px;
}

blockquote.style-4 p.comment {
font-size: 15px;
font-style: italic;
}

blockquote.style-4 a {
color: #6B95A2 !important;
text-decoration: none !important;
}

blockquote.style-4 table.blocktable {
width: 100% !important;
border-spacing: 5px !important;
}

blockquote.style-4 p.services {
background: transparent url(/images/icons/bullet_contractor.png) 20px -2px no-repeat;
padding-left: 40px !important;
font-family: Signika !important;
font-size: 15px;
line-height: auto;
margin-top: 30px;
padding-bottom: 0px;
color: #888;
}

blockquote.style-4 p.services a {
color: #6B95A2 !important;
text-decoration: none !important;
}

div.widevideo {
border: 1px;
border-color: #000;
border-style: solid;
}

blockquote.style-5 {
display: block;
position: relative;
border-left: 0px;
padding-left: 80px;
background: #f4f4f4;
padding-top: 10px;
padding-bottom: 6px;
padding-right: 30px;
}

blockquote.style-5 p {
font-family: Signika !important;
font-size: 18px;
margin-top: 0px;
margin-bottom: 20px;
color: #888;
}

blockquote.style-5 p.video {
margin-top: 20px;
border: 1px solid #ccc;
padding: 2px;
}

blockquote.style-5:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 30px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: middle;
line-height: 70px;
text-align: center;
}

blockquote.style-6 {
display: block;
position: relative;
border-left: 0px;
background: #f4f4f4;
padding-top: 30px;
padding-bottom: 17px;
width: 75%;
padding-left: 50px;
}

blockquote.style-6 p {
font-family: Signika !important;
font-size: 18px;
margin-top: 0px;
margin-bottom: 20px;
color: #888;
}

blockquote.style-6:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 30px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: middle;
line-height: 70px;
text-align: center;
}

blockquote.style-7 {
display: block;
position: relative;
border-left: 0px;
background: #f4f4f4;
padding-top: 17px;
padding-bottom: 17px;
width: 60%;
padding-left: 70px;
padding-right: 20px;
}

blockquote.style-7:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 30px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: middle;
line-height: 70px;
text-align: center;
}

blockquote.style-8 {
display: block;
position: relative;
border-left: 0px;
padding-left: 80px;
background: #f4f4f4;
padding-top: 25px;
padding-bottom: 0px;
padding-right: 25px;
}

blockquote.style-8 p {
font-family: Signika !important;
font-size: 18px;
margin-top: 0px;
margin-bottom: 20px;
color: #888;
}

blockquote.style-8 p.services {
background: transparent url(/images/icons/bullet_contractor.png) 20px -2px no-repeat;
padding-left: 40px !important;
font-family: Signika !important;
font-size: 14px;
line-height: auto;
margin-top: 25px;
padding-bottom: 25px;
color: #888;
}

blockquote.style-8 p.services a {
color: #6B95A2 !important;
text-decoration: none !important;
}

blockquote.style-8 p.video {
margin-top: 20px;
border: 1px solid #ccc;
padding: 2px;
}

blockquote.style-8:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 30px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: middle;
line-height: 70px;
text-align: center;
}

blockquote.style-9 {
display: block;
position: relative;
border-left: 0px;
padding-left: 80px;
background: #f4f4f4;
padding-top: 25px;
padding-bottom: 10px !important;
padding-right: 30px;
margin: 60px 0px !important;
}

blockquote.style-9 p {
font-size: 18px;
margin-top: 0px;
margin-bottom: 15px !important;
color: #888;
line-height: 24px !important;
}

blockquote.style-9 a {
color: #6B95A2 !important;
text-decoration: underline !important;
}

blockquote.style-9 p.video {
margin-top: 20px;
border: 1px solid #ccc;
padding: 2px;
}

blockquote.style-9:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 30px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: middle;
line-height: 70px;
text-align: center;
}

blockquote.style-10:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 30px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: middle;
line-height: 70px;
text-align: center;
}

blockquote.style-10 ul {
margin-top: -15px !important;
margin-bottom: 35px !important;
}

blockquote.style-10 div {
line-height: 22px;
}

blockquote.style-10 p {
line-height: 26px !important;
}

blockquote.style-10 div.comment {
font-size: 12px;
line-height: 18px;
}

blockquote.style-10 a {
color: #6B95A2 !important;
text-decoration: none !important;
}

blockquote.style-11 {
display: block;
position: relative;
border-left: 0px;
padding-left: 80px;
background: #f4f4f4;
padding-top: 15px;
padding-bottom: 10px !important;
padding-right: 30px;
margin: 40px 0px !important;
width: 50%;
}

blockquote.style-11 p {
font-size: 13px;
margin-top: 0px;
margin-bottom: 10px !important;
color: #888;
line-height: 20px !important;
}

blockquote.style-11 a {
color: #6B95A2 !important;
text-decoration: underline !important;
}

blockquote.style-11:before {
display: block;
content: "\f0c9";
position: absolute;
top: 0px;
left: 0px;
color: #fff;
font-family: FontAwesome;
font-size: 24px;
background: #e1e1e1;
bottom: 0px;
width: 52px;
vertical-align: top;
line-height: 70px;
text-align: center;
}

blockquote.style-12 {
display: block;
border-left: none !important;
font-size: 13px;
line-height: 18px;
width: 60%;
margin-left: auto !important;
margin-right: auto !important;
text-align: center !important;
}

blockquote.plain {
display: block;
border-left: 0px;
padding: 15px 0px 15px 30px;
font-size: 15px;
color: #333;
margin-bottom: 15px;
}

/* #3 Shorttabs */


.short-tabs.cat {
margin: 30px 30px 15px 30px;
}
.short-tabs.remodel {
margin: 30px 0px 15px 0px;
}


.short-tabs.remodel > ul li a {
padding: 6px 12px;
font-size: 1.04em !important;
color: #888 !important;
}

.short-tabs.news > ul li a {
color: #527890 !important;
}

.short-tabs.news > ul li a {
color: #527890 !important;
}

.short-tabs.remodel > ul li.active a {
margin-bottom: -8px;
padding-bottom: 8px;
}

.short-tabs.remodel > div {
padding: 20px 20px 10px 20px;
}

.short-tabs > ul li a {
font-size: 14px;
font-weight: 600;
color: #468;
}

.short-tabs > ul li.active a {
color: #666;
}
.short-tabs > div ul li a:hover {
//background: #F5F7FC !important;
background: #f6f6f6 !important;
}

.short-tabs2 {
display: block;
margin: 25px 21px 15px 20px;
}

.short-tabs2 > div.tabcolor {
background: #FFF !important;
}

.short-tabs2 ul {
padding: 0;
margin: 0;
}

.short-tabs2 > ul {
display: block;
margin: 0px;
padding: 0px;
list-style: none;
}

.short-tabs2 > ul li {
background: transparent;
padding: 0px;
margin: 0px;
display: inline-block;
}

.short-tabs2 > ul li a {
display: block;
background: #e1e8f0;
color: #232323 !important;
padding: 11px 13px;
border-radius: 4px 4px 0 0 !important;
border: 1px solid #6C90B5;
box-shadow: inset 0 -30px 25px -25px rgba(0,0,0,0.06);
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
margin-bottom: -1px;
}

.short-tabs2 > ul li.active a {
background: #FFF;
border: 1px solid #6C90B5;
border-bottom: 1px solid #FFF !important;
border-radius: 4px 4px 0px 0px !important;
margin-bottom: -8px;
padding-bottom: 11px;
box-shadow: inset 0 40px 35px -35px #fff;
}

.short-tabs2 > ul li a:hover {
border: 1px solid #99b2cc;
border-bottom: 1px solid #99b2cc;
background: #fff;
color: #232323 !important;
}

.short-tabs2 > div {
display: none;
border-radius: 0px 4px 4px 4px !important;
-moz-border-radius: 4px !important;
padding: 15px 15px 5px 10px;
box-shadow: inset 0 0 0 1px #fff;
background: #fff;
border: 1px solid #99b2cc;
}

.short-tabs2 > div.active {
display: block;
}


.short-tabs2 > ul li a {
font-size: 14px;
font-weight: 600;
color: #468 !important;
font-family: 'Open Sans', sans-serif; !important;
}

.short-tabs2 > ul li.active a {
color: #666 !important;
}

.short-tabs2 > ul li.active a:hover {
border-bottom: 1px solid #fff;
}

.short-tabs2 > div ul li a:hover {
//background: #F5F7FC !important;
background: #f6f6f6 !important;
}


/* #4 Gallery */


.gallery-preview.news {
width: 530px !important;
}


.gallery-preview .preview-thumbs img a {
margin: 0px !important;
padding: 0px !important;
float: left;
}


.gallery-preview.news .preview-thumbs img {
display: block;
margin: 0px 1px 1px 0px;
float: left;
width: 90px !important;
height: 89px !important;
}

.gallery-preview.news .preview-thumbs img.featured-photo {
width: 254px !important;
height: 179px !important;
}


.gallery-preview.news .preview-thumbs {
display: block;
margin-bottom: 10px;
}


.gallery-preview > .preview-desc h3 a {
text-decoration: none !important;
color: #444 !important;
}

.gallery-preview > .preview-desc h3 a:hover {
color: #c12026 !important;
opacity: 1;
filter: alpha(opacity=100);
}
.gallery-preview .preview-desc h4 {
font-size: 18px;
margin-bottom: 10px;
margin-top: 15px;
}
.gallery-preview > .preview-desc h4 a {
text-decoration: none !important;
color: #444 !important;
}

.gallery-preview > .preview-desc h4 a:hover {
color: #c12026 !important;
opacity: 1;
filter: alpha(opacity=100);
}
.gallery-preview > .preview-options a {
text-decoration: none !important;
color: #777 !important;
}

.gallery-preview > .preview-options a:hover {
color: #c12026 !important;
opacity: 1;
filter: alpha(opacity=100);
}

/* #5 tagcloud */

.panel .shortcode-content .gallery-preview .preview-options .tagcloud a,
.panel .shortcode-content .wp-caption .tagcloud a, 
.panel .remodelblog .tagcloud a, .tagcloud.content a {
display: inline-block;
padding: 8px 12px;
font-size: 13px !important;
line-height: auto;
margin: 0 12px 12px 0;
text-transform: lowercase !important;
font-weight: 500 !important;
border: 1px solid #ccc;
border-radius: 14px;
-moz-border-radius: 14px;
background: #f6f6f6 !important;
}

.tagcloud.content.blog {
text-align: center !important;
margin: 70px 24px 100px 0px !important;
}

.tagcloud.content.blog.martag {
margin: 70px 24px 0px 0px !important;
}

.tagcloud.content a {
padding: 12px 15px !important;
color: #888 !important;
text-decoration: none !important;
font-size: 16px !important;
font-family: Arimo, Helvetica, Arial, sans-serif; !important;
}

.tagcloud.content.blog a {
padding: 18px 22px !important;
color: #888 !important;
text-decoration: none !important;
font-size: 18px !important;
margin: 0px 0px 20px 25px !important;
font-family: Arimo, Helvetica, Arial, sans-serif; !important;
font-weight: 500 !important;
}

.post-content .tagcloud.content.blog.amz > a span.linkamz {
display: inline-block !important;
font-size: 12px!important;
padding-top: 1px !important;
margin-right: 5px !important;
color: #999 !important;
}

.post-content .tagcloud.content.blog.amz > a span.linkamz.blank {
margin-right: -4px !important;
}

div.bloc-cloud {
text-align: right !important;
margin-top: 40px !important;
}

.panel .remodelblog .tagcloud.steps a {
font-style: normal !important;
/* margin-top: -10px ; */
font-size: 13px!important;
text-align: center;
margin: -10px 0px 0px 0;
}

.panel .remodelblog .tagcloud.steps {
text-align: left;
}

.shortcode-content .gallery-preview .preview-options .tagcloud a:hover,
.shortcode-content .wp-caption .tagcloud a:hover,
.panel .remodelblog .tagcloud a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}

.tagcloud.blocklarge a {
display: inline-block;
padding: 9px 14px;
font-size: 26px !important;
line-height: 15px;
color: #444 !important;
font-family: signika;
margin: 0px 15px 20px 0;
text-transform: lowercase !important;
font-weight: 500 !important;
border: 1px solid #ccc;
border-radius: 14px;
-moz-border-radius: 14px;
background: #f6f6f6 !important;
/* display: none !important; */
}



/* #6 misc */

.panel .remodelblog p {
font-style: normal !important;
font-size: 12px!important;
font-weight: 600;
margin-top: 30px;
color: #bbb;
text-align: left;
}

.widget-1 select {
margin-left: 15px !important;
font-size: 15px !important;
font-weight: 100 !important;
font-family: signika;
margin-bottom: 30px;
}

.widget-1 select option {
padding-bottom: 1px;
padding-left: 7px;
}

.widget-2 select {
margin-left: 15px !important;
font-size: 15px !important;
font-weight: 100 !important;
font-family: signika;
}

.widget-2 select option {
padding-bottom: 1px;
padding-left: 7px;
}