/* Theme Name: Security Post Repair Author: Spacecake Author URI: http://www.spacecake.co.uk Template: frameworx Version: 1.0 */ /* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ h1, h2, h3, h4, h5, h6 { color: #ee1d25; padding-bottom: 10px; line-height: 1em; font-weight: 500; } .et_fixed_nav #logo { max-height: 90px; } .et-fixed-header #logo { max-height: 90px; } #top-header { top: 32px; background: #ed1c24; } #footer-info a { font-weight: 400; color: #666; } #et-main-area { max-height: 2px; } img100 { max-width: 100%; height: auto; } @media only screen and ( min-width:981px ) { /* Set the slider height */ .et_pb_slider, .et_pb_slider .et_pb_container { height: 450px !important; } .et_pb_slider, .et_pb_slider .et_pb_slide { max-height: 450px; } .et_pb_slider .et_pb_slide_description { position: relative; top: 25%; padding-top: 0 !important; padding-bottom:0 !important; height:auto !important; } } .et_pb_section{ padding-top: 0px !important; } #home-block1 { background: #05396C; border-radius: 5px; padding: 0px; opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */ width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; } #home-block2 { background: #ff0000; border-radius: 5px; padding: 20px; opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */ width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; } #home-block3 { background: #05396C; border-radius: 5px; padding: 0px; opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */ width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; } .col-group > div { padding: 0em; margin-bottom: 1em; } @media screen and (min-width: 44em) { .col-group { overflow: hidden; } .col-group > div { float: left; width: 50%; } } h2.block { text-align: center; padding-top: 50px; } p.block { text-align: center; } .et_pb_post > a img { float: left; margin-right: 4%; width: 40% ; } #page-container .et_pb_post { clear: both !important; float: none !important; margin: 0 !important; } /* Tag Cloud */ .tagcloud a {font-size: 12px !important; color: #fff; padding: 2px 8px; background: rgba(0,0,0,.25); display: inline-block; margin-bottom: 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;-moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .tagcloud a:hover { background: rgba(0,0,0,0.5); }