/*
Theme Name: Paydar Samane
Version: 1.0.1
Theme URI: https://paydarsamane.com
Template: surge
Author: Optimized360
Description: Paydar Samane is powered by Surge and it is used for in-house projects based on Surge. - a5a.f69
Author URI: https://paydarsamane.com
Tags: featured-images, custom-menu
License: Copyright Paydar Samane co - All Rights Reserved © 2013-2018
*/

/*============================================
              Theme Resets
============================================*/

/* == WP Editor == */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 10px 0 35px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 15px 75px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 15px 35px 30px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 13px;
        color: #888;
        margin: 20px 0;
    }

#post_name {
    display: none;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }

/*============================================
              Base
============================================*/

body {
    color: #465066;
    background: radial-gradient(at top,#f6f6f7, #e7ebed, #e7ebed);
    background-image: -o-radial-gradient(center top, ellipse cover, #f6f6f7, #e7ebed);
    background-image: -ms-radial-gradient(center top, ellipse cover, #f6f6f7, #e7ebed);
    background-image: -moz-radial-gradient(center top, ellipse cover, #f6f6f7, #e7ebed);
    background-image: -webkit-radial-gradient(center top, ellipse cover, #f6f6f7, #e7ebed);
    font-family: 'yekan',lato, arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 51px;
    /* Antialiasing */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
    body {
        padding-top: 155px;
    }
}

@media only screen and (min-width: 992px) {
    body {
        padding-top: 62px;
    }
}

nav.navbar {
    -webkit-transform: translateZ(0);
}

.admin-bar nav.navbar {
    top: 46px;
}

@media screen and (min-width: 783px) {
    .admin-bar nav.navbar {
        top: 32px;
    }
}

h1, .h1 {
    font-size: 200%;
    font-family: 'yekan', oswald;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
}

h2, .h2 {
    font-size: 200%;
    font-family: 'yekan', times;
    letter-spacing: -1px;
    font-style: italic;
    margin: 0 0 20px;
}

    h2 a {
        color: #465066;
    }

h3, .h3 {
    font-size: 140%;
    font-family: 'yekan', lato;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -1px;
}

h4, .h4 {
    font-size: 140%;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'yekan', oswald;
    font-weight: 300;
    text-align: right;
}

h5, .h5 {
    font-size: 120%;
}

h6, .h6 {
    font-size: 110%;
}

a {
    color: #8c9abe;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

    a:focus, a:hover, a:active {
        color: #ffac47;
        text-decoration: none;
    }

hr {
    border-color: #bcc0c9;
}

@font-face {
    font-family: '360-Icons';
    src: url('mods/media/fonts/360-Icons.eot?op1w78');
    src: url('mods/media/fonts/360-Icons.eot?op1w78#iefix') format('embedded-opentype'), url('mods/media/fonts/360-Icons.ttf?op1w78') format('truetype'), url('mods/media/fonts/360-Icons.woff?op1w78') format('woff'), url('mods/media/fonts/360-Icons.svg?op1w78#360-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-brand img {
    width: 152px;
}

/*.navbar-brand svg .opt{
  fill: #444;
}

svg .opt{
  fill: #fff;
}

svg ._360{
  fill: #0a93d0;
}*/

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 440px;
}

/*============================================
            Bootstrap Overrides
============================================*/

/* Bootstrap overrides */
.carousel-inner img {
    width: 100%;
}

.carousel-control.left {
}

.carousel-control.right {
}

.carousel-indicators {
}

.carousel-control {
}

/*============================================
                  Buttons
============================================*/

/* Default Buttons */
.btn {
    font-size: 16px;
    padding: 6px 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #adb1bd;
    border-color: transparent;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn:hover, .btn:focus {
        color: #fff;
        background-color: #ffac47;
        border-color: transparent;
    }

.btn-secondary {
    background-color: #ffac47;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: #adb1bd;
    }

.btn-footer {
    font-weight: 700;
    background: #3498db;
    background: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 30px 15px 30px;
    border: solid #4da4d6 3px;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 2px 3px 5px 0px rgba(66,66,66,1);
}

    .btn-footer:hover {
        background: #3cb0fd;
        background: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

/* New Old Buttons */
.btn-old {
    font-family: 'yekan', oswald;
    border-color: rgba(255,255,255,0.4);
    padding: 10px 54px;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    border: 2px solid #8A98BA;
    color: #fff;
    background: -moz-linear-gradient(90deg, rgba(109,121,148,1) 0%, rgba(109,121,148,1) 50%, rgba(92,102,125,1) 51%, rgba(92,102,125,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92,102,125,1)), color-stop(49%, rgba(92,102,125,1)), color-stop(50%, rgba(109,121,148,1)), color-stop(100%, rgba(109,121,148,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(109,121,148,1) 0%, rgba(109,121,148,1) 50%, rgba(92,102,125,1) 51%, rgba(92,102,125,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(109,121,148,1) 0%, rgba(109,121,148,1) 50%, rgba(92,102,125,1) 51%, rgba(92,102,125,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(109,121,148,1) 0%, rgba(109,121,148,1) 50%, rgba(92,102,125,1) 51%, rgba(92,102,125,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(109,121,148,1) 0%, rgba(109,121,148,1) 50%, rgba(92,102,125,1) 51%, rgba(92,102,125,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c667d', endColorstr='#6D7994',GradientType=0 ); /* ie6-9 */
}

    .btn-old.btn-old-offset {
        border: 2px solid #ffac47;
        background: -moz-linear-gradient(90deg, rgba(220,136,28,1) 0%, rgba(220,136,28,1) 47%, rgba(255,172,71,1) 50%, rgba(255,172,71,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,172,71,1)), color-stop(50%, rgba(255,172,71,1)), color-stop(53%, rgba(220,136,28,1)), color-stop(100%, rgba(220,136,28,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(90deg, rgba(220,136,28,1) 0%, rgba(220,136,28,1) 47%, rgba(255,172,71,1) 50%, rgba(255,172,71,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(90deg, rgba(220,136,28,1) 0%, rgba(220,136,28,1) 47%, rgba(255,172,71,1) 50%, rgba(255,172,71,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(90deg, rgba(220,136,28,1) 0%, rgba(220,136,28,1) 47%, rgba(255,172,71,1) 50%, rgba(255,172,71,1) 100%); /* ie10+ */
        background: linear-gradient(0deg, rgba(220,136,28,1) 0%, rgba(220,136,28,1) 47%, rgba(255,172,71,1) 50%, rgba(255,172,71,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAC47', endColorstr='#dc881c',GradientType=0 ); /* ie6-9 */
    }

    .btn-old:hover, .btn-old:active {
        color: #fff;
        border-color: transparent;
    }


.btn.view-project {
    font-weight: bold;
    background-color: #5c667d;
}

    .btn.view-project:hover {
        background-color: #ffac47;
    }

/* // Buttons */

/*============================================
                    Navbar
============================================*/

.navbar {
    margin: 0;
    border-radius: 0;
    padding: 0;
    background-color: #f8f8f8;
    border-color: transparent;
    box-shadow: 0 1px 4px -2px rgba(0,0,0,0.4);
}

@media only screen and (min-width : 768px) {
    ul.nav.navbar-nav {
        float: left;
    }
}

/* Level One Nav */
.navbar li {
    font-family: 'yekan', 'Open Sans','Lato';
}

/* Main Menu Item */
.navbar .navbar-nav > li > a {
    font-size: 80%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'yekan', lato;
    color: #666;
}

@media only screen and (min-width : 768px) {
    .navbar .navbar-nav > li > a {
        padding: 20px 12px;
        /* Use to be 16vs12*/
    }
}

/* Main Menu Item Hover, Active, Focus, Open */
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #337ab7;
}

/* Level Two Nav */

/* Dropdown Menu Wrap */
.dropdown-menu {
    padding: 0;
}

    /* Dropdown Menu Item */
    .dropdown-menu > li > a {
        padding: 12px;
    }

    .dropdown-menu > li:last-child a {
        border-bottom: 0;
    }

    /* Dropdown Menu Item Hover, Active, Focus */
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ccc;
        background-color: transparent;
    }

@media only screen and (min-width: 768px) {
    .dropdown-menu {
        padding: 0 10px;
        background-color: #677187;
    }

        .dropdown-menu > li > a {
            color: white;
            border-bottom: 1px solid #ccc;
        }
}

/* Level Three Nav */

/* Mobile Menu Toggle Button Border */
.navbar .navbar-toggle {
    border-color: transparent;
}

    /* Mobile Menu Toggle Bar BG*/
    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
        /*  background: #01506d;*/
    }

    /* Mobile Menu Toggle Button Icons (Hamburger Menu) */
    .navbar .navbar-toggle .icon-bar {
        background-color: #444;
    }

    /* Mobile Menu Toggle Button Icons (Hamburger Menu) Hover */
    .navbar .navbar-toggle:hover .icon-bar,
    .navbar .navbar-toggle:focus .icon-bar {
        /*background-color: #003951;*/
    }

/* Mobile Menu Icons */
.navbar-icons li a {
    /*color: white;*/
}

    /* Mobile Menu Icons Hover */
    .navbar-icons li a:hover {
        /*background: #003951;*/
    }

/* Mobile Dropdown Menu Box Border */
.navbar .navbar-collapse {
    /*border-color: #999;*/
}

/* Special Button in the Nav */
#navbar .caret {
    display: none;
}

.navbar .navbar-nav > li.carls-menu > a {
    color: #ccc;
}

/* Styling Menu-btn-old */
.navbar .navbar-nav > .menu-btn-old a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #0a93d0;
    padding: 6px 14px;
    margin-top: 12px;
    border-radius: 4px;
    /*-webkit-animation: hue 9s infinite linear;*/
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.navbar .navbar-nav > .menu-btn-old a:hover, .navbar .navbar-nav > .menu-btn-old a:visited, .navbar .navbar-nav > .menu-btn-old a:focus {
    color: white;
    background-color: #0a93d0;
    opacity: 0.8;
}

/*============================================
                  Modules
============================================*/


/* Main Content */
#main-content {
    padding: 50px 0;
}

/* Footer */

/* Footer Top Module */
.fb-like span {
    vertical-align: middle!important;
}

#___plusone_0 {
    vertical-align: middle!important;
    /*margin-left: 16px!important;*/
}

/* Footer Main Module */
#footer-main {
    background-color: #191919;
    color: #666;
    padding: 60px 0;
    font-size: 76%;
    line-height: 22px;
}

    #footer-main .footer-roll {
        font-size: 96%;
        line-height: 18px;
        padding: 16px;
        border: 2px solid #343434;
        margin-bottom: 40px;
    }

@media only screen and (min-width: 992px) {
    #footer-main .footer-roll {
        min-height: 268px;
    }
}

#footer-main .blog-thumbnail {
    height: 100px;
    margin: 0 0 12px 0;
}

.phone {
    text-transform: uppercase;
    margin-right: 20px;
}

#footer-main .ba-address {
    display: block;
}

#footer-main .phone {
    display: block;
    color: #0a93d0;
    font-size: 190%;
    margin: 14px 0;
}

#footer-main .logo-wrap {
    width: 100%;
    margin: 20px 0;
    display: block;
}

    #footer-main .logo-wrap img {
        width: 180px;
        /*height: 38px;*/
    }

/* Footer Bottom Module */
#footer-bottom {
    font-size: 80%;
    color: #666;
    padding: 10px 0;
    background-color: #191919;
    text-transform: uppercase;
}

    #footer-bottom hr {
        border-color: #343434;
    }

    #footer-main a, #footer-bottom a {
        color: #666;
    }

        #footer-main a:hover, #footer-main a:focus, #footer-bottom a:hover, #footer-bottom a:focus {
            color: #ffac47;
        }

/* Speciality Filter Module */
#specialty-filter ul {
    padding: 0;
}

#specialty-filter .tab-content ul li {
    line-height: 2;
    font-size: 105%;
    padding: 20px 0;
    border-bottom: 1px solid #dadce0;
    list-style: none;
    margin: 0;
}

#specialty-filter .tab-content {
    background: #fff;
    padding: 4% 6%;
}

    #specialty-filter .tab-content h4 {
        font-style: normal;
        text-transform: uppercase;
        font-family: 'yekan', lato;
        font-weight: 700;
        letter-spacing: normal;
        font-size: 120%;
    }

#specialty-filter .nav-tabs {
    border: 0;
    color: #fff;
    font-size: 140%;
    font-weight: 300;
    background-color: #adb1bd;
}

    #specialty-filter .nav-tabs > li {
        margin: 0;
        float: initial;
    }

@media only screen and (min-width : 768px) {
    #specialty-filter .nav-tabs > li {
        float: left;
    }
}

#specialty-filter .nav-tabs > li > a {
    border: 0;
    padding: 12px 25px;
    border-radius: 0;
    margin: 0;
    color: #fff;
    background: #adb1bd;
    line-height: 30px;
    vertical-align: middle;
}

    #specialty-filter .nav-tabs > li > a:hover, #specialty-filter .nav-tabs > li.active > a, #specialty-filter .nav-tabs > li.active > a:focus, #specialty-filter .nav-tabs > li.active > a:hover {
        color: #465066;
        background: #fff;
    }

#specialty-filter .nav-tabs span {
    padding: 12px 25px;
    line-height: 30px;
    margin: 0;
    display: block;
    color: #fff;
    background: #ffac47;
}

#specialty-filter .nav-tabs i {
    opacity: 0.4;
    margin-left: 6px;
}

#specialty-filter .nav-tabs > li.active > a,
#specialty-filter .nav-tabs > li.active > a:focus,
#specialty-filter .nav-tabs > li.active > a:hover {
    border: 0;
}

#specialty-filter .tab-pane.inline ul li {
    display: inline-block;
    width: 40%;
    margin-right: 20px;
}

@media only screen and (width: 768px) {
    #specialty-filter .tab-pane.inline ul li {
        width: 30%;
    }
}

#specialty-filter .tab-pane.inline.colors ul li {
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    text-align: center;
}

    #specialty-filter .tab-pane.inline.colors ul li a {
        color: transparent;
        background-color: #444;
        border-radius: 4px;
        margin: 0 5px 5px 0;
        width: 96px;
        height: 96px;
        padding: 2px;
        display: inline-block;
        border: 1px solid #efefef;
    }


@media only screen and (min-width : 768px) {
    #specialty-filter .tab-pane.inline.colors ul li a {
        width: 108px;
        height: 108px;
    }
}

/*#specialty-filter .tab-pane.inline.colors ul li a:hover{
  color: #465066;
}*/

/* Colors */
#specialty-filter .tab-pane.inline.colors ul li.beige a {
    background-color: beige;
    background: -moz-linear-gradient(top, #FBEFC7 0%, #987832 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FBEFC7 0%,#987832 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FBEFC7 0%,#987832 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBEFC7', endColorstr='#987832',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.black a {
    background-color: black;
}

#specialty-filter .tab-pane.inline.colors ul li.blue a {
    background-color: blue;
    background: -moz-linear-gradient(top, #8A98F3 0%, #0029AD 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8A98F3 0%,#0029AD 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8A98F3 0%,#0029AD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8A98F3', endColorstr='#0029AD',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.brown a {
    background-color: brown;
    background: -moz-linear-gradient(top, #715122 0%, #321700 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #715122 0%,#321700 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #715122 0%,#321700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715122', endColorstr='#321700',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.gold a {
    background-color: gold;
    background: -moz-linear-gradient(top, #E9CB50 0%, #937746 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #E9CB50 0%,#937746 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E9CB50 0%,#937746 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9CB50', endColorstr='#937746',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.grey a {
    background-color: grey;
    background: -moz-linear-gradient(top, #3b3b3b 0%, #b7b7b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b3b3b 0%,#b7b7b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b3b3b 0%,#b7b7b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.green a {
    background-color: green;
    background: -moz-linear-gradient(top, #8AF3A2 0%, #008521 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8AF3A2 0%,#008521 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8AF3A2 0%,#008521 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8AF3A2', endColorstr='#008521',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.light a {
    background-color: #eee;
    color: #444;
}

#specialty-filter .tab-pane.inline.colors ul li.orange a {
    background-color: orange;
}

#specialty-filter .tab-pane.inline.colors ul li.pink a {
    background-color: pink;
    background: -moz-linear-gradient(top, #FBC7FB 0%, #F84BCE 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FBC7FB 0%,#F84BCE 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FBC7FB 0%,#F84BCE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBC7FB', endColorstr='#F84BCE',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.purple a {
    background-color: purple;
    background: -moz-linear-gradient(top, #FD1CEE 0%, #420044 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FD1CEE 0%,#420044 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FD1CEE 0%,#420044 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD1CEE', endColorstr='#420044',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.red a {
    background-color: red;
    background: -moz-linear-gradient(top, #FB7070 0%, #AD2500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FB7070 0%,#AD2500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FB7070 0%,#AD2500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB7070', endColorstr='#AD2500',GradientType=0 ); /* IE6-9 */
}

#specialty-filter .tab-pane.inline.colors ul li.white a {
    background-color: white;
}

#specialty-filter .tab-pane.inline.colors ul li.yellow a {
    background-color: yellow;
    background: -moz-linear-gradient(top, #F4F6AE 0%, #ADAB00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F4F6AE 0%,#ADAB00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F4F6AE 0%,#ADAB00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F6AE', endColorstr='#ADAB00',GradientType=0 ); /* IE6-9 */
}
/* // Filter Module */

/* Badges */
.badges {
    background-image: url(mods/media/images/theme/halo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #eaedef;
}

    .badges ul li {
        width: auto;
        margin: 0 20px 20px 0px;
        vertical-align: middle;
    }

        .badges ul li img {
            width: auto;
            height: 160px;
            max-width: initial;
            margin: 0 auto;
        }

/* Opt Social */
.social {
    display: inline-block;
}

    .social a {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin: 0 4px 4px 0;
        border-radius: 36px;
        text-align: center;
        line-height: 28px;
        color: #999;
        background-color: rgba(0,0,0,0.3);
        vertical-align: middle;
        font-size: 76%;
    }

        .social a:hover {
            color: #ffac47;
        }

/*============================================
          Theme Blog Template
============================================*/

.single .entry-content h1, .single .entry-content h4 {
    text-transform: none;
}

.single-post .post-navigation-links {
    display: none;
}

.type-post .entry-header .entry-title {
    margin: 0;
}

.blog-thumbnail {
    height: 200px;
    background-position: center center;
    background-size: cover;
    margin: 26px 0;
}

.type-post .entry-header .entry-title {
    font-family: 'yekan', Lato;
    font-style: normal;
    font-size: 160%;
    letter-spacing: 0;
    padding: 25px 10px;
}

.type-post .entry-footer .read-more {
    margin: 20px 0;
    display: inline-block;
    text-transform: capitalize;
}

.type-post .byline {
    display: none;
}

.type-post .entry-meta-top .fa {
    display: none;
}

.type-post .posted-on:after,
.type-post .cat-links:after,
.type-post .entry-format:after {
    content: '/';
}

.type-post .entry-meta.entry-meta-top {
    margin: 0 0 20px 0;
}

.type-post img.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}

/* Sidebar */

aside#sidebar {
    font-size: 14px;
    margin-top: 120px;
}

@media only screen and (min-width : 992px) {
    aside#sidebar {
        margin-top: 0;
    }
}

#sidebar h2, #sidebar h5 {
    font-size: 100%;
    font-family: 'yekan', lato;
    font-style: normal;
    letter-spacing: initial;
    text-transform: uppercase;
}

#sidebar article {
    line-height: 20px;
    margin-bottom: 20px;
}

#sidebar .blog-thumbnail {
    height: 100px;
    margin: 26px 0 14px 0;
}

@media only screen and (min-width : 992px) {
    .sidebar-wrap {
        border-left: 1px solid #ccc;
        padding: 0 0 0 60px;
        margin-left: 26px;
    }
}

#sidebar ul {
    padding: 0;
}

    #sidebar ul li {
        list-style: none;
    }

/* Sidebar Search Form */

#sidebar label {
    width: 100%;
}

#sidebar .search-form {
    margin: 20px 0;
}

    #sidebar .search-form .search-submit {
        display: none;
    }

    #sidebar .search-form .search-field {
        border: 1px solid #eee;
        height: 22px;
        padding: 18px 14px;
        border-radius: 4px;
        font-family: 'yekan', lato;
        font-weight: 300;
        width: 100%;
    }

/*============================================
          Theme Archive Template
============================================*/

/* Portfolios */
.container-portfolio {
    max-width: 1423px;
    margin: 0 auto;
}

@media screen and (max-width: 1555px) {
    .container-portfolio {
        max-width: 100%;
        padding: 0 66px;
    }
}

@media screen and (max-width: 1024px) {
    .container-portfolio {
        padding: 0 23px;
    }
}

.container-portfolio .system-output .portfolio:nth-of-type(2n+1) {
    content: '';
    clear: both;
}

.portfolio {
    padding-bottom: 100px;
    overflow: hidden;
}

.portfolio-thumbnail {
    position: relative;
    margin-bottom: 20px;
    background-color: #465066;
}

    .portfolio-thumbnail .thumbnail {
        width: 100%;
        padding: 0;
        border-radius: 0;
        border: 0;
        margin: 0;
        background-color: transparent;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .portfolio-thumbnail:hover .thumbnail {
        opacity: 0.4;
    }

.term-template .entry-header .btn, .term-template #specialty-filter {
    display: none;
}

/* No Hover on single pages */
.single article .portfolio-thumbnail:hover .thumbnail {
    opacity: 1;
}

.portfolio-thumbnail .ext-link {
    font-size: 32px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0.6;
    padding-top: 64px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-thumbnail:hover .ext-link {
    padding: 0;
}

.portfolio-thumbnail .ext-link:hover {
    opacity: 1;
}

.portfolio-thumbnail .ext-link i {
    font-size: 36px;
    color: transparent;
}

.portfolio-thumbnail:hover .ext-link i {
    color: white;
}

.portfolio.posts-loop a {
    font-family: 'yekan', lato;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 124%;
    color: #465066;
}

    .portfolio.posts-loop a:hover {
        color: #8c9abe;
    }

.system-output .portfolio.posts-loop .text-right a {
    font-weight: 300;
}

.system-output .portfolio.posts-loop .text-right span a:nth-child(n+2) {
    display: none;
}

/* Single Portfolio */

/*.single-portfolio .btn-default{
  background-color: #5c667d;
}*/

.post-navigation-links {
    padding: 40px 0;
}

.single .portfolio .h5 {
    margin-bottom: 12px;
    display: inline-block;
}

.single .portfolio .btn a {
    color: #fff;
}

.sidebar-filter a {
    padding: 6px 12px;
    padding: 0 6px;
    display: inline-block;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #adb1bd;
    border-color: transparent;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    font-family: 'yekan', oswald;
}

    .sidebar-filter a:hover,
    .sidebar-filter a:focus {
        background-color: #ffac47;
    }

/*============================================
              Page Templates
============================================*/

/*

About

*/

/* Cluster Class */
.cluster {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}

/* Cluster with Shadow Class */
.cluster-shadow-v {
    position: relative;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.4);
}

/* Values Cluster */
.cluster-values {
    background-image: url(mods/media/images/templates/about/bg-core-values.jpg);
}

/* Reasons Cluster */
.cluster-reasons {
    background-image: url(mods/media/images/templates/about/bg-5-reasons.jpg);
    background-position: top right;
    background-size: initial;
    background-color: white;
}

/* Competition Cluster */
.cluster-competition {
    background-image: url(mods/media/images/templates/about/bg-competition.jpg);
}

/* Reviews Cluster */
.cluster-reviews {
    background-image: url(mods/media/images/templates/about/bg-testimonials.png);
}

/* Macbook Cluster */
.cluster-macbook {
    overflow: hidden;
}

    .cluster-macbook .container {
        position: relative;
    }

    .cluster-macbook .ft-figure {
        width: 100%;
        height: 300px;
        background-size: 360px auto;
        background-repeat: no-repeat;
        background-image: url(mods/media/images/templates/about/computer.png);
        background-position: center;
        position: relative;
        margin-top: -140px; /*Removes extra Padding left on mobile */
    }

/* iPhone Cluster */
.cluster-iphone {
    overflow: hidden;
}

    .cluster-iphone .container {
        position: relative;
    }

    .cluster-iphone .ft-figure {
        width: 100%;
        height: 300px;
        background-size: 300px auto;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(mods/media/images/templates/about/cell-phone.png);
        position: relative;
        margin-top: -166px; /*Removes extra Padding left on mobile */
    }

@media only screen and (min-width : 768px) {
    .cluster-macbook .ft-figure {
        width: 900px;
        height: 510px;
        background-size: 900px auto;
        position: absolute;
        top: -45px;
        right: 396px;
        margin-top: 0;
    }

    .cluster-iphone .ft-figure {
        width: 700px;
        height: 584px;
        background-size: 700px auto;
        position: absolute;
        top: 0;
        right: -340px;
        margin-top: 0;
    }
}

@media only screen and (min-width : 992px) {
    .cluster-iphone .ft-figure {
        right: -218px;
    }

    .cluster-macbook .ft-figure {
        right: 506px;
    }
}

@media only screen and (min-width : 1200px) {
    .cluster-iphone .ft-figure {
        right: -128px;
    }

    .cluster-macbook .ft-figure {
        right: 610px;
    }
}


/* Card */
.card {
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    padding: 40px;
    position: relative;
}

/* Card Triangles */
.card-triangle-up:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 32px solid #fff;
    position: absolute;
    top: -32px;
    left: 10%;
}

.card-pull-up {
    margin-top: -220px;
}


.page-template-about .text-light h1, .page-template-about .text-light h2 {
    color: #fff !important;
}
/* About Table */
.page-template-about tbody {
    text-align: center;
}

.page-template-about thead {
    background-color: #d57d08;
    color: #fff;
}

    .page-template-about thead svg {
        height: 18px;
        width: 100px;
        vertical-align: middle;
    }

        .page-template-about thead svg ._360 {
            fill: #fff;
        }

.page-template-about .table-bordered,
.page-template-about .table-bordered > tbody > tr > td,
.page-template-about .table-bordered > tbody > tr > th,
.page-template-about .table-bordered > tfoot > tr > td,
.page-template-about .table-bordered > tfoot > tr > th,
.page-template-about .table-bordered > thead > tr > td,
.page-template-about .table-bordered > thead > tr > th {
    border: 0;
    border-bottom: 1px solid #666;
}

.page-template-about .table > thead > tr > th {
    text-align: center;
    font-weight: 400;
}

.page-template-about .table > tbody > tr > th {
    font-weight: 400;
    padding-right: 10px;
}

.page-template-about .table {
    background-color: white;
    color: #465066;
    width: 100%;
}

    .page-template-about .table i.fa-check {
        color: green;
    }

    .page-template-about .table i.fa-times {
        color: red;
    }

/*

About End

*/

/* Pick Your Specialty Template */
.page-template-pick-your-specialty #main-content h2 {
    font-style: normal;
    text-transform: uppercase;
    font-family: 'yekan', lato;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 150%;
}

.page-template-pick-your-specialty main ul {
    padding: 0;
}

    .page-template-pick-your-specialty main ul li {
        display: inline-block;
    }

        .page-template-pick-your-specialty main ul li a {
            display: block;
            border-radius: 6px;
            background-color: #adb0bb;
            padding: 36px 10px;
            margin: 0 5px 5px 0;
            width: 164px;
            height: 164px;
            overflow: hidden;
            color: #fff;
            text-align: center;
            transition: all 400ms ease-in-out;
        }

            .page-template-pick-your-specialty main ul li a:hover {
                text-decoration: none;
                background-color: #61636b;
            }
/* // Pick Your Specialty Template */

/* CTA AD Styles */
.opt-ad-cta {
    background-color: -moz-linear-gradient(47deg, rgba(39,42,51,1) 0%, rgba(47,52,63,1) 50%, rgba(39,42,51,1) 100%); /* ff3.6+ */
    background-color: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(39,42,51,1)), color-stop(50%, rgba(47,52,63,1)), color-stop(100%, rgba(39,42,51,1))); /* safari4+,chrome */
    background-color: -webkit-linear-gradient(47deg, rgba(39,42,51,1) 0%, rgba(47,52,63,1) 50%, rgba(39,42,51,1) 100%); /* safari5.1+,chrome10+ */
    background-color: -o-linear-gradient(47deg, rgba(39,42,51,1) 0%, rgba(47,52,63,1) 50%, rgba(39,42,51,1) 100%); /* opera 11.10+ */
    background-color: -ms-linear-gradient(47deg, rgba(39,42,51,1) 0%, rgba(47,52,63,1) 50%, rgba(39,42,51,1) 100%); /* ie10+ */
    background-color: linear-gradient(43deg, rgba(39,42,51,1) 0%, rgba(47,52,63,1) 50%, rgba(39,42,51,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272a33', endColorstr='#272a33',GradientType=0 ); /* ie6-9 */
    background-image: url(mods/media/images/theme/bar-symbols.png), linear-gradient(43deg, rgba(39,42,51,1) 0%, rgba(47,52,63,1) 50%, rgba(39,42,51,1) 100%);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 75%;
}

.opt-ad-cta-light {
    background-repeat: no-repeat;
    background-position: 75% center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d57d08+0,c7871f+50,d57d08+100 */
    background-image: url(mods/media/images/theme/bar-symbols-orange.png), linear-gradient(to bottom, #d57d08 0%,#c7871f 50%,#d57d08 100%); /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
}

.ad-cta-title {
    font-size: 200%;
    font-family: 'yekan', times;
    font-style: italic;
    letter-spacing: -1px;
    font-weight: 200;
    line-height: 78px;
}

.ad-cta-subtitle {
    font-size: 180%;
    font-family: 'yekan', lato;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    line-height: 78px;
    margin-right: 40px;
}

/* 

Marketing

*/

.marketing-panels .panel {
    margin-bottom: 34px;
}

.marketing-panels .panel-heading {
    padding: 0;
}

.marketing-panels .panel-title {
    font-size: 120%;
}

    .marketing-panels .panel-title a {
        display: block;
        color: #465066;
        padding: 18px 15px;
    }

/*

End Marketting Page Template 

*/


/*

Marketing Specialty Picker

*/

.page-template-marketing-pick-specialty figure.portfolio-thumbnail {
    border-radius: 6px;
}


    .page-template-marketing-pick-specialty figure.portfolio-thumbnail:hover img {
        opacity: 0.4;
    }

    .page-template-marketing-pick-specialty figure.portfolio-thumbnail img {
        opacity: 0.6;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .page-template-marketing-pick-specialty figure.portfolio-thumbnail figcaption {
        position: absolute;
        top: 0;
        width: 100%;
        height: 14%;
        margin: auto 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

/*

Reputation

*/

.page-template-reputation img.affix {
    top: 100px;
}

.page-template-reputation img.affix,
.page-template-reputation img.affix-top {
    max-width: 460px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .page-template-reputation img.affix,
    .page-template-reputation img.affix-top {
        max-width: 530px;
    }
}

/*============================================
                Helper Classes
============================================*/

.neg-pad {
    margin-right: -15px;
    margin-left: -15px;
}

.text-light {
    color: #fff;
}

.text-hide {
    margin: 0;
    padding: 0;
}

/* Paddings Non-Responsive */

.p-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-v-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-v-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-v-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-v-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-v-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-v-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.p-v-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.p-v-140 {
    padding-bottom: 140px;
    padding-top: 140px;
}

.p-v-160 {
    padding-bottom: 160px;
    padding-top: 160px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-300 {
    padding-top: 300px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-200 {
    padding-bottom: 200px;
}

/* Responsive Margins */
@media only screen and (max-width : 768px) {
    .mb40-xs {
        margin-bottom: 40px;
    }

    .mobile-center {
        text-align: center;
        float: none;
        margin: auto;
    }

    .mobile-text-left {
        text-align: left;
        float: none;
        margin: auto;
    }
}

@media only screen and (max-width: 992px) {
    .mb40-sm {
        margin-bottom: 40px;
    }
}

/*============================================
                360 Icons
============================================*/

.opt-if, [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: '360-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-template-pick-your-specialty #main-content .opt-if {
    display: block;
    font-size: 42px;
    margin-bottom: 10px;
}

#specialty-filter .opt-if {
    display: inline-block;
    font-size: 28px;
    vertical-align: middle;
    margin-right: 8px;
}

.icon-business:before {
    content: "\70";
}

.icon-chiro:before {
    content: "\71";
}

.icon-dentist:before {
    content: "\72";
}

.icon-endo:before {
    content: "\61";
}

.icon-funeral:before {
    content: "\62";
}

.icon-healthcare:before {
    content: "\63";
}

.icon-lab:before {
    content: "\64";
}

.icon-medical:before {
    content: "\65";
}

.icon-optometry:before {
    content: "\66";
}

.icon-oral-surgery:before {
    content: "\67";
}

.icon-ortho:before {
    content: "\68";
}

.icon-pediatrician:before {
    content: "\69";
}

.icon-pedo:before {
    content: "\6a";
}

.icon-perio:before {
    content: "\6b";
}

.icon-physicians:before {
    content: "\6c";
}

.icon-plastic:before {
    content: "\6d";
}

.icon-podiatry:before {
    content: "\6e";
}

.icon-prosthodontic:before {
    content: "\6f";
}

.cta-pre-surge {
    background-color: #e5952a;
    background-image: url(images/home/cta-symbols.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

/*============================================
                Plugins
============================================*/

/* Voting Plugin */
.rw-report-link, .rw-rating-table td:first-child nobr {
    display: none;
}

/* Sidebar Social */
.supsystic-social-sharing.supsystic-social-sharing-content-align-center {
    vertical-align: middle;
    display: inline-block!important;
}

.supsystic-social-sharing .sharer-flat.sharer-flat-1 {
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    margin-right: 6px;
}

/* Ajax Post Loader */
#ajax-load-more-by-bkker-theme-trigger {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #5c667d;
    display: table;
    padding: 6px 12px;
    margin: 20px auto;
    border-radius: 4px;
    clear: both;
    line-height: 1.42857143;
}

    #ajax-load-more-by-bkker-theme-trigger::after {
        content: ' \f078';
        font-family: FontAwesome;
    }

    #ajax-load-more-by-bkker-theme-trigger:hover. #ajax-load-more-by-bkker-theme-trigger:focus {
        background-color: #ffac47;
    }

#ajax-load-more-by-bkker-theme-trigger-finished {
    clear: both;
}







.et_divi_builder #et_builder_outer_content div.et_pb_section.et_pb_section_0 {
    background-image: url(../../../paydarsamane-assets/uploads/2016/02/header-bg.jpg)!important;
}

.et_divi_builder #et_builder_outer_content .et_pb_section_0 {
    padding-top: 170px;
    padding-bottom: 160px;
}

@media only screen and (max-width:980px) {
    .et_divi_builder #et_builder_outer_content .et_pb_section_0 {
        padding-top: 50px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
    }
}




/*packages and pricing table*/
@media only screen and (max-width : 768px) {
    .page-template-about th.rotate {
        /* Something you can count on */
        height: 80px;
        white-space: nowrap;
        text-align: center;
        white-space: nowrap;
        transform-origin: 50% 50%;
        transform: rotate(90deg);
    }

    .page-template-about td {
        padding: 10px 1px !important;
    }
}
