/*
Theme Name: WebApp - Mkt - Theme
Description: Tema base com cabeçalho, menu lateral, rodapé e conteúdo com Elementor
Author: Robson Wolanski
Version: 3.0.0
*/

/*--------------------------------------------------------------
## Geral (alterações no bootstrap)
--------------------------------------------------------------*/

body {
    background-color: #e6ecf0;
    font-size: 16px;
    line-height: 24px;
    --moz-osx-font-smoothing: grayscale !important;
     --webkit-font-smoothing: antialiased;
             -font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0033ff;
}

a:visited {
    color: #0033ff;
}

a:hover,
a:focus,
a:active {
    color: #0033ff;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
# Helpers -> Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Helpers -> Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    padding:0px;
    background-color:#ffffff;
    box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.3);
}

.site-header:after {
    display: block;
    content: '';
    clear: both;
}

#main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 70px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top: 8px;
    margin-bottom: 8px;
}
@media screen and (max-width: 320px) {
    #main-header.container-fluid {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}
.svg_white img,
.svg_white h1 {
    --webkit-filter: invert(100%);
            -filter: invert(100%);
}
.svg_black img,
.svg_black h1 {
    --webkit-filter: invert(2%);
            -filter: invert(2%);
}

/* header left */
.site-header .pushmenu {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

#webapp-navbtn {
    cursor: pointer;
    display: block;
    position: relative;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 9999;
    background: transparent;
    float: left;
    line-height: 24px;
    font-size: 14px;
}

/* header center */
.site-branding {
    padding: 0;
    text-align: center;
}

.site-branding .site-title {
    display: block;
    text-decoration: none;
}

.site-branding .site-title h1  {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #111;
    white-space: nowrap;
    margin: 0;
    padding-top: 14px;
    padding-bottom: 12px;
}

.site-branding .site-logo {
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.site-branding .site-logo img {
    max-height: 46px;
}

.menu-central .main-navigation li a:hover {
    opacity: 0.75;
}

/* header right */
.site-header .right-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
}

.right-icon {
    cursor: pointer;
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 9999;
    background: transparent;
    float: right;
    line-height: 24px;
    font-size: 14px;
    margin-left: 6px;
}
@media screen and (min-width: 576px) {
    .right-icon {
        margin-left: 20px !important;
    }
}

.count-icon {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    right: -8px;
    top: -12px;
    /* background-color: rgb(239, 83, 80); /* */
    background-color: #4dd571;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 11px;
    font-family: arial;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    opacity: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

.menu-cta .main-navigation ul {
    text-align: right !important;
}
.menu-cta .main-navigation li {
    margin-left: 4px;
}
.webapp-mkt-btn-outline {
    background-color: transparent;
    border: 2px solid #020202;
    padding: 4px 20px !important;
}
.webapp-mkt-btn-outline a {
    color: #020202 !important;
}
.webapp-mkt-btn-outline:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.webapp-mkt-btn-full {
    background-color: #020202;
    border: 2px solid #020202;
    padding: 4px 20px !important;
}
.webapp-mkt-btn-full a {
    color: #fff !important;
}
.webapp-mkt-btn-full:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

/* header menu abaixo do logo */
.navbar-default {
    background-color: transparent; /* */
    min-height: 20px;
    max-height: 54px;
    margin: 0;
    padding: 0;
}

.main-navigation {
    border-radius: 0;
    border: none;
}

.navbar-nav {
    float:none;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
	text-align:center !important;
}

.main-navigation li {
	display:inline-block;
    position: relative;
    margin-left: 34px;
	float:none;
	padding:10px 5px;
}

.main-navigation li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    color: #000;
}

.navbar-default .navbar-toggle {
    box-shadow: none;
    border: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-nav > li > a {
    padding:0px;
    display: block;
    text-decoration: none;
    text-transform:capitalize;
    font-size: 17px;
    line-height: 32.32px;
    color: #191919;
    font-weight: 400;
    font-family: inherit;
}

.main-navigation a:hover {
    color: #000;
}

.main-navigation ul ul {
    background: #ffffff;
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.10), 0 2px 3px 0 rgba(0,0,0,0.10);
    padding:0px;

}

.main-navigation ul ul li {
    margin-left: 0px;
    padding-bottom: 10px;
    width: 100%;
    min-width: 207px;
    text-align:left;
    border-top:1px solid #E0E0E0;
}

.main-navigation ul ul a {
    font-size:17px;
    text-transform:capitalize;
    color:#333333;
    font-weight:500;
}

.main-navigation ul ul a:hover {
	background:unset;
	text-decoration:none;
	color:#7D7D7D;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {
    color: #000;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: #0033ff !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar .dropdown-menu > .active > a, 
.navbar .dropdown-menu > .active > a:hover {
    color: #0033ff;
    background-color: transparent;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
    padding-top: 86px; /* 86px header height */
}

.page-template .elementor {
    padding-top: 86px; /* 86px header height */
}

.page-template-elementor_canvas .elementor {
    padding-top: 0 !important; /* no header height for canvas */
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area ol{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.comments-area, .comments-area.form{
	margin-bottom: 60px;
	padding: 45px 0;
	font-size: 17px;
	line-height: 28px;
	color: #444444;
}
.comments-area ol li{
	border-top: 1px solid #dfdfdf;
	padding: 26px 0 15px;
}
.comments-area ol ol li{
	padding-left: 50px;
}
.comments-title, .comment-reply-title{
	font-size: 24px;
	line-height: 28px;
	color: #2a2b2b;
	font-weight: 700;
	margin: 0;
}
.comments-area ol ol li:first-child{
	border-top: 1px solid #dfdfdf;
	margin-top: 26px;
}
.comments-area ol li:first-child{
	border-top: 0;
}
.avatar.photo{
	float: left;
	border-radius: 50%;
	margin-right: 20px;
	max-width:60px;
}
.comment-body:after{
	content: '';
	display: block;
	clear: both;
}
.comment-body .fn a{
	font-size: 19px;
	line-height: 22px;
	color: #2a2b2b;
	font-weight: 700;
	text-decoration: none;
	margin-right: 10px;
}
.comment-content{
	margin-top:0;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: -18px;
}
.reply{
	float: right;
}

.reply .fa{
	transform: rotateY(180deg);
	margin-right: 4px;
}
.reply a{
	margin-top: 15px;
	margin-left:100px;
	font-size: 12px;
	line-height: 15px;
	padding:6px 15px;
	color: #38bb79;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
}
.comment-author.vcard{
	float: none;
}
.reply a:hover{
	color: #444444;
}
.comment-meta:after{
	display: block;
	clear: both;
	content: '';
}
.comment-metadata{
	float: none;
}
.comment-metadata a{
	font-size: 14px;
	line-height: 17px;
	color: #818387;
	text-decoration: none;
}
.comment-metadata a:hover{
	opacity: 0.6;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
 .comment-form input[type="phone"]{
	width: 100%;
	height: 50px;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 18px;
	color: #b1b1b4;
	padding:0 10px;
	border-radius: 0;
	background: #fff;
	border:none;
	border-bottom: 1px solid #ccc !Important;
	margin-left:20px;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
 .comment-form input[type="phone"]:focus{
 	border:1px solid #cbcccd;
 }
.comment-form input{
	margin-left: 15px;
}
.comment-form input[type="text"]{
	margin-left: 0;
}
#respond form textarea,
.comment-form form textarea{
	height: 180px;
	resize:none;
	font-size: 15px;
	line-height: 1.6em;
	color: #191919;
	background: #fff;
	padding: 10px;
	border:none;
	border-bottom: 1px solid #ccc !Important;
}
.comment-form form textarea:focus{
	border:1px solid #cbcccd;
}
#respond form input[type="submit"],
.comment-form form input[type="submit"]{
	box-shadow: none;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 20px 40px;
	background:#F71C31;
	border-radius:0;
	margin-left: 0;
	letter-spacing: 1px;
}
.comment-form form input[type="submit"]:hover{
	background: #38bb79;
}
.comments-area.form .comment-reply-title{
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.site-footer .widget-area {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 32px;
}
.site-footer .widget-area .widget-title {
    font-size: 17px;
    line-height: 48px;
    color: #020202;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
}
.site-footer .widget-area ul {
    margin: 0;
    padding: 0;
}
.site-footer .widget-area ul li {
    list-style: none;
}
.site-footer .widget-area .widget ul li {
    position: relative;
    padding-left: 0px;
	list-style: none;
}
.site-footer .widget-area .widget ul li:first-child {
    padding-top: 0;
}
.site-footer .widget-area .widget ul li:last-child {
    border-bottom: 0;
}
.site-footer .widget-area .widget ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6em;
    color: #545556;
    display: block;
    border-bottom: none;
    text-transform: none;
    text-align: center;
    padding: 15px 30px;
}
.site-footer .widget-area .widget ul li a:hover {
    opacity: 0.8;
}
.site-footer .widget-area .widget p {
    font-size: 16px !important;
    line-height: 1.6em;
    text-align: left;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer .site-info {
    background: #454545;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    padding: 16px 0;
}

.site-footer .site-info:after {
    display: block;
    clear: both;
    content: '';
}

.site-footer .site-info .social-networks li a {
    line-height: 33px !Important;
}


.site-footer .site-info .left-text {
    display:block;
}

.site-footer .site-info .right-text {
    display:block;
}

.site-footer .site-info a {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.site-footer .site-info a:hover {
    color: #ccc;
}


/*--------------------------------------------------------------
# SideMenu
--------------------------------------------------------------*/

.pushy {
    /*    background-color: #242358 !important;*/
    background-color: #FFFFFF !important;
}

.pushy-header {
    margin:20px;
    text-align:center;
    color:#111;
}
.pushy-header-image {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 4px solid #eee;
    margin-bottom: 10px;
}
.pushy-header-title {
    color:#111;
}

.pushy .widget {
    margin: 5%;
    color: #191919;
    padding: 3%;
}

.pushy .widget ul,
.pushy .widget ul li a,
.pushy .widget ul li,
.pushy .widget ul h4,
.pushy .widget ul h3,
.pushy .widget ul p {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.pushy .widget h3,
.pushy .widget h3 a {
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.pushy .widget ul li h4,
.pushy .widget ul li h4 a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #231F20;
    font-family: inherit;
    line-height: 21px;
    text-transform: uppercase;
}

.pushy .widget ul p,
.pushy .widget ul p a,
.pushy .widget ul li a,
pushy .widget ul li {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #231F20;
    font-family: inherit;
    line-height: 21px;
}

.pushy .widget ul li h4 a:hover,
.pushy .widget ul li a:hover {
    color: #666;
}

.pushy .widget h3 {
    margin-bottom: 3%;
}

.pushy .widget ul li h4 {
    margin-bottom: 1%;
}

.pushy-content .widget-nav-right.search-box {
    width: 75%;
    margin: 5% 5% 5% 10%;
    border-radius: 0;
    border: 1px solid black;
}

.pushy-content .widget-nav-right.search-box:hover,
.pushy-content .widget-nav-right.search-box:active,
.pushy-content .widget-nav-right.search-box:focus {
    border: 1px solid #242358;
}

.pushy-content .widget-nav-right.search-box .form-control {
    height: 40px;
}

.pushy-content .widget-nav-right.search-box .search-btn {
    top: 4px;
    left: 80%;
    font-size: 18px;
}

.pushy-content .widget-nav-right.search-box input[type=text] {
    padding-left: 10%;
}

.pushy-content .widget-nav-right.search-box input[type=text]::placeholder {
    color: #242358;
    text-transform: uppercase;
    font-size: 16px;
}

.pushy::-webkit-scrollbar {
    width: 1px;
}

.pushy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.pushy::-webkit-scrollbar-thumb {
    outline: 1px solid slategrey;
    border-radius: 10px;
}

.pushy .widget_title img {
    display: inline-block;
}

.pushy .widget ul li .fa-circle {
    color: #BE1E2D;
    padding-right: 10px;
}

.pushy .widget_live .live-match h4 {
    display: inline-block;
}

.pushy .widget_live .live-match p {
    margin-left: 9%;
}

.pushy .widget-area .widget ul#primary-cta-menu li {
    margin: 12px;;
}
.pushy .widget-area .widget ul#primary-cta-menu li a {
    border: none;
}

/*  abaixo daqui precisa revisar */






























































/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
	font-size:14px;
}


/* Make sure select elements fit in widgets. */

.widget select {
   	width: 100%;
	font-size:14px;
	padding:5px 10px;
}

.widget.widget_calendar table {
    position: relative;
    width: 100%;
}

.widget.widget_calendar table td {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 11px 0;
}

.widget.widget_calendar table td a {
    border: 1px solid #57bd62;
    display: inline-block;
    padding: 1px 0;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.widget.widget_calendar table caption {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    background: #F71C31;
    padding: 20px 0;
}

.widget.widget_calendar table .fa {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.widget.widget_calendar table #prev {
    text-align: left;
    padding: 20px 0 0;
}

.widget.widget_calendar table #next {
    text-align: right;
    padding: 20px 0 0;
}

.widget.widget_calendar table #prev a {
    display: block;
    background: none;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    position: absolute;
    top: 21px;
    left: 11px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    width: 50px;
}

.widget.widget_calendar table #next a {
    height: 100%;
    background: none;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    position: absolute;
    top: 21px;
    right: 10px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    width: 50px;
}

.widget.widget_calendar table #next .fa {
    margin-left: 5px;
}

.widget.widget_calendar table #prev .fa {
    margin-right: 5px;
}

.widget.widget_calendar table thead {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #252628;
}

.widget.widget_calendar table tbody {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.widget.widget_calendar table tbody td {
    border: 1px solid #ededed;
}

.widget.widget_calendar table th {
    padding: 16px 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    background: #6C889C;
    color: #fff;
}




.single-post-wrapper {
margin-top:35px;
}

.single  .post-thumbnail {
margin-bottom:35px;
}

.single .post-thumbnail img {
display:block;
margin:0px auto;
}

.content-banner img {
    display:block;
    margin:0px auto;
}

header.content-header {
    margin:20px;
}

.content-header h1.content-title, .content-header h2.content-title {
    color:#111;
}

.content-body {
    margin-bottom: 80px;
}

.single-post-wrapper  .entry-header .entry-meta {
font-size:14px;
}
.single-post-wrapper  .entry-header .entry-meta a, visited {
color:#7c7c7c;
}

.site-main  .author-section {
  padding-bottom: 80px;
  overflow:hidden;
}

.site-main  .author-section .author-header {
  font-family: inherit;
  font-weight: 900;
  color: #303030;
  font-size: 22px;
}

.archive-title{ text-transform: uppercase; }

.site-main  .author-section hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border:0;
  background-color:#ccc;
  height:1px;
}

.site-main  .author-section .img-holder {
  float: left;
  width:10%;
}
.site-main  .author-section .text-holder {
	float:right;
	width:90%;
}
.site-main  .author-section .text-holder .author-name {
  font-weight: 800;
  color: #000;
  font-size: 20px;
  font-family: inherit;
}

.site-main  .author-section .text-holder {
  font-weight: 400;
  color: #000000 !important;
  font-size: 15px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.sticky {
  position: relative;
  background: #EEE;
}
.ribbon {
  position: absolute;
  right: 10px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #F71C31;
  background: linear-gradient(#F71C31 0%, #F71C31 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #F71C31;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F71C31;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #F71C31;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F71C31;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.entry-content {
	color: #2a3137;
    margin-bottom:50px;
}

.page-links {
    clear: both;
    margin: 0 0 .5em;
}

.post-tags {
	list-style-type: none;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom:20px;
	margin: 0;
}
.post-tags li{
	display: inline-block;
	margin-right: 10px;
	background-color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
}
.post-tags li a{
	color: #6D737B;
}
.archive-title h2 {
color:#191919;
font-size:35px;
margin-bottom:20px;
text-transform:capitalize;
margin-left:10px;
}
.archive-title .archive-description {
color:#191919;
font-size:16px;
line-height:1.6em;
margin-bottom:10px;
margin-left:10px;
}
.archive-description {
margin-bottom:30px;
}

h1.search-title {
color:#191919;
font-size:35px;
margin-bottom:20px;
text-transform:capitalize;
}

/*styleguide*/

.featured-img img{
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
}
.entry-content h1{
	margin: 0;
	line-height: 1.6em;
	font-size: 30px;
	font-weight: 500;
	color: #424242;
}
.entry-content h3{
	margin: 0;
	line-height: 1.6em;
	font-size: 24px;
	font-weight: 400;
	color: #424242;
}
.entry-content h4{
	margin: 0;
	line-height: 1.6em;
	font-size: 22px;
	font-weight: 400;
	color: #424242;
}
.entry-content h5{
	margin: 0;
	line-height: 1.6em;
	font-size: 20px;
	font-weight: 400;
	color: #424242;
}
.entry-content h6{
	margin: 0;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: 400;
	color: #424242;
}
.entry-content p{
	font-size: 16px;
	font-weight: 400;
	color: #3A3A3A;
	font-family: inherit;
	line-height: 28px;
	margin: 0;
	padding-bottom: 15px;
}
.entry-content .pull-right{
	float: right;
	color: #3A3A3A;
	width: 32%;
	border-top: 3px solid #F71C31;
	padding: 10px 20px 0 0;
	font-family: inherit;
	font-style: italic;
	font-weight: 600;
	line-height: 26px;
	font-size: 16px;
	margin: 1.5% 5% 2% 0;
}
.entry-content .pull-left{
	float: left;
	color: #3A3A3A;
	width: 32%;
	border-top: 3px solid #F71C31;
	padding: 10px 20px 0 0;
	font-family: inherit;
	font-style: italic;
	font-weight: 600;
	line-height: 26px;
	font-size: 16px;
	margin: 1.5% 5% 2% 0;
}
.entry-content figure.wp-caption{
	position: relative;
	margin: 35px 0 50px 0;

}
.entry-content .wp-caption-text{
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	font-family: inherit;
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 15px;
}
.entry-content h2{
	font-weight: 600;
	color: #424242;
	font-size: 26px;
	line-height: 1.6em;
	margin: 0;
}
.entry-content blockquote{
	border-left: 3px solid #F71C31;
	position: relative;
	padding: 0;
	padding-left: 20px;
	margin: 35px 0 50px 0;
}
.entry-content blockquote p{
	font-family: inherit;
	color: #3A3A3A;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	width: 60%;
	padding-left: 5px;
	padding-bottom: 10px;
}
.entry-content blockquote p:before{
	content: ' " ';
	position: absolute;
	font-family: inherit;
	font-weight: 600;
	color: #343434;
	font-size: 24px;
	top: -10px;
	left: 1%;
}
.entry-content pre{
	width: 100%;
	border: none;
	background-color: #ffffff;
	padding: 25px;
	border-radius: 0;
	font-weight: 400;
	line-height: 1.6em;
	margin: 15px 0;
	font-size:12px;
	overflow: hidden;
}
.entry-content code{
    background: #ffffff;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
	margin-top:20px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
	word-wrap: break-word;
}
.entry-content table{
	margin: 15px 0;
	min-height: .01%;
    overflow-x: auto;
}
.entry-content table thead{
	background-color: #F71C31;
}
.entry-content table thead th{
	border-bottom: none;
	color: #ffffff;
	font-family: inherit;
	font-weight: 700;
	font-size: 18px;
	padding:10px;
}
.entry-content table tbody td{
	border-top: none;
	border-bottom: 1px solid #ffffff;
	font-family: inherit;
	font-size: 16px;
	padding:10px;
	font-weight: 400;
	line-height: 26px;
}
.entry-content ul{
	margin: 15px 0;
	padding-left: 15px;
	list-style-type: square;
}
.entry-content ul li{
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 26px;
}

.entry-content ol{
	margin: 15px 0;
	padding-left: 15px;
	list-style-type: decimal;
}
.entry-content ol li{
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 26px;
}
.entry-content .highlight{
	background-color: #fff198;
}
::selection{
	background-color: #fff198;
}
.entry-content form{
	margin: 15px 0;
}
.entry-content form label{
	font-weight: 500;
	color: #6D737B;
	font-size: 18px;
	line-height: 26px;
	padding-top: 15px;
	display: block;
}
.entry-content form input{
	display: block;
	width: 100%;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #ccc;
    padding: 13px;
}
.entry-content form textarea{
	display: block;
	width: 100%;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #ccc;
}
.entry-content form select{
	display: block;
	    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}
.entry-content form div input[type=radio]:checked + label,
.entry-content form div input[type=radio]:not(:checked) + label{
	color: #6D737B;
	display: inline-block;
	margin-right: 45px;
	font-weight: 400;
	font-size: 14px;
	padding-top: 0;
	margin-left: 10px;
}
.entry-content form div label input[type=radio]{
	margin: 0;
	margin-right: 10px;
}

.entry-content form input[type=radio]{
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
    width: auto;
}
/*.entry-content form input[type=radio]:first-of-type{
	margin-left: 0;
}*/
/*.entry-content form input[type=radio] ~ * {
	border: 1px solid red;
	padding-right: 20px;
}*/

.entry-content form input[type=checkbox]{
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.entry-content form div label{
	color: #6D737B;
	margin-right: 45px;
	font-weight: 400;
	font-size: 14px;
	padding-top: 0;
}
.entry-content form input[type=file]{
-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: auto;
    border: none;
    padding: 0;
    margin: 15px 0;
   font-weight: 400;
   color: #6D737B;
}
.entry-content form input[type=file]::-webkit-file-upload-button{
	background-color: #DADADA;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	color: #6D737B;
	border-color: transparent;
}
.entry-content form button{
	background-color: #00459C;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 14px;
	border-color: transparent;
}

.entry-content .gallery .gallery-item{
	width: 31.8%;
	display: inline-block;
	margin: 5px;

}
.entry-content .gallery .gallery-item .gallery-caption{
	position: static;
	background-color: transparent;
	color: #3A3A3A;
	padding: 10px 0;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}




/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
  margin:10% 0;
}

.error-404 h1 {
font-size:140px;
color:#101010;
margin-bottom:20px;
font-weight:700;
}

.error404 .home {
    display: inline-block;
    background: #000000;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease 0s;
    text-decoration: none;
}

.error404 .home:hover {
  background: #ffffff;
  color: #000;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



.row {
    margin: 0 -15px;
}

.row:after {
    display: block;
    clear: both;
    content: '';
}


.blog-section {
    padding-top: 48px;
}

.blog-section .container {
    border-bottom: 1px solid #ebebeb;
}


/*
.blog-section .post {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*/

.blog-section .section-title {
    margin-bottom: 68px;
}

.blog-section .post-thumbnail {
    display: block;
}
.blog-section .post-thumbnail img {
border-radius:4px 4px 0px 0px;
}

.blog-section .entry-header {
    padding-top: 20px;
	background-color:#fff;
	margin-bottom:35px;
	border-radius:0px 0px 4px 4px;
	padding:25px 25px 25px 25px;
    box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0px 5px rgba(0, 0, 0, 0.07);
}

.blog-section .entry-header a {
    text-decoration: none;
}

.blog-section .entry-header a:hover {
    opacity: 0.6;
}

.blog-section .entry-title {
    margin-bottom: 0;
}

.blog-section .entry-title a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}
.blog-section .entry-title a:hover {
   color: #F71C31;
}

.blog-section .entry-meta span {
    font-size: 12px;
    line-height: 16px;
    color: #7c7c7c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-section .entry-meta a {
    font-size: 12px;
    line-height: 16px;
    color: #F71C31;
	font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-section .view-more {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #000;
    padding: 16px 10px;
    width: 32%;
    font-weight: 700;
    margin-bottom: 103px;
    position: relative;
}

.blog-section .view-more:after {
    content: '\f03a';
    top: 35%;
    font-family: 'FontAwesome';
    left: 24%;
    font-size: 14px;
    position: absolute;
}

.blog-section .row {
    margin-bottom: 30px;
}

.blog-section .view-more:hover {
    opacity: 0.6;
}

.blog-section .entry-footer {
    text-align: center;
}


/*pagination*/

.navigation.pagination{
	width: 100%;
	text-align: center;
}
.navigation.pagination .nav-links a{
	display: inline-block;
	background-color: #EDEDED;
	padding: 13px;
	color: #3A3A3A;
}
.navigation.pagination .nav-links .current{
	background-color: #F71C31;
	padding: 13px;
	color: #ffffff;
}





.widget-area .widget-title {
    font-size: 16px;
    line-height: 48px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.widget-area ul {
    margin: 0;
    padding: 0;
}

.widget-area ul li {
    list-style: none;
}

.widget-area .widget.widget_photography_recent_entries ul li:after {
    display: block;
    content: '';
    clear: both;
}

.widget-area .widget.widget_photography_recent_entries ul li {
    margin-bottom: 22px;
}

.widget-area .post .post-thumbnail {
    float: left;
    margin-right: 18px;
    display: block;
}

.widget-area .post .entry-header {
    overflow: hidden;
}

.widget-area .post .entry-title {
    margin-bottom: 0;
}

.widget-area .post .entry-title a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #7c7c7c;
    font-weight: 700;
}

.widget-area .post .entry-meta span {
    font-size: 12px;
    line-height: 16px;
    color: #7c7c7c;
}

.widget-area .post .entry-meta a {
    font-size: 12px;
    line-height: 16px;
    color: #7c7c7c;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 9px;
}

.widget-area .post .entry-meta .fa {
    margin: 0 8px;
}

.widget-area .post .entry-header a {
    text-decoration: none;
}

.widget-area .widget ul li {
    position: relative;
    padding-left: 0px;
	list-style:none;
}

.widget-area .widget ul li:last-child {
    border-bottom: 0;
}

.widget-area .widget ul li a {
    text-decoration: none;
    font-size: 17px;
    line-height: 1.6em;
    color: #111;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
}

.widget-area .widget ul li:first-child {
    padding-top: 0;
}

.widget-area .widget ul li a:hover {
    color:#fff;
    background-color:#999;
}

.widget-area .widget.widget_photography_recent_entries ul li {
    border-bottom: 0;
    padding: 0;
}

.widget-area .widget.widget_photography_recent_entries ul li:after {
    content: '';
}

.widget-area .widget.widget_photography_recent_entries ul li .post-thumbnail:hover {
    opacity: 1;
}

.widget-area .post .entry-header a:hover {
    opacity: 0.6;
}

.widget-area .widget.widget_tag_cloud a {
    text-decoration: none;
    font-size: 14px;
    color: #7c7c7c;
    background: #ececec;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 7px 7px 0;
    padding: 8px 24px;
    display: inline-block;
}

.widget-area .widget.widget_tag_cloud a:hover {
    background: #c2c2c2;
}





/*addition*/

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.slider {
    overflow: hidden;
}






.form-holder {
    float: right;
}

.form-holder {
    padding: 18px 0;
    position: relative;
}

.form-holder .search-btn {
    cursor: pointer;
    border-left: 1px solid #d1d1d1;
    padding-left: 85%;
    font-size: 16px;
}

.form-holder form {
    display: none;
    background: #fff;
    width: 240px;
    height: 46px;
    position: absolute;
    top: 100%;
    z-index: 50;
    padding: 15px;
    top: 50px;
    right: 0;
}

.form-holder form input {
    border: 0;
}

.form-holder form input[type="search"] {
    height: 100%;
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    float: left;
}

#more_posts {
    margin: 20px auto;
    text-align: center;
    border: 1px solid #111;
    padding: 6px 12px;
    border-radius: 4px;
    max-width: 140px;
    background-color: #e6ecf0;
    color:#111;
}


/*addition ends*/


/*media queries*/

@media (min-width: 320px) and (max-width: 479px) {

	.social-networks li a {
		line-height:2.1em !Important;
	}
    .slider .banner-text {
        position: static;
    }
    .slider .banner-text .text {
        width: 100%;
    }
    .slider .banner-text .text span {
        text-align: left;
    }
    .flex-control-paging li a {
        width: 8px;
        height: 8px;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        top: 35%;
    }
    .flex-control-nav {
        top: 45%;
    }
    .customer .flex-direction-nav .flex-prev {
        left: -25px;
    }
    .customer .flex-direction-nav .flex-next {
        right: -25px;
    }
    .customer blockquote {
        padding: 10px;
        text-align: justify;
    }
    .customer blockquote cite header {
        overflow: visible;
        text-align: center;
    }
    .customer blockquote cite .name {
        line-height: 1.6em;
        display: inline-block;
    }
    .entry-content {
        text-align: justify;
    }
    .featured-shoots .text {
        font-size: 24px;
        line-height: 1.6em;
    }
    .featured-shoots .section-title:after {
        left: 40%;
    }
    .services .description:after,
    .customer .description:after {
        left: 39.4%;
    }
    .services .col p {
        margin-bottom: 25%;
        text-align: justify;
    }
    .widget {
        margin-left: 15px;
    }
    .widget-area .post .entry-header {
        margin-bottom: 10%;
    }
    .blog-section .view-more {
        width: 55%;
        padding: 5px;
    }
    .blog-section .view-more:after {
        top: 15%;
        left: 3%;
    }
    .site-footer .site-info {
        text-align: center;
        margin-bottom: 45px;
    }
    .site-footer .site-info .left-text {
        display: block;
        float: none !important;
    }
    .site-footer .site-info .right-text {
        display: block;
        float: none !important;
    }
    .widget-form {
        margin-top: 20%;
    }
    .featured-shoots .box {
        width: 100%;
    }
    .section-title {
        font-size: 32px;
    }
}

@media (min-width: 480px) and (max-width: 599px) {

	.social-networks li a {
		line-height:2.1em !Important;
	}
    .search {
        display: none !important;
    }
    .featured-shoots .text {
        font-size: 24px;
        line-height: 1.6em;
    }
    .section-title {
        font-size: 32px;
    }
    .slider .banner-text {
        position: static;
    }
    .slider .banner-text .text {
        width: 100%;
        text-align: center;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        top: 45%;
    }
    .flex-control-nav {
        top: 65%;
    }
    .customer .flex-direction-nav .flex-prev {
        left: -25px;
    }
    .customer .flex-direction-nav .flex-next {
        right: -25px;
    }
    .customer blockquote {
        padding: 10px;
        text-align: justify;
    }
    .customer blockquote cite header {
        overflow: visible;
        text-align: center;
    }
    .customer blockquote cite img {
        margin: auto;
        float: none;
    }
    .customer blockquote cite .name {
        line-height: 1.6em;
        display: inline-block;
    }
    .entry-content {
        text-align: justify;
        padding: 5%;
    }
    .featured-shoots .box .description .text,
    .featured-shoots .text {
        padding: 0;
    }
    .featured-shoots .box .description .text .featured-shoots .text {
        font-size: 24px;
        line-height: 40px;
    }
    .featured-shoots .section-title:after,
    .services .description:after,
    .customer .description:after {
        left: 40%;
    }
    .services .col p {
        margin-bottom: 10%;
        text-align: justify;
    }
    .widget {
        margin-left: 15px;
    }
    .widget-area .post .entry-header {
        margin-bottom: 10%;
    }
    .blog-section .view-more {
        width: 50%;
        padding: 5px;
    }
    .blog-section .view-more:after {
        top: 20%;
        left: 3%;
    }
    .widget-form {
        margin-top: 20%;
    }
    .featured-shoots .box {
        width: 50%;
    }
    .site-footer .site-info {
        text-align: center;
        margin-bottom: 45px;
    }
    .site-footer .site-info .left-text {
        display: block;
        float: none !important;
    }
    .site-footer .site-info .right-text {
        display: block;
        float: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {

	.social-networks li a {
		line-height:2.1em !Important;
	}
    .search {
        display: none !important;
    }
    .customer blockquote {
        padding: 10px;
        text-align: justify;
    }
    .customer blockquote cite header {
        overflow: visible;
        text-align: center;
    }
    .customer blockquote cite img {
        margin: auto;
        float: none;
    }
    .entry-content {
        text-align: justify;
        padding: 0 15%;
        margin-bottom: 5%;
    }
    .featured-shoots .text {
        font-size: 24px;
        line-height: 40px;
    }
    .featured-shoots .section-title:after,
    .services .description:after,
    .customer .description:after {
        left: 45%;
    }
    .services .col p {
        padding: 0 20%;
        margin-bottom: 10%;
        text-align: justify;
    }
    .widget {
        margin-left: 15px;
    }
    .widget-area .post .entry-header {
        margin-bottom: 10%;
    }
    .blog-section .view-more {
        width: 50%;
        padding: 5px;
    }
    .blog-section .view-more:after {
        top: 20%;
        left: 15%;
    }
    .widget-form {
        margin-top: 20%;
    }
    .featured-shoots .box {
        width: 50%;
    }
    .customer .flex-direction-nav .flex-prev {
        left: -25px;
    }
    .customer .flex-direction-nav .flex-next {
        right: -25px;
    }
    .site-footer .site-info {
        text-align: center;
        margin-bottom: 45px;
    }
    .site-footer .site-info .left-text {
        display: block;
        float: none !important;
    }
    .site-footer .site-info .right-text {
        display: block;
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-nav li a {
        padding-right: 20px;
    }
    .form-holder .search-btn {
        padding-left: 50%;
    }
    .customer .flex-direction-nav .flex-prev {
        left: -25px;
    }
    .customer .flex-direction-nav .flex-next {
        right: -25px;
    }
    .customer blockquote {
        padding: 10px;
        text-align: justify;
    }
    .customer blockquote cite header {
        overflow: visible;
        text-align: center;
    }
    .customer blockquote cite img {
        margin: auto;
        float: none;
    }
    .entry-content {
        text-align: justify;
        line-height: 24px;
        margin-bottom: 5%;
    }
    .blog-section .view-more:after {
        top: 33%;
        left: 5%;
    }
    .contact-info form input[type="submit"] {
        width: 15%;
    }
    .widget {
        margin: 0;
    }
}
