/**

	* Theme Name: 	Digicast
	* Version: 		1.0
	* Author: 		Wonderland Media
	* Author URL: 	http://www.wonderland.ee

*/

/* BODY & BLOCKS */

body {
    margin: 0 auto;
    text-align: center;
    background: #f8f1e0;
}

#wrapper {
    display: inline-block;
    width: 1000px;
    padding: 5px 25px;
    margin: 0 auto;
    text-align: left;
}

.block {
    display: inline-block;
    width: 100%;
    float: left;
}

.blocksize-content {
    display: inline-block;
    width: 990px;
}

.blocksize-article {
    display: inline-block;
    width: 960px;
    padding: 15px;
    background: #fcf8f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.blocksize-footbar {
    display: inline-block;
    width: 210px;
    padding: 15px;
    background: #fcf8f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.blocksize-sidebar {
    display: inline-block;
    width: 200px;
}

.blocksize-margins {
    margin: 5px;
}

.logo {
    width: 217px;
    height: 60px;
    margin: 15px 20px 20px 0;
    background: url(images/site-logo.png) no-repeat;
    display: block;
}

.blocksize-pricing {
    width: 413px;
    margin: 5px;
    padding: 25px 25px 0 25px;
    font-size: 11px;
}

.blocksize-pricing {
    border: 1px solid #ffcaad;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.blocksize-pricing .price {
    width: 225px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    margin: 0 0 25px -25px;
    background: #eeeeee;
}

.blocksize-pricing .price {
    color: #55a84a;
    font-size: 24px;
}

/* MENU */

ul.menu {
    display: inline-block;
    width: 700px;
    margin: 20px 0;
    padding: 0 20px;
    line-height: 60px;
    background: url(images/bgcolor-1.png) repeat-x;
    z-index: 999;
}

ul.menu {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul.menu li {
    margin-right: 1px;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
}

ul.menu li a {
    display: block;
    padding: 0 15px;
}

ul.menu li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

ul.menu li a:hover {
    color: #ffffff;
    background: #ffb04b;
}

ul.menu li:hover > a {
    color: #ffffff;
    background: #ffb04b;
}

ul.menu li.current-menu-item a {
    color: #ffffff;
    background: #ffb04b;
}

ul.menu li.current-menu-custom a {
    color: #ffffff;
    background: #ffb04b;
}

ul.menu li.current-menu-parent a {
    color: #ffffff;
    background: #ffb04b;
}

ul.menu ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
}

ul.menu ul.sub-menu li a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: url(images/bgcolor-2.png) repeat-x;
}

ul.menu ul.sub-menu li a {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
}

ul.menu ul.sub-menu li a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul.menu ul.sub-menu li a:hover {
    color: #000000;
    background: url(images/bgcolor-3.png) repeat-x;
}

ul.menu ul.sub-menu li.current-menu-custom a {
    color: #000000;
}

ul.menu ul.sub-menu ul {
    display: none;
}

/* SLIDER */

div#slider .holder {
    position: relative;
    background: url(images/slider/slide-bgr.png) no-repeat;
}

div#slider .window {
    position: relative;
    display: inline-block;
    width: 740px;
    height: 288px;
    overflow: hidden;
    float: right;
}

div#slider .image_reel {
    position: absolute;
    top: 0;
}

div#slider .image_reel img {
    float: left;
    position: absolute;
    top: 0;
}

div#slider .paging {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
    display: none;
}

div#slider .paging a {
    width: 269px;
    height: 80px;
    line-height: 75px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: none;
    display: table;
}

div#slider .paging a {
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
}

div#slider .paging a.active {
    color: #fb7227;
    background: url(images/slider/slide-arrow.png) no-repeat;
}

div#slider .paging a:hover {
    color: #fb7227;
    background: url(images/slider/slide-arrow.png) no-repeat;
}

/* RECENT */

.recent-lead {
    display: inline-block;
    width: 740px;
}

.recent-post {
    margin: 5px;
    padding: 0;
    border-top: 1px dotted #999999;
}

.recent-post a {
    display: block;
    margin: 5px 0;
    padding: 10px;
}

.recent-post a {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
}

.recent-post a:hover {
    color: #fb7227;
    background: #f8f1e0;
}

/* PAGINATION */

.pagination {
    font-size: 18px;
    margin: 20px 5px;
    padding: 25px 0;
}

.pagination a,
.pagination span.current {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border: 1px #dddddd solid;
    text-align: center;
    float: left;
}

.pagination span.current {
    color: #ffffff;
    background: #fb7227;
    border: 1px #fb7227 solid;
}

/* FAQ */

#toggle-faq {
    min-height: 1000px;
}

ul#toggle-view {
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

ul#toggle-view p {
    margin: 0;
    padding: 5px 0 10px 0;
}

ul#toggle-view h3 {
    color: #999999;
    font-size: 14px;
    margin: 5px 0;
    padding: 10px;
}

ul#toggle-view h3:hover {
    color: #fb7227;
    background: #f8f1e0;
}

ul#toggle-view li {
    cursor: pointer;
    border-top: 1px dotted #999999;
    width: 100%;
}

ul#toggle-view .panel {
    display: none;
    padding: 0 10px
}

/* IMAGES */

img {
    border: none;
}

.blocksize-article img {
    max-width: 950px;
    height: auto;
}

.blocksize-sidebar img {
    max-width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
}

.blocksize-footbar img {
    max-width: 200px;
    height: auto;
    margin: 0;
}

.featured-l img {
    margin: 5px 20px 15px 5px;
    float: left;
}

.featured-r img {
    margin: 5px 5px 15px 20px;
    float: right;
}

/* TYPO */

body, div, select, input, textarea, table {
    font-family: Arial, sans-serif;
    color: #444444;
    font-size: 14px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin: 5px;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    text-align: left;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 21px;
    color: #fb7227;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
    font-weight: bold;
}

h6 {
    font-size: 12px;
}

p {
    margin: 10px 5px;
    padding: 0;
}

p.date {
    margin: 0;
    padding: 0 5px;
    font-size: 11px;
}

a {
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #fb7227;
    text-decoration: none;
}

a.icon-up {
    display: block;
    width: 15px;
    height: 15px;
    margin: 15px 0;
    background: url(images/icon-up-2.png) no-repeat;
}

a.icon-up:hover {
    background: url(images/icon-up-1.png) no-repeat;
}

a.read-more {
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    margin: 5px 0;
    padding: 0px 26px 0px 10px;
    float: left;
}

a.read-more {
    display: block;
    width: 162px;
    height: 30px;
    border: 1px solid #dddddd;
    background: url(images/icon-left-1.png) no-repeat right;
}

a.read-more:hover {
    color: #fb7227;
    background: url(images/icon-left-2.png) no-repeat right;
}

ul.bullets {
    margin: 5px;
    padding: 10px 0;
    list-style-type: none;
}

ul.bullets li {
    font-size: 12px;
    color: #55a84a;
    padding-left: 20px;
    background: url(images/icon-bullet.png) 0px 8px no-repeat;
}

/* CLASS */

.no-display {
    display: none;
}

,
.no-margin {
    margin: 0px;
}

,
.no-padding {
    padding: 0px;
}

,
.no-border {
    border: none;
}

,

.float-n {
    float: none;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.alignnone {
    float: none;
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 5px 20px;
}

.aligncenter {
    text-align: center;
}

.border-t {
    border-top: 1px #dfdad5 solid;
}

.border-l {
    border-left: 1px #dfdad5 solid;
}

.border-r {
    border-right: 1px #dfdad5 solid;
}

.border-b {
    border-bottom: 1px #dfdad5 solid;
}

.border-h {
    border-top: 1px dotted #999999;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 10px 5px 5px 5px;
}

#CybotCookiebotDialogBody{
    width: 100% !important;
    display: flex !important;
    flex-flow: wrap !important;
    justify-content: space-between !important;
}

#CybotCookiebotDialogPoweredbyImage{
    display: none !important;
}

#CybotCookiebotDialogPoweredbyLink {
    width: 100px !important;
    height: 60px !important;
    margin-left: 40px !important;
    background-image: url(images/site-logo.png) !important;
    background-repeat: no-repeat !important;
}

#CybotCookiebotDialogPoweredbyLink{
    width: 100% !important;
    position: relative !important;
}
#CybotCookiebotDialogBodyContent{
    width: 100% !important;
    padding: 40px !important;
}

#CybotCookiebotDialogBodyContentTitle{
    font-size: 30px!important ;
}

#CybotCookiebotDialogBodyContentText{
    font-size: 16px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    width: 100% !important;
    height: 120px !important;
    justify-content: space-around !important;
    align-items: center !important;
    display: flex !important;
    flex-flow: wrap !important;
    padding-bottom: 80px !important;
    background: url(images/bgcolor-1.png) repeat-x !important;
    background-size: contain !important;

}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper > a {
    min-width: 40% !important;
    width: auto !important;
    padding: 10px 5px 16px !important;
    background: none !important;
    border: 1px solid white !important;
    border-radius: 4px !important;
    font-size: 20px !important;
    margin: 0 !important;
    padding-top: 6px !important;
}

#CybotCookiebotDialogBodyLevelButtons {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 2px !important;
}

#CybotCookiebotDialogBodyLevelButtonsTable {
    margin-top: 0 !important;
    width: 100% !important;
}


#CybotCookiebotDialogBodyLevelButtonsRow {
    width: 100% !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    margin-top: -55px;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    padding: 0 !important;
    height: 90px !important;
    margin-top: 30px !important;
}


.CybotCookiebotDialogBodyLevelButtonWrapper {
    display: flex !important;
    justify-content: center !important;
    padding-top: 15px !important;
    font-size: 20px !important;
    margin: 0 !important;
    width: 25% !important;
}

.CybotCookiebotDialogBodyLevelButton {
    vertical-align: top !important;
    margin: 0 3px 0 0 !important;
    width: 10px !important;
    height: 10px !important;
}

.CybotCookiebotDialogBodyLevelButton + label {
    cursor: pointer !important;
}

.CybotCookiebotDialogBodyLevelButton:not(checked) + label {
    position: relative !important;
}


.CybotCookiebotDialogBodyLevelButton:not(checked) + label:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    margin: 25px 15% 0 !important;
    height: 40px !important;
    border-radius: 50px !important;
    background: grey !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2) !important;
}

.CybotCookiebotDialogBodyLevelButton:not(checked) + label:after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 2px !important;
    width: 34px !important;
    margin: 28px 15% 0 !important;
    height: 34px !important;
    border-radius: 50px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3) !important;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3) !important;
    transition: all .2s !important;
}

.CybotCookiebotDialogBodyLevelButton:checked + label:before {
    background: #CDD1DA !important;

}

.CybotCookiebotDialogBodyLevelButton:checked + label:after {
    left: 22px !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
    background: none !important;
    padding: 0 !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label {
    background: none !important;
    padding: 0 !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label {
    padding: 0 !important;
}
