Odpowiedź forum utworzona

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Motywy
    W odpowiedzi na: MENU CZCIONKA
    Thread Starter dolatito

    (@dolatito)

    @import url(„../CherryFramework/style.css”);
    @import url(//fonts.googleapis.com/css?family=Voltaire);
    @media (max-width: 767px) {
    body { padding:0; }
    }
    .main-holder { overflow:hidden; }
    .main-holder input[type=”text”], .main-holder input[type=”email”], .main-holder textarea {
    background:#e9e9ea;
    min-height:20px;
    margin:0;
    padding:18px 20px 19px 20px !important;
    border:none !important;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    resize:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:400;
    color:#504f56 !important;
    }
    html.ie8 .main-holder input[type=”text”], html.ie8 .main-holder input[type=”email”], html.ie8 .main-holder textarea { line-height:20px; }
    .main-holder input[type=”submit”], .main-holder input[type=”reset”] {
    background:#e05361;
    height:57px;
    margin:0 15px 0 0;
    padding:0 36px 0 36px;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    letter-spacing:3.7px;
    font-family:’Voltaire’, sans-serif;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    text-shadow:none;
    text-decoration:none;
    color:#fff;
    }
    .main-holder input[type=”submit”]:focus, .main-holder input[type=”reset”]:focus {
    background:#e05361;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    color:#fff;
    }
    .main-holder input[type=”submit”]:hover, .main-holder input[type=”reset”]:hover {
    background:#303334;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    color:#fff;
    }
    .main-holder .search-form input[type=”text”] { width:150px; }
    @media (min-width: 980px) and (max-width: 1200px) {
    .main-holder .search-form input[type=”text”] { width:100px; }
    }
    html.ie8 .main-holder .search-form input[type=”text”] { width:100px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .main-holder .search-form input[type=”text”] { width:70px; }
    }
    @media (max-width: 480px) {
    .main-holder .search-form input[type=”text”] { width:110px; }
    }
    .main-holder .search-form input[type=”submit”] { margin:0 0 0 10px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .main-holder .search-form input[type=”submit”] {
    padding:0 18px 0 18px;
    letter-spacing:2px;
    }
    }
    @media (max-width: 480px) {
    .main-holder .search-form input[type=”submit”] {
    padding:0 18px 0 18px;
    letter-spacing:2px;
    }
    }
    h1 {
    margin-bottom:44px;
    letter-spacing:6.5px;
    text-align:center;
    text-transform:uppercase;
    }
    h1 a {
    text-decoration:none;
    color:#303334;
    }
    h1 a:focus {
    text-decoration:none;
    color:#303334;
    }
    h1 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    h2 {
    margin-bottom:44px;
    letter-spacing:6.5px;
    text-align:center;
    text-transform:uppercase;
    }
    h2 a {
    text-decoration:none;
    color:#303334;
    }
    h2 a:focus {
    text-decoration:none;
    color:#303334;
    }
    h2 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    h2 em {
    display:block;
    margin:0 0 -18px 0;
    font-style:normal;
    }
    h3 {
    margin-bottom:36px;
    letter-spacing:6.5px;
    text-align:center;
    text-transform:uppercase;
    }
    h3 a {
    text-decoration:none;
    color:#303334;
    }
    h3 a:focus {
    text-decoration:none;
    color:#303334;
    }
    h3 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    h4 {
    margin-top:0;
    margin-bottom:67px;
    }
    body.home h4 { margin-top:9px; }
    h4 a {
    text-decoration:none;
    color:#303334;
    }
    h4 a:focus {
    text-decoration:none;
    color:#303334;
    }
    h4 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    h4 em {
    display:block;
    margin:0 0 -28px 0;
    font-style:normal;
    }
    h5 { text-transform:uppercase; }
    h5 a {
    text-decoration:none;
    color:#85848b;
    }
    h5 a:focus {
    text-decoration:none;
    color:#85848b;
    }
    h5 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    p { margin:0 0 18px 0; }
    a {
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    }
    a:hover {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    }
    img.alignleft { margin:8px 30px 8px 0; }
    @media (max-width: 767px) {
    img.alignleft {
    max-width:50%;
    margin:8px 20px 8px 0;
    }
    }
    .header {
    background:none;
    position:relative;
    margin:0;
    padding:0;
    border:none;
    }
    @media (max-width: 767px) {
    .header { padding:0 20px; }
    }
    .header .header_block.isStuck {
    background:#fff;
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
    right:0;
    left:0;
    z-index:999;
    }
    .header .header_block.isStuck .inner {
    width:1170px;
    margin:0 auto;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .header .header_block.isStuck .inner { width:940px; }
    }
    html.ie8 .header .header_block.isStuck .inner { width:940px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .header .header_block.isStuck .inner { width:724px; }
    }
    @media (max-width: 767px) {
    .header .header_block.isStuck .inner {
    width:auto;
    margin:0;
    padding:0 20px;
    }
    }
    .header .nav__primary {
    margin:23px 0 21px 0;
    text-align:right;
    }
    @media (min-width: 1200px) {
    .header .nav__primary {
    margin-right:40px;
    margin-left:45px;
    }
    }
    @media (max-width: 767px) {
    .header .nav__primary { margin:20px 0 0 0; }
    }
    .header .nav__primary .sf-menu {
    float:none;
    text-align:right;
    }
    .header .nav__primary .sf-menu ul {
    background:#e05361;
    width:170px;
    padding:36px 0 36px 0;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
    box-shadow:0 0 5px rgba(0,0,0,0.5);
    z-index:999;
    }
    .header .nav__primary .sf-menu > li {
    background:none;
    display:inline-block;
    float:none;
    margin:0 0 0 59px;
    vertical-align:top;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .header .nav__primary .sf-menu > li { margin:0 0 0 56px; }
    }
    html.ie8 .header .nav__primary .sf-menu > li { margin:0 0 0 56px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .header .nav__primary .sf-menu > li { margin:0 0 0 20px; }
    }
    .header .nav__primary .sf-menu > li:first-child {
    float:left;
    margin:0;
    }
    html.ie8 .header .nav__primary .sf-menu > li:first-child { margin:0; }
    .header .nav__primary .sf-menu > li:nth-child(2), .header .nav__primary .sf-menu > li:nth-child(3) { float:left; }
    html.ie8 .header .nav__primary .sf-menu > li.item_2, html.ie8 .header .nav__primary .sf-menu > li.item_3 { float:left; }
    .header .nav__primary .sf-menu > li > a {
    padding:0;
    border:none;
    letter-spacing:3px;
    text-transform:uppercase;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .header .nav__primary .sf-menu > li > a { letter-spacing:1px; }
    }
    .header .nav__primary .sf-menu > li li {
    background:none;
    margin:10px 0 0 0;
    }
    .header .nav__primary .sf-menu > li li:first-child { margin:0; }
    .header .nav__primary .sf-menu > li li a {
    padding:0 10px;
    border:none;
    line-height:20px;
    font-family:’Voltaire’, sans-serif;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    }
    .header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
    .header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
    margin:0 0 0 -85px;
    top:41px;
    left:50%;
    }
    .header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
    margin:0;
    top:-36px;
    left:171px;
    }
    .header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
    background:none;
    color:#e05361;
    }
    .header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
    background:none;
    color:#f6939d;
    }
    .header .nav__primary .sf-sub-indicator {
    background-image:url(images/arrows-ffffff.png);
    margin:0 -5px 0 0;
    top:20px;
    right:50%;
    }
    .header .logo {
    background:url(images/logo_bg.png) no-repeat 0% 0%;
    display:block;
    width:191px;
    height:77px;
    overflow:hidden;
    margin:0 0 0 -104px;
    padding:25px 10px 0 10px;
    text-align:center;
    position:absolute;
    top:0;
    left:50%;
    }
    @media (max-width: 767px) {
    .header .logo {
    position:relative;
    margin:0 0 -38px -104px;
    }
    }
    .header .logo .logo_h__txt {
    margin:-2px 0 0 0;
    padding:0;
    letter-spacing:2px;
    text-transform:uppercase;
    }
    .header .logo .logo_h__txt a { text-decoration:none; }
    .header .logo .logo_h__txt a:focus {
    text-decoration:none;
    color:#fff;
    }
    .header .logo .logo_h__txt a:hover {
    text-decoration:none;
    color:#fff;
    }
    .header .logo .logo_tagline { display:none; }
    .header .search-form {
    position:absolute;
    bottom:-73px;
    left:0;
    }
    @media (min-width: 1200px) {
    .header .search-form { left:45px; }
    }
    #slider-wrapper .container {
    position:relative;
    width:1980px;
    margin:0 0 0 -990px;
    left:50%;
    }
    @media (min-width: 1981px) {
    #slider-wrapper .container {
    width:100%;
    margin:0;
    left:auto;
    }
    }
    html.ie8 #slider-wrapper .container {
    width:100%;
    margin:0;
    left:auto;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .container {
    width:1200px;
    margin:0 0 0 -600px;
    }
    }
    @media (max-width: 767px) {
    #slider-wrapper .container {
    width:1000px;
    margin:0 0 0 -500px;
    }
    }
    #slider-wrapper .container .camera_wrap { margin:0 !important; }
    #slider-wrapper .camera_prev {
    margin:0 0 0 -61px;
    top:60px;
    left:50%;
    }
    #slider-wrapper .camera_commands {
    margin:0 -20px 0 0;
    top:60px;
    right:50%;
    }
    #slider-wrapper .camera_next {
    margin:0 -61px 0 0;
    top:60px;
    right:50%;
    }
    #slider-wrapper .camera_caption {
    position:absolute;
    width:1170px;
    margin:0 0 0 -585px;
    letter-spacing:3.2px;
    line-height:16px;
    font-family:’Voltaire’, sans-serif;
    font-size:14px;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    bottom:366px;
    left:50%;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    #slider-wrapper .camera_caption {
    width:940px;
    margin:0 0 0 -470px;
    }
    }
    html.ie8 #slider-wrapper .camera_caption {
    width:940px;
    margin:0 0 0 -470px;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_caption {
    width:724px;
    margin:0 0 0 -362px;
    bottom:220px;
    }
    }
    @media (max-width: 767px) {
    #slider-wrapper .camera_caption {
    width:440px;
    margin:0 0 0 -220px;
    letter-spacing:1.5px;
    bottom:160px;
    }
    }
    @media (max-width: 480px) {
    #slider-wrapper .camera_caption {
    width:280px;
    margin:0 0 0 -140px;
    }
    }
    #slider-wrapper .camera_caption div {
    background:none;
    padding:0;
    }
    #slider-wrapper .camera_caption strong {
    display:block;
    margin:0 0 86px 0;
    letter-spacing:19px;
    line-height:56px;
    font-size:54px;
    font-weight:400;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_caption strong { letter-spacing:9px; }
    }
    @media (max-width: 767px) {
    #slider-wrapper .camera_caption strong {
    margin:0 0 40px 0;
    letter-spacing:5px;
    }
    }
    @media (max-width: 480px) {
    #slider-wrapper .camera_caption strong {
    line-height:36px;
    font-size:34px;
    }
    }
    #slider-wrapper .camera_caption a {
    text-decoration:none;
    color:#fff;
    }
    #slider-wrapper .camera_caption a:focus {
    text-decoration:none;
    color:#fff;
    }
    #slider-wrapper .camera_caption a:hover {
    text-decoration:none;
    color:#e05361;
    }
    #slider-wrapper .camera_pag {
    position:absolute;
    text-align:center;
    right:0;
    bottom:77px;
    left:0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_pag { bottom:30px; }
    }
    @media (max-width: 767px) {
    #slider-wrapper .camera_pag { bottom:30px; }
    }
    #slider-wrapper .camera_pag ul {
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    }
    #slider-wrapper .camera_pag ul li {
    background:#fff;
    display:inline-block;
    width:16px;
    height:16px;
    margin:0 0 0 14px;
    padding:0;
    vertical-align:top;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    opacity:0.4;
    filter:alpha(opacity=40);
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    }
    #slider-wrapper .camera_pag ul li:hover, #slider-wrapper .camera_pag ul li.cameracurrent {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    #slider-wrapper .camera_pag ul li:first-child { margin:0; }
    #slider-wrapper .camera_pag ul li span { display:none; }
    .content-holder {
    background:#fff;
    margin:0;
    padding:84px 0 84px 0;
    }
    @media (max-width: 767px) {
    .content-holder { padding:84px 20px 84px 20px; }
    }
    body.home .content-holder { padding:84px 0 0 0; }
    @media (max-width: 767px) {
    body.home .content-holder { padding:84px 20px 0 20px; }
    }
    #sidebar .widget { margin:89px 0 0 0; }
    #sidebar .widget:first-child { margin:0; }
    #sidebar h3 { margin-bottom:21px; }
    #sidebar ul {
    margin:0;
    padding:0;
    }
    #sidebar ul li {
    margin:0;
    padding:20px 0 21px 0;
    border-top:1px solid #e9e9ea;
    list-style:none;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
    color:#85848b;
    }
    #sidebar ul li:first-child { border:none; }
    #sidebar ul li a {
    text-decoration:none;
    color:#85848b;
    }
    #sidebar ul li a:focus {
    text-decoration:none;
    color:#85848b;
    }
    #sidebar ul li a:hover {
    text-decoration:none;
    color:#e05361;
    }
    #sidebar ul li ul {
    margin:20px 0 -21px 0;
    border-top:1px solid #e9e9ea;
    }
    #sidebar ul.post-list { padding:23px 0 0 0; }
    #sidebar ul.post-list li {
    margin:44px 0 0 0;
    padding:0;
    border:none;
    line-height:18px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:400;
    text-transform:none;
    color:#504f56;
    }
    #sidebar ul.post-list li:first-child { margin:0; }
    #sidebar ul.post-list li .thumbnail {
    float:none;
    margin:0 0 26px 0;
    }
    #sidebar ul.post-list li time {
    display:block;
    margin:0 0 10px 0;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    #sidebar ul.post-list li time:before {
    margin:0 10px 0 0;
    font-family:FontAwesome;
    font-size:16px;
    color:#e05361;
    content:’\f073′;
    }
    #sidebar ul.post-list li h4 {
    margin:0 0 9px 0;
    text-transform:uppercase;
    color:#85848b;
    }
    #sidebar ul.post-list li h4 a {
    text-decoration:none;
    color:#85848b;
    }
    #sidebar ul.post-list li h4 a:focus {
    text-decoration:none;
    color:#85848b;
    }
    #sidebar ul.post-list li h4 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    #sidebar ul.post-list li .excerpt {
    margin:0 0 20px 0;
    padding-bottom:19px;
    border-bottom:1px solid #e9e9ea;
    }
    @media (min-width: 1200px) {
    #sidebar ul.post-list li .excerpt {
    padding-right:30px;
    padding-left:30px;
    }
    }
    #sidebar ul.post-list li a.btn-primary { color:#e05361; }
    #sidebar ul.post-list li a.btn-primary:focus { color:#e05361; }
    #sidebar ul.post-list li a.btn-primary:hover { color:#303334; }
    #sidebar ul.comments-custom { padding:22px 0 0 0; }
    #sidebar ul.comments-custom li {
    margin:43px 0 0 0;
    padding:0;
    border:none;
    line-height:18px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:400;
    text-align:left;
    text-transform:none;
    color:#504f56;
    }
    #sidebar ul.comments-custom li:first-child { margin:0; }
    #sidebar ul.comments-custom li .thumbnail { margin:0 30px 5px 0; }
    #sidebar ul.comments-custom li .meta_format { margin:0; }
    #sidebar ul.comments-custom li strong {
    display:block;
    margin:0 0 11px 0;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    #sidebar ul.comments-custom li strong:before {
    margin:0 10px 0 0;
    font-family:FontAwesome;
    font-size:16px;
    color:#e05361;
    content:’\f007′;
    }
    #sidebar ul.comments-custom li time {
    display:block;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    #sidebar ul.comments-custom li time:before {
    margin:0 10px 0 0;
    font-family:FontAwesome;
    font-size:16px;
    color:#e05361;
    content:’\f073′;
    }
    #sidebar ul.comments-custom li h4 {
    margin:22px 0 9px 0;
    text-transform:uppercase;
    color:#85848b;
    }
    #sidebar ul.comments-custom li h4 a {
    text-decoration:none;
    color:#85848b;
    }
    #sidebar ul.comments-custom li h4 a:focus {
    text-decoration:none;
    color:#85848b;
    }
    #sidebar ul.comments-custom li h4 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    #sidebar ul.comments-custom li .comments-custom_txt {
    margin:0;
    padding:0;
    border:none;
    color:#504f56;
    }
    #sidebar ul.comments-custom li .comments-custom_txt a {
    text-decoration:none;
    color:#504f56;
    }
    #sidebar ul.comments-custom li .comments-custom_txt a:focus {
    text-decoration:none;
    color:#504f56;
    }
    #sidebar ul.comments-custom li .comments-custom_txt a:hover {
    text-decoration:none;
    color:#e05361;
    }
    #sidebar #wp-calendar caption { color:#85848b; }
    #sidebar #wp-calendar thead tr th { color:#85848b; }
    .list_1 { margin-bottom:89px; }
    .list_1 li { text-align:center; }
    @media (max-width: 767px) {
    .list_1 li {
    width:100%;
    overflow:hidden;
    text-align:left;
    }
    }
    .list_1 li .thumbnail { margin:0 0 29px 0; }
    @media (max-width: 767px) {
    .list_1 li .thumbnail {
    max-width:40%;
    margin:5px 20px 5px 0;
    }
    }
    @media (max-width: 767px) {
    .list_1 li .clear { display:none; }
    }
    .list_1 li h5 { margin:0 0 15px 0; }
    .list_1 li .excerpt {
    margin:0 0 20px 0;
    padding:0 0 20px 0;
    border-bottom:1px solid #e9e9ea;
    }
    @media (max-width: 767px) {
    .list_1 li .excerpt {
    padding:0;
    border:none;
    }
    }
    .list_2 {
    margin:0 !important;
    padding:0;
    line-height:0;
    font-size:0;
    text-align:center;
    }
    .list_2 li {
    display:inline-block;
    margin:0 31px;
    padding:0;
    vertical-align:top;
    list-style:none;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_2 li { margin:0 9px; }
    }
    html.ie8 .list_2 li { margin:0 9px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_2 li { margin:15px 25px; }
    }
    @media (max-width: 767px) {
    .list_2 li { margin:15px; }
    }
    .list_2 li .thumbnail {
    background:none;
    margin:0;
    }
    .list_2 li .thumbnail a:hover img {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    .list_2 li .thumbnail a img {
    opacity:0.2;
    filter:alpha(opacity=20);
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    }
    .list_2 li h5 { display:none; }
    .list_3 li {
    margin-bottom:44px;
    text-align:center;
    }
    @media (max-width: 767px) {
    .list_3 li {
    width:100%;
    overflow:hidden;
    text-align:left;
    }
    }
    .list_3 li .thumbnail { margin:0 0 29px 0; }
    @media (max-width: 767px) {
    .list_3 li .thumbnail {
    max-width:50%;
    float:left;
    margin:5px 20px 5px 0;
    }
    }
    @media (max-width: 767px) {
    .list_3 li .clear { display:none; }
    }
    .list_3 li h5 { margin:0 0 15px 0; }
    .list_3 li .excerpt {
    margin:0 0 20px 0;
    padding:0 0 20px 0;
    border-bottom:1px solid #e9e9ea;
    }
    @media (max-width: 767px) {
    .list_3 li .excerpt {
    padding:0;
    border:none;
    }
    }
    .list_4 li {
    position:relative;
    margin-bottom:44px;
    text-align:center;
    }
    @media (max-width: 767px) {
    .list_4 li {
    width:100%;
    overflow:hidden;
    text-align:left;
    }
    }
    .list_4 li .thumbnail { margin:0 0 29px 0; }
    @media (max-width: 767px) {
    .list_4 li .thumbnail {
    float:left;
    max-width:40%;
    margin:0 20px 5px 0;
    }
    }
    @media (max-width: 767px) {
    .list_4 li .clear { display:none; }
    }
    .list_4 li .post_meta {
    background:#e05361;
    position:absolute;
    padding:20px 35px 17px 35px;
    border:none;
    line-height:20px;
    font-family:’Voltaire’, sans-serif;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    color:#fff;
    top:0;
    left:0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_4 li .post_meta {
    padding:15px 20px 15px 20px;
    line-height:18px;
    font-size:14px;
    }
    }
    @media (max-width: 767px) {
    .list_4 li .post_meta {
    padding:15px 20px 15px 20px;
    line-height:18px;
    font-size:14px;
    }
    }
    @media (max-width: 480px) {
    .list_4 li .post_meta {
    padding:5px 10px 5px 10px;
    line-height:16px;
    font-size:11px;
    }
    }
    .list_4 li .post_meta .post_category, .list_4 li .post_meta .post_author, .list_4 li .post_meta .post_comment { display:none; }
    .list_4 li h5 { margin:0 0 15px 0; }
    .list_4 li .excerpt {
    margin:0 0 20px 0;
    padding:0 0 20px 0;
    border-bottom:1px solid #e9e9ea;
    }
    @media (max-width: 767px) {
    .list_4 li .excerpt {
    padding:0;
    border:none;
    }
    }
    .list_5 {
    margin:0 0 0 -30px !important;
    padding:0 0 15px 0;
    line-height:0;
    font-size:0;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_5 { margin:0 0 0 -20px !important; }
    }
    html.ie8 .list_5 { margin:0 0 0 -20px !important; }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_5 { margin:0 0 0 -20px !important; }
    }
    @media (max-width: 767px) {
    .list_5 {
    margin:0 -10px !important;
    text-align:center;
    }
    }
    .list_5 li {
    display:inline-block;
    width:370px;
    margin:0 0 48px 30px;
    padding:0;
    vertical-align:top;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_5 li {
    width:300px;
    margin:0 0 20px 20px;
    }
    }
    html.ie8 .list_5 li {
    width:300px;
    margin:0 0 20px 20px;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_5 li {
    width:228px;
    margin:0 0 20px 20px;
    }
    }
    @media (max-width: 767px) {
    .list_5 li {
    width:120px;
    margin:0 10px 20px 10px;
    }
    }
    .list_5 li .thumbnail {
    background:#2a2d2e;
    position:relative;
    float:none;
    overflow:hidden;
    margin:0;
    }
    .list_5 li .thumbnail a:hover:before {
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:50%;
    }
    .list_5 li .thumbnail a:hover img {
    opacity:0.5;
    filter:alpha(opacity=50);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    .list_5 li .thumbnail a:before {
    display:inline-block;
    position:absolute;
    margin:-30px 0 0 -30px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    vertical-align:top;
    line-height:60px;
    font-family:FontAwesome;
    font-size:60px;
    color:#fff;
    top:-30px;
    left:50%;
    content:’\f08e’;
    }
    .list_5 li .thumbnail a img {
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    }
    .list_5 li h5 { display:none; }
    .list_6 {
    margin:0 0 0 -30px !important;
    padding:11px 0 50px 0;
    line-height:0;
    font-size:0;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_6 { margin:0 0 0 -20px !important; }
    }
    html.ie8 .list_6 { margin:0 0 0 -20px !important; }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_6 { margin:0 0 0 -20px !important; }
    }
    @media (max-width: 767px) {
    .list_6 { margin:0 !important; }
    }
    .list_6 li {
    display:inline-block;
    width:370px;
    margin:0 0 35px 30px;
    padding:0;
    vertical-align:top;
    list-style:none;
    line-height:18px;
    font-size:13px;
    text-align:left;
    color:#504f56;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_6 li {
    width:300px;
    margin:0 0 20px 20px;
    }
    }
    html.ie8 .list_6 li {
    width:300px;
    margin:0 0 20px 20px;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_6 li {
    width:342px;
    margin:0 0 20px 20px;
    }
    }
    @media (max-width: 767px) {
    .list_6 li {
    width:100%;
    margin:0 0 20px 0;
    }
    }
    .list_6 li .thumbnail {
    background:#2a2d2e;
    position:relative;
    float:left;
    margin:7px 30px 5px 0;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_6 li .thumbnail {
    max-width:50%;
    margin:4px 20px 5px 0;
    }
    }
    html.ie8 .list_6 li .thumbnail {
    max-width:50%;
    margin:4px 17px 5px 0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_6 li .thumbnail {
    max-width:50%;
    margin:4px 20px 5px 0;
    }
    }
    @media (max-width: 767px) {
    .list_6 li .thumbnail { max-width:50%; }
    }
    @media (max-width: 480px) {
    .list_6 li .thumbnail { margin:2px 17px 5px 0; }
    }
    .list_6 li .thumbnail a:hover:before {
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:50%;
    }
    .list_6 li .thumbnail a:hover img {
    opacity:0.5;
    filter:alpha(opacity=50);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    .list_6 li .thumbnail a:before {
    display:inline-block;
    position:absolute;
    margin:-20px 0 0 -20px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    vertical-align:top;
    line-height:40px;
    font-family:FontAwesome;
    font-size:40px;
    color:#fff;
    top:-30px;
    left:50%;
    content:’\f08e’;
    }
    .list_6 li .thumbnail a img {
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    }
    .list_6 li h5 {
    margin:0 0 8px 0;
    line-height:35px;
    font-size:22px;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .list_6 li h5 {
    line-height:20px;
    font-size:17px;
    }
    }
    html.ie8 .list_6 li h5 {
    line-height:20px;
    font-size:17px;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .list_6 li h5 {
    line-height:23px;
    font-size:18px;
    }
    }
    @media (max-width: 480px) {
    .list_6 li h5 {
    line-height:18px;
    font-size:16px;
    }
    }
    .list_6 li .excerpt {
    overflow:hidden;
    margin:0 0 20px 0;
    padding:0 0 19px 0;
    border-bottom:1px solid #e9e9ea;
    }
    @media (max-width: 480px) {
    .list_6 li .excerpt {
    padding:0;
    border:none;
    }
    }
    .thumbnail {
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    }
    .thumbnail a:hover .zoom-icon:before {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    }
    .thumbnail a .zoom-icon:before {
    background:url(images/magnify.png) no-repeat 0% 0%;
    position:absolute;
    width:119px;
    height:119px;
    overflow:hidden;
    margin:-60px 0 0 -60px;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    top:50%;
    left:50%;
    content:”;
    }
    @media (min-width: 979px) and (max-width: 1200px) {
    .thumbnail a .zoom-icon:before {
    background:url(images/magnify_alt.png) no-repeat 0% 0%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    }
    }
    html.ie8 .thumbnail a .zoom-icon:before {
    background:url(images/magnify_alt.png) no-repeat 0% 0%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .thumbnail a .zoom-icon:before {
    background:url(images/magnify_alt.png) no-repeat 0% 0%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    }
    }
    @media (max-width: 767px) {
    .thumbnail a .zoom-icon:before {
    background:url(images/magnify_alt.png) no-repeat 0% 0%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    top:63%;
    }
    }
    @media (max-width: 480px) {
    .thumbnail a .zoom-icon:before {
    background:url(images/magnify_alt_1.png) no-repeat 0% 0%;
    width:30px;
    height:30px;
    margin:-15px 0 0 -15px;
    top:60%;
    }
    }
    a.btn-primary {
    background:none;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    line-height:16px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-shadow:none;
    text-transform:uppercase;
    text-decoration:none;
    color:#e05361;
    }
    a.btn-primary:focus {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    color:#e05361;
    }
    a.btn-primary:hover {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    color:#ffb9c0;
    }
    .fixed_parallax_section {
    text-align:center;
    color:#fff;
    }
    .fixed_parallax_section h5 {
    margin-bottom:86px;
    letter-spacing:18px;
    line-height:54px;
    font-size:54px;
    color:#fff;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section h5 {
    margin-bottom:56px;
    letter-spacing:9px;
    line-height:34px;
    font-size:34px;
    }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section h5 {
    margin-bottom:56px;
    letter-spacing:9px;
    line-height:34px;
    font-size:34px;
    }
    }
    .fixed_parallax_section h5 a {
    text-decoration:none;
    color:#fff;
    }
    .fixed_parallax_section h5 a:focus {
    text-decoration:none;
    color:#fff;
    }
    .fixed_parallax_section h5 a:hover {
    text-decoration:none;
    color:#e05361;
    }
    .fixed_parallax_section p {
    letter-spacing:3px;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    }
    .fixed_parallax_section.cherry_parallax {
    min-height:565px;
    margin:0 0 97px 0;
    padding:30px 0 30px 0;
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax { min-height:265px; }
    }
    .fixed_parallax_section.cherry_parallax_1 {
    min-height:565px;
    margin:0 0 148px 0;
    padding:30px 0 30px 0;
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_1 { min-height:265px; }
    }
    .fixed_parallax_section.cherry_parallax_2 {
    min-height:565px;
    margin:70px 0 106px 0;
    padding:30px 0 30px 0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section.cherry_parallax_2 { min-height:265px; }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_2 { min-height:265px; }
    }
    .fixed_parallax_section.cherry_parallax_3 {
    min-height:565px;
    margin:70px 0 98px 0;
    padding:30px 0 30px 0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section.cherry_parallax_3 { min-height:265px; }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_3 { min-height:265px; }
    }
    .fixed_parallax_section.cherry_parallax_4 {
    min-height:565px;
    margin:55px 0 98px 0;
    padding:30px 0 30px 0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section.cherry_parallax_4 { min-height:265px; }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_4 { min-height:265px; }
    }
    .fixed_parallax_section.cherry_parallax_5 {
    min-height:625px;
    margin:70px 0 0 0;
    padding:225px 0 200px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    }
    html.ie8 .fixed_parallax_section.cherry_parallax_5 { min-height:200px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section.cherry_parallax_5 {
    min-height:400px;
    padding:125px 0 100px 0;
    }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_5 {
    min-height:280px;
    padding:75px 20px 50px 20px;
    }
    }
    .fixed_parallax_section.cherry_parallax_6 {
    min-height:625px;
    margin:0 0 84px 0;
    padding:225px 0 200px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    }
    html.ie8 .fixed_parallax_section.cherry_parallax_6 { min-height:200px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section.cherry_parallax_6 {
    min-height:400px;
    padding:125px 0 100px 0;
    }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_6 {
    min-height:280px;
    padding:75px 20px 50px 20px;
    }
    }
    .fixed_parallax_section.cherry_parallax_7 {
    min-height:565px;
    margin:55px 0 84px 0;
    padding:30px 0 30px 0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .fixed_parallax_section.cherry_parallax_7 { min-height:265px; }
    }
    @media (max-width: 767px) {
    .fixed_parallax_section.cherry_parallax_7 { min-height:265px; }
    }
    .hero-unit {
    background:none;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    text-align:center;
    }
    @media (max-width: 767px) {
    .hero-unit { padding:0 0 20px 0; }
    }
    .hero-unit h1 {
    margin-bottom:34px;
    letter-spacing:6.5px;
    line-height:32px;
    font-size:32px;
    font-weight:400;
    color:#303334;
    }
    .hero-unit p {
    line-height:18px;
    font-size:13px;
    font-weight:400;
    }
    @media (min-width: 1200px) {
    .hero-unit p { padding:0 20px; }
    }
    .content_box {
    background:#e05361;
    padding:41px 0 38px 0;
    }
    .content_box:before, .content_box:after { background:#e05361; }
    .content_box.center {
    background:none;
    margin:0 0 133px 0;
    padding:38px 0 0 0;
    text-align:center;
    }
    .content_box.center:before, .content_box.center:after { display:none; }
    .content_box.center a.btn-link { margin:0 13px; }
    @media (max-width: 767px) {
    .content_box.center a.btn-link { margin:5px 9px; }
    }
    .content_box.text {
    background:none;
    margin:0;
    padding:0;
    padding-top:13px;
    text-align:left;
    }
    @media (min-width: 1200px) {
    .content_box.text { padding-right:40px; }
    }
    .content_box.text:before, .content_box.text:after { display:none; }
    a.btn-link {
    background:none;
    display:inline-block;
    position:relative;
    min-width:165px;
    margin:0;
    padding:20px 28px 17px 28px;
    vertical-align:top;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    letter-spacing:3.7px;
    line-height:20px;
    font-family:’Voltaire’, sans-serif;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    text-shadow:none;
    text-align:center;
    text-decoration:none;
    color:#fff;
    }
    @media (max-width: 767px) {
    a.btn-link { margin-bottom:30px; }
    }
    a.btn-link:focus {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    color:#fff;
    }
    a.btn-link:focus:after {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:100%;
    }
    a.btn-link:hover {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    color:#fff;
    }
    a.btn-link:hover:after {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:0;
    }
    a.btn-link:before {
    background:#e05361;
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    content:”;
    }
    a.btn-link:after {
    background:#303334;
    display:block;
    position:absolute;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    top:100%;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    content:”;
    }
    .spacer { height:151px; }
    div.testimonials {
    width:100%;
    overflow:hidden;
    padding:7px 0 18px 0;
    }
    div.testimonials .testi-item {
    float:left;
    width:270px;
    margin:0 0 0 30px;
    padding:0;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    div.testimonials .testi-item {
    width:220px;
    margin:0 0 0 20px;
    }
    }
    html.ie8 div.testimonials .testi-item {
    width:220px;
    margin:0 0 0 20px;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    div.testimonials .testi-item {
    width:166px;
    margin:0 0 0 20px;
    }
    }
    @media (max-width: 767px) {
    div.testimonials .testi-item {
    width:100%;
    margin:30px 0 0 0;
    }
    }
    div.testimonials .testi-item:first-child { margin:0; }
    html.ie8 div.testimonials .testi-item:first-child { margin:0; }
    div.testimonials .testi-item blockquote {
    background:none;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    text-align:center;
    color:#504f56;
    }
    @media (min-width: 1200px) {
    div.testimonials .testi-item blockquote { padding:0 25px; }
    }
    div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
    div.testimonials .testi-item blockquote a {
    text-decoration:none;
    color:#504f56;
    }
    div.testimonials .testi-item blockquote a:focus {
    text-decoration:none;
    color:#504f56;
    }
    div.testimonials .testi-item blockquote a:hover {
    text-decoration:none;
    color:#e05361;
    }
    div.testimonials .testi-item .testi-meta {
    padding:18px 0 0 0;
    font-weight:700;
    text-align:center;
    color:#303334;
    }
    div.testimonials .testi-item .testi-meta .user { display:block; }
    div.testimonials .testi-item .testi-meta .user:after { display:none; }
    div.testimonials .testi-item .testi-meta a { font-weight:400; }
    div.testimonials .testi-item .testi-meta .info, div.testimonials .testi-item .testi-meta br { display:none; }
    div.list.custom-list { padding:8px 0 40px 0; }
    div.list.custom-list ul {
    margin:0;
    padding:0;
    }
    div.list.custom-list ul li {
    position:relative;
    margin:3px 0 0 0;
    padding:0;
    list-style:none;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    div.list.custom-list ul li:first-child { margin:0; }
    div.list.custom-list ul li:before { display:none; }
    div.list.custom-list ul li a {
    display:block;
    position:relative;
    padding:22px 29px 17px 29px;
    text-decoration:none;
    color:#85848b;
    }
    div.list.custom-list ul li a:focus {
    text-decoration:none;
    color:#85848b;
    }
    div.list.custom-list ul li a:focus:after {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    right:100%;
    }
    div.list.custom-list ul li a:hover {
    text-decoration:none;
    color:#fff;
    }
    div.list.custom-list ul li a:hover:after {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    right:0;
    }
    div.list.custom-list ul li a:before {
    background:#e9e9ea;
    display:block;
    position:absolute;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    content:”;
    }
    div.list.custom-list ul li a:after {
    background:#e05361;
    display:block;
    position:absolute;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    z-index:-1;
    content:”;
    }
    .footer {
    background:none;
    margin:0;
    padding:0;
    border:none;
    }
    @media (max-width: 767px) {
    .footer { padding:0 20px; }
    }
    .footer .social-nets-wrapper {
    padding:44px 0 44px 0;
    text-align:center;
    }
    .footer .social-nets-wrapper ul {
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    }
    .footer .social-nets-wrapper ul li {
    display:inline-block;
    margin:0 0 0 10px;
    padding:0;
    vertical-align:top;
    list-style:none;
    }
    .footer .social-nets-wrapper ul li:first-child { margin:0; }
    .footer .social-nets-wrapper ul li a {
    display:inline-block;
    position:relative;
    overflow:hidden;
    vertical-align:top;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-decoration:none;
    }
    .footer .social-nets-wrapper ul li a:hover:before {
    border-color:#e05361;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    .footer .social-nets-wrapper ul li a:hover:after {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:0;
    right:0;
    bottom:0;
    left:0;
    }
    .footer .social-nets-wrapper ul li a[title=”google”]:before { content:’\f0d5′; }
    .footer .social-nets-wrapper ul li a[title=”pinterest”]:before { content:’\f0d2′; }
    .footer .social-nets-wrapper ul li a[title=”twitter”]:before { content:’\f099′; }
    .footer .social-nets-wrapper ul li a[title=”facebook”]:before { content:’\f09a’; }
    .footer .social-nets-wrapper ul li a:before {
    display:inline-block;
    position:relative;
    width:39px;
    height:39px;
    border:1px solid #525555;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    vertical-align:top;
    line-height:39px;
    font-family:FontAwesome;
    font-size:19px;
    font-weight:400;
    text-align:center;
    color:#fff;
    }
    .footer .social-nets-wrapper ul li a:after {
    background:#e05361;
    display:block;
    position:absolute;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    top:50%;
    right:50%;
    bottom:50%;
    left:50%;
    z-index:-1;
    content:”;
    }
    .footer .social-nets-wrapper ul li a img { display:none; }
    .footer .copyright {
    position:relative;
    margin:0;
    padding:29px 0 29px 0;
    border-top:1px solid #4a494f;
    }
    .footer .copyright:before {
    display:block;
    position:absolute;
    width:101%;
    border-top:1px solid #4a494f;
    top:-1px;
    bottom:0;
    left:-100%;
    z-index:-1;
    content:”;
    }
    .footer .copyright:after {
    display:block;
    position:absolute;
    width:101%;
    border-top:1px solid #4a494f;
    top:-1px;
    bottom:0;
    right:-100%;
    z-index:-1;
    content:”;
    }
    .footer .copyright .footer-text {
    float:none;
    margin:0;
    line-height:16px;
    font-size:10px;
    text-transform:uppercase;
    color:#75747c;
    }
    .footer .copyright .footer-text a {
    text-decoration:none;
    color:#75747c;
    }
    .footer .copyright .footer-text a:focus {
    text-decoration:none;
    color:#75747c;
    }
    .footer .copyright .footer-text a:hover {
    text-decoration:none;
    color:#fff;
    }
    .footer .copyright .footer-nav { margin:0; }
    @media (max-width: 767px) {
    .footer .copyright .footer-nav { margin:7px 0 0 0; }
    }
    .footer .copyright .footer-nav ul {
    margin:0;
    padding:0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .footer .copyright .footer-nav ul { text-align:right; }
    }
    .footer .copyright .footer-nav ul li {
    margin:0 0 0 60px;
    padding:0;
    list-style:none;
    text-transform:uppercase;
    }
    @media (min-width: 980px) and (max-width: 1200px) {
    .footer .copyright .footer-nav ul li { margin:0 0 0 40px; }
    }
    html.ie8 .footer .copyright .footer-nav ul li { margin:0 0 0 40px; }
    @media (min-width: 768px) and (max-width: 979px) {
    .footer .copyright .footer-nav ul li { margin:0 0 0 15px; }
    }
    @media (max-width: 767px) {
    .footer .copyright .footer-nav ul li { margin:0 0 0 15px; }
    }
    @media (max-width: 480px) {
    .footer .copyright .footer-nav ul li { margin:0 0 0 4px; }
    }
    .footer .copyright .footer-nav ul li:first-child { margin:0; }
    html.ie8 .footer .copyright .footer-nav ul li:first-child { margin:0; }
    .footer .copyright .footer-nav ul li.current-menu-item a {
    text-decoration:none;
    color:#fff;
    }
    .footer .copyright .footer-nav ul li.current-menu-item a:focus {
    text-decoration:none;
    color:#fff;
    }
    .footer .copyright .footer-nav ul li.current-menu-item a:hover {
    text-decoration:none;
    color:#fff;
    }
    .footer .copyright .footer-nav ul li a { text-decoration:none; }
    .footer .copyright .footer-nav ul li a:focus {
    text-decoration:none;
    color:#75747c;
    }
    .footer .copyright .footer-nav ul li a:hover {
    text-decoration:none;
    color:#fff;
    }
    #back-top-wrapper {
    right:50px;
    bottom:116px;
    }
    #back-top-wrapper p#back-top { margin:0; }
    #back-top-wrapper p#back-top a {
    background:#e05361;
    display:block;
    width:42px;
    height:42px;
    overflow:hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    }
    #back-top-wrapper p#back-top a:hover {
    background:#545657;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    #back-top-wrapper p#back-top a:hover:before {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    }
    #back-top-wrapper p#back-top a:before {
    display:block;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    line-height:42px;
    font-family:FontAwesome;
    font-size:19px;
    text-align:center;
    color:#fff;
    content:’\f0aa’;
    }
    #back-top-wrapper p#back-top a span { display:none; }
    .title-section {
    position:relative;
    margin:-84px 0 57px 0;
    padding:85px 0 47px 0;
    text-align:center;
    }
    .title-section:before {
    background:url(images/bg.jpg) no-repeat 50% 50%;
    display:block;
    position:absolute;
    top:0;
    right:-100%;
    bottom:0;
    left:-100%;
    z-index:-1;
    content:”;
    }
    .title-section h1 { display:none; }
    .title-section ul {
    background:none;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    line-height:0;
    font-size:0;
    }
    .title-section ul li {
    display:inline-block;
    margin:0;
    padding:0;
    vertical-align:top;
    letter-spacing:3px;
    list-style:none;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:14px;
    font-weight:400;
    text-shadow:none;
    text-transform:uppercase;
    color:#e05361;
    }
    .title-section ul li.active { color:#fff; }
    .title-section ul li.divider { margin:0 27px; }
    @media (max-width: 767px) {
    .title-section ul li.divider { margin:0 7px; }
    }
    .title-section ul li.divider:after {
    line-height:18px;
    font-family:FontAwesome;
    font-size:14px;
    color:#777;
    content:’\f105′;
    }
    .title-section ul li a {
    text-decoration:none;
    color:#e05361;
    }
    .title-section ul li a:focus {
    text-decoration:none;
    color:#e05361;
    }
    .title-section ul li a:hover {
    text-decoration:none;
    color:#fff;
    }
    article.post h3 {
    letter-spacing:normal;
    line-height:22px;
    font-size:22px;
    text-align:left;
    color:#85848b;
    }
    article.type-clients .thumbnail {
    background:#e05361;
    float:left;
    margin:5px 20px 5px 0 !important;
    padding:15px 20px;
    }
    article.type-portfolio .thumbnail.large { margin:0; }
    ul.pager { margin-top:30px; }
    ul.pager li a {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    }
    .grid_gallery .thumbnail a .zoom-icon:before {
    background:url(images/magnify_alt.png) no-repeat 0% 0%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    }
    .pagination ul li a, .pagination ul li span {
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border-radius:0 !important;
    }
    .post_meta {
    line-height:16px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
    color:#85848b;
    }
    .post_meta a {
    text-transform:uppercase !important;
    text-decoration:none;
    color:#85848b;
    }
    .post_meta a:focus {
    text-decoration:none;
    color:#85848b;
    }
    .post_meta a:hover {
    text-decoration:none;
    color:#303334;
    }
    .post_meta i { color:#e05361; }
    .post-author {
    background:none;
    border:none;
    }
    .post-author .post-author_gravatar img {
    padding:0;
    border:none;
    }
    @media (max-width: 480px) {
    .post-author .post-author_desc { overflow:visible; }
    }
    .post-author .post-author_link {
    margin:15px 0 0 0;
    padding:15px 0 0 0;
    border-top:1px solid #e9e9ea;
    }
    .post-author .post-author_link p {
    margin:0;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    ol.comment-list li .comment-body {
    background:none !important;
    border:none;
    }
    ol.comment-list li .comment-body .author {
    padding:10px 0 0 1px;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    ol.comment-list li .comment-body .author:before {
    margin:0 10px 0 0;
    font-family:FontAwesome;
    font-size:16px;
    color:#e05361;
    content:’\f007′;
    }
    @media (max-width: 480px) {
    ol.comment-list li .comment-body .extra-wrap {
    overflow:visible;
    margin:0 0 20px 0;
    }
    }
    ol.comment-list li .comment-body .comment-meta {
    padding:20px 0 0 0;
    line-height:18px;
    font-family:’Voltaire’, sans-serif;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#85848b;
    }
    ol.comment-list li .comment-body .comment-meta:before {
    margin:0 10px 0 0;
    font-family:FontAwesome;
    font-size:16px;
    color:#e05361;
    content:’\f073′;
    }
    ol.comment-list li .comment-body .reply a {
    background:none;
    display:inline-block;
    position:relative;
    margin:0;
    padding:20px 28px 17px 28px;
    vertical-align:top;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    letter-spacing:3.7px;
    line-height:20px;
    font-family:’Voltaire’, sans-serif;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    text-shadow:none;
    text-align:center;
    text-decoration:none;
    color:#fff;
    }
    ol.comment-list li .comment-body .reply a:focus {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    color:#fff;
    }
    ol.comment-list li .comment-body .reply a:focus:after {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:100%;
    }
    ol.comment-list li .comment-body .reply a:hover {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    text-decoration:none;
    color:#fff;
    }
    ol.comment-list li .comment-body .reply a:hover:after {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    top:0;
    }
    ol.comment-list li .comment-body .reply a:before {
    background:#e05361;
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    content:”;
    }
    ol.comment-list li .comment-body .reply a:after {
    background:#303334;
    display:block;
    position:absolute;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
    top:100%;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    content:”;
    }
    #commentform p {
    width:100%;
    overflow:hidden;
    }
    @media (max-width: 767px) {
    #commentform input[type=”text”], #commentform input[type=”email”], #commentform textarea { min-height:57px; }
    }
    #commentform input[type=”submit”] { margin:0; }
    .cancel-comment-reply { padding:0 0 8px 0; }
    .wpcf7-form input[type=”text”], .wpcf7-form input[type=”email”], .wpcf7-form textarea { padding:5px 8px !important; }
    .wpcf7-form .wpcf7-not-valid-tip {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    }
    @media (min-width: 768px) and (max-width: 979px) {
    .wpcf7-form .wpcf7-not-valid-tip {
    padding-right:2px !important;
    padding-left:3px !important;
    font-size:10px !important;
    }
    }
    .wpcf7-form .ajax-loader { margin:18px 0 0 0; }
    .wpcf7-form .wpcf7-response-output {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    }
    .filter-wrapper {
    padding:22px 0 43px 0;
    text-align:center;
    }
    .filter-wrapper .pull-right { float:none; }
    @media (max-width: 767px) {
    .filter-wrapper .pull-right { float:right; }
    }
    .filter-wrapper strong {
    display:inline-block;
    float:none;
    margin:0;
    padding:0;
    vertical-align:top;
    line-height:20px;
    font-family:’Voltai

    Forum: Motywy
    W odpowiedzi na: MENU CZCIONKA
    Thread Starter dolatito

    (@dolatito)

    dziekuje za odpwoiedz a mogę prosic dokładniej w której linijce bo tego jest sporo 🙂

Viewing 2 replies - 1 through 2 (of 2 total)